Jon Wu
Jon Wu
After a bunch of attempts, I'm fairly certain that `include "../foo.conf` does not work. Unfortunately, due to #122, this makes it hard to add a magic default that would load...
You're right in that you don't have to set none for routing. The example I mentioned above was the tradeoff: > reverse routes now have to pass in values for...
@pettyjamesm looks like it's happening on 0.5.4 for me. I changed `w: Option[Boolean]` to `w: Option[Boolean] ?= None` in one of my routes and got the same error as I...
On the other had, I think we weren't seeing `Option[SomeEnumeration.Value]` show up before, and now it does so I think that was improved!
While agree that special cases can be ugly, this seems like a pretty typical one. Since having an Option with a default parameter works without using play-swagger, it's unfortunate to...
Thanks. When I can I'll certainly try to make a single file test case (or maybe 2 files with 1 Java and 1 Scala). Just wanted to check to see...
Just adding some more data as I've been testing in case. Unfortunately, not a test case yet though. I downgraded to Jackson 2.5.4 because my property names were getting named...
Thanks. I was using that patch release. On Jul 27, 2015 6:31 PM, "Christopher Currie" [email protected] wrote: > Sounds good. FWIW, 2.6.0 was unfortunately released incorrectly, and Maven > doesn't...