jetson 1.1.7 copy "jetson: ^1.1.7" to clipboard
jetson: ^1.1.7 copied to clipboard

Object mapping and serialization core for JetLeaf — provides JSON, model binding, and conversion utilities.

Changelog #

All notable changes to this project will be documented in this file.
This project follows a simple, human-readable changelog format inspired by Keep a Changelog and adheres to semantic versioning.


1.1.7 #

Changed #

  • Updated dependencies: jetleaf_core, jetleaf_pod and jetleaf_convert.

Added #

  • ToJsonFactory.

1.1.6 #

Added #

  • Introduced the JsonOutput annotation as the counterpart to JsonCreator.
  • Added new mechanisms for constructing objects from JSON values.

Fixed #

  • Resolved exception swallowing issues; thrown exceptions are now properly propagated.

1.1.5 #

Changed #

  • Restructured the jetson library into focused sub-libraries (e.g. json, mapper, etc.), while keeping the main jetson entry point exporting all modules.
  • Exceptions thrown during newInstance invocation are no longer silently ignored.

Added #

  • FailedDeserializationException for clearer error reporting during deserialization.

1.1.4 #

Changed #

  • Updated dependencies: jetleaf_core, jetleaf_pod.

1.1.3 #

Changed #

  • Updated dependencies: jetleaf_core, jetleaf_pod.

1.1.2 #

Changed #

  • Updated dependencies: jetleaf_lang, jetleaf_env, jetleaf_convert, jetleaf_logging, jetleaf_utils, jetleaf_core, jetleaf_pod.

1.1.1 #

Changed #

  • Updated dependencies: jetleaf_lang, jetleaf_env, jetleaf_convert, jetleaf_logging, jetleaf_utils, jetleaf_core, jetleaf_pod.

1.1.0 #

Changed #

  • Updated dependencies: jetleaf_lang, jetleaf_env, jetleaf_convert, jetleaf_logging, jetleaf_utils, jetleaf_core, jetleaf_pod.

1.0.9 #

Changed #

  • Updated dependencies: jetleaf_lang, jetleaf_env, jetleaf_convert, jetleaf_logging, jetleaf_utils, jetleaf_core, jetleaf_pod.

1.0.8 #

Changed #

  • Updated dependencies: jetleaf_lang, jetleaf_env, jetleaf_convert, jetleaf_logging, jetleaf_utils, jetleaf_core, jetleaf_pod.

1.0.7 #

Changed #

  • Updated dependencies: jetleaf_lang, jetleaf_env, jetleaf_convert, jetleaf_logging, jetleaf_utils, jetleaf_core, jetleaf_pod.

1.0.6 #

Changed #

  • Updated dependencies: jetleaf_env, jetleaf_core.

1.0.5 #

Changed #

  • Updated dependencies.

1.0.4 #

Changed #

  • Updated dependencies.

1.0.3 #

Changed #

  • Updated dependencies.

1.0.2 #

Changed #

  • Updated dependencies.

1.0.1 #

Changed #

  • Updated dependencies.

1.0.0+1 #

Patch release focused on dependency alignment and small improvements.

Changed #

  • Updated package dependencies and aligned with other JetLeaf modules.

1.0.0 #

Initial release.

Added #

  • Core object mapping and serialization features with support for JSON, XML, and YAML.
  • Custom annotations for fine-grained control (@JsonProperty, @JsonIgnore, etc.).
  • Naming strategies, custom converters, and streaming JSON support.


Contributors: Hapnium & JetLeaf contributors

1
likes
140
points
1.77k
downloads

Publisher

verified publisherjetleaf.hapnium.com

Weekly Downloads

Object mapping and serialization core for JetLeaf — provides JSON, model binding, and conversion utilities.

Homepage
Repository (GitHub)
View/report issues

Topics

#serialization #json #mapping #jetleaf #conversion

Documentation

Documentation
API reference

License

BSD-2-Clause (license)

Dependencies

jetleaf_convert, jetleaf_core, jetleaf_env, jetleaf_lang, jetleaf_pod, jetleaf_utils, meta

More

Packages that depend on jetson