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

CXF-8671: Support Jakarta EE 10 #1201

Merged
merged 28 commits into from
Nov 6, 2023
Merged

CXF-8671: Support Jakarta EE 10 #1201

merged 28 commits into from
Nov 6, 2023

Commits on Oct 31, 2023

  1. Update dependencies to Jakarta EE 10

    karlvr authored and reta committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    b4af8a3 View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary dependency on jakarta.xml.bind-api

    It didn’t respect the Jakarta EE 10 BOM for some reason, and it doesn’t (yet?) appear to be necessary
    karlvr authored and reta committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    f8f3e0d View commit details
    Browse the repository at this point in the history
  3. Servlet API 6.0.0

    karlvr authored and reta committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    d10f665 View commit details
    Browse the repository at this point in the history
  4. Jakarta XML Binding 4.0

    karlvr authored and reta committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    97561f7 View commit details
    Browse the repository at this point in the history
  5. Jakarta Context Dependency Injection 4.0

    karlvr authored and reta committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    c7dc677 View commit details
    Browse the repository at this point in the history
  6. Fix Maven dependencies

    karlvr authored and reta committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    a41f1ea View commit details
    Browse the repository at this point in the history
  7. Jakarta RESTful Web Services 3.1

    karlvr authored and reta committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    2035428 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e7f3e9a View commit details
    Browse the repository at this point in the history
  9. Add missing jakarta.xml.bind-api dependencies for codegen-plugin mave…

    …n-invoker-plugin
    karlvr authored and reta committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    6328865 View commit details
    Browse the repository at this point in the history
  10. Correct RetryAfterHeaderProviderTest not accounting for host daylight…

    … time
    
    getRawOffset() returns the offset for standard time, which means these tests fail when the default timezone is observing daylight time.
    
    [ERROR] Failures:
    [ERROR] org.apache.cxf.jaxrs.impl.RetryAfterHeaderProviderTest.test[retry after Sun Nov 03 08:49:37 2002 is duration of PT24884H49M37S from 2000-01-01 00:00:00.000]
    [ERROR]   Run 1: RetryAfterHeaderProviderTest.test:73
    Expected: is <PT24884H49M37S>
         but: was <PT24883H49M37S>
    [ERROR]   Run 2: RetryAfterHeaderProviderTest.test:73
    Expected: is <PT24884H49M37S>
         but: was <PT24883H49M37S>
    [ERROR]   Run 3: RetryAfterHeaderProviderTest.test:73
    Expected: is <PT24884H49M37S>
         but: was <PT24883H49M37S>
    [ERROR]   Run 4: RetryAfterHeaderProviderTest.test:73
    Expected: is <PT24884H49M37S>
         but: was <PT24883H49M37S>
    [INFO]
    [ERROR] org.apache.cxf.jaxrs.impl.RetryAfterHeaderProviderTest.test[retry after Sun Nov 3 08:49:37 2002 is duration of PT24884H49M37S from 2000-01-01 00:00:00.000]
    [ERROR]   Run 1: RetryAfterHeaderProviderTest.test:73
    Expected: is <PT24884H49M37S>
         but: was <PT24883H49M37S>
    [ERROR]   Run 2: RetryAfterHeaderProviderTest.test:73
    Expected: is <PT24884H49M37S>
         but: was <PT24883H49M37S>
    [ERROR]   Run 3: RetryAfterHeaderProviderTest.test:73
    Expected: is <PT24884H49M37S>
         but: was <PT24883H49M37S>
    [ERROR]   Run 4: RetryAfterHeaderProviderTest.test:73
    Expected: is <PT24884H49M37S>
         but: was <PT24883H49M37S>
    karlvr authored and reta committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    49e3e17 View commit details
    Browse the repository at this point in the history
  11. Upgrade saaj-impl

    karlvr authored and reta committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    e6b6d9a View commit details
    Browse the repository at this point in the history
  12. Upgrade undertow

    karlvr authored and reta committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    391e6fe View commit details
    Browse the repository at this point in the history
  13. Upgrade istack

    karlvr authored and reta committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    d61f8f0 View commit details
    Browse the repository at this point in the history
  14. Placeholders for bootstrap API

    karlvr authored and reta committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    e66177f View commit details
    Browse the repository at this point in the history
  15. EntityPart

    karlvr authored and reta committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    e0f10cc View commit details
    Browse the repository at this point in the history
  16. Implement RuntimeDelegateImpl

    reta committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    b87e742 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    434236a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    50342d4 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    24c079f View commit details
    Browse the repository at this point in the history
  20. docs: Fix BUILDING.txt fastinstall line

    karlvr authored and reta committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    1a3086d View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    1f96a35 View commit details
    Browse the repository at this point in the history
  22. Update Hibernate to 6.2.9.Final

    reta committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    dd19b3c View commit details
    Browse the repository at this point in the history
  23. Update Hibernate to 6.3.1.Final

    reta committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    24bcaf1 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    b06c530 View commit details
    Browse the repository at this point in the history
  25. Replace JakarteEE 10 BOM with indvidual component versions to simplif…

    …y patching and minor updates
    reta committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    181f7e6 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    c26ffb4 View commit details
    Browse the repository at this point in the history
  2. Update Weld to 5.1.2.Final

    reta committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    1f30514 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4fa37f View commit details
    Browse the repository at this point in the history