jamesfredley commented on code in PR #383: URL: https://github.com/apache/grails-static-website/pull/383#discussion_r2330900766
########## posts/2025-09-11-grails-7-rc2.md: ########## @@ -0,0 +1,317 @@ +--- +version: 7.0.0-RC2 +priorVersion: 7.0.0-RC1 +title: Apache Grails (Incubating) [%version] - Release Announcement +date: September 11, 2025 +description: The Apache Grails (incubating) community is excited to announce the Milestone [%version] release of the Grails Framework! +author: James Fredley +image: grails-blog-index-3.png + +--- + +# [%title] + +[%author] + +[%date] + +[%description] \ +We encourage you to try this pre-release version and provide your feedback [here](https://github.com/apache/grails-core/issues). + +## Download Source Code and Binary Distributions + +[Apache Grails Downloads](/download.html) + +## What's Changed +For changes made in Grails 7 prior to [%version], check out the following blog posts: +* [Grails 7.0.0-M1](/blog/2024-12-23-grails-7-m1.html) +* [Grails 7.0.0-M3](/blog/2025-03-05-grails-7-m3.html) +* [Grails 7.0.0-M4](/blog/2025-06-10-grails-7-m4.html) +* [Grails 7.0.0-M5](/blog/2025-07-15-grails-7-m5.html) +* [Grails 7.0.0-RC1](/blog/2025-08-10-grails-7-rc1.html) + +### [%version] Changes: + +- Remove grails-forge unused docs generation and config @jamesfredley (#15041) +- Update to Asset Pipeline 5.0.16 @jdaugherty (#15040) +- Formatting helpers @matrei (#15034) +- Remove deprecation warning for dot notation access @jamesfredley (#15035) +- Add detailed documentation for standard Grails application profiles @jamesfredley (#15018) +- Bump com.gradle.common-custom-user-data-gradle-plugin from 2.2.1 to 2.3 @[dependabot[bot]](https://github.com/apps/dependabot) (#14788) +- Add profile support for Gradle dependency variants @jamesfredley (#15013) +- Reformat code @matrei (#14925) +- Update Feature info and Gradle templates @matrei (#14994) +- Hide servlet features, should be selected via --servlet instead @jamesfredley (#15005) +- Bump `spring-boot` and `byte-buddy` versions @matrei (#15006) +- Update documentation and links to new GitHub and docs URLs @jamesfredley (#15003) +- Remove embedded-mongodb feature and references @jamesfredley (#15004) +- Remove grails-forge documentation guide @jamesfredley (#15000) +- Cleanup broken documentation links, update links which have changed, standardize link syntax @jamesfredley (#14988) +- Remove springloaded forge feature, it only works with JDK 8 or less @jamesfredley (#14992) +- Make reloading feature switch between options @jamesfredley (#14985) +- Update quartz and web console versions @jamesfredley (#14981) +- Update links in docs to new internal link or updated external link @jamesfredley (#14973) +- Add development reloading subsection to getting started section @jamesfredley (#14969) +- fix: remove ServletContext from generated and test BootStrap.groovy files @jamesfredley (#14970) +- Adjust core plugins artifactids in GrailsCompilerAutoConfiguration.java @jamesfredley (#14968) +- Merge 7.0.0-RC1 tag @jamesfredley (#14964) + +## 🚀 Features + +- feature - #14017 - add back Micronaut support to Grails 7 with optional plugin @jdaugherty (#14953) + +## 🐛 Bug Fixes + +- Restart Geb VNC Container for each Test in a Spec to get correct recordings @JonasPammer (#14995) +- Forge fixes @matrei (#15019) +- grails-wrapper: Fix ClosureCompleter initialization in GradleCommand @jamesfredley (#15017) +- Add `.git-blame-ignore-revs` @matrei (#15015) +- fix: add asset-pipeline-bom to grails bom @jdaugherty (#14999) +- fix: sitemesh3 rendering @jdaugherty (#14989) +- Fix Typo dataStore not dataSource @lynchie14 (#14966) +- fix: #14951 - make groovy extension merge for shadowJar reproducible @jdaugherty (#14952) +- Issues-14899 fixes Documentation: Cleanup missing files @dauer (#14950) +- fix: #14947 - class cast exception due to not using local variable @jdaugherty (#14960) + +## 🔧 Maintenance + +- Explicitly type render(object) to help IntelliJ ambiguous method overloading @jdaugherty (#15031) +- refactor(grails-geb): Read GebConfig.groovy to allow overriding RemoteWebDriver @JonasPammer (#14987) Review Comment: moved -- 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]
