-
Updated
Mar 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 876 public repositories matching this topic...
-
Updated
Feb 21, 2022 - Java
-
Updated
Mar 1, 2022 - Java
-
Updated
Mar 1, 2022 - Java
Need to verify and update the tsdocs links to include all the new generated modules.
-
Updated
Mar 1, 2022 - Java
Simple CLI
SirixDB as Brackit currently offers a "one-shot" query through params or STDIN, but we should provide a simple CLI tool, which can execute several queries in a row.
See also sirixdb/brackit#32
-
Updated
Dec 13, 2018 - Java
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
-
Updated
Feb 10, 2022
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
Jan 18, 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: