Will Sargent
Will Sargent
Fix needs to change documentation as well. https://www.playframework.com/documentation/2.6.x/AllowedHostsFilter#Testing Also note the original example was actually about `127.0.0.1` rather than `localhost` as it was running on Windows 10, so when the...
You call `ApplicationLifecycle.addShutdownHook`, since recompilation usually means the server is going to be bounced: https://www.playframework.com/documentation/2.6.x/ScalaDependencyInjection#Stopping/cleaning-up
That certainly looks right. Can you attach a debugger and set a breakpoint? You can use https://www.playframework.com/documentation/2.6.x/PlayConsole#debugging to set up the JDPA port and then attach to local process from...
The updated sbt-web plugins happened fairly late in the process. It's probably connected to https://github.com/playframework/playframework/issues/7045
yes, absolutely!
> As I won't be able to translate the whole (huge!) file in one go, do you prefer I left the not-yet-translated part in English in the FR file or...
Good call.
Thanks! I know that working with a type safe builder pattern can be involved -- what I've done in the past has been to use a trait with an abstract...
The TracingCluster is part of the opentracing-cassandra-driver, so I've been mapping everything out through there. OpentracingCassandraConnection is my rendering of https://github.com/outworkers/phantom/blob/develop/phantom-connectors/src/main/scala/com/outworkers/phantom/connectors/CassandraConnection.scala
@alexflav23 if you can point me at them I'll take a look when I have time. Fair warning, it may be a couple of weeks.