Closed
Description
Some newer features of Spring Boot executable jar file format are not available in the Bazel Spring Boot jar rule yet.
- Classpath index file
- Layer index file
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.