-
Ratpack attempts to detect slf4j configuration problems.
The code is in the `ratpack.core.server.internal.Slf4jNoBindingDetector `.
If the check fails, Ratpack writes warning messages to stderr and …
-
HikariConfig has been marked invalid subtype per https://github.com/FasterXML/jackson-databind/issues/2631 and can not be deserialized by Jackson for use during server configuration. I can submit a P…
-
Hi,
I've tried to build the project, but am getting the following error:
Non-resolvable import POM: Failure to find org.springframework.cloud:spring-cloud-starters:pom:1.0.0.BUILD-SNAPSHOT
I'm gues…
-
I found myself in a situation where I wanted to test the websocket communication of my service, but I found no way to do this with the framework. Do I miss something?
Anyway I have created a TestWebSo…
-
Provide consistency between core module and groovy module
Todo:
- GroovyInjectionHandler
-
**Steps to reproduce**
1. Create simple ratpack app using ratpack-gradle plugin (like this example here https://github.com/akhikhl/ratpack-helloworld.git)
2. Start netbeans 7.4 (Gradle Support IDE plu…
-
See here, there is no option to reply a response header like Sec-WebSocket-Protocol:
https://github.com/ratpack/ratpack/blob/master/ratpack-core/src/main/java/ratpack/websocket/internal/WebSocketEngi…
-
I'm having some difficulty requiring GEMs, using [the example from the documentation](https://github.com/asciidoctor/asciidoctor-gradle-plugin/blob/b99ef7b1e4b5dde255c6eb955a63d0cc0fb09760/docs/src/do…
-
The **dependencies.gradle** file specifies numerous Java libraries which Ratpack depends on. Each of these may have transitive dependencies as well. I searched for known vulnerabilities among these …
-
Everything regarding the interface is stuffed into ratpack.groovy. It would be more testable if it was refactored to have separate handler implementations.