ascheman commented on PR #508: URL: https://github.com/apache/maven-jar-plugin/pull/508#issuecomment-5340097189
@seregamorph — since you have the exact Spring Boot 4.1.0 reproduction, would you be willing to try the branch against your real sources? **Commit 1 alone** should already cover your case (a plain, single-classes-directory app) — that's the one that restores the missing directory entries. To test: ``` git fetch https://github.com/aschemaven/maven-jar-plugin.git bugfix/508-preserve-directory-entries git checkout FETCH_HEAD mvn -DskipTests install # builds & installs 4.0.0-beta-2-SNAPSHOT into your local repo (JDK 17+) ``` Then rebuild your project (it already resolves `4.0.0-beta-2-SNAPSHOT`) and check that: * the Spring Boot application starts, and * `jar -tf <your-app>.jar` shows the `com/…` directory entries again. It would be great to confirm it resolves the blocker on real sources. The full `-P run-its` suite is green on JDK 17 + 21 with this change, but your application is the case that actually matters here. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
