-
I have no idea yet what the problem might be...
[ERROR] Failed to execute goal org.jooby:jooby-maven-plugin:1.0.0.CR8:spec (default-cli) on project e2pilot-2: Can't build route spec for: null: Null…
-
Hi
I've the following route definition
```
delete("/api/v1/dex/**", appController::authenticate);
delete("/api/v1/dex/review", appController::deleteReview);
```
authenticate is defined as follo…
-
Hi,
If I make a class request scoped, set it via request#set(Class,Object) will I be able to get it via request#require? Currently that does not work for me, or has this feature been implemented?
-
My Env is Win 10, Apache Tomcat/9.0.0.M10, Java virtual mechine C:\Program Files\Java\jre1.8.0_101\bin\server\jvm.dll,
I modifiy the sample : restful jdbi, db connect to oracle,
What it ran "m…
-
A "get" method without any doc results in this:
Adding a javadoc will solve the issue.
A missing "@GET" annotation might result in the same problem(?)
java.lang.IndexOutOfBoundsException: Ind…
-
Following code causes com.google.inject.ProvisionException:
```
import org.jooby.Jooby;
import org.jooby.Results;
import java.util.concurrent.Executors;
/**
* @author jooby generator
*/
…
-
It is a big endeavor to attempt fine tuning the `JVM` arguments.
But some basic stuff will not harm. Use the other `Java` projects for reference. But note that some of them are using outdated or curr…
-
There is an issue with inject **any** Cache modules into MVC Controller.
For example, Guava:
`
{
use(GuavaCache.newCache());
session(GuavaSessionStore.class);
}`
` @Inject
public M…
Shbnv updated
8 years ago
-
Application started normally, but get warning when trying open url:
`[2016-11-25 16:52:10,308]-[nio-worker-3-1] WARN io.netty.channel.ChannelInitializer - Failed to initialize a channel. Closing: [i…
Shbnv updated
8 years ago
-
First, this is a very nice framework, I'm using it and love it!
Can you add the following to Jooby:
1. Unit and integration testing support
2. Unit and integration testing documentation
3. Test …