-
Updated
Jan 25, 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 871 public repositories matching this topic...
-
Updated
Jan 21, 2022 - Java
-
Updated
Jan 25, 2022 - Java
-
Updated
Jan 25, 2022 - Java
Need to verify and update the tsdocs links to include all the new generated modules.
-
Updated
Jan 19, 2022 - Java
-
Updated
Dec 13, 2018 - Java
We need a pre commit hook or something like that to auto-format code according to our IntelliJ Java Formatter or the Kotlin standard code formatting rules.
-
Updated
Jan 25, 2022
Discussed in smallrye/smallrye-mutiny#742
Originally posted by michalszynkiewicz November 5, 2021
For me, atLeast suggests that the value will be memoized/cached for the specified amount of time or longer (I'd guess might be stored in a weak reference after the period of time).
The discussion on a [Stor
We have a simple test for Postgres but the logic changes a lot based on the database selected.
We should make sure to test that we create the right SqlConnectOptions for each database.
This is the method th
-
Updated
Apr 12, 2021 - JavaScript
-
Updated
Oct 19, 2018 - JavaScript
-
Updated
Jan 18, 2022 - Java
-
Updated
Jun 8, 2021 - Java
-
Updated
Mar 15, 2021 - 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: