-
Notifications
You must be signed in to change notification settings - Fork 95
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
Remove unsupported gorm features for Micronaut 4. #2268
Comments
go ahead |
* Remove unsupported GORM features for Micronaut 4 fixes #2268 * remove unused interface
So gorm is forever removed from micronaut 4? Is there a migration path instead of rewriting entire db layer? |
Not being able to use GORM in Micronaut is a huge step back :( . |
@awesomekosm @aadrian Micronaut 4 uses Groovy 4 and GORM does not [yet] support it. See micronaut-projects/micronaut-groovy#422 |
@wetted it's all over the latest documentation, as if it works. When is the estimated time when it will be supported? It's a lot of throw away code written using gorm... |
GORM does not support Groovy 4 yet. Micronaut Framework 4 Groovy baseline is Apache Groovy 4. If you want to use GORM with Micronaut Framework I recommend you to keep at Micronaut Framework 3. |
in which documentation is it? we should remove it. |
@sdelamo I just looked. We have it in the core user guide still. I created this issue for that: micronaut-projects/micronaut-core#10689. I can work on this next week I think. |
This PR removes the obsolete docs for GORM: micronaut-projects/micronaut-core#10696 |
GORM is not supported in Micronaut Framework 4. Remove the following features from starter for 4.x projects: hibernate-gorm, mongo-gorm, multi-tenancy-gorm and neo4j-gorm.
The text was updated successfully, but these errors were encountered: