Skip to content

v2024.2.0-M1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 01 Jul 00:16
7257659

What's Changed

This release is based on Spring Boot 3.5.16.

  • Upgrade to Spock 2.4
  • Upgrade to Tomcat 10.1.56

For a complete list of changes made in this release see v2024.2.0 on GitHub.

🛠 Improvements

  • adb3f8d Add release notes for 2024.2.0-M1
  • d7e6f00 Update introduction
  • 9d825ea Update README - Add Grace Roadmap and Version support
  • 40f8beb Add default value for the Annotations properties #1588
  • 0254e82 Cleanup build.gradle in grace-test-* modules #1586
  • f9f28ea Remove deprecated usages of Theme and ThemeSource #1572
  • 5e8df9f Remove unused GrailsRunTask in grace-gradle-plugin #1571
  • 355e60c Gradle tasks should be declared abstract #1570
  • 2adfaef Improve Gradle assemble task #1568
    • Gradle: remove tasks configurePopulateDependencies and populateDependencies
    • Gradle: make GrailsCreateStartScripts as abstract class
    • Gradle: use tasks.register() instead of deprecated create method
    • Gradle: add internal properties unixStartScriptTemplate and windowsStartScriptTemplate to CreateStartScripts
    • Gradle: create GraceCreateStartScripts into buildSrc to simplify the assemble.gradle
  • 7ffd448 Prefer to use Task.ant and Task.logger instead of Project's #1566

🚀 Dependency Upgrades

⚙️ Tasks

  • 7257659 Release v2024.2.0-M1
  • 333f08f Update github workflows Switch to '2024.2.x' branch
  • 8e8ab5d Next development version: 2024.2.0-SNAPSHOT

Full Changelog: v2024.1.0...v2024.2.0-M1