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

Jackson dependency causes failures in AOT-compiled projects #30

Closed
rplevy-draker opened this issue Oct 12, 2012 · 2 comments
Closed

Jackson dependency causes failures in AOT-compiled projects #30

rplevy-draker opened this issue Oct 12, 2012 · 2 comments

Comments

@rplevy-draker
Copy link

The Jackson project deploys changes to existing versions, so you can't reliably depend on the "version" you are using. Today they made a change that causes ClassNotFound exceptions (Exception in thread "main" java.lang.NoClassDefFoundError: com/fasterxml/jackson/core/json/ReaderBasedJsonParser). I am presently looking through their versions in maven to see if overriding with any of these might work.

You can reproduce the problem by AOT compiling a project with Cheshire as a dependency and then attempting to run it.

EDIT: this is evidently not sufficient to reproduce the problem. I am looking more into why I am getting this error.

@dakrone
Copy link
Owner

dakrone commented Oct 12, 2012

Hmm... that's not good. They should definitely not be doing that. I'll see what I can figure out to keep this from happening.

@rplevy-draker
Copy link
Author

Damn, my fault. It was a dumb uberjar-exclusion. :( Sorry for bothering you with this! Haha,

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