-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
More Jakarta progress #24614
More Jakarta progress #24614
Conversation
/cc @manovotn, @maxandersen, @radcortez, @Sanne |
build_module_only_no_tests "extensions/resteasy-classic" | ||
build_module "extensions/resteasy-classic/resteasy-common" | ||
build_module "extensions/resteasy-classic/resteasy-server-common" | ||
build_module "extensions/resteasy-classic/resteasy" | ||
build_module "extensions/resteasy-classic/resteasy-jsonb" | ||
build_module "extensions/resteasy-classic/resteasy-jackson" | ||
build_module "extensions/resteasy-classic/resteasy-jaxb" | ||
build_module "extensions/resteasy-classic/resteasy-links" | ||
build_module "extensions/resteasy-classic/resteasy-mutiny-common" | ||
build_module "extensions/resteasy-classic/resteasy-mutiny" |
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.
I will simplify this once I can get the client part to work but for now it will do.
Failing Jobs - Building c359f1b
Full information is available in the Build summary check run. Failures⚙️ Maven Tests - JDK 11 Windows #- Failing: integration-tests/maven
📦 integration-tests/maven✖
✖
|
I'm merging that as we need to make progress on this and it's no big deal if it needs additional fixes. |
I was able to go up to RESTEasy Classic (just the server for now, I have a few things to fix for the client) and Hibernate Validator.
I also fixed a few other issues most notably the
AnnotationProxyProvider
.Once we get this in, I'll trigger the rewrite job manually so that we can get the
jakarta-rewrite
branch updated. It might be handy if you want to build on top of it.Also, you can do
export REWRITE_NO_TESTS=true
before running the script to avoid running the tests (which takes more time than necessary if you just want to check things build properly to make progress on other things)