-
Updated
Apr 1, 2022 - Java
Eclipse Vert.x
Eclipse Vert.x is a toolkit for writing reactive polyglot applications for the JVM. Vert.x comes with an extensive reactive ecosystem that is modular, performant, and easy to use. Developers can build many kinds of applications such as soft realtime web applications, microservices, IoT applications, protocol adapters, and distributed applications thanks to the wide variety of this ecosystem.
Here are 883 public repositories matching this topic...
-
Updated
Mar 31, 2022 - Java
-
Updated
Apr 3, 2022 - Java
Need to verify and update the tsdocs links to include all the new generated modules.
-
Updated
Apr 1, 2022 - Java
Switch to Java 18
-
Updated
Dec 13, 2018 - Java
Context
(Motivated by quarkusio/quarkus#21297)
The existing mutiny-kotlin module provides extensions methods for converting between Uni/Mutli and coroutines; however, it's missing a straightforward way to return a suspending function as a Uni.
[The example in the documentation](https://smallrye.io/smallry
-
Updated
Mar 29, 2022
We should create a test case template for Hibernate Reactive on this repository: https://github.com/hibernate/hibernate-test-case-templates
-
Updated
Apr 12, 2021 - JavaScript
-
Updated
Mar 27, 2022 - Java
-
Updated
Oct 19, 2018 - JavaScript
-
Updated
Mar 15, 2021 - Java
-
Updated
Feb 9, 2022 - Java
-
Updated
May 23, 2020 - Java
#1258 and #1264 provided a way to find out if there was a CSRF validation error by comparing failure error message to
CSRFHandler'sERROR_MESSAGEconstant.This is broken in Vert.x 4.1.1 because CSRFHandlerImpl now fails with common Java exceptions like IllegalArgumentException with hard-coded strings: