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
Trying to use the <dateTimeType> , <dateType>, and <timeType> feature of the maven plugin where the type is sourced from a dependency of my project. It always receives a ClassNotFoundException. The plugin tries to extend the classloader with the project dependencies and sets the current thread's contextloader, but the org.jsonschema2pojo.rules.FormatRule class doesn't use the same classloader.
The text was updated successfully, but these errors were encountered:
Trying to use the
<dateTimeType>
,<dateType>
, and<timeType>
feature of the maven plugin where the type is sourced from a dependency of my project. It always receives aClassNotFoundException
. The plugin tries to extend the classloader with the project dependencies and sets the current thread's contextloader, but theorg.jsonschema2pojo.rules.FormatRule
class doesn't use the same classloader.The text was updated successfully, but these errors were encountered: