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

Spring Boot profile groups with recursive references end up in endless loop #24319

Closed
raphw opened this issue Dec 3, 2020 · 1 comment
Closed
Labels
status: superseded An issue that has been superseded by another

Comments

@raphw
Copy link

raphw commented Dec 3, 2020

While migrating conigurations to Spring Boot 2.4, I accidentally ended up with something like:

spring.profiles.group.myprofile: myprofile, other

The JVM failed to start with an out of memory error, I assume that this ends up in a recursive loop. I suggest that the recursive definition should yield and error or be ignored.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Dec 3, 2020
@mbhave mbhave added type: bug A general bug and removed status: waiting-for-triage An issue we've not yet triaged labels Dec 3, 2020
@mbhave mbhave added this to the 2.4.x milestone Dec 3, 2020
dreis2211 added a commit to dreis2211/spring-boot that referenced this issue Dec 3, 2020
@scottfrederick
Copy link
Contributor

Closing in favor of #24327

@scottfrederick scottfrederick added status: superseded An issue that has been superseded by another and removed type: bug A general bug labels Dec 3, 2020
@scottfrederick scottfrederick removed this from the 2.4.x milestone Dec 3, 2020
dreis2211 added a commit to dreis2211/spring-boot that referenced this issue Dec 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: superseded An issue that has been superseded by another
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants