Skip to content

Add attribute for providing Classpath index file in executable jar #33

Closed
@plaird

Description

@plaird

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

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions