Grails 4 Upgrade - grails/grails-core GitHub Wiki

Project Build status Gradle 5 JDK 11 & JDK 8 Open Issues Comments
Grails Core Build Status Open Issues
gsp-master Build Status Open Issues I believe issue #37 is solved
Grails Testing Support Build Status
Grails Data Mapping Build Status
GORM Hibernate 5 Build Status
GORM Mongo DB Build Status
Grails Async Build Status
GORM GraphQL Build Status Open Issues
GORM Neo4j Build Status
Scaffolding Build Status
Grails Fields Build Status
Grails Functional Tests Build Status
Grails Views Build Status Open Issues

Projects

Grails Common Build

https://github.com/grails/grails-common-build

Some commits have been done to fix some Gradle 5 issues and documentation dependencies.

Geb Plugin

Plugin was upgraded to 2.2. The old geb feature which was 1.7 JDK compatible has been removed and replaced in different profiles to geb2 feature.

https://github.com/grails3-plugins/geb

Upgrade Documentation

Upgrade documentation here:

https://grails.github.io/grails-upgrade/latest/guide/index.html#upgradingTo4x

Grails Java 8

These classes need to be moved to its respective projects.

https://github.com/grails-plugins/grails-java8

There is a branch with some changes to fix some issues with JDK 11 https://github.com/grails-plugins/grails-java8/tree/java11

Testing with apps

Grails Guide Grails Testing Domain Class Constraints

App starts and test pass in Gradle 5. There is a branch for Grails 4.

https://github.com/grails-guides/grails-test-domain-class-constraints GitHub grails-guides/grails-test-domain-class-constraints Contribute to grails-guides/grails-test-domain-class-constraints development by creating an account on GitHub.