- 
                Notifications
    You must be signed in to change notification settings 
- Fork 41.6k
Closed as not planned
Labels
status: duplicateA duplicate of another issueA duplicate of another issue
Description
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
Labels
status: duplicateA duplicate of another issueA duplicate of another issue