-
According to http://www.rapidoid.org/rendering-a-http-response.html calling Resp json(...) sets Content-Type: application/json; charset=utf-8. But it doesn't set charset=utf-8 actually.
I suppose thi…
-
It might be simpler to drop in https://github.com/ben-manes/caffeine that writing your own cache implementation.
azell updated
7 years ago
-
It would be nice to add support for Chunked Transfer Encoding in the HTTP server.
-
Hi, it's been a while since we added Rapidoid to the benchmark suite, but I can't find it anywhere in the results.
-
hi,
the documentation shows examples of `@Inject` but that is a Rapidoid custom Inject and between 2 `@Controller`s which do not have any complex dependencies. could you show an example of using Gu…
-
While most of the official images can be found on Docker Store (having "Docker" as the publisher), the official Rapidoid image isn't listed there.
Am I missing something here? Should I go through t…
-
Documented behavior is not being observed, instead NPE exception is thrown.
Record dummyRec = ds.record.getRecord("events/DUMMY");
Record dummyResultOfSetPath = dummyRec.set("a.b.c…
-
10:49:00.728 [com.example.Application.main()] INFO org.rapidoid.jpa.JPAUtil - Didn't find JPA entities, canceling JPA/Hibernate setup!
I use maven plugin to exec application , but it show this messa…
-
Don't know where else to post this. Move/delete it if it's unrelated to this github repo.
-
In my initial Activity I set up Deepstreem as shown below:
```java
DeepstreamFactory factory = DeepstreamFactory.getInstance();
try {
deepstreamClient = factory.getClient("wss://...");
…