-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Build: drop EL7 support, support JRE17 for packages and sonar check #8609
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
Merged
Merged
Changes from 23 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
2f85f20
.github: use JRE17 for sonar check
weizhouapache 2a73cc1
pom.xml: fix error 'module java.base does not "opens java.lang" to un…
weizhouapache 6642079
engine/schema/pom.xml: replace gmaven with gmavenplus
weizhouapache 3ed62ca
jdk17: replace MaxPermSize by MaxMetaspaceSize
weizhouapache ef61eb1
pom.xml: add-exports
weizhouapache 2f9a718
engine/service/pom.xml: fix maven-war-plugin version
weizhouapache 1ec27fc
jdk17: fix unit tests in engine/storage/datamotion
weizhouapache dfed799
jdk17: fix brocade-vcs
weizhouapache 08e7019
jdk17: replace gmaven-plugin in all pom.xml files
weizhouapache 4d93b13
jdk17: fix two unit test failures plugins/user-authenticators/ldap
weizhouapache 2cc4a53
pom.xml: update cs.jdk.version to 17
weizhouapache 0b4eafb
.github: update JDK to 17 in actions
weizhouapache 7aea25b
jdk17: update build dependencies
weizhouapache b786b8c
Revert "pom.xml: update cs.jdk.version to 17"
weizhouapache 4af2300
fix simulator CI and Update exec-maven-plugin to 3.2.0
weizhouapache fd39665
fix simulator CI
weizhouapache fd78488
Merge remote-tracking branch 'apache/main' into 4.20-sonar-jre17
weizhouapache 0f48947
JRE17: update MAVEN_OPTS in ci.yml
weizhouapache a0cd7f5
Update debian/control
weizhouapache 61deb67
Merge remote-tracking branch 'origin/main' into 4.20-sonar-jre17
rohityadavcloud 3d68219
packaging: remove centos7 directory
rohityadavcloud e3bc2b8
rename more centos8 -> el8 while keeping symlink
rohityadavcloud 0d3d2a3
bump GH actions build/python/node versions
rohityadavcloud c899035
pom.xml: add '--add-opens=java.base/javax.net.ssl=ALL-UNNAMED' to arg…
weizhouapache b80a56d
Update .github/workflows/ci.yml
weizhouapache 97be6a6
Merge remote-tracking branch 'apache/main' into 4.20-sonar-jre17
weizhouapache File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,7 @@ Source: cloudstack | |
| Section: libs | ||
| Priority: extra | ||
| Maintainer: Wido den Hollander <[email protected]> | ||
| Build-Depends: debhelper (>= 9), openjdk-11-jdk | java11-sdk | java11-jdk | zulu-11, genisoimage, | ||
| Build-Depends: debhelper (>= 9), openjdk-17-jdk | java17-sdk | java17-jdk | zulu-17 | openjdk-11-jdk | java11-sdk | java11-jdk | zulu-11, genisoimage, | ||
| python-mysql.connector | python3-mysql.connector, maven (>= 3) | maven3, | ||
| python (>= 2.7) | python2 (>= 2.7), python3 (>= 3), python-setuptools, python3-setuptools, | ||
| nodejs (>= 12), lsb-release, dh-systemd | debhelper (>= 13) | ||
|
|
||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.