Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesfredley authored Jan 3, 2025
1 parent af2edd7 commit 554df25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posts/2024-12-23-grails-7-m1.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ We encourage you to try this pre-release and provide your feedback [here](https:
* Added default support for containerized browser testing using [Testcontainers](https://java.testcontainers.org/) through the [Geb Grails Plugin](https://github.com/grails/geb), eliminating web browser version synchronization issues. A [container runtime environment](https://github.com/grails/geb?tab=readme-ov-file#containergebspec-recommended) is now required for Geb functional and integration tests.
* This has also been backported for Grails 6.x compatiblility via [Geb 4.1.1](https://github.com/grails/geb/releases/tag/v4.1.1)
* [Testcontainers](https://java.testcontainers.org/) features are also available on [Grails Forge](https://start.grails.org/) and Grails Forge CLI for MySQL, PostgreSQL, SQL Server and MongoDB.
* Support for Live Reload via Hotswap Agent: [crrent integration details](https://github.com/grails/grails-forge/issues/445). This was made possible by the removal of the default Micronaut parent application context.
* Support for Live Reload via Hotswap Agent: [current integration details](https://github.com/grails/grails-forge/issues/445). This was made possible by the removal of the default Micronaut parent application context.
* Reintroduced the `grails-shell`, `grails-wrapper` and `grails-profiles` that were removed in Grails 6.
* Update to the latest wrapper release based on Grails version with `./grailsw update-wrapper`
* Updated the default styling to use Bootstrap 5.3.3. Both [Scaffolding](https://github.com/grails/scaffolding) and [Fields](https://github.com/gpc/fields) now support Bootstrap classes.
Expand Down

0 comments on commit 554df25

Please sign in to comment.