cdevents / sdk-java

Java SDK for CDEvents
Apache License 2.0
5 stars 6 forks source link

CDEvents generator using jsonschema #46

Closed rjalander closed 9 months ago

rjalander commented 1 year ago

All the events created manually in the SDK, needs to be generated based on schemas spec version.

Can be implemented similar to what we have in go-sdk generator

rjalander commented 1 year ago

Initial PR created to address this issue, pending for approval; https://github.com/cdevents/sdk-java/pull/58

afrittoli commented 9 months ago

@rjalander can this be closed now?

rjalander commented 9 months ago

The CDEvents generator created with the below PRs, closing the issue. https://github.com/cdevents/sdk-java/pull/58 https://github.com/cdevents/sdk-java/pull/60