Edgar Espina
Edgar Espina
Today, BeanConverter looks like: ```java public interface BeanConverter extends ValueConverter { boolean supports(@NonNull Class type); Object convert(@NonNull ValueNode node, @NonNull Class type); } ``` The `convert` method is tied/bind to...
Must be either main class name or package name of main class when main class is called App: ``` MyApp {} => myapp cookie ``` ``` package mycompany; App {}...
- simplify (probably remove) buffer API - We just need something that allow us to use netty buffers and/or undertow/jetty buffer pools
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/)....
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
# TODO