fastjson2 icon indicating copy to clipboard operation
fastjson2 copied to clipboard

jax-rs support

Open rowstop opened this issue 1 year ago • 2 comments

What this PR does / why we need it?

#2490

Summary of your change

extension-jaxrs
  - extension-jaxrs-jakarta for jakarta
  - extension-jaxrs-javax for javax

Please indicate you've done the following:

  • [x] Made sure tests are passing and test coverage is added if needed.
  • [x] Made sure commit message follow the rule of Conventional Commits specification.
  • [x] Considered the docs impact and opened a new docs issue or PR with docs changes if needed.

rowstop avatar Oct 17 '24 08:10 rowstop

Please merge master to fix build errors

wenshao avatar Oct 18 '24 01:10 wenshao

Codecov Report

:x: Patch coverage is 52.47525% with 48 lines in your changes missing coverage. Please review. :white_check_mark: Project coverage is 74.18%. Comparing base (f6cdd54) to head (0bb41e0). :warning: Report is 517 commits behind head on main.

Files with missing lines Patch % Lines
...stjson2/support/jaxrs/javax/FastJson2Provider.java 45.45% 26 Missing and 16 partials :warning:
...astjson2/support/jaxrs/javax/FastJson2Feature.java 68.75% 3 Missing and 2 partials :warning:
...support/jaxrs/javax/FastJson2AutoDiscoverable.java 87.50% 0 Missing and 1 partial :warning:
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #3110      +/-   ##
============================================
- Coverage     74.27%   74.18%   -0.10%     
- Complexity    23542    23583      +41     
============================================
  Files           659      668       +9     
  Lines         91870    92132     +262     
  Branches      20539    20598      +59     
============================================
+ Hits          68238    68348     +110     
- Misses        15240    15345     +105     
- Partials       8392     8439      +47     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

codecov-commenter avatar Oct 18 '24 01:10 codecov-commenter