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

Bump cheshire to 5.9.0 #29

Merged
merged 1 commit into from
Jan 7, 2020

Conversation

kwrooijen
Copy link
Contributor

@kwrooijen kwrooijen commented Dec 31, 2019

When including the latest version of raven-clj (1.6.0-alpha4) I get the following error when starting my application:

java.lang.NoSuchMethodError: com.fasterxml.jackson.core.JsonFactory.requiresPropertyOrdering()Z

The underlying reason for this seems to be an old version of cheshire. When inspecting with lein deps :tree, raven-clj is including cheshire version 5.0.1.

[raven-clj "1.6.0-alpha4"] -> [cheshire "5.0.1"] -> [com.fasterxml.jackson.core/jackson-core "2.1.1"]

When bumping this to the latest version ([cheshire "5.9.0"]) the issue is resolved.

@martinklepsch
Copy link
Collaborator

Did this issue not occur for you with releases prior to 1.6.0-alpha4 or is that just the only release you’ve used so far?

@kwrooijen
Copy link
Contributor Author

kwrooijen commented Dec 31, 2019

This is the only release I've used so far.

Edit: Maybe the reason is because I'm using lein / project.clj instead of boot? The project.clj cheshire seems to be outdated.

Edit2: Nevermind, the boot version is outdated.

@martinklepsch martinklepsch merged commit 8d53731 into sethtrain:master Jan 7, 2020
@martinklepsch
Copy link
Collaborator

Thanks! Released with 1.6.0 🙂

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

Successfully merging this pull request may close these issues.

2 participants