jooby
jooby copied to clipboard
The modular web framework for Java and Kotlin
Currently, in Jooby 4.x, WebSocketMessage does not provide a public API to access binary messages. I need to handle binary WebSocket frames in my application, but there is no suitable...
Bumps the dependencies group with 11 updates: | Package | From | To | | --- | --- | --- | | [org.quartz-scheduler:quartz](https://github.com/quartz-scheduler/quartz) | `2.5.1` | `2.5.2` | | org.eclipse.jetty:jetty-server...
Hi, I found these methods in WebSocket to be confusing https://github.com/jooby-project/jooby/blob/27315c4f10f5792a40f32dc6f5e400084618d779/jooby/src/main/java/io/jooby/WebSocket.java#L228-L266 I don't see the point of having methods which convert binary parameter to string value and send a text...
I am using jooby-avaje-inject, and I noticed AvajeInjectModule returns true in lateinit. This causes me to not be able to use jooby's require() to get my mvc controller classes. I...
It combines hand-written documentation written with [Asciidoctor](http://asciidoctor.org/) and auto-generated snippets produced from Jooby routes/open-api operations. This approach frees you from the limitations of the documentation produced by tools like [Swagger](http://swagger.io/)....
For example: - Documentation for Quartz in https://jooby.io/v2/#modules links to https://jooby.io/modules/quartz and should link to https://jooby.io/v2/modules/quartz/ - Documentation for Quartz in https://jooby.io/v3/#modules links to https://jooby.io/modules/quartz and should link to https://jooby.io/v3/modules/quartz/...
I'm not sure I like the default fallback behavior here: https://github.com/jooby-project/jooby/blob/e9b889d593f630182b0c28db50e24c0d65215d35/jooby/src/main/java/io/jooby/SslOptions.java#L245 Instead I recommend something more like: ```java static InputStream getResource( String path) throws FileNotFoundException, IOException { URI uri =...
Jakarta validation constraints will be translated as open-api requirements when possible.
- See https://docs.jboss.org/hibernate/orm/7.0/repositories/html_single/Hibernate_Data_Repositories.html - Complement with #3747