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

Cleanup Javax and Jakarta dependencies #12760

Merged
merged 1 commit into from
Apr 1, 2024

Conversation

Jackie-Jiang
Copy link
Contributor

Jakarta dependency versions:

  • jakarta.servlet-api.version: 6.0.0
  • jakarta.validation-api.version: 3.0.2
  • jakarta.annotation-api.version: 2.1.1
  • jakarta.xml.bind-api.version: 4.0.2
  • jakarta.ws.rs-api.version: 3.1.0
  • jakarta.activation-api.version: 2.1.3
  • jakarta.servlet.jsp-api.version: 3.1.1

Legacy Javax dependency versions:

  • javax.servlet-api.version: 4.0.1
  • javax.validation-api.version: 2.0.1.Final
  • javax.annotation-api.version: 1.3.2
  • javax.jaxb-api.version: 2.3.1
  • javax.stax-api.version: 1.0-2
  • javax.ws.rs-api.version: 2.1.1
  • javax.jsr311-api.version: 1.1.1
  • javax.activation.version: 1.1.1
  • javax.jsp-api.version: 2.2

@Jackie-Jiang Jackie-Jiang added the dependencies Pull requests that update a dependency file label Apr 1, 2024
@codecov-commenter
Copy link

codecov-commenter commented Apr 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 61.58%. Comparing base (59551e4) to head (0a8ebc2).
Report is 190 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master   #12760      +/-   ##
============================================
- Coverage     61.75%   61.58%   -0.18%     
+ Complexity      207      198       -9     
============================================
  Files          2436     2463      +27     
  Lines        133233   134743    +1510     
  Branches      20636    20822     +186     
============================================
+ Hits          82274    82976     +702     
- Misses        44911    45580     +669     
- Partials       6048     6187     +139     
Flag Coverage Δ
custom-integration1 <0.01% <ø> (-0.01%) ⬇️
integration <0.01% <ø> (-0.01%) ⬇️
integration1 <0.01% <ø> (-0.01%) ⬇️
integration2 0.00% <ø> (ø)
java-11 61.53% <ø> (-0.18%) ⬇️
java-21 61.45% <ø> (-0.18%) ⬇️
skip-bytebuffers-false 61.54% <ø> (-0.21%) ⬇️
skip-bytebuffers-true 34.43% <ø> (+6.71%) ⬆️
temurin 61.58% <ø> (-0.18%) ⬇️
unittests 61.57% <ø> (-0.18%) ⬇️
unittests1 46.18% <ø> (-0.71%) ⬇️
unittests2 27.94% <ø> (+0.20%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Jackie-Jiang Jackie-Jiang merged commit 4f0bc11 into apache:master Apr 1, 2024
21 checks passed
@Jackie-Jiang Jackie-Jiang deleted the javax_jakarta_dependency branch April 1, 2024 22:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants