Skip to content

Add JSONB config for useBigIntegerStringAdapter and useBigDecimalStri…#137

Closed
jgallimore wants to merge 1 commit intoapache:johnzon-1.2.xfrom
jgallimore:big-decimal-integer-adapter-config-1.2.x
Closed

Add JSONB config for useBigIntegerStringAdapter and useBigDecimalStri…#137
jgallimore wants to merge 1 commit intoapache:johnzon-1.2.xfrom
jgallimore:big-decimal-integer-adapter-config-1.2.x

Conversation

@jgallimore
Copy link
Copy Markdown
Contributor

…ngAdapter

Following on from #134, could this change be considered?

This should allow this:

final JsonbConfig config = new JsonbConfig().withPropertyNamingStrategy(PropertyNamingStrategy.IDENTITY)
          .setProperty("johnzon.useBigIntegerStringAdapter", "false")
          .setProperty("johnzon.useBigDecimalStringAdapter", "false")
          ;

(backport of #136)

@jeanouii
Copy link
Copy Markdown
Contributor

jeanouii commented Apr 9, 2026

For consistency, do you mind using the same code block than in the main branch so future user upgrades will still work.

@jgallimore jgallimore closed this Apr 9, 2026
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.

2 participants