alibaba / fastjson2

🚄 FASTJSON2 is a Java JSON library with excellent performance.
Apache License 2.0
3.79k stars 495 forks source link

jax-rs support #3110

Closed rowstop closed 4 weeks ago

rowstop commented 1 month ago

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:

wenshao commented 1 month ago

Please merge master to fix build errors

codecov-commenter commented 1 month ago

Codecov Report

Attention: Patch coverage is 52.47525% with 48 lines in your changes missing coverage. Please review.

Project coverage is 74.18%. Comparing base (f6cdd54) to head (0bb41e0). Report is 17 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 ```diff @@ 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.