-
Notifications
You must be signed in to change notification settings - Fork 494
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
Upgrade to Java 17 #9764
Merged
Merged
Upgrade to Java 17 #9764
Commits on Aug 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7e74891 - Browse repository at this point
Copy the full SHA 7e74891View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27aaaf1 - Browse repository at this point
Copy the full SHA 27aaaf1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0673c4 - Browse repository at this point
Copy the full SHA b0673c4View commit details -
container/dev-usage.rst has not been updated because it will be handled in PR #9761.
Configuration menu - View commit details
-
Copy full SHA for 460ae7c - Browse repository at this point
Copy the full SHA 460ae7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a30f4d - Browse repository at this point
Copy the full SHA 5a30f4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee7112e - Browse repository at this point
Copy the full SHA ee7112eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2310df6 - Browse repository at this point
Copy the full SHA 2310df6View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc4d1c1 - Browse repository at this point
Copy the full SHA dc4d1c1View commit details
Commits on Aug 8, 2023
-
fix(storage): avoid NPE when building path to local storage dir
During unit testing it occured that sometimes parts of paths are null (there was a missing mock for authority). Changing the code structure here to catch this anytime. This hard to track cause of trouble was revealed when running tests with JDK 17, because since JDK 16 all java.nio.file.Path may not contain null elements for the first component. See also: https://stackoverflow.com/questions/68791709
Configuration menu - View commit details
-
Copy full SHA for 1b47e78 - Browse repository at this point
Copy the full SHA 1b47e78View commit details -
testCreateNewStorageIO_createsFileAccessIObyDefault #8094
Get this test to pass: DataAccessTest#testCreateNewStorageIO_createsFileAccessIObyDefault
Configuration menu - View commit details
-
Copy full SHA for c1b57a1 - Browse repository at this point
Copy the full SHA c1b57a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9a90f2 - Browse repository at this point
Copy the full SHA d9a90f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7274eef - Browse repository at this point
Copy the full SHA 7274eefView commit details
Commits on Aug 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e2fb069 - Browse repository at this point
Copy the full SHA e2fb069View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b3daf5 - Browse repository at this point
Copy the full SHA 8b3daf5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a34991f - Browse repository at this point
Copy the full SHA a34991fView commit details
Commits on Aug 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4c61210 - Browse repository at this point
Copy the full SHA 4c61210View commit details
Commits on Aug 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f92e497 - Browse repository at this point
Copy the full SHA f92e497View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8de674b - Browse repository at this point
Copy the full SHA 8de674bView commit details
Commits on Aug 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4af2d67 - Browse repository at this point
Copy the full SHA 4af2d67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b75d60 - Browse repository at this point
Copy the full SHA 2b75d60View commit details -
Merge pull request #9789 from IQSS/8094-java-17-war-artifact
Upload war file after unit test build as actions artifact
Configuration menu - View commit details
-
Copy full SHA for c5842e0 - Browse repository at this point
Copy the full SHA c5842e0View commit details
Commits on Aug 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b4e5996 - Browse repository at this point
Copy the full SHA b4e5996View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0c6778 - Browse repository at this point
Copy the full SHA f0c6778View commit details
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.