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

Add JDK11 support and enable in CI #31644

Merged
merged 30 commits into from
Jul 5, 2018
Merged

Commits on Jun 28, 2018

  1. Upgrade bouncycastle

    Required to fix
    `bcprov-jdk15on-1.55.jar; invalid manifest format `
    on jdk 11
    alpar-t committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    d26bf2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e132892 View commit details
    Browse the repository at this point in the history
  3. Add checksum for new jars

    alpar-t committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    efe1844 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3acd7b5 View commit details
    Browse the repository at this point in the history
  5. Mute test failing on jdk 11

    alpar-t committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    283b708 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6091a3f View commit details
    Browse the repository at this point in the history
  7. Add JDK11 to CI

    alpar-t committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    0060bb7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e433bce View commit details
    Browse the repository at this point in the history
  9. Temprorarily disable doc tests

    To see if there are other failures on JDK11
    alpar-t committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    be6fe54 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dbe3a08 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6e10477 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    aae1184 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d7e299e View commit details
    Browse the repository at this point in the history
  14. Fix backwards compatability builds

    Fix JAVA version to 10 for ES 6.3
    alpar-t committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    a7a49db View commit details
    Browse the repository at this point in the history
  15. Add 6.x to bwx -> java10

    alpar-t committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    da094bc View commit details
    Browse the repository at this point in the history
  16. Prefix out and err from buildBwcVersion for readability

    ```
    > Task :distribution:bwc:next-bugfix-snapshot:buildBwcVersion
      [bwc] :buildSrc:compileJava
      [bwc] WARNING: An illegal reflective access operation has occurred
      [bwc] WARNING: Illegal reflective access by org.codehaus.groovy.reflection.CachedClass (file:/home/alpar/.gradle/wrapper/dists/gradle-4.5-all/cg9lyzfg3iwv6fa00os9gcgj4/gradle-4.5/lib/groovy-all-2.4.12.jar) to method java.lang.Object.finalize()
      [bwc] WARNING: Please consider reporting this to the maintainers of org.codehaus.groovy.reflection.CachedClass
      [bwc] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
      [bwc] WARNING: All illegal access operations will be denied in a future release
      [bwc] :buildSrc:compileGroovy
      [bwc] :buildSrc:writeVersionProperties
      [bwc] :buildSrc:processResources
      [bwc] :buildSrc:classes
      [bwc] :buildSrc:jar
    
    ```
    alpar-t committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    06763cc View commit details
    Browse the repository at this point in the history
  17. Also set RUNTIME_JAVA_HOME for bwcBuild

    So that we can make sure it's not too new for the build to understand.
    alpar-t committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    00d3b7e View commit details
    Browse the repository at this point in the history
  18. Align bouncycastle dependency

    alpar-t committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    1c19cf8 View commit details
    Browse the repository at this point in the history
  19. fix painles array tets

    alpar-t committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    ef58e75 View commit details
    Browse the repository at this point in the history
  20. Update jar checksums

    alpar-t committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    b744d1e View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2018

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

Commits on Jul 2, 2018

  1. Configuration menu
    Copy the full SHA
    fb05672 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfc5923 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9961d8e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e6720b8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    41d97c1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    188460a View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2018

  1. PR review

    alpar-t committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    6d9fb3f View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2018

  1. Configuration menu
    Copy the full SHA
    13f536b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    062561c View commit details
    Browse the repository at this point in the history