Edgar Espina
Edgar Espina
I couldn't find how to do it. PR is welcome in case you want to do it.
Form/QueryString with empty string won't be set anymore. With https://github.com/jooby-project/jooby/commit/ebc2671635864f79c65a7b009e2e0654a3fcc39a the reflective bean converter is bit more "clever". It doesn't create an instance when nothing is matched against the request....
upgrade to rx 3 and reactor is done in 3.x branch
@agentgt what if we add caffeine-cache that works as ByteBuffer pool (not thread-local). What do you think? cache should only works while running in event-loop mode.
Hi, nothing changed in Jooby and I couldn't find any bug related in Undertow. Jooby 3.x has a new version of undertow you can try that or in 2.x you...
jooby 2.13.0 was released with undertow 2.2.14.Final while jooby 2.16.1 (latest 2.x) uses: undertow 2.2.19.Final and xnio 3.8.7.Final In your project try this: - upgrade jooby to latest 2.16.1 -...
@cbxp @angryziber how do you share ThreadLocal between coroutine scope?
Same here I can't upgrade to latest bc of removal of `Automatic-Module-Name`.
Thanks. Another use case (beside the self-join) is when you have one or more foreign keys targeting the same table. Given tables A and B, where table A has `b1`...
would you like to send a PR?