Releases: StephenOTT/STIX-Java
Generic Custom Object Support + Generic Parsing Updates + Streaming Examples
Multiples updates!
-
Generic Custom Objects have been added, allowing any STIX 2.x
x-
object can be parsed into a "CustomObject" allowing you to parse anything you may find in your bundle and is STIX 2.x compliant ! 🎉 -
Added a small fix to the StixParser class to support better Java Generics
-
Added Tests in the src/test/stix/bundle/BundleSpec to show usage of Streaming large STIX datasets, Reading and writing STIX json.
Network Graph Generation + CVE-2019-12086 fix
-
Network Graph JSON Support has been added with the ability to convert a STIX Bundle into a Cytoscape.js JSON dataset. See: https://github.com/StephenOTT/STIX-Java/tree/0.9.0#stix-graph-support--network-graph
-
Jackson Databind was updated to 2.9.9 to address CVE-2019-12086
added StixBoolean capability
Adds support for definition of booleans that have a requirement to understand if the boolean value was user defined or a value from the default value configuration of the property.
Refactor of jackson modules system usage
Changes are to support better TAXII support with TAXII-Springboot
Fix bug with Stix SubTypes Jackson registration
0.8.5 fix bug with stix registering of subtypes
Support proper static prop for Stix objectmapper
0.8.4 version bump
StixInstant Customize toString
Now with support for toString(int) which will customize the subsecond precision
Internal Refactor
Moves StixInstant serializer and deserializer into Jackson module
Add updated objectmapper methods
0.8.1 Refactors Objectmapper with a base class to generate new mappers from…
Updates to Mock Data Generator to support StixInstant
0.8.0 version bump for breaking changes