Guillaume Galy

Results 6 issues of Guillaume Galy

### Play JSON Version (2.5.x / etc) 2.9.0 ### API (Scala / Java / Neither / Both) Tested with Scala 2.12.12 ### Expected Behavior 1. I define a sealed trait....

When using this plugin on a build using the latest scalafix version, we get a warning that rules were compiled with an obsolete version. In practice the update doesn't seem...

Hi, Here is a fix I've come up with for issue #12 . I just add another fileset to the ant task for each directory in the `internalDependencyClasspath` SBT key,...

**Describe the issue** Running the Gatling load testing tool (which relies heavily on Netty internally) on GraalVM CE, we have noticed very slow warmups compared to running with the traditionnal...

bug
compiler

**Description:** Currently, if I specify the following options: ```yaml distribution: 'zulu' java-version: '21' ``` Then `actions/setup-java` will download `zulu21.34.19-ca-crac-jdk21.0.3-linux_x64.tar.gz`. Notice that this is the build with the optional CRaC feature...

feature request

In the latest release (1.5.8), `SizeAndTimeBasedFNATP` was renamed to `SizeAndTimeBasedFileNamingAndTriggeringPolicy` (in [this commit](https://github.com/qos-ch/logback/commit/466edb7e89e7eee198a6fc1919c4a2325b245156)). However: - The documentation, [in the Appenders chapter](https://logback.qos.ch/manual/appenders.html), mentions that `SizeAndTimeBasedFNATP` should still work although it's no...

DONE