cf-toolsuite / cf-butler

My purpose in life is to cleanup stale apps and services on a Cloud Foundry foundation. I can be configured to report on and remove orphaned services and stopped app instances older than a configurable duration. I do many other useful things too.
Apache License 2.0
39 stars 16 forks source link

Bump com.cedarsoftware:json-io from 4.19.1 to 4.22.0 #430

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps com.cedarsoftware:json-io from 4.19.1 to 4.22.0.

Changelog

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

  • 4.22.0
    • Many more @type aliases added to keep the JSON succinct and more human-readable.
    • Broader conversion support for rootTypes: JsonIo.toObjects(..., rootType) Includes all the java-utils Converter.convert() pairings (680+)
    • Removed stack argument from CustomReader. When creating a CustomReader, use the passed in resolver.push(node) to push objects onto the stack for later processing (custom or not). See example in UserGuide (coming shortly).
  • 4.21.0
    • Empty Lists, Sets, and Maps enforce 'emptiness' on reconstruction
    • Singleton Lists, Sets, and Maps enforce 'singleton-ness' on reconstruction
    • Synchronized Lists, Sets, and Maps enforce 'synchronized-ness' on reconstruction
    • Fixed NPE on null writeOptions for JsonIo.toJson(). The writeOptions are now created with defaults for you if null is passed in.
    • Added Resolver as the last argument to the JsonClassReader.read() method. The author is not required to use the Resolver in their implementation, but it does it come in handy as it has the Map of IDs to JsonObjects, as well as the ReadOptions, and the Converter.
    • Deprecated the APIs on JsonIo that exist to show one how to convert the old style Map options to the new "builder" format.
  • 4.20.0
    • MethodFilter can be applied to remove the use of a method accessor, useful when the method accessor is causing problems (additional unwanted side-effects) during the serialization (outputting of JSON). MethodFilter's are added to WriteOptions via the WriteOptionsBuilder. MethodFilter's can be added to a single WriteOptions instance or added permanently (jvm lifecyle) so that all created WriteOptions include it automatically (see WriteOptionsBuilder.addPermanent* APIs).
    • Significant updates made to User Guide documentation.
    • pom.xml file updated to support both OSGi Bundle and JPMS (Modules).
    • module-info.class resides in the root of the .jar but it is not referenced.
Commits
  • 2d1a18d updated changelog and readme
  • 1ec73c2 Added better exception checking.
  • 5e30a02 - Root level returned JSON now fully leverages all Converter options.
  • 7702533 More aliases, more tests, Collections with Convertable types in them, convert...
  • d416634 wip
  • bc5e4a9 Removed resolving during parsing - for speed
  • a4f4075 minor changes + prep for 4.22.0
  • d482c43 Merging changes from 4.21.0 to master
  • d14fd0b wip
  • 778d997 Updated to version 4.21.0
  • 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 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)
dependabot[bot] commented 4 months ago

Superseded by #431.