Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Oracle: Lightweight Connection Validation #1451

Merged
merged 2 commits into from
Aug 21, 2024

Commits on Aug 21, 2024

  1. Oracle: Lightweight Connection Validation

    See eclipse-vertx#1450
    
    Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
    tsegismont committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    a49eeea View commit details
    Browse the repository at this point in the history
  2. Use NONE Connection validation.

    This setting does not make the driver block and is implemented as a simple lifecycle check.
    
    This is exactly what we do with other clients (Pg, MySQL, ...etc).
    
    Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
    tsegismont committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    0cc2ddf View commit details
    Browse the repository at this point in the history