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

Jetty 9.3.x - #6072 large tls record fix #6733

Closed
wants to merge 31 commits into from

Commits on Aug 31, 2021

  1. align Jenkinsfile with 9.4.x

    Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
    olamy committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    e05eda1 View commit details
    Browse the repository at this point in the history
  2. fix alpn version for u292 and u302

    Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
    olamy committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    e3b3f1b View commit details
    Browse the repository at this point in the history
  3. fix alpn and project version

    Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
    olamy committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    ab91c52 View commit details
    Browse the repository at this point in the history
  4. fix wrong surefire arg

    Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
    olamy committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    a4d1a29 View commit details
    Browse the repository at this point in the history
  5. remove test removed in 9.4.x

    Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
    olamy committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    cc65f2b View commit details
    Browse the repository at this point in the history
  6. fix and ignore test

    Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
    olamy committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    9748197 View commit details
    Browse the repository at this point in the history
  7. do not trim stack trace

    Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
    olamy committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    e864425 View commit details
    Browse the repository at this point in the history
  8. ignore flaky

    Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
    olamy committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    e97a4ca View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. testing with older jdk8

    Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
    olamy committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    fb5c479 View commit details
    Browse the repository at this point in the history
  2. restore ignored tests to see if pass with older java8

    Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
    olamy committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    5d40225 View commit details
    Browse the repository at this point in the history
  3. do not build with jdk11

    Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
    olamy committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    dfc816c View commit details
    Browse the repository at this point in the history
  4. fail at end to get all failures

    Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
    olamy committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    e208f57 View commit details
    Browse the repository at this point in the history
  5. Fixed tests that were trying to connecting to 0.0.0.1.

    On new Linux kernels, at least, trying to connect to 0.0.0.1
    hangs, while before it was failing immediately.
    The tests have now a short connect timeout to avoid to hang.
    
    Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
    sbordet authored and joakime committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    bd0014a View commit details
    Browse the repository at this point in the history
  6. Introduce https:// for maven repo (maven CVE fix)

    Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
    joakime committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    42f1bcc View commit details
    Browse the repository at this point in the history
  7. Disable StressTest

    Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
    joakime committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    86df4a9 View commit details
    Browse the repository at this point in the history
  8. Using jdk8 proper for build

    Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
    joakime committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    aa77bab View commit details
    Browse the repository at this point in the history
  9. Fixing keystores in jetty-client tests to function on newer OpenJDK 8…

    … releases
    
    Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
    joakime committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    82c2e79 View commit details
    Browse the repository at this point in the history
  10. Revert "do not build with jdk11"

    This reverts commit dfc816c
    
    Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
    joakime committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    50df01d View commit details
    Browse the repository at this point in the history
  11. Restoring jdk11 build.

    No slack notifications.
    Faster timeouts.
    
    Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
    joakime committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    6b14c17 View commit details
    Browse the repository at this point in the history
  12. Skipping H2 tests if on a newer OpenJDK 8 that doesn't have ALPN supp…

    …ort lib that exists only in Jetty 9.4+
    
    Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
    joakime committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    dfb0095 View commit details
    Browse the repository at this point in the history
  13. Skipping H2 tests if on a newer OpenJDK 8 that doesn't have ALPN supp…

    …ort lib that exists only in Jetty 9.4+
    
    Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
    joakime committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    2ff4267 View commit details
    Browse the repository at this point in the history
  14. Skipping H2 tests if on a newer OpenJDK 8 that doesn't have ALPN supp…

    …ort lib that exists only in Jetty 9.4+
    
    Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
    joakime committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    9f33746 View commit details
    Browse the repository at this point in the history
  15. maven central do not support anymore http

    Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
    olamy committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    7b6e226 View commit details
    Browse the repository at this point in the history
  16. More work to get OpenJDK 11 testing stable

    Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
    joakime committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    2c5a72d View commit details
    Browse the repository at this point in the history
  17. Merge branch 'jetty-9.3.x_build_fix' of github.com:eclipse/jetty.proj…

    …ect into jetty-9.3.x_build_fix
    joakime committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    3ee62d4 View commit details
    Browse the repository at this point in the history
  18. update maven central repo urls

    Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
    joakime committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    45a1e16 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. comment jdk11 build

    Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
    olamy committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    bb83b86 View commit details
    Browse the repository at this point in the history
  2. trying to debug

    Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
    olamy committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    7bd437a View commit details
    Browse the repository at this point in the history
  3. Rollback ResourceCacheTest changes.

    Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
    joakime committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    54005a3 View commit details
    Browse the repository at this point in the history
  4. add test to reproduce issue #6072

    Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
    olamy committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    309897e View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. Issue #6072 - minimum fix for jetty-9.3.x

    Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
    joakime committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    bcea10a View commit details
    Browse the repository at this point in the history