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

Grails 7: Update grails-forge to Micronaut 4.x.x #391

Open
jamesfredley opened this issue Oct 10, 2024 · 0 comments
Open

Grails 7: Update grails-forge to Micronaut 4.x.x #391

jamesfredley opened this issue Oct 10, 2024 · 0 comments

Comments

@jamesfredley
Copy link
Contributor

jamesfredley commented Oct 10, 2024

grails-forge is a Micronaut app

  • Micronaut to 4.6.x
  • Groovy to 4.0.x

This update is complex because Grails is no longer providing micronaut dependency versions and micronaut-bom is now io.micronaut.platform:micronaut-platform. This also involves javax to jakarta transitions and providing these dependencies. You will need to add micronaut-serde-jackson for micronaut-http.

spock complains about Gradle still using Groovy 3, in the test-core subproject.

Add Java 23 to matix.java:
https://github.com/grails/grails-forge/pull/400/files#diff-4c087648fbb704b0cc106eebfff7779856a6af4a6987e919debdd3afd1fdf7bbR15

@jamesfredley jamesfredley changed the title Update grails-forge to Micronaut 4.x.x Grails 7: Update grails-forge to Micronaut 4.x.x Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant