toedter / spring-hateoas-jsonapi

A JSON:API media type implementation for Spring HATEOAS
Apache License 2.0
107 stars 15 forks source link

feat: allow to opt out links uri encoding #89

Closed jimirocks closed 2 months ago

jimirocks commented 2 months ago

Resolves #87 Alternative to #88

toedter commented 2 months ago

Looks good to me. Could you please

jimirocks commented 2 months ago

Rebased and tests added.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 92.32%. Comparing base (f6d8e24) to head (716fe83).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #89 +/- ## ============================================ + Coverage 92.29% 92.32% +0.02% - Complexity 405 407 +2 ============================================ Files 32 32 Lines 1168 1172 +4 Branches 226 226 ============================================ + Hits 1078 1082 +4 Misses 27 27 Partials 63 63 ```

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

toedter commented 2 months ago

Thx!

jimirocks commented 2 months ago

Many thx

jimirocks commented 2 months ago

Is there any plan for release?

toedter commented 2 months ago

yes, I try to do a new release asap. Probably until Thursday.

toedter commented 2 months ago

It's in the latest release: https://github.com/toedter/spring-hateoas-jsonapi/releases/tag/v2.1.0