Skip to content

Releases: playframework/play-ebean

Play Ebean 6.2.0-RC7

07 Jun 00:00
6.2.0-RC7
941fec6
Compare
Choose a tag to compare
Play Ebean 6.2.0-RC7 Pre-release
Pre-release

Important notes

See the release notes of the previous 6.2.0-RC4 release!

Changes

❤️ Thanks to our premium sponsors!

If you find this OSS project useful for work, please consider asking your company to support it by becoming a sponsor.
You can also individually sponsor the project by becoming a backer.

🙇 Thanks to our contributors

Finally, thanks to the community for their help with detailed bug reports, discussions about new features and pull request reviews. This project is only possible due to the help we had from amazing contributors.
Special thanks to all code contributors who helped with this particular release (they are listed below)!

Play Ebean 6.2.0-RC6

11 May 18:04
6.2.0-RC6
970a436
Compare
Choose a tag to compare
Play Ebean 6.2.0-RC6 Pre-release
Pre-release

Important notes

See the release notes of the previous 6.2.0-RC4 release!

Changes

❤️ Thanks to our premium sponsors!

If you find this OSS project useful for work, please consider asking your company to support it by becoming a sponsor.
You can also individually sponsor the project by becoming a backer.

🙇 Thanks to our contributors

Finally, thanks to the community for their help with detailed bug reports, discussions about new features and pull request reviews. This project is only possible due to the help we had from amazing contributors.
Special thanks to all code contributors who helped with this particular release (they are listed below)!

Play Ebean 6.2.0-RC5

11 May 11:11
6.2.0-RC5
f39b0d2
Compare
Choose a tag to compare
Play Ebean 6.2.0-RC5 Pre-release
Pre-release

Important notes

See the release notes of the previous 6.2.0-RC4 release!

Changes

❤️ Thanks to our premium sponsors!

If you find this OSS project useful for work, please consider asking your company to support it by becoming a sponsor.
You can also individually sponsor the project by becoming a backer.

🙇 Thanks to our contributors

Finally, thanks to the community for their help with detailed bug reports, discussions about new features and pull request reviews. This project is only possible due to the help we had from amazing contributors.
Special thanks to all code contributors who helped with this particular release (they are listed below)!

6.2.0-RC4

28 Jan 21:57
1164003
Compare
Choose a tag to compare
6.2.0-RC4 Pre-release
Pre-release

Important notes

Change of groupId

You need to change com.typesafe.sbt to com.typesafe.play in your project/plugins.sbt:

// in project/plugins.sbt
addSbtPlugin("com.typesafe.play" % "sbt-play-ebean" % "6.2.0-RC4")

(No need to add any resolvers, because the release was published to Maven Central 😉)

Minimal sbt version

play-ebean 6.2.0-RC4 requires sbt 1.4 or newer (We highly recommend to use latest sbt 1.6.1!)

Play enhancer got removed

That means getters and setter are not generated automatically anymore. That can break Play's form binding as well as Ebean's lazy loading feature. You need to add getters and setter yourself now.
Also see this discussion and #228.

Ebean version

The Ebean version was upgraded to 12.8.1

Changes

6.2.0-RC3

28 Sep 19:02
b511478
Compare
Choose a tag to compare
6.2.0-RC3 Pre-release
Pre-release
fix missing sonatypeProfileName flag - 2 (#224)

6.2.0-RC2

28 Sep 15:33
53a4d37
Compare
Choose a tag to compare
6.2.0-RC2 Pre-release
Pre-release
fix missing sonatypeProfileName flag (#223)

6.1.0-RC2

21 Nov 07:06
ae7ac6c
Compare
Choose a tag to compare
6.1.0-RC2 Pre-release
Pre-release

Changes

6.1.0-RC1

21 Nov 04:03
5c254ed
Compare
Choose a tag to compare
6.1.0-RC1 Pre-release
Pre-release

Changes

  • Remove secrets (provided via Travis UI now) #204 by @ennru
  • Setting up Travis CI Deployment #203 by @jmswenski
  • Changed preferred name DB and Database instead of Ebean and EbeanServer with ebean v12.1.13. #200 by @kundan59
  • Adding MiMa plugin for travis build #202 by @jmswenski
  • Travis: use build stages and matrix #197 by @ennru
  • feat: upgrade to play 2.8.2 & ebean 12.1.13 (#194) #198 by @jmswenski

6.0.0

11 Feb 16:12
34806ea
Compare
Choose a tag to compare

Released Feb 11, 2020

feat: upgrade to play 2.8.1 & ebean 11.45.1 (#192)

  • feat: upgrade to play 2.8.0
  • included jaxb as a transitive dependency, since ebean requires it and if not included then this plugin will not work out of the box with Java 11
  • feat: java 11 travis tests must pass
  • previously java 1 tests where allowed to fail
  • rfac: upgrade to play 2.8.1

❤️ Thanks to our premium sponsors!

If you find this OSS project useful for work, please consider asking your company to support it by becoming a sponsor.
You can also individually sponsor the project by becoming a backer.