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

Upgrade hsqldb from 2.5.2 to 2.7.1 #3400

Merged
merged 17 commits into from Oct 31, 2022

Commits on Oct 24, 2022

  1. Bump hsqldb from 2.5.2 to 2.7.1

    Bumps hsqldb from 2.5.2 to 2.7.1.
    
    ---
    updated-dependencies:
    - dependency-name: org.hsqldb:hsqldb
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    ec15c07 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Configuration menu
    Copy the full SHA
    6736463 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe47c9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92d4463 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1182224 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    090e384 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. When having drivers with compiled only for java 11, this method may f…

    …ail for java 8. Adds a fallback loading strategy.
    filipelautert committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    5f2fcef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a058b76 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. Replaces hsqldb for h2.

    filipelautert committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    1b43b3e View commit details
    Browse the repository at this point in the history
  2. Replaces hsqldb by h2 for command line test execution - refactors cha…

    …ngelog files and fixes small issues.
    filipelautert committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    e6f6c37 View commit details
    Browse the repository at this point in the history
  3. Fix Sonar warning.

    filipelautert committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    6d0f9af View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. Configuration menu
    Copy the full SHA
    2c08d43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32539ff View commit details
    Browse the repository at this point in the history
  3. Adds user message advising that the driver they are trying to use is …

    …not compatible with the java version it's being executed.
    filipelautert committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    e25e1f2 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Configuration menu
    Copy the full SHA
    3a24db8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8100ab4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    751fe6f View commit details
    Browse the repository at this point in the history