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
In namespacing all springboot macro outputs in #139 I broke support for git.properties files being automatically loaded into the actuator/info endpoint, and any custom use cases users have built for git.properties.
The namespaced git.properties filename needs to be renamed to just git.properties as it is copied into the jar. Also, it has been a todo list item to add tests that verify file layouts within the generated springboot jar. Now is a good time to add that.
The text was updated successfully, but these errors were encountered:
plaird
changed the title
Multiple target in package support added in 2.5.2 broke git.properties data
Multiple-target-in-package support added in 2.5.2 broke git.properties data
Jan 8, 2025
In namespacing all springboot macro outputs in #139 I broke support for git.properties files being automatically loaded into the actuator/info endpoint, and any custom use cases users have built for git.properties.
Example: demoapp-git.properties
https://github.com/salesforce/rules_spring/blob/main/springboot/springboot.bzl#L544
The namespaced git.properties filename needs to be renamed to just git.properties as it is copied into the jar. Also, it has been a todo list item to add tests that verify file layouts within the generated springboot jar. Now is a good time to add that.
The text was updated successfully, but these errors were encountered: