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

Clean-up and refactoring for 2.0 #672

Merged
merged 10 commits into from
Oct 1, 2022
Merged

Clean-up and refactoring for 2.0 #672

merged 10 commits into from
Oct 1, 2022

Commits on Sep 22, 2022

  1. Remove CartesianTest extension v1 (#517 / #635)

    The CartesianTest extension was reimplemented in #487.
    At the same time v1 was marked as deprecated and for
    removal in Pioneer 2.0.
    
    This PR removes this deprecated version.
    
    Closes: #517
    PR: #635
    Bukama committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    f9cb445 View commit details
    Browse the repository at this point in the history
  2. Replace Locale constructor by Locale builder (#658 / #662)

    The Locale constructor is deprecated as of Java 19. Therefore, we
    replace it by the `Locale.Builder`, which now does syntax checking.
    
    Closes: #658
    PR: #662
    Bukama committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    0e37984 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2022

  1. Update Java version to 11 Part 1 (#617 / #627)

    Starting with release 2.0 Pioneer sets Java 11 as it's base Java version.
    With this PR only the build is updated to 11 without any further code
    changes to create the new base first.
    
    related #617
    PR: #627
    Bukama committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    bd8b354 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

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

    Michael1993 committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    16cae5c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d4cfce View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. Address feedback

    Michael1993 committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    016b1a5 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. Configuration menu
    Copy the full SHA
    94e0b25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87280f1 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

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