Edgar Espina

Results 29 issues of 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...

enhancement
break-change

Must be either main class name or package name of main class when main class is called App: ``` MyApp {} => myapp cookie ``` ``` package mycompany; App {}...

break-change
session

- simplify (probably remove) buffer API - We just need something that allow us to use netty buffers and/or undertow/jetty buffer pools

break-change
buffer

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/)....

research
documentation
feedback
openapi

Jakarta validation constraints will be translated as open-api requirements when possible.

enhancement
openapi

- See https://docs.jboss.org/hibernate/orm/7.0/repositories/html_single/Hibernate_Data_Repositories.html - Complement with #3747

documentation
hibernate
jooby-cli