Skip to content

v2023.2.0-M2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 24 Dec 03:26
· 69 commits to 2023.2.x since this release
13b8438

What's Changed

⭐️ New Features

  • 8ce6d01 Grace destroy command destroy as the opposite of generate, it will figure out what generate did, and undo it. #803
  • f0d87f8 Grace generate command #771
  • 10004bb Grace Generator API #772

🛠 Improvements

  • 23b94e4 Improve Gradle build scripts #820
  • 9369e80 Update DataSourcePluginConfigurationTests #819
  • b535af3 Remove bean transactionManager from DataSource plugin #817
  • abade6e Add plugin Generator #815
  • 49dfe19 Enhance I18nGenerator #814
  • 0c85673 Use Apache Commons Text #810
  • 2cab9ff Add @ConditionalOnMissingBean on beans in UrlMappingsPluginConfiguration #809
  • bca79b5 Add i18n Generator #807
  • 07128e9 Refactor AbstractGenerator #806
  • 6b9237b Refactor Generator API #805
  • 392d2d8 Update Interceptor generator template #804
  • 28dc4d4 Generator: generate operation can be revoked #802
  • 324ffb3 Refactor Generator API #801
  • 3c9e3da Update Gradle Build Scripts #799
  • 6d70547 Improvements for GrailsProfileGradlePlugin #796
  • 0262185 Exclude micrometer in the distribution of Grace #795
  • b652f60 Change PluginDefiner org.grails.plugins to org.graceframework.plugins #777
  • 35a72d7 Improve GrailsPluginGradlePlugin with no functional changes #776
  • cc5d1c3 Plugin projects should not have bootRun tasks enabled by default #775
  • 27e4b78 Plugin projects should not create tasks such as console shell ApplicationCommand runCommand runScript pathingJar #774
  • 6891a25 Allows to set a name for the Script Command #773
  • e109208 Allows to create a project that don't include any features #770
  • 61f5a76 Fix CommandLineParser throw ArrayIndexOutOfBoundsException when the option value is empty #769
  • 4a1894a Disables Gradle console output coloring in interactive mode #768
  • fa11f64 Register GrailsExtension in GroovyPagePlugin #767
  • ebbfba7 Support TemplateRenderer.template() to find specific the root directory of the templates #766
  • a112414 Support GrailsConsole to customize category and color of status message #765
  • 454800d Add new properties to CommandArgument: type aliases banner #764
  • 5c3554b Allow commands to display help information on their own #763

🚀 Dependency Upgrades

⚙️ Tasks

Full Changelog: v2023.2.0-M1...v2023.2.0-M2