Skip to content

Spring Boot app fails if started with builpacks tiny run image #45851

Closed as not planned
@vananiev

Description

@vananiev

run-jammy-tiny leads to error

2025-06-07T23:33:22.898Z  INFO 1 --- [  XNIO-1 task-2] r.i.p.i.InvestbookBrokerReportFactory    : ????????? ????? '?????? ????.xlsx' ? ??????? Investbook
java.nio.file.InvalidPathException: Malformed input or input contains unmappable characters

for Spring Boot application witch is assembled with spring-boot-maven-plugin. App in the run-jammy-tiny container fails in creating a path with non-ASCII chars. spring-boot-maven-plugin configured with builder

<configuration>
  <image>
    <builder>paketobuildpacks/builder-jammy-java-tiny:0.0.35</builder>
    ...

When I replace builder

<builder>paketobuildpacks/builder-jammy-full:0.3.493</builder>

or

<builder>paketobuildpacks/builder-jammy-base:0.4.418</builder>

app works correctly.

Relates to paketo-buildpacks/jammy-tiny-stack#202
Relates to #42508

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions