Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump com.cedarsoftware:json-io from 4.26.0 to 4.30.0 #278

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 14, 2024

Bumps com.cedarsoftware:json-io from 4.26.0 to 4.30.0.

Changelog

Sourced from com.cedarsoftware:json-io's changelog.

4.30.0

  • Root object type's like Person[].class, String[].class, can now be specified as the rootType and the return value will be Person[], String[], or a ClassCastException if the JSON data does not match the type.
  • JsonIo.formatJson() three parameter version removed. Use the one (1) parameter API that takes the JSON to format. It runs much faster, as it no longer deserializes/serializes, but walks the JSON String directly.

4.29.0

  • Consumed java-util's ClassUtilities.getClassLoader(), which obtains the classLoader in a more robust way and works in OSGi and JPMS environment or non-framework environment
  • Removed slf4j and logback-classic from test dependencies
  • Merged in PR #297 by DaniellaHubble: Fix test that fails unexpectedly in testEnumWithPrivateMembersAsField_withPrivatesOn()
  • Updated java-util from 2.15.0 to 2.17.0.

4.28.0

4.27.0

  • ReadOptionsBuilder.addInjectorFactory() added to allow additional InjectorFactory's to be added.
  • ReadOptionsBuilder.addFieldFilter() added to allow additional FieldFilters to be added.
  • LRU size control added to ReadOptionsBuild and WriteOptionsBuilder. These control the LRU size of the cache that maps Classes to Fields, Classes to Injectors, and Classes to Accessors.
  • Adds bigint, BigInt, bigdec, BigDec, String, Date, and Class to aliases to java-util's ClassUtilities.forName() support
  • Updated java-util from 2.13.0 to 2.14.0.
Commits
  • a6f9b6b * Root object type's like Person[].class, String[].class, can now be spec...
  • 82208fd test resource file
  • 5b198c5 Root object type's like Person[].class, String[].class, can now be specified ...
  • 3d51d1b Merge remote-tracking branch 'origin/master'
  • 8ebfbf4 - Consumed java-util ClassUtilities.getClassLoader(), which obtains the class...
  • f585cdb - Consumed java-util ClassUtilities.getClassLoader(), which obtains the class...
  • 9237102 Merge pull request #297 from DaniellaHubble/fix-flaky-test
  • 6305793 Update EnumTests.java to fix flaky test in testEnumWithPrivateMembersAsField_...
  • f405b3e update comment
  • 9f55e5b Merge pull request #295 from Jake-Zhi0Wang/fix-flaky
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [com.cedarsoftware:json-io](https://github.com/jdereg/json-io) from 4.26.0 to 4.30.0.
- [Changelog](https://github.com/jdereg/json-io/blob/master/changelog.md)
- [Commits](jdereg/json-io@4.26.0...4.30.0)

---
updated-dependencies:
- dependency-name: com.cedarsoftware:json-io
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 14, 2024
@anthonydahanne anthonydahanne merged commit db3c27a into main Oct 28, 2024
1 check passed
@anthonydahanne anthonydahanne deleted the dependabot/gradle/com.cedarsoftware-json-io-4.30.0 branch October 28, 2024 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant