Stephane Landelle

Results 37 issues of Stephane Landelle

Some applications might require a fake PROXY protocol header to perform properly based on the information in there, in particular the source address and port. https://www.haproxy.org/download/1.8/doc/proxy-protocol.txt In this ticket, we're...

Module - HTTP
Type - Feature

Hi @Atry ! Would you so kind as to cross-build for Scala 2.13 please? Cheers

Hi, Sadly, the siganture has changed: ``` [error] java.lang.NoSuchMethodException: org.jetbrains.kotlin.cli.common.arguments.ParseCommandLineArgumentsKt.parseCommandLineArguments(java.util.List, org.jetbrains.kotlin.cli.common.arguments.CommonToolArguments) [error] at java.lang.Class.getMethod(Class.java:1786) [error] at kotlin.KotlinStub.parse(KotlinCompile.scala:156) [error] at kotlin.KotlinCompile$.compile(KotlinCompile.scala:37) [error] at kotlin.KotlinPlugin$.$anonfun$kotlinCompileSettings$4(KotlinPlugin.scala:82) [error] at kotlin.KotlinPlugin$.$anonfun$kotlinCompileSettings$4$adapted(KotlinPlugin.scala:78) ```

Hi David, I've had the feeling for a long time that the scala-maven-plugin (or something else in the build chain) was doing some strange things. For example, my build on...

As is, Boon won't be compatible w/ JDK9, as [JEP254](http://openjdk.java.net/jeps/254) implementation was indeed pushed into [master](http://hg.openjdk.java.net/jdk9/jdk9/jdk/file/906c3a20e42c/src/java.base/share/classes/java/lang). As a result, String is no longer backed by a char array, so `io.advantageous.boon.core.reflection.FastStringUtils`...

Hello, I have a project (Gatling based) that only contains test sources, hence only test dependencies (that pull scala-library transitively). I then get the following crash: ``` java.lang.RuntimeException: Missing library,...