NekiyXX

Results 4 comments of NekiyXX

@tsegismont Thanks for your example. I see that ssl connection works. But it seems I understood main issue for my case: Your parser in OracleConnectOptions.fromUri does not support TNS URL...

@tsegismont I didn't know about supporting protocol in EZConnect. Thanks you very much. It is works. Also as I see in code it is enough to initialize OracleConnectOptions by jsonObject...

In our application we can configure three databases MySQL, PostgreSQL and Oracle For MySQL client there is section: https://vertx.io/docs/vertx-mysql-client/java/#_using_ssltls For PostgreSQL section: https://vertx.io/docs/vertx-pg-client/java/#_using_ssltls After implementing these two I start to...

We have the same issue. The issue appeared when updating the mokk version from 1.13.9 to 1.13.17.