Skip to content

Commit

Permalink
BREAKING: remove GORM (#414)
Browse files Browse the repository at this point in the history
Micronaut Framework 4 uses Groovy 4 and **it does not support GORM 7**. Micronaut Groovy will support GORM once there is a GORM version built with Groovy 4.
sdelamo authored Oct 11, 2022
1 parent 8aa9489 commit 5d93131
Showing 47 changed files with 15 additions and 2,301 deletions.
17 changes: 0 additions & 17 deletions gorm-common/build.gradle

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 1 addition & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -6,8 +6,6 @@ micronautTestVersion=3.5.0
groovyVersion=4.0.5
spockVersion=2.2-groovy-4.0

gormVersion=7.3.2
gormHibernateVersion=7.3.0
graphqlJavaVersion=14.1

title=Micronaut Groovy
@@ -19,6 +17,6 @@ developers=Graeme Rocher
githubBranch=master
githubCoreBranch=4.0.x
bomProperty=micronautGroovyVersion
bomProperties=spockVersion,gormHibernateVersion,gormVersion
bomProperties=spockVersion

org.gradle.caching=true
6 changes: 0 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
[versions]
gorm-graphql = '2.0.0'
gorm-mongo = '7.3.0'
gorm-neo4j = '7.3.0'
h2 = '1.4.200'
hibernate-ehcache = '5.6.12.Final'
javaparser = '3.24.4'
@@ -15,9 +12,6 @@ tomcat-jdbc = '10.0.23'
micronaut-gradle-plugin = "3.6.2"

[libraries]
gorm-graphql = { module = 'org.grails:gorm-graphql', version.ref = 'gorm-graphql' }
gorm-mongo = { module = 'org.grails:grails-datastore-gorm-mongodb', version.ref = 'gorm-mongo' }
gorm-neo4j = { module = 'org.grails:grails-datastore-gorm-neo4j', version.ref = 'gorm-neo4j' }
h2 = { module = 'com.h2database:h2', version.ref = 'h2' }
hibernate-ehcache = { module = 'org.hibernate:hibernate-ehcache', version.ref = 'hibernate-ehcache' }
javaparser = { module = 'com.github.javaparser:javaparser-core', version.ref = 'javaparser' }
23 changes: 0 additions & 23 deletions graphql-gorm/build.gradle

This file was deleted.

Loading

0 comments on commit 5d93131

Please sign in to comment.