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

Use of spring.profiles.include in a profile-specific document is not detected when it's configured as a YAML list #26205

Closed

Conversation

LichKing-lee
Copy link
Contributor

bug fix #26204 .

The below case throw InactiveConfigDataAccessException

spring:
  config:
    activate:
      on-profile: local
  profiles:
    include:
      - kakaopay1
      - kakaopay2

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Apr 22, 2021
@wilkinsona wilkinsona changed the title bug fix issue 26204 Use of spring.profiles.include in a profile-specific document is not detected when it's configured as a YAML list Apr 22, 2021
@wilkinsona wilkinsona added type: bug A general bug and removed status: waiting-for-triage An issue we've not yet triaged labels Apr 22, 2021
@wilkinsona wilkinsona added this to the 2.4.x milestone Apr 22, 2021
@wilkinsona wilkinsona self-assigned this May 17, 2021
@wilkinsona wilkinsona modified the milestones: 2.4.x, 2.4.6 May 17, 2021
@wilkinsona
Copy link
Member

Thanks very much, @LichKing-lee.

@LichKing-lee LichKing-lee deleted the feature/issue-26204 branch May 20, 2021 13:04
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

Successfully merging this pull request may close these issues.

"spring.profiles.include" bug in spring boot 2.4
3 participants