You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Likely related to the current source generator based on jsonschema2pojo. Unfortunately the plugin's documentation does not mention a setting for handling this use case.
Subject classes for build events do not have a proper parent.
For example
sdk-java/sdk/src/main/java/dev/cdevents/models/build/queued/Subject.java
Line 21 in 5d17b75
type
,id
,source
, etc. These should all live on a parent. This is an issue in various other places. I imagineContext
has the same problem. We should definitely change how this behaves and how these classes are generatedThe text was updated successfully, but these errors were encountered: