Thomas Segismont
Thomas Segismont
Add support for using cursor/row streaming with Oracle client
Currently, the Reactive Oracle Client executes commands directly on the connection. For this reason, a couple of tests in the TCK have to be ignored (see https://github.com/eclipse-vertx/vertx-sql-client/commit/ae2d36f25b659831910f07b9e172eb2ffc5b30e3). Command scheduling should...
With the Postgres and MySQL clients, you can take a connection URI that works with JDBC drivers and parse with the Reactive client parser. I haven't checked for DB2 but...
`DB2SecureTest` is failing consistently and prevents the CI to deploy snapshots for other modules. Before its is fixed, it will be disabled.
Replaces embedded Pg with container testing for Unix domain sockets
See GH Actions like: https://github.com/vert-x3/vertx-web/runs/6237947945?check_suite_focus=true
See https://github.com/vert-x3/vertx-web/runs/6277101687?check_suite_focus=true
Moved from https://github.com/eclipse-vertx/vert.x/issues/3513 The guide is available online and new users may be confused because some deprecated methods are used.
``` [WARNING] vertx-web-3.5.0.jar, vertx-web-common-3.5.0.jar define 2 overlapping classes: [WARNING] - io.vertx.groovy.ext.web.VertxExtensionModule [WARNING] - io.vertx.ext.web.package-info [WARNING] maven-shade-plugin has detected that some class files are [WARNING] present in two or more JARs....