-
Notifications
You must be signed in to change notification settings - Fork 30
ci: version to 4.0.0 Micronaut 4.0.0-SNAPSHOT githubCoreBranch=4.0.x #510
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
Conversation
|
Kudos, SonarCloud Quality Gate passed! |
|
This has some issues with three tests that worked on master but break now. But it doesn't break with this branch alone. If I change master from Micronaut 3.3.4 to 3.5.0, the same three tests break as well. I know at least one seems due to changes in the |
|
The I could work around it by adding To the builds in question (to replace cglib with byte-buddy at test runtime) We add cglib in our internal tools Should we be thinking about migrating to byte-buddy for 4.0.0? I don't know about the state of either library enough to make a call... |
|
Yes move to bytebuddy Cglib is not maintained anymore |
We had issues with Groovy 4, cgilib, Spock and Java 17 https://github.com/micronaut-projects/micronaut-kubernetes/pull/510\#issuecomment-1278775288 This pr switches cgilib to byte buddy, as cgilib is no longer maintained
|
@wetted io.micronaut.build.shared.settings 6.0.1 is out which uses bytebuddy instead of cglib 🤞 |
|
Kudos, SonarCloud Quality Gate passed! |
…es to correspond to changed bom/platform architecture, misc build fixes.
|
Hmmm... fails on CI and fails differently locally Did you get this passing locally @wetted ? Maybe @alvarosanchez has seen the errors before? |
alvarosanchez
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The build is failing because the workflow is still calling a dependencyUpdates task that no longer exists.
In general, all workflows need to be updated "manually" comparing them with the project template. Also there are other workflows that should be removed (eg dependency-update.yml)
|
I'll fix the ci thing with workflows. It still has two test issues. One has to do with duplicate beans. The other is a failure with: |
|
Kudos, SonarCloud Quality Gate passed! |
|
Blocked by micronaut-projects/micronaut-core#8593 |
…r-mn4 # Conflicts: # .github/workflows/graalvm.yml # .github/workflows/gradle.yml
|
Kudos, SonarCloud Quality Gate passed! |
|
Interesting about all the failures. When I run locally only |
|
Kudos, SonarCloud Quality Gate passed!
|
|
I assume this is superseded by #548 |










No description provided.