Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gorm 7.0.5 with grails 3..3.11 fails on multiple dependency issues #1527

Closed
2 of 4 tasks
snimavat opened this issue Sep 13, 2021 · 1 comment
Closed
2 of 4 tasks

Gorm 7.0.5 with grails 3..3.11 fails on multiple dependency issues #1527

snimavat opened this issue Sep 13, 2021 · 1 comment

Comments

@snimavat
Copy link

snimavat commented Sep 13, 2021

  • Steps to reproduce provided
  • Stacktrace (if present) provided
  • Example that reproduces the problem uploaded to Github
  • Full description of the issue provided (see below)

Steps to Reproduce :

  • Add grails 7.0.5 dependency to grails 3.3.11 project (gormVersion=7.0.5 in gradle.properties)
  • Upgrade grails hibernate plugin in build.gradle - classpath "org.grails.plugins:hibernate5:7.0.5"

Would expect the application to work with new gorm version, as per this gorm documentation

Instead it fails with following errors

Could not resolve all dependencies for configuration ':runtime'.
   > Could not find org.grails:grails-datastore-core:7.0.5.
     Searched in the following locations:


    Required by:
         project : > org.grails:grails-core:3.3.11
         project : > org.grails:grails-plugin-rest:3.3.11 > org.grails:grails-plugin-datasource:3.3.11
         project : > org.grails:grails-plugin-rest:3.3.11 > org.grails:grails-web:3.3.11 > org.grails:grails-web-url-mappings:3.3.11
Could not find org.grails:grails-datastore-web:7.0.5.
     Searched in the following locations:

     Required by:
         project : > org.grails.plugins:hibernate5:7.0.5

   > Could not find org.grails:grails-datastore-gorm-support:7.0.5.
     Required by:
         project : > org.grails.plugins:hibernate5:7.0.5
  • Operating System: OSX
  • GORM Version: 7.0.5
  • Grails Version (if using Grails): 3.3.11
  • JDK Version: JDK8
@snimavat snimavat changed the title Gorm 7.0.5 with grails 3x Gorm 7.0.5 with grails 3x fails on multiple dependency issues Sep 13, 2021
@snimavat snimavat changed the title Gorm 7.0.5 with grails 3x fails on multiple dependency issues Gorm 7.0.5 with grails 3..3.11 fails on multiple dependency issues Sep 13, 2021
@puneetbehl
Copy link
Contributor

Grails 3 does not work with GORM 7, please update to Grails 4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants