Skip to content

Include of self causes infinite loop #13361

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

Closed
philwebb opened this issue Jun 4, 2018 · 1 comment
Closed

Include of self causes infinite loop #13361

philwebb opened this issue Jun 4, 2018 · 1 comment
Labels
type: bug A general bug
Milestone

Comments

@philwebb
Copy link
Member

philwebb commented Jun 4, 2018

Give the following

application-cloud.properties
   spring.profiles.include=microservice
application-microservice.properties
    spring.profiles.include=microservice

Running the app with --spring.profiles.active=cloud causes an infinite loop.

@philwebb
Copy link
Member Author

philwebb commented Jun 4, 2018

Discovered while reviewing #13151 but not a regression AFAICT.

@philwebb philwebb added this to the 2.0.x milestone Jun 4, 2018
@philwebb philwebb added the type: bug A general bug label Jun 4, 2018
@philwebb philwebb modified the milestones: 2.0.x, 2.0.3 Jun 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A general bug
Projects
None yet
Development

No branches or pull requests

1 participant