-
Notifications
You must be signed in to change notification settings - Fork 949
Grails 4 Upgrade
Project | Build status | Gradle 5 | JDK 11 & JDK 8 | Open Issues | Comments |
---|---|---|---|---|---|
Grails Core | ✅ | ✅ | ❌ Open Issues | ||
gsp-master | ✅ | ✅ | ❌ Open Issues | I believe issue #37 is solved | |
Grails Testing Support | ✅ | ✅ | ✅ | ||
Grails Data Mapping | ✅ | ✅ | ✅ | ||
GORM Hibernate 5 | ✅ | ✅ | ✅ | ||
GORM Mongo DB | ✅ | ✅ | ✅ | ||
Grails Async | ✅ | ✅ | |||
GORM GraphQL | ✅ | ✅ | ❌ Open Issues | ||
GORM Neo4j | ✅ | ✅ | |||
Scaffolding | ✅ | ✅ | ✅ | ||
Grails Fields | ✅ | ✅ | ✅ | ||
Grails Functional Tests | ✅ | ✅ | ✅ | ||
Grails Views | ✅ | ✅ | ❌ Open Issues |
https://github.com/grails/grails-common-build
Some commits have been done to fix some Gradle 5 issues and documentation dependencies.
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 here:
https://grails.github.io/grails-upgrade/latest/guide/index.html#upgradingTo4x
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
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.