agreed.. ship it! On Mon, Nov 3, 2025 at 2:28 AM Gianluca Sartori <[email protected]> wrote:
> Personally, given the phase of the project we’re in, I think releasing > three times a day, if needed, would be totally fine :) > > > > Gianluca Sartori > -- > https://dueuno.com > > > On Mon, 3 Nov 2025 at 04:33, James Daugherty <[email protected]> > wrote: > > > Are there other bug fixes for a 7.0.2? Isn’t it better to do more > frequent > > builds to show we are responsive to issues? > > > > On Sun, Nov 2, 2025 at 11:33 AM Mattias Reichel <[email protected]> > wrote: > > > > > I don't feel it's an urgent issue as it's easy enough to remove the > > > setting of the system property in build.gradle. > > > Maybe we can get some more bug fixes into 7.0.2? > > > > > > > > > /Mattias > > > > > > Den sön 2 nov. 2025 kl 02:56 skrev James Daugherty < > > [email protected] > > > >: > > > > > > > > Hi Everyone, > > > > > > > > I opened https://github.com/apache/grails-core/pull/15194 to address > > > > configuration not working in 7.x if a spring profile is defined as an > > > > empty string. An example of this scenario is that earlier versions > > > > of grails recommended defining bootRun configuration like this: > > > > > > > > bootRun { > > > > jvmArgs('-Dspring.output.ansi.enabled=always') > > > > String springProfilesActive = 'spring.profiles.active' > > > > systemProperty springProfilesActive, > > > > System.getProperty(springProfilesActive) > > > > } > > > > > > > > When upgrading, this is a legitimate configuration to have, but it > > > > results in the spring.profiles.active property being set to an empty > > > > String instead of null, which triggers the bug the above PR fixes. > > > > > > > > Given that this causes configuration to not load for upgraded > > > > applications, I view this as a critical issue and wish to advocate > for > > > > a 7.0.2. > > > > > > > > What are people's thoughts on calling a vote for 7.0.2 after this is > > > merged? > > > > > > > > Regards, > > > > James > > > > > > -- *Andrew Garcia* | Co-Founder & CEO [email protected] *Goodshuffle Pro* <https://pro.goodshuffle.com/?utm_source=goodshuffle&utm_medium=email&utm_campaign=employeesignature&fbid=emailsignaturehomepage> | Read our reviews on Capterra <https://www.capterra.com/p/167364/Goodshuffle-Pro/reviews/> <https://www.facebook.com/Goodshuffle/> <https://www.instagram.com/goodshuffle/> <https://www.linkedin.com/company/goodshuffle/posts/?feedView=all> <https://www.youtube.com/c/GoodshufflePro> <https://pro.goodshuffle.com/dispatch-lp?utm_source=goodshuffle&utm_medium=referral&utm_campaign=Feature_Release>
