Skip to main content
New: Stack Overflow For Agents. The next generation of knowledge exchange. Learn more
Filter by
Sorted by
Tagged with
0 votes
1 answer
68 views

I am working with some code that uses Play JSON. It is currently doing some simple password masking of JSON of a known structure for logging purposes. For instance, given the following JSON: { &...
M. Justin's user avatar
2 votes
2 answers
144 views

I am working on some code which reads from an external REST API that uses UpperCamelCase (a.k.a. Pascal case) for the keys in its JSON responses: {"FirstKey": "a", "SecondKey&...
M. Justin's user avatar
0 votes
1 answer
79 views

When logging in with a FormClient how can I change the default URL I get redirected to ? It seems to be "/" by default. Is this the same thing as "callback URL" ?
MiA's user avatar
0 votes
0 answers
41 views

I am upgrading my Play Framework project from version 2.8 to 2.9. As part of this, I upgraded my Java version to OpenJDK 17 and updated my build.sbt and plugins.sbt files accordingly. The project ...
Natraj's user avatar
0 votes
1 answer
116 views

I try to migrate old playframework 2.8 to 3.0.8 (jdk 11 -> jdk 21). And when try to compile: ./sbt clean compile see this error: [error] Error while emitting Routes.scala [error] assertion failed: ...
tostao's user avatar
0 votes
1 answer
99 views

What's the difference between PlayCacheSessionStore and PlayCookieSessionStore. I mean I understand that one stores data with play cache and the other stores data in cookie but I'm not sure to ...
MiA's user avatar
0 votes
1 answer
65 views

Title: Migration Issue to Play Framework 3.0.0: NoClassDefFoundError: javax/validation/ConstraintValidatorFactory Body: I'm migrating a Play Framework application from 2.9.4 to 3.0.0 to adopt Jakarta ...
Sumit Sharma's user avatar
1 vote
3 answers
258 views

I could see many threads pointing to solutions for Playframework json to work with scala 2 enums but none I could get working for scala 3 enums. Tried below solutions but not working case class A(freq:...
Raj Malhotra's user avatar
0 votes
1 answer
65 views

He guys, I'm having issues with testing play controller that handles multipart form data. It expects text field and some files. The controller uses temporary files def insert(): Action[...
g-t's user avatar
1 vote
1 answer
95 views

I am currently migrating all my auth related microservices from Node.js to Scala 2.13 and Play. Where do you actually store your various password (like DB login, JWT secret, etc.) in your play ...
Cross Counter's user avatar
0 votes
0 answers
113 views

I have a Play Framework 3.0.5 project on which I needed to update a module which has a requirement for jackson-databind version 2.17.0. Since get the following error, and don't seem to be able to find ...
Luuk D. Jansen's user avatar
0 votes
1 answer
67 views

I am a Scala beginner, having some initial issues with classpaths which I think may stem from sbt. play.api.PlayException: Execution exception[[InjectionException: Injection error, interface my....
david sundström's user avatar
0 votes
1 answer
93 views

After upgrading flyway-sbt from 7.4.0 to 9.22.0 the sbt flywayMigrate command now hangs, e.g. | => root / flywayMigrate {x}s . In our migration scripts, we are creating the indexes concurrently. ...
Orion's user avatar
1 vote
0 answers
92 views

We're attempting to upgrade our Scala app from 2.12.20 to 2.13.0 but as soon as we do, we get the following error when trying to compile: [error] (update) org.xml.sax.SAXParseException; lineNumber: 1; ...
xeob321's user avatar
0 votes
1 answer
57 views

We have our Playframework tests setup with fakeApplication using GuiceApplicationBuilder class BaseSpec extends AnyFunSpec/PlaySpec with GuiceOneAppPerSuite { override def fakeApplication(): ...
P-Man-Coding's user avatar

15 30 50 per page
1
2 3 4 5
…
1152