Skip to content

Releases: StephenOTT/STIX-Java

Generic Custom Object Support + Generic Parsing Updates + Streaming Examples

Choose a tag to compare

@StephenOTT StephenOTT released this 19 Jun 21:57

Multiples updates!

  1. 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 ! 🎉

  2. Added a small fix to the StixParser class to support better Java Generics

  3. 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

Choose a tag to compare

@StephenOTT StephenOTT released this 09 Jun 20:45

added StixBoolean capability

Choose a tag to compare

@StephenOTT StephenOTT released this 08 May 22:13

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

Choose a tag to compare

@StephenOTT StephenOTT released this 04 May 20:32

Changes are to support better TAXII support with TAXII-Springboot

Fix bug with Stix SubTypes Jackson registration

Choose a tag to compare

@StephenOTT StephenOTT released this 04 May 02:05
0.8.5

fix bug with stix registering of subtypes

Support proper static prop for Stix objectmapper

Choose a tag to compare

@StephenOTT StephenOTT released this 04 May 01:21
0.8.4

version bump

StixInstant Customize toString

Choose a tag to compare

@StephenOTT StephenOTT released this 03 May 11:08

Now with support for toString(int) which will customize the subsecond precision

Internal Refactor

Choose a tag to compare

@StephenOTT StephenOTT released this 03 May 10:43

Moves StixInstant serializer and deserializer into Jackson module

Add updated objectmapper methods

Choose a tag to compare

@StephenOTT StephenOTT released this 03 May 10:07
0.8.1

Refactors Objectmapper with a base class to generate new mappers from…

Updates to Mock Data Generator to support StixInstant

Choose a tag to compare

@StephenOTT StephenOTT released this 28 Apr 23:37
0.8.0

version bump for breaking changes