Justin Nichols
Justin Nichols
Is there a roadmap with dates on when 2.9.0 will be released?
> I am not sure however if #10731 is enough, like @gokhanoner said you probably need to upgrade some dependencies yourself to make everything work. I suspect Guice, at minimum,...
I didn't see this until now. We're using version 1.0.0 right now in a plugin system I created to run multiple jobs independently scheduled (using quartz or using akka on...
+1 From me as well.
v0.1.1 also exhibits this behavior. I agree that this should notify the user, but there may be use cases where not finding a file is the behavior the user would...
Two things about this: 1. Comments are designed to be in source files, not compiled files. Since yamlinc produces a compiled file (that just happens to be readable in YAML...
Agreed, I definitely understand the use case. It looks like are a couple libraries that can possibly help with this: - https://github.com/mohsen1/yawn-yaml - https://github.com/eemeli/yaml
Anyone have any insight on this?
From what I can tell, after upgrading another application to Play 2.5.3 and play-ebean 3.0.1, this seems fixed. I would like it if someone could independently verify before closing this,...
It seems I also had to inject the following into my module to not have a "Datasource is null?" exception during boot: play.db.ebean.EbeanDynamicEvolutions dynamicEvolutions, play.db.ebean.EbeanConfig ebeanConfig