Skip to content

Add JSON-B extension #719

Open
Open
@bmarwell

Description

@bmarwell

Is your feature request related to a problem? Please describe.

There are gson and jackson and org.json extensions.
Let’s add one for JSON-B, so there is no need to ship a specific library.
This is useful for Java/Jakarta EE compatible servers where you do not know the implementation beforehand, but you won't need to ship one with your app either.

Describe the solution you'd like

Similar to this one:
https://github.com/bmarwell/shiro-jwt-showcase/blob/3e4ec3691da3a0a7a653b4b915c3532c8fb742ed/finish/src/main/java/io/github/bmarwell/shiro/jwt/json/JsonbJwtDeserializer.java

(yes, PR ahead!)

Describe alternatives you've considered

  • Creating above class every single time for my apps
  • Create a wrapper for Johnzon

Additional context

Activity

added 2 commits that reference this issue on Apr 15, 2022

[jwtk#719] JSON-B extension.

[jwtk#719] JSON-B extension.

linked a pull request that will close this issue on Apr 15, 2022
added 4 commits that reference this issue on Apr 15, 2022

[jwtk#719] README.md updates.

[jwtk#719] profile, assert=>requireNonNull, @SInCE

[jwtk#719] profile, assert=>requireNonNull, @SInCE

[jwtk#719] realign jdk8 profile.

added this to the 0.12.0 milestone on Apr 26, 2022
removed this from the 0.12.0 milestone on Aug 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      Participants

      @lhazlewood@bmarwell

      Issue actions

        Add JSON-B extension · Issue #719 · jwtk/jjwt