Tags: vaadin/quarkus
Tags
fix: handle missing reflection hints (#214) Add reflection hints for AvailableViewInfo.DetailSerializer and AvailableViewInfo.DetailDeserializer that are not automatically handled by quarkus-jackson because it supports only Jackson 2. Also adds missing hint for Signals Id class. Other Signal types (e.g. commands) are registerd by quarkus-jackson extension, since the used annotation are still from Jackson 2 package.
chore: update codestart Moved frontend files to src/main/frontend and removes legacy component styling causing bundle rebuild.
feat: detect specific Executor for VaadinService (#203) Enhances Quarkus VaadinService implementation trying to detect the best Executor option available at runtime. It first looks for an Executor bean annotated with @VaadinServiceEnabled and then it fallbacks to the Quarkus provided ManagedExecutor. Closes #200
feat: detect specific Executor for VaadinService (#203) Enhances Quarkus VaadinService implementation trying to detect the best Executor option available at runtime. It first looks for an Executor bean annotated with @VaadinServiceEnabled and then it fallbacks to the Quarkus provided ManagedExecutor. Closes #200
feat: detect specific Executor for VaadinService (#203) Enhances Quarkus VaadinService implementation trying to detect the best Executor option available at runtime. It first looks for an Executor bean annotated with @VaadinServiceEnabled and then it fallbacks to the Quarkus provided ManagedExecutor. Closes #200
fix: add replacement for VaadinSpringDataHelpers in native build (#195) Some Vaadin Java components like Grid and Combobox define methods using VaadinSpringDataHelper utility from vaadin-spring module. In a Quarkus application that module is usually not present, and causes native build to fail. This change provides a stub implementation that throws exception when methods are invoked. Fixes #194
PreviousNext