Thomas Segismont

Results 100 issues of Thomas Segismont

Add support for using cursor/row streaming with Oracle client

enhancement
module:oracle

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...

enhancement
module:oracle

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...

enhancement
help wanted
module:mssql

`DB2SecureTest` is failing consistently and prevents the CI to deploy snapshots for other modules. Before its is fixed, it will be disabled.

bug
help wanted
module:db2

Replaces embedded Pg with container testing for Unix domain sockets

module:pg
hold

See GH Actions like: https://github.com/vert-x3/vertx-web/runs/6237947945?check_suite_focus=true

bug

See https://github.com/vert-x3/vertx-web/runs/6277101687?check_suite_focus=true

bug

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.

enhancement

``` [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....