You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I discovered that the META-INF directory was missing the `build-info.properties' file, compared to the fat JAR where it was present.
Running the app resulted in
Caused by: java.io.FileNotFoundException: class path resource [META-INF/build-info.properties] cannot be opened because it does not exist
Removing the build-info goal surpresses the issue.
The text was updated successfully, but these errors were encountered:
patbaumgartner
changed the title
Extracting JAR for AppCDS is missing build-info.properties
Missing build-info.properties when extracting JAR for AppCDS
Apr 20, 2024
mhalbritter
changed the title
Missing build-info.properties when extracting JAR for AppCDS
Jartools extract command doesn't extract all files from META-INF
Apr 22, 2024
When running the extraction for AppCDS
I discovered that the
META-INF
directory was missing the `build-info.properties' file, compared to the fat JAR where it was present.Running the app resulted in
Removing the
build-info
goal surpresses the issue.The text was updated successfully, but these errors were encountered: