jdaugherty commented on PR #15194:
URL: https://github.com/apache/grails-core/pull/15194#issuecomment-3476370334
@matrei
To reproduce with a functional test app in `grails-core`, you can test with
`issue-11102`. The issue is earlier versions of grails recommended this
customization to bootRun:
String springProfilesActive = 'spring.profiles.active'
systemProperty springProfilesActive,
System.getProperty(springProfilesActive)
Which maps the profile to an empty string, instead of null. I've updated
the PR to use groovy truth to address this scenario.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]