jamesfredley opened a new pull request, #16337: URL: https://github.com/apache/grails-core/pull/16337
If 8.0 has no room, consider 8.1 or 9.0. ## Summary Convert Grails Forge from its Micronaut runtime to a Grails 8 Spring application. - Replace Micronaut dependency injection with Spring components. - Add `grails-forge-web` as the hosted Grails REST application. - Preserve the existing Forge HTTP paths and CLI command names. - Package Elastic Beanstalk as `grails-forge-web-aws.zip` (`app.jar`, `Procfile`, `start.sh`). - Remove the Micronaut Netty and PostgreSQL analytics applications. - Update the AWS Elastic Beanstalk workflow and documentation. ## Build topology The nested `grails-forge` Gradle build is intentionally retained. Folding Forge into the root settings and global `gradle.properties` is deferred. ## Verification These suites are green: - `grails-forge-core` - `test-core` - `grails-forge-api` - `grails-forge-cli` - `grails-forge-web` unit tests - `grails-forge-web` integration tests -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
