Skip to content
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 23 commits into from
Aug 21, 2023
Merged

Upgrade to Java 17 #9764

merged 23 commits into from
Aug 21, 2023

Commits on Aug 7, 2023

  1. Configuration menu
    Copy the full SHA
    7e74891 View commit details
    Browse the repository at this point in the history
  2. bump Java from 11 to 17 #8094

    pdurbin committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    27aaaf1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0673c4 View commit details
    Browse the repository at this point in the history
  4. update docs for Java 17 #8094

    container/dev-usage.rst has not been updated because
    it will be handled in PR #9761.
    pdurbin committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    460ae7c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5a30f4d View commit details
    Browse the repository at this point in the history
  6. fix REST Assured test #8094

    pdurbin committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    ee7112e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2310df6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dc4d1c1 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. 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
    poikilotherm authored and pdurbin committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    1b47e78 View commit details
    Browse the repository at this point in the history
  2. testCreateNewStorageIO_createsFileAccessIObyDefault #8094

    Get this test to pass:
    DataAccessTest#testCreateNewStorageIO_createsFileAccessIObyDefault
    pdurbin committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    c1b57a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9a90f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7274eef View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Configuration menu
    Copy the full SHA
    e2fb069 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b3daf5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a34991f View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    4c61210 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    f92e497 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8de674b View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    4af2d67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b75d60 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #9789 from IQSS/8094-java-17-war-artifact

    Upload war file after unit test build as actions artifact
    pdurbin committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    c5842e0 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    b4e5996 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0c6778 View commit details
    Browse the repository at this point in the history