Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot use custom date,time types from external dependencies in maven/ant plugins #673

Closed
bbohl opened this issue Jan 6, 2017 · 0 comments
Milestone

Comments

@bbohl
Copy link
Contributor

bbohl commented Jan 6, 2017

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.

joelittlejohn added a commit that referenced this issue Jan 7, 2017
@joelittlejohn joelittlejohn added this to the 0.4.30 milestone Jan 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants