forked from apache/pulsar
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow building Apache Pulsar on JDK15+ - upgrade Maven Assembly Plugin (
apache#8360) Motivation Currently Pulsar does not build on JDK15 Modifications update Maven Assembly plugin move maven-git-commit-id plugin execution only inside Pulsar Common (in order to speed up the build) upgrading the Maven Assembly Plugin resulted in a different output for the "binaries", I had to update license files forced version of Jersey to 2.31 in "Presto" distribution (otherwise the license check failed, because it does not handle different versions between main pulsar binaries and presto distribution inside lib/presto/lib, and this makes sense to me) Verifying this change This change is already covered by existing tests * Allow to build Pulsar on JDK14+ - update Apache Maven Assembly Plugin - use explicit import for Record class (prevent clash with java.lang.Record) * revert Apache pom update * fix * Fix presto distribution - due to maven assembly plugin upgrade * fix licenses * Fix kafka clients * fix LICENSE Co-authored-by: Enrico Olivelli <[email protected]> Co-authored-by: Enrico Olivelli <[email protected]>
- Loading branch information
1 parent
c5705f2
commit b527ccc
Showing
8 changed files
with
83 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters