play-ebean
play-ebean copied to clipboard
Play Ebean module
Play framework supports using the [maven/sbt default layout](https://www.playframework.com/documentation/2.8.x/Anatomy#Default-sbt-layout) instead of the Play framework layout, which means `conf/` (including `conf/evolutions/**/*.sql` files are moved to the `src/main/resources/evolutions/**/*.sql` path In order for play-ebean...
Hi, I can't start play 2.6.11 with sbt 0.13.16, scala 2.12.4 and play-ebean 4.1.0. I get the following stack trace : > CreationException: Unable to create injector, see the following...
``` package utils; import io.ebean.config.IdGenerator; public class EbeanIdGenerator implements IdGenerator { private static final UniqueId uid = new UniqueId(); @Override public Object nextValue() { return uid.getStringId(); } @Override public String...
Originally from https://github.com/playframework/playframework/issues/3237 Currently (Play 2.2, Play 2.3) when using multiple data-sources then it is not possible to disable evolutions and DDL automatic generation. This is usually not a problem,...
"docStore has type OBJECT rather than LIST" error when Elastic configuration is in application.conf
Hi, When I add these lines to `application.conf` : ebean.docstore.url="http://127.0.0.1:9200" ebean.docstore.active=true ebean.docstore.generateMapping=false ebean.docstore.dropCreate=false ebean.docstore.create=false I have the following error : `play/conf/application.conf: 26: docStore has type OBJECT rather than LIST`
Here is what is happening and maybe I can get some guidance on this. I have read through and tried what was suggested in https://github.com/playframework/play-ebean/issues/51 without any solution. I created...
Does play-ebean support ebean's typesafe query beans? The [ebean docs](http://ebean-orm.github.io/docs/query/typesafe) talk about a Maven plugin, but it'd be nice if there were an SBT plugin as well (if there isn't...
@Transactional and TransactionalAction conception problem - does not work with Secure Social plugin
Hi, I've found a critical bug in the play java ebean plugin. In my opinion, there is a confusion in the usage of promise and action wrappers (`@With` ...). Look...
Needs sbt 1.8.0
## About this PR Updates: * 📦 [io.ebean:ebean](https://ebean.io/) from `15.0.1` to `15.0.2` ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't...