jdaugherty commented on PR #15194:
URL: https://github.com/apache/grails-core/pull/15194#issuecomment-3475462274
> I think it might make more sense to change the condition on line 228
instead as `springActiveProfile` will always be `true` with this change.
>
>
>
> So instead of defaulting `springActiveProfile` to
`Environment.current.name`, would it work with?:
>
> ```groovy
>
> if (!sourceMapProfile1 && !sourceMapProfile2) {
>
> ```
>
> on line 228?
Well, I thought that originally too but if we run boot run its development
mode but no profile is set. Shouldn't dev only config apply in that case? Is
it valid to not have a profile?
--
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]