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

Support Java 14 #3310

Merged
merged 3 commits into from
Jun 17, 2020
Merged

Support Java 14 #3310

merged 3 commits into from
Jun 17, 2020

Commits on Jun 16, 2020

  1. Support Java 14

    * Provide changes to avoid deprecated Java API
    and have a compatibility back to Java 8
    * Change affected test classes to JUnit 5 whenever it is possible
    * Ignore/Disable some TCP/IP tests which don't pass on Java 14
    artembilan authored and artembilan committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    b213c68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc94394 View commit details
    Browse the repository at this point in the history
  3. Fix SSL Handshake test - client side handshake is successful with jav…

    …a 14
    
    - change the badClient cert to a badServer cert to force an error on the client side
    garyrussell committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    49fecdf View commit details
    Browse the repository at this point in the history