-
-
Notifications
You must be signed in to change notification settings - Fork 953
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
Restructure Grails-Core repository #13552
Comments
Per discussion we have agreed to move the following into grails-core:
|
I was able to import grails-async's project history into the grails-core repository (locally) with the following commands:
But when I started testing includeBuild approach to keep the build isolated, I ran into these issues:
This means we'll likely have to just use include in the grails projects. At a high level, here's what needs to happen for any migrations:
|
|
Project Restructure Plan
|
…sting-support into grails-core
* fix grails-async * fix grails-events * fix converters * fix testing support split * remove spotbugs from bom * add rxjava1, 2, 3 to bom (spring includes 3)
* fix grails-async * fix grails-events * fix converters * fix testing support split * remove spotbugs from bom * add rxjava1, 2, 3 to bom (spring includes 3)
#13552 Integrate `grails-testing-support` from grails/grails-testing-support into grails-core
see: https://github.com/orgs/grails/discussions/13516
repo: https://github.com/grails/grails-async
The text was updated successfully, but these errors were encountered: