Update ebean, ebean-agent, ... to 13.8.0
Updates
from 12.16.1 to 13.8.0.
I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.
If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.
Configure Scala Steward for your repository with a .scala-steward.conf file.
Have a fantastic day writing Scala!
Files still referring to the old version number
The following files still refer to the old version number (12.16.1). You might want to review and update them manually.
README.md
Adjust future updates
Add this to your .scala-steward.conf file to ignore future updates of this dependency:
updates.ignore = [ { groupId = "io.ebean" } ]
Or, add this to slow down future updates of this dependency:
dependencyOverrides = [{
pullRequests = { frequency = "@monthly" },
dependency = { groupId = "io.ebean" }
}]
labels: library-update, early-semver-major, semver-spec-major, old-version-remains, commit-count:1
Depends on JDK 11+
What is the status of this PR? For Informaticon it is necessary that ebean will be updated to v13.8.1, so that the solution of this issue is available.
Hi, Mona @monaheinz! 👋 This PR is depends on releasing Play 2.9, because Play 2.8.x support Java 8+. Moreover, this PR not only depends on but also is a reason to drop support Java 8 in Play 2.9. 😄 (more details in https://github.com/playframework/playframework/issues/11078). But currently release Play 2.9 is blocked by Scala 3 issue that a part of Play 2.9 scope. I understand that release Play 2.9 dragged a little 😞 and may be we need review the scope 🤔 @mkurz Matthias, what do you think?
@monaheinz Actually @ihostage is right. At this point we can not upgrade ebean in play-ebean for the current Play 2.8.x releases, because that would break compatibility. However you can try to upgrade ebean in your build.sbt by yourself and see if that works for you.
@monaheinz see https://github.com/playframework/play-ebean/issues/290#issuecomment-1126729369 how to update Ebean manually
@ihostage @mkurz @PromanSEW Thanks for the information! I will update Ebean manually.
main branch now dropped Java 8 / added Java 18. Let's see if this works now