Skip to content

Releases: graceframework/grace-framework

v2024.0.0-M2

02 Jan 11:06
ac0a849

Choose a tag to compare

v2024.0.0-M2 Pre-release
Pre-release

What's Changed

⭐️ New Features

Modularizing the codebase

Spring Boot 4 has refactored its codebase into a more modular structure, I believe this is the right direction for the future.
The Grace framework 2024 & 2025 will also start doing this. Grace's plugins will be independent, more focused, and at the same time, they will integrate better with Spring Boot's modules.

Core plugins have been consolidated into the framework

🐞 Bug Fixes

  • 9b924d4 Fix deprecation warnings due to tasks calling getProject() at execution time #1297

  • 2099e41 Fix type cast warnnings in ParameterizedGrailsUnitTest #1292

  • cea4095 Fixes the resources in the app/* not found in development mode #1251

    • ResourceLocator should use BuildSettings.GRAILS_APP_PATH instead of GrailsResourceUtils.GRAILS_APP_DIR
  • 8666cb7 Fixes errors for using project.register(copyAstClasses) #1164

🛠 Improvements

  • 08617b1 Don't include unused jars in the Shell CLI binary #1296

  • c576e84 Decouple grace-web from grace-databinding GrailsParameterMap and PropertyEditorRegistryUtils use DataBinder.DEFAULT_DATE_FORMAT

  • 18de6f8 Restore grace-web-databinding module

  • 807815e Remove explicit dependency on grace-plugin-rest for grace-boot-web #1294

  • ffb12df Add explicit dependency on grace-views-markup for grace-boot-rest #1293

  • f954482 Provide install and help commands for fields plugin #1291

  • f3d12f9 Update StartScriptGenerator templates for Grace Shell #1290

  • 279be59 Exclude the plugins that have been consolidated into framework #1288

  • 12b852d Update CreateAppCommand to support creating a minimal Grace 2024.0 app #1287

  • 00b9d03 Migrate to Maven Central Portal Snapshots when using SNAPSHOT version to generate new project #1286

  • 686e5d7 Provide org.graceframework.grace-app plugin #1285

  • 8df446b Make Gradle dependencies sorted and grouped by scope and dependency #1283

  • badedbe Update autoconfigure compiler for Grace Application #1282

  • 81511cb Provide install command for geb plugin to configure selenium drivers #1281

  • 788f94c Add selenium api and drivers dependencies for geb plugin #1280

  • ac4403c Plugins contain scripts and templates should include these into resources when packaging #1279

    • grace-plugin-database-migration
    • grace-plugin-fields
    • grace-plugin-geb
    • grace-plugin-scaffolding
  • 839ca74 Grace Boot MongoDb: add missing grails-plugin.xml #1278

  • 5b6cfbb Grace Boot Hibernate: add missing grails-plugin.xml #1277

  • 3df9acc Grace Boot Web: Remove unnecessary dependency on grace-plugin-gsp #1276

  • b51fade Grace Boot: Remove unnecessary dependency on grace-web #1275

  • 722515a Cleanup dependency on grace-plugin-api #1274

    • grace-core do not expose grace-plugin-api any more, so all the plugins should explicit depend on it.
    • grace-web only use grace-plugin-api compileOnly now.
  • e551777 Use PropertySourcesPropertyResolver provided by Spring Framework #1273

    • Don't use ConfigurationPropertySources provided by Spring Boot, because some tags do not depend on Spring Boot
  • 5bfd01b Update dependencies for grace-boot-mongodb #1120

  • 16de4f5 Update README - Update the versions of Groovy, Gradle, Spring Boot

  • 99b6884 Remove duplicated grails.factories in grace-web-url-mappings #1245

  • 737b52f Update migration.gdsl in the database-migration plugin #1240

    • Correct the migrationDir to db/migrations
    • Correct the column methods definded in createTable addColumn createIndex insert loadData loadUpdateData update
  • 9226c41 Add missing 'grails.factories' for 'database-migration' plugin

  • 8b9a2e0 Add missing 'grails-plugin.xml' for 'geb' plugin

  • 223744d Add missing 'grails-plugin.xml' for 'database-migration' plugin

  • 8c06e3a Remove unused plugins in the gradle/grails.versions.toml

  • 5e96dfe Rearrange versions and libraries in the gradle/libs.versions.toml

  • aa44851 Code formatting with Checkstyle and Codenarc

  • ff8ab2e Add dependencies to Gradle Version Catalog

    • Add glassfish-expressly
    • Add hibernate-core
    • Add spring-orm
  • 04ae29f Merge hibernate plugin into the framework #1229

    • 4cbe4ae Cleanup build scripts
    • 48f7fad Code formatting
    • 5cece78 Code formatting with Checkstyle and Codenarc
  • 5abdc5e Update the BOM of Grace Dependencies #1220

  • d2638e2 Update Gradle Version Catalog after importing 'cache' 'fields' 'scaffolding' 'views' plugins #1219

  • 05980f8 Rename the package of Grace Views #1218

    • Change the package of grace-views-json from grails.plugin.json.view => org.grails.views.json
    • Change the package of grace-views-markup from grails.plugin.markup.view => org.grails.views.markup
  • 1070acb Refactor Grace Json View API: Use native groovy.json.* API instead #1217

    • Remove grails.plugin.json.builder.StreamingJsonBuilder
    • Remove grails.plugin.json.builder.JsonOutput
    • Remove grails.plugin.json.builder.JsonGenerator
    • Remove grails.plugin.json.builder.DefaultJsonGenerator
    • Add grails.plugin.json.view.api.JsonWritable
    • Add grails.plugin.json.util.JsonToken
  • 6f352e4 Refactor Grace Views Format Java and Groovy source and test code #1216

  • 1095028 Merge grace-views into the framework #1215

    • Merge grace-views-gradle into grace-gradle-plugin
    • Merge grace-views-json-testing-support into grace-test-support
    • Update Gradle build script
    • Update ViewsTransform JsonViewsTransform MarkupViewsTransform MarkupViewTemplateEngine
    • Make tests works
  • 63de64a Refactor Grace Fields Plugin #1214

  • ef9944c Refactor Grace Scaffolding Core and Plugin #1213

  • bdecfc0 Make grace-plugin-fields and grace-plugin-scaffolding works #1211 #1212

    • Add grace-scaffolding-core grace-plugin-fields grace-plugin-scaffolding submodules
    • Update Gradle build script
    • Add grails-plugin.xml for grace-plugin-fields and grace-plugin-scaffolding
    • Add @TagLib to FormFieldsTagLib
    • Update ContextMarkupRenderer ContextMarkupRendererImpl DomainMarkupRendererImpl DelegatingBeanPropertyAccessorImpl
    • Update DomainMarkupRendererSpec and FormFieldsTemplateServiceSpec
  • e0ace00 Refactor Grace Cache Core and Plugin #1210

  • 566f3d2 Make grace-cache-core and grace-plugin-cache works #1209

    • Add grace-cache-core and grace-plugin-cache submodules
    • Update Gradle build script
    • Add grails-plugin.xml
    • Add @TagLib to grails-plugin.xml
    • Migrate some JUnit 4 tests to JUnit 5
    • Remove demo tests
  • 2aa5367 Enhance CodeGenConfig #1201

    • Add method loadDefaultConfig() to simplify usage
  • e0f2608 Relocate CodeGenConfig from grace-api to grace-bootstrap #1200

  • e166042 Rename beans to propertySourcesPlaceholderConfigurer beanPropertyOverrideConfigurer to keep naming consistent with the CoreConfiguration #1198

  • cf01cbf Refine GroovyPagesTemplateRenderer

    • Remove unused codes
    • Decouple grace-web-gsp from grace-plugin-domain-class
  • 60e7962 Move CamelCaseUrlConverterSpec and HyphenatedUrlConverterSpec from grace-core to the grace-web-common #1189

  • f39e5cf BuildSettings.APP_BASE_DIR: rename base.dir to grails.base.dir #1186

  • e7e1257 Improve EntityTraitInjector and GormTransformer #1184

    • Refactor EntityTraitInjector and GormTransformer
    • Add tests
  • 17e7afe Remove the configuration of system properties in GrailsGradlePlugin.configureGrailsBuildSettings() #1173 #1157

  • 7ff8e8b Update GspCompileOptions: remove the use of deprecated AbstractOptions #1166 #1165

  • f7e33da Enhance FindMainClassTask and GrailsGradlePlugin.registerFindMainClassTask() #1163

  • a7a1a54 Add configDir to GroovyPageForkCompileTask And migrate project.buildDir to project.layout.buildDirectory #1162

  • c284a33 Task compileWebappGroovyPages should dependsOn classes #1161

  • 7b7d827 Update Gradle Version Catalog #1145

  • 99554ca Rename grace-gorm to grace-data properties in the Grace BOM #1144

  • c9ff2fc Improve GroovyCompiler to allow Groovy scripts to be recompiled and reloaded after modification #1142

  • 25a6b25 Ensure that Grace Artefact classes are not registered prematurely into the Spring context #1141

  • aeb8b10 Update .gitattributes to ensure the web fonts are treated as binary #1138

  • 452b092 Migrate to Central Portal OSSRH Stagin...

Read more

v2024.0.0-M1

29 Jun 19:22
2bc01be

Choose a tag to compare

v2024.0.0-M1 Pre-release
Pre-release

What's Changed

⭐️ New Features

  • 3624a45 Provides binary, sources and docs distributions for Grace framework #1109
  • 0753d87 Update Grace Banner #1108
  • ab1575a Add a project icon for IntelliJ IDEA

🛠 Improvements

🐞 Bug Fixes

  • ab7f35c Don't publish docs to Maven Central and includes it in the distribution #1104
  • c446022 Update GrailsTests: bannerMode has been bound to properties #1050

🚀 Dependency Upgrades

⚙️ Tasks

  • 2bc01be Release v2024.0.0-M1
  • e5d7245 Update release workflow: remove generating docs step
  • 5cfc699 Update GitHub workflows - Switch to 2024.0.x
  • 5815eee Next development version: 2024.0.0-SNAPSHOT

Full Changelog: v2023.3.0...v2024.0.0-M1

v2023.3.0

22 Jun 23:24
c873bfd

Choose a tag to compare

What's Changed

⭐️ New Features

🛠 Improvements

  • 3e73201 Update README - Add document badge and link - Add logo - Upddate versions of Groovy and Spring Boot badges
  • b144e9c Update documentation - Update release notes
  • e872041 Change to graceVersion of the app info #1085
  • 0439c0c Exclude obsolete gsp plugin from the plugin list #1084
  • d1a11fb Config generate docs step to the release workflow #1080
  • 7c42b9e Enhance IntegrationTestGradlePlugin - Deprecation warning of the IdeaModule.testSourceDirs - Migrate to tasks.register() #1074
  • 0d14765 Only show internal commands and features by using flag only, removing flag all #1073 #1042
  • ae5006d Improve GradleUtil - Use System.in as the standardInput of Gradle's BuildLauncher - It will make shell command work normally #1072
  • a02d3e4 Update github workflows - Upgrade to setup-gradle@v4 - Upgrade to latest ubuntu

🐞 Bug Fixes

  • 330fb0b Fixes groovydoc: error parsing Java source file: org/grails/plugins/datasource/DataSourcePluginConfiguration.java #1082
  • 6364b3d Remove deprecated gradle/actions/wrapper-validation in the release workflow #1075

🚀 Dependency Upgrades

⚙️ Tasks

🔌 Plugins

📜Profiles

📖 Documentation

Full Changelog: v2023.3.0-RC2...v2023.3.0

v2023.3.0-RC2

13 May 08:41
5609f80

Choose a tag to compare

v2023.3.0-RC2 Pre-release
Pre-release

What's Changed

⭐️ New Features

🛠 Improvements

  • 70690a1 Update README
  • 00e9963 Improve the styles for PDF document #1062
  • b873890 Refactor PdfBuilder DocPublisher and PublishPdfTask #1059
  • 1e5ce38 Introduce ResourceChecker to check resources for YamlTocStrategy #1058
  • 4c003c0 Improve the print media styles: hide the nav links and quick reference #1056
  • 1ada0fc Improve the section level as HTML headings #1055
  • f7cd797 Improve guide logo and title for doc templates #1054
  • 1fd00e8 Update docs template's styles #1047
  • 73398f2 Support docs task's default sourceDir may be docs or src/docs #1045
  • 8376453 Command profile-info should show whether the feature is Required or Default #1044
  • e596dcd Command profile-info should show the extended Profiles #1043
  • 7d084a4 Command profile-info support show all the Profile's commands and features included parent Profile's #1041
  • de63aeb Command profile-info should only show the Profile's internal commands and features #1040

🐞 Bug Fixes

  • 4386137 Correct the path of the generated single.html #1061
  • 7fb7408 Fix wrong src of the logo image in doc templates #1060

🚀 Dependency Upgrades

⚙️ Tasks

Full Changelog: v2023.3.0-RC1...v2023.3.0-RC2

v2023.3.0-RC1

02 May 19:16
b6b9245

Choose a tag to compare

v2023.3.0-RC1 Pre-release
Pre-release

What's Changed

This release is based on Spring Boot 3.3.11 and Spring Framework to 6.1.19.

  • Upgrade to Groovy 4.0.26, Gradle 8.13, Tomcat 10.1.40
  • Refactor grace-docs and GrailsDocGradlePlugin, now you can use org.graceframework.grace-doc gradle plugin to generate guide
  • bootstrap feature in base profile has upgrade to 5.3.5
  • Add grace-datastore-gorm-tck and some more dependencies to BOM

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

⭐️ New Features

f2565be Update docs styles: make logo on the left and nav links on the right #1019
176e64c Refactor GrailsDocGradlePlugin: register tasks PublishGuideTask and PublishPdfTask #1018
ea7fadc Rename PublishPdf to PublishPdfTask #1017
66dde4a Enhance PublishGuideTask and remove duplicated PublishGuide #1016
2ad0a10 Add dependency gradleApi() to fix NoSuchMethodError: ScriptBytecodeAdapter.createRange(java.lang.Object, java.lang.Object, boolean, boolean) #1014
3354e11 Enhance PublishPdf: Make it CompileStatic and remove property 'outputDirectory' #1015
2bf38de Remove grace-docs' dependency on Gradle Api #1012
33a1302 Update DocPublisherTask: migrate to groovy.ant.AntBuilder #1011
8be3d58 Update The radeox macros to clean up Gradle task related annotations #1010
6bc285f Move Gradle related tasks to grace-gradle-plugin * MigrateLegacyDocs * PublishGuide * PublishPdf #1009
2d1a732 Remove CreateReleaseDropDownTask #1008
38758e4 Update doc templates: clean unused scripts #1007
207beaa Add input properties asciidoc and language to PublishGuideTask #1006
d55bbb5 Explicitly set the source and target compatibility of PublishGuideTask #1005
3b33d6d Add dependency grace-docs directly to gradle plugin #1004
4f23f7b Add more dependencies to BOM #1000
9d877c2 Add grace-datastore-gorm-tck dependency to BOM #996

🛠 Improvements

3f98c9d Update README - Add information about Grace vs Spring Boot - Update the badge of Spring Boot
11fc518 Rerun some skipped tests - GrailsWebDataBinderSpec - EntityTransformTests - InheritanceWithValidationTests - DomainConstraintGettersSpec - DefaultXmlRendererSpec #1020
44a820a Change file and task name from grails-doc-files.jar to grace-doc-resources.jar #1003
2677800 Don't provide database driver dependency when using mongodb feature #1001 #939
9edc59d Remove unused mongodb-java-driver in libs.versions.toml #1002

🐞 Bug Fixes

90bcbf8 Remove SoftwareVersionSpec: cause SoftwareVersion already removed #1013 #1008
77ab994 Correct the artifactId of Asset Pipeline Plugin in BOM #999
14c3834 Remove obsolete grails.factories in Services plugin #998
f97cbfa Correct the artifactId of Asset Pipeline Plugin in BOM #997
b6487be Remove grace-test-suite-* dependencies in the generated BOM #995

🚀 Dependency Upgrades

046b476 Upgrade to AspectJ 1.9.24 #994
03e3ff8 Upgrade to Grace Asset Pipeline Plugin 6.3.0-RC1 #969
ee30d91 Upgrade to Grace Async and Events 6.3.0-RC1 #970
6ccbd9a Upgrade to Grace Cache Plugin 6.3.0-RC1 #971
3b56747 Upgrade to Grace Data 2023.3.0-RC1 #972
e291fb2 Upgrade to Grace Data Hibernate 2023.3.0-RC1 #973
0315227 Upgrade to Grace Data MongoDB 2023.3.0-RC1 #974
d2f4667 Upgrade to Grace Database Migration Plugin 6.3.0-RC1 #975
f315491 Upgrade to Grace Fields Plugin 6.3.0-RC1 #976
9e78de8 Upgrade to Grace Geb Plugin 6.3.0-RC1 #977
3a719fe Upgrade to Grace Profile: Base 2023.3.0-RC1 #980
a2e33aa Upgrade to Grace Profile: Plugin 2023.3.0-RC1 #981
d7185f9 Upgrade to Grace Profile: Rest API 2023.3.0-RC1 #982
cc9270b Upgrade to Grace Profile: Starter 2023.3.0-RC1 #983
fb82e02 Upgrade to Grace Profile: Web 2023.3.0-RC1 #984
2193776 Upgrade to Grace Profile: Web Plugin 2023.3.0-RC1 #985
419fb16 Upgrade to Grace Profile: Profile 2023.3.0-RC1 #986
5a4963a Upgrade to Grace Scaffolding 6.3.0-RC1 #978
aeee081 Upgrade to Grace Views 6.3.0-RC1 #979
b130dde Upgrade to Java Parser 3.26.4 #987
a3cbccc Upgrade to Jsoup 1.18.3 #989
41fbe55 Upgrade to Mockito 5.11.0 #990
afb567f Upgrade to Spring Boot 3.3.11 #992
af8fba8 Upgrade to Spring Framework 6.1.19 #991
f2a92e3 Upgrade to SLF4J 2.0.17 #988
3b70c87 Upgrade to Tomcat 10.1.40 #993

⚙️ Tasks

b6b9245 Release v2023.3.0-RC1

🔌 Plugins

📜Profiles

Full Changelog: v2023.3.0-M2...v2023.3.0-RC1

v2023.3.0-M2

08 Apr 07:25
76f2d33

Choose a tag to compare

v2023.3.0-M2 Pre-release
Pre-release

What's Changed

⭐️ New Features

  • 0915a84 Introduce GlobalCommand to indicate some commands alwasy be available #967
  • 26c9dd9 Add GORM for MongoDB artifacts to BOM #965
  • 403092c Rewrite the Script Commands list-plugins plugin-info in Profile base to Shell CLI Commands #962
  • da0c48d Support skipping some features with flag --skip on create-app #961
  • cd7b9ce Add new property examples to CommandDescription #959
  • 5adf3d0 Support specific package name using command flag 'package-name' #957
  • 101a7a7 Add liquibase-core and liquibase-hibernate5 to BOM #956
  • 94a3097 Support specific Database type using command flag 'database' #938 #939
  • 5e1800f Support Groovy Template in the skeleton of Profile #938

🛠 Improvements

  • 0d976f0 Update README - Update badge versions of Grace and Spring Boot - Add more Plugins and Guides
  • c4fbfa5 Make list-profiles profile-info available in the project context, currently only globally #963
  • 82cd410 Refine the help message of help command #960
  • 6abab92 Refine the help message of create-app create-plugin create-profile #958
  • 0fbd518 Exclude logback-spring.xml when packaging plugins #948
  • 2ceefb7 Increase the output width of application running status and plugin list information tables #947
  • 0cd7130 Update README Update badge versions of Groovy and Spring Boot
  • 8382038 No need to configure the assetsPath of asset-pipeline plugin #946
  • 0695102 Support using methods instead of Closures in BootStrap class #943
  • 99965ba grace-doc only support Gradle 8.0+ because of groovy-ant #937
  • 932b393 Raise the minimum supported version of Gradle to 7.6.4+ or 8.3+ #936
  • 9bc8f83 Improve GrailsGradlePlugin: Optimize the generated POM of plugin * GrailsGradlePlugin: Remove duplicated spring-boot-dependencies * Spring Dependency Management Plugin: Disable the customization of a generated pom, Also remove unused methods resolveSpringBootVersion(), resolveSpringFrameworkVersion(), resolveTomcatVersion() #934
  • afb9519 Update README Update badge of Spring Boot version

🐞 Bug Fixes

  • 5bd2b8d The 'applicationClass' of Integration should be a valid main Application class annotated with @SpringBootApplication #964
  • 4e8c31c Fixed CreateAppCommandSpec #961
  • 936c8b5 Update DocPublisher: migrate to groovy.ant.AntBuilder #935

🚀 Dependency Upgrades

⚙️ Tasks

🔌 Plugins

📜Profiles

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

v2023.3.0-M1

18 Jan 10:35
aa7c121

Choose a tag to compare

v2023.3.0-M1 Pre-release
Pre-release

What's Changed

🛠 Improvements

  • fd97bc6 Spring Boot 3.2 is no longer supported #894
  • 7b1420d Remove the workaround for logback 1.5.7+ in Spring Boot 3.3 #895

🚀 Dependency Upgrades

⚙️ Tasks

  • aa7c121 Release v2023.3.0-M1
  • d9dcf2d Disables Groovy Joint Validation Build
  • 55e7a60 Switch to '2023.3.x' Update github workflows
  • 5420666 Next development version: 2023.3.0-SNAPSHOT

📜Profiles

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

v2023.2.0

07 Jan 09:59
b79299f

Choose a tag to compare

What's Changed

🛠 Improvements

  • 3e7c431 Update dependencies of grace-web-jsp #889
  • 6d4aa2d Bean jspTagLibraryResolver is created only if JSTL exists #888
  • af3b721 Improve assemble task and remove deprecation warnings #887
  • 93483de Code format
  • 67e4376 Add dependencies jsp jstl el to grace-web-jsp #886
  • d8a4472 Make jakarta-servlet as a compileOnlyApi Dependency #885
  • 4c74d68 Update build scripts to avoid deprecation warnings with Gradle 8 #884

🚀 Dependency Upgrades

⚙️ Tasks

🔌 Plugins

📜Profiles

Full Changelog: v2023.2.0-RC1...v2023.2.0

v2023.2.0-RC1

02 Jan 08:34
2c66e1d

Choose a tag to compare

v2023.2.0-RC1 Pre-release
Pre-release

What's Changed

⭐️ New Features

  • 441a133 Auto-configure GrailsApplication and GrailsPluginManager #857
  • 7635528 Supports for Multiple Data Sources #858

🛠 Improvements

  • 50bc595 Improves CreateAppCommand: Use explicit assignment instead of "space-assignment" #865
  • 47124f4 Improve conditions on DataSourcePluginConfiguration #859

🐞 Bug Fixes

  • 90c9d5a The value of basePath in GroovyPageUnitTestResourceLoader is wrong after initialization #864
  • feaae78 Remove Gradle Extra Configurations Plugin #850

🚀 Dependency Upgrades

  • 51cf080 Upgrade to CodeNarc Gradle Plugin 3.5.0 #854
  • d27fac4 Upgrade to Checkstyle Gradle Plugin 10.12.4 #852
  • becd47e Upgrade to Grace Asset Pipeline Plugin 6.2.0-RC1 #822
  • a991c09 Upgrade to Grace Async and Events 6.2.0-RC1 #823
  • 7a9f6f0 Upgrade to Grace Cache Plugin 6.2.0-RC1 #824
  • c5193dc Upgrade to Grace Data 2023.2.0-RC1 #825
  • 26c1fe8 Upgrade to Grace Data Hibernate 2023.2.0-RC1 #826
  • 798d747 Upgrade to Grace Database Migration Plugin 6.2.0-RC1 #827
  • 376c5d7 Upgrade to Grace Fields Plugin 6.2.0-RC1 #828
  • f1fb7ba Upgrade to Grace Geb Plugin 6.2.0-RC1 #829
  • 70ed0fd Upgrade to Grace Profile: Base 2023.2.0-RC1 #830
  • 0a0e88f Upgrade to Grace Profile: Plugin 2023.2.0-RC1 #831
  • 60f25da Upgrade to Grace Profile: Profile 2023.2.0-RC1 #832
  • 862b7b9 Upgrade to Grace Profile: Rest API 2023.2.0-RC1 #833
  • 93d748d Upgrade to Grace Profile: Starter 2023.2.0-RC1 #834
  • 12b8470 Upgrade to Grace Profile: Web 2023.2.0-RC1 #835
  • 8684626 Upgrade to Grace Profile: Web Plugin 2023.2.0-RC1 #836
  • 93b5ba2 Upgrade to Grace Scaffolding 6.2.0-RC1 #837
  • 8b5cdcf Upgrade to Grace Views 6.2.0-RC1 #838
  • 369112e Upgrade to Gradle 8.12 #848
  • f2dcbb0 Upgrade to Gradle Tooling API 8.12 #849
  • ad7674a Upgrade to JaCoCo Gradle Plugin 0.8.12 #853
  • 2951b59 Upgrade to Spring Dependency Management Plugin 1.1.7 #856
  • c053cb8 Upgrade to Spring Framework 6.1.16 #855
  • b345a0e Upgrade to Test Retry Gradle Plugin 1.6.0 #851

⚙️ Tasks

Full Changelog: v2023.2.0-M3...v2023.2.0-RC1

v2023.1.1

01 Jan 03:49
c5b4361

Choose a tag to compare

What's Changed

🛠 Improvements

  • 9369e80 Update DataSourcePluginConfigurationTests #818
  • 2cab9ff Add @ConditionalOnMissingBean on beans in UrlMappingsPluginConfiguration #808
  • d7e8669 Update README Update current version for Groovy Badge

🐞 Bug Fixes

  • b535af3 Remove bean transactionManager from DataSource plugin #816

🚀 Dependency Upgrades

⚙️ Tasks

  • c5b4361 Release v2023.1.1
  • a5bb3d3 Next development version: 2023.1.1-SNAPSHOT

Full Changelog: v2023.1.0...v2023.1.1