micronaut-projects / micronaut-guides

Guides and Tutorials on how to use Micronaut including sample code
https://guides.micronaut.io
Creative Commons Attribution 4.0 International
35 stars 29 forks source link

replace the usage of GORM in Guides #1277

Open sdelamo opened 1 year ago

sdelamo commented 1 year ago

GORM does not support Groovy 4. yet. Thus, Micronaut Framework 4.0 does not support GORM yet. We have two guides which use GORM.

We should replace GORM for something like Micronaut Data JDBC.

sdelamo commented 1 year ago

I have rewritten micronaut-database-authentication-providerto use Micronaut Data JDBC instead.