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

Update ebean, ebean-agent, ... to 13.8.0 #315

Merged
merged 1 commit into from Oct 3, 2022

Conversation

scala-steward
Copy link
Contributor

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

@ihostage
Copy link
Member

Depends on JDK 11+

@monaheinz
Copy link

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.

@ihostage
Copy link
Member

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 playframework/playframework#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?

@mkurz
Copy link
Member

mkurz commented Sep 6, 2022

@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.

@PromanSEW
Copy link
Contributor

PromanSEW commented Sep 6, 2022

@monaheinz see #290 (comment) how to update Ebean manually

@monaheinz
Copy link

@ihostage @mkurz @PromanSEW
Thanks for the information! I will update Ebean manually.

@mergify mergify bot added the type:updates label Sep 14, 2022
@mkurz
Copy link
Member

mkurz commented Oct 3, 2022

main branch now dropped Java 8 / added Java 18. Let's see if this works now

@mkurz mkurz merged commit be58325 into playframework:main Oct 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants