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.