Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@mkurz
Copy link
Member

@mkurz mkurz commented Mar 11, 2024

@mkurz
Copy link
Member Author

mkurz commented Mar 11, 2024

As expected

[error] Test play.db.ebean.EBeanComponentsTest.createComponents failed: com.fasterxml.jackson.databind.JsonMappingException: Scala module 2.14.3 requires Jackson Databind version >= 2.14.0 and < 2.15.0 - Found jackson-databind version 2.15.0, took 1.154 sec

That's because ebean bumped jackson to 2.15: ebean-orm/ebean@baf727e

The easiest thing we can do is to exclude the jackson dependencies pulled in from ebean-jackson-mapper and to use the jackson artifacts Play comes with.
Also if you look at the above diff they only bumped the version and no changes were necessary, so I am pretty sure just staying on jackson 2.14 (Play is using) should not do any harm. (I did check dependencyTree locally)

@mkurz mkurz merged commit d7d72af into playframework:main Mar 11, 2024
@mkurz mkurz deleted the ebean-15 branch March 11, 2024 15:32
This was referenced Mar 11, 2024
@mkurz
Copy link
Member Author

mkurz commented Mar 11, 2024

@Mergifyio backport 7.x

1 similar comment
@mkurz
Copy link
Member Author

mkurz commented Mar 11, 2024

@Mergifyio backport 7.x

@mergify
Copy link
Contributor

mergify bot commented Mar 11, 2024

backport 7.x

✅ Backports have been created

Details

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.

NoSuchMethodError trying to use newer version of Ebean

1 participant