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

DB Example now correctly non-blocking #1584

Merged
merged 6 commits into from
Mar 30, 2020

Commits on Mar 26, 2020

  1. Public API to obtain a JDBC specific builder.

    Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
    tomas-langer committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    32bd61e View commit details
    Browse the repository at this point in the history
  2. Support to map any column to String using String.valueOf().

    Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
    tomas-langer committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    9768229 View commit details
    Browse the repository at this point in the history
  3. Sending a throwable now correctly uses 500 status code. Used 200 before.

    Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
    tomas-langer committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    949b24b View commit details
    Browse the repository at this point in the history
  4. Update to example to use db client instead of direct JDBC, to be corr…

    …ectly non-blocking.
    
    Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
    tomas-langer committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    bff6c9a View commit details
    Browse the repository at this point in the history
  5. Update to native-image test (compilation fix + test was missing)

    Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
    tomas-langer committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    5907689 View commit details
    Browse the repository at this point in the history
  6. Javadoc fix.

    Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
    tomas-langer committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    bd8926e View commit details
    Browse the repository at this point in the history