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
This issue is only for the classpath index file. The layer index file is more involved and will be covered in another issue.
I don't think we should do anything magical here (i.e. auto-generating these files). Just allow the user to specify existing workspace files as attributes in the rule.
The text was updated successfully, but these errors were encountered:
plaird
changed the title
Add attributes for specifying Classpath and Layer index files in executable jar
Add attribute for providing Classpath index file in executable jar
Dec 16, 2020
This is implemented as you can provide the classpath.idx file and it is inserted correctly into the executable jar, but I am not convinced yet that it actually works. Perhaps I misunderstand the Spring Boot feature.
Some newer features of Spring Boot executable jar file format are not available in the Bazel Spring Boot jar rule yet.
https://docs.spring.io/spring-boot/docs/current/reference/html/appendix-executable-jar-format.html#executable-jar-war-index-files-classpath
This issue is only for the classpath index file. The layer index file is more involved and will be covered in another issue.
I don't think we should do anything magical here (i.e. auto-generating these files). Just allow the user to specify existing workspace files as attributes in the rule.
The text was updated successfully, but these errors were encountered: