-
Notifications
You must be signed in to change notification settings - Fork 159
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
Adjust development branch #632
Adjust development branch #632
Conversation
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.
LGTM. Thank you!
This is supposed to be squashed before merging. |
you sure? Isn't it clearer if we keep all commits separated? |
Thing is that I've needed to cherry-pick the initial ASF transfer commit, which overwrote some partial adjustments that were in place, so I needed to cherry-pick those again (to keep my sanity here). So the commit history is not nice and clean - if that's not a blocker, we can keep commits separate. |
There seems to be test failure, @lucamolteni have you seen such?
and that's it, no more stacktrace. |
I've seen those yesterday, when I tried executing tests on my machine (and didn't succeed) Apparently, QuickStarts were always executed like this
So for whatever reasons, tests failure were skipped and errors ignored. I personally have never worked on optaplanner-quickstarts at all so I don't really know |
Anyway I found the fix see |
Co-authored-by: jstastny-cz <[email protected]>
Co-authored-by: jstastny-cz <[email protected]>
* kie-issues#667: fix cleanup and settingsXml handling * adjust also MavenCommands passed to maven library methods --------- Co-authored-by: jstastny-cz <[email protected]>
* kie-issues#674: update GHA references * change surefire action --------- Co-authored-by: jstastny-cz <[email protected]>
81bd670
to
f7ae2a6
Compare
I rebased the branch over the module system fix. The build is failing on
But after the fix the
So I'm still investigating |
@jstastny-cz all tests passing, merged I guess we're now fine to retrigger the release |
development branch is lacking many changes that were made only to 8.x because that was the "branch-to-get" right after apache transfer. After quarkus upgrade, development branch has effectively become the branch to use, but no one adjusted CI and the branch itself to map to what is actually needed (and was done in 8.x).
I am backporting in batch commits from 8.x (some adjusted to fit development branch config differences - jdks, etc).