-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Allow to build Pulsar on JDK14+ #7951
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
|
This change is not intended to make tests pass, only to allow a full clean build. |
|
rerun failure tests |
|
/pulsarbot run-failure-checks |
|
thank you @rdhabalia |
|
/pulsarbot run-failure-checks |
|
/pulsarbot run-failure-checks |
|
/pulsarbot run-failure-checks |
2 similar comments
|
/pulsarbot run-failure-checks |
|
/pulsarbot run-failure-checks |
|
Is it normal this series of failures ? |
|
/pulsarbot run-failure-checks |
9c18281 to
15d5e04
Compare
|
The upgrade of plugins determined changes in the final output of the binaries. |
15d5e04 to
d2315f9
Compare
- update Apache Maven Assembly Plugin - use explicit import for Record class (prevent clash with java.lang.Record)
d2315f9 to
1313abd
Compare
|
/pulsarbot run-failure-checks |
8c39a47 to
2617144
Compare
|
I cannot reproduce CI errors locally, opening a new PR #8360 |
Motivation
Currently Pulsar does not build on JDK14
Modifications
Verifying this change
This change is already covered by existing tests