-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Config files no longer loaded if they contain a hidden path element #54
Comments
Thanks to all the @lfgcampos tests, we have a workaround. |
Just to update here as well, seems like if we try the same from above but running master, it works. Can we expect a new release soon? It would be very benefical for us =) |
I found about the issue here and it seems really related to the Spring Boot version. spring-projects/spring-boot#23983 |
Sorry it broke you on upgrading. You could perhaps using
We'd rather release |
Fixed by 5bbdbdc |
Thanks @snicoll for your feedback. We are using a temporary built jar in the action waiting for the final release of the 0.0.6. We can't use directly the Docker because we need an entry point (or whatever else more than the jar) to run the project as github action. |
What?
With recent updates (maybe related to the spring-boot version?) what we did in the release-notes action seems not working anymore.
After some tests I land to the problem related to the
--spring.config.location
property which is not taken in count.It always using the default configuration file from the application. So all the custom labels are not taken in count.
How to test?
Create a file with custom labels configuration like the following:
Run the 0.0.5 version with the following command:
In this way you will have an error because the repository (in the configuration file) is not taken in count.
If you execute in the following way:
It will work but without the custom labels from the milestone.
If you have any hint about it...
The text was updated successfully, but these errors were encountered: