-
-
Notifications
You must be signed in to change notification settings - Fork 952
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 | ✅ | ✅ | ✅ |
https://github.com/grails/grails-common-build
Some commits have been done to fix some Gradle 5 issues and documentation dependencies.
https://github.com/grails/grails-views
Progress has been done but it is currently blocked by Mongo release. Branch with some progress apart from master: https://github.com/grails/grails-views/tree/gradle-5 List of outgoing issues https://github.com/grails/grails-views/milestone/15 (edited)
https://github.com/grails/gorm-mongodb
Some progress has been made but tests were failing for me on Friday.
https://github.com/grails/grails-async/commits/master
Progress has been made but there are still pending issues.
List of tracks:
https://github.com/grails/grails-async/milestone/1
https://github.com/grails/gorm-graphql
Progress has been made but there are still pending issues.
List of tracks:
https://github.com/grails/gorm-graphql/milestone/1
https://github.com/grails/gorm-neo4j
Progress has been made but there are still failures.
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
https://github.com/grails/scaffolding
Gradle 5 Passes on both JDK 8 and JDK 11
https://travis-ci.org/grails/grails3-functional-tests
Progress has been made but it was blocked until we released GORM hibernate 5, testing support fields and scaffolding which are out. I believe @ilopmar is working today on it.
https://github.com/grails-fields-plugin/grails-fields
Gradle 5, JDK 8 and 11. (edited)
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 Graisl 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.