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

Ebean 15.0.1 #451

Merged
merged 2 commits into from
Mar 11, 2024
Merged

Ebean 15.0.1 #451

merged 2 commits into from
Mar 11, 2024

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
19 of 20 checks passed
@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

Copy link
Contributor

mergify bot commented Mar 11, 2024

backport 7.x

✅ Backports have been created

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