Skip to content
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

Fix git properties no longer being interpolated in application.yaml files #328

Merged

Conversation

PierreBesson
Copy link
Contributor

Following recent changes in Spring Boot, those properties were no longer available for interpolation in application.yaml files during boot.

Following recent changes in Spring Boot, properties loaded this way were no longer available for interpolation in application.yaml files during boot.
Setting the annotation to a diffrent @configuration class fixes the order in which properties are loaded making them available for interpolation in application.yaml again.
@DanielFran
Copy link
Member

@PierreBesson might be related with #225.
Please merge it if you are confident... Actually CI is broken, the current errors seems not related.

@pascalgrimaud pascalgrimaud merged commit 7c5de4e into jhipster:main Jun 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants