-
On upgrading from `3.0.5` -> `3.5.1`, we noticed that all of our custom annotations on mvc routes + mvc methods doesn't seem to work.
e.g. given an annotation like:
```java
@Target({ ElementTy…
tpoll updated
2 weeks ago
-
**UPDATE**: The answer is YES! It does support R2DBC, with the Reactor dependency.
I have not been able to get Jooby to use R2DBC. I think I deceived myself seeing that Jooby supports Monos, but re…
-
Say site example.com/foo responds with 302 for that URL, RestAssured should follow that, sure, even to another-domain.com/foo if that what was instructed.
RestAssured should not use auth() credenti…
-
The [quick-start docs](https://jooby.io/v1/quickstart/) say to run this line:
```
mvn archetype:generate -B -DgroupId=com.mycompany -DartifactId=my-app -Dversion=1.0-SNAPSHOT -DarchetypeArtifactId…
-
I'm getting ready to do some concurrency benchmarks, but I don't think I have my Jooby app set up properly, because Spring Boot is vastly outperforming it on a REST API that does nothing but sleep for…
-
Lost some time trying to figure out why the validations are failing with `UnsupportedOperationException: null`.
It turns out the validator is incompatible with the Lombok.
When the order of proc…
-
I spent the past few hours tracking down the cause of the error, "Router not found: `app.controllers.HomeController`. Make sure Jooby annotation processor is configured properly."
Annotations were …
-
Redesign the HUD to have the health and energy be arranged to look like the S.T.A.B logo.
Edit by @Jjman739 to add tasks:
- [x] Design a good-looking sprite/color scheme for the HP
- [ ] Create s…
-
I spent a couple hours on a weird bug that was only happening on CI, couldn't get it to reproduce locally. It turned out to have this shape:
```java
public class LatestCache implements io.jooby.Ex…
-
Faced some quite weird bug recently.
Since `3.2.x`, using repeatable annotations simply hangs the compilation. No exceptions, no errors, it exits `JoobyProcessor` and hangs for about 4 minutes (could…