redpipe
redpipe copied to clipboard
Redpipe Web Framework
The redpipe.net domain does not lead to anything particularly... family friendly anymore. I'm creating this issue to let the owner of this repo know
Hi, I used Nondex(https://github.com/TestingResearchIllinois/NonDex) on the project and found [checkTemplateNegociationDefault] does not have a uniform behavior. So I made some changes to the test to make it pass all possible...
How to use config.json in jar? I don't want to configure it outside, like in the Src / main / resources directory
in the redpipe-example-helloworld ```java @Path("/") public class HelloResource { @GET public String hello() { try { Thread.sleep(1000); } catch (InterruptedException e) { e.printStackTrace(); } return "Hello World"; } } ```...
I would like to have the option to extend or enhance some aspects of the Server class. Like change the visibility of some methods to protected, like ```java private Single...
Your project, `FroMage/redpipe`, depends on the outdated library FastClasspathScanner in the following source files: * [`redpipe-fast-classpath-scanner/src/main/java/net/redpipe/fastclasspathscanner/FCSPlugin.java`](https://github.com/FroMage/redpipe/tree/master/redpipe-fast-classpath-scanner/src/main/java/net/redpipe/fastclasspathscanner/FCSPlugin.java) FastClasspathScanner has been significantly reworked since the version your code depends upon: * a...
Vert.x event thread blocked when using Promise for a blocking call as seen in the example below. @GET @Path("blocker") public Single blocker(@QueryParam(value = "sleepSecs") long sleepSecs) { return Single.defer(() ->...
I added some information to help to use the templates.
On my first use of redpipe I encounter the following issue (on run). On macoxs ``` java version "1.8.0_141" Java(TM) SE Runtime Environment (build 1.8.0_141-b15) Java HotSpot(TM) 64-Bit Server VM...