Alex O
Alex O
I am using ktor 0.4.0 and got this  ...the compile errors are all due to "private in file". This is the file https://github.com/loxal/muctool/blob/master/service/src/main/kotlin/net/loxal/muctool/App.kt where I tried to incorporate your...
Just wanted to revisit this case after a few years. **I there a solution available?** I tried to achieve it using Spring Boot filters w/o Ktor but it requires a...
It's not a priority for me at the moment as I found an nginx-based solution a while ago already but having this feature mainlined would make me switch from my...
@treo are you going to merge this PR to master at some point?
@RobAltena Yes, it is. It's basically all about shipping the blob of a very fast moving build tool. Alternatively a specific Gradle version should be mentioned that successfully build the...
This one is very critical as one cannot run the benchmark on CI as the moment as it takes hours and not minutes to execute the same benchmark because the...
@alexei-osipov I simply got rid of the plugin which I didn't need anyway. This is how you run JMH without the plugin which just works: (1) https://github.com/loxal/muctool/blob/master/service/src/test/java/net/loxal/muctool/jmh/LoadBenchmark.java (2) https://github.com/loxal/muctool/blob/master/service/build.gradle ```...
@melix sure, check out https://github.com/loxal/muctool
I just switched to Gradle 4.0.2 and everything went fine without any adjustments, just as described [here](https://discuss.gradle.org/t/jmh-task-run-from-buildship-fails-to-acquire-jmh-lock-works-fine-from-shell/23642/5). Apparently ``` jmh { jvmArgs = ['-Djmh.ignoreLock=true'] //... } ``` could solve the...
The code snippet is pretty much what you have tried but the context might be different: curl -v http://localhost:1180/ # gives me a 404 curl -v http://localhost:1180/index.html # gives me...