Skip to content

Made constructor public to allow users their own objectMapper instance#972

Merged
lhazlewood merged 2 commits intojwtk:masterfrom
kesrishubham2510:issue-914
Aug 15, 2025
Merged

Made constructor public to allow users their own objectMapper instance#972
lhazlewood merged 2 commits intojwtk:masterfrom
kesrishubham2510:issue-914

Conversation

@kesrishubham2510
Copy link
Copy Markdown
Contributor

@kesrishubham2510 kesrishubham2510 commented Oct 18, 2024

Resolves #914

@bdemers bdemers modified the milestones: 0.13.0, 1.0 Oct 18, 2024
Copy link
Copy Markdown
Member

@bdemers bdemers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!
Approved, but we shouldn't merge this until we bump the version for 0.13 (or 1.0), in the near future

@lhazlewood lhazlewood merged commit b6f8cb8 into jwtk:master Aug 15, 2025
23 checks passed
dongjoon-hyun added a commit to apache/spark that referenced this pull request Feb 13, 2026
### What changes were proposed in this pull request?

This PR aims to upgrade `jjwt` to 0.13.0 for Apache Spark 4.2.0.

### Why are the changes needed?

To bring the latest enhancement and bug fixes.
- https://github.com/jwtk/jjwt/releases/tag/0.13.0 (2025-08-20)
  - jwtk/jjwt#972
- https://github.com/jwtk/jjwt/releases/tag/0.12.7 (2025-08-14)
  - jwtk/jjwt#961
  - jwtk/jjwt#976
  - jwtk/jjwt#988

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

Pass the CIs.

### Was this patch authored or co-authored using generative AI tooling?

Generated-by: `Gemini 3 Pro (High)` on `Antigravity`

Closes #54306 from dongjoon-hyun/SPARK-55515.

Lead-authored-by: Dongjoon Hyun <[email protected]>
Co-authored-by: YangJie <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
rpnkv pushed a commit to rpnkv/spark that referenced this pull request Feb 18, 2026
### What changes were proposed in this pull request?

This PR aims to upgrade `jjwt` to 0.13.0 for Apache Spark 4.2.0.

### Why are the changes needed?

To bring the latest enhancement and bug fixes.
- https://github.com/jwtk/jjwt/releases/tag/0.13.0 (2025-08-20)
  - jwtk/jjwt#972
- https://github.com/jwtk/jjwt/releases/tag/0.12.7 (2025-08-14)
  - jwtk/jjwt#961
  - jwtk/jjwt#976
  - jwtk/jjwt#988

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

Pass the CIs.

### Was this patch authored or co-authored using generative AI tooling?

Generated-by: `Gemini 3 Pro (High)` on `Antigravity`

Closes apache#54306 from dongjoon-hyun/SPARK-55515.

Lead-authored-by: Dongjoon Hyun <[email protected]>
Co-authored-by: YangJie <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make JacksonDeserializer constructor public

3 participants