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

Update to 2.5.3 #92

Merged
merged 53 commits into from
Jul 20, 2022
Merged

Commits on Nov 28, 2021

  1. Configuration menu
    Copy the full SHA
    5d82b69 View commit details
    Browse the repository at this point in the history
  2. Downgrade MariaDB from 10.3.13 to 10.2.11

    DB JARs for v10.2.11 are the last ones actually currently available.
    
    Please see https://github.com/vorburger/MariaDB4j/issues/484
    for the full background about why this is being done.
    
    Includes disabling building the DBs' JARs on Travis (for now).
    
    Anyone reading this is invited to contributed a PR for MariaDB4j#484
    enabling later DB releases (for all platforms) to successfully build.
    vorburger committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    ccccf8d View commit details
    Browse the repository at this point in the history
  3. Bump maven-plugin-annotations from 3.6.0 to 3.6.2

    Bumps [maven-plugin-annotations](https://github.com/apache/maven-plugin-tools) from 3.6.0 to 3.6.2.
    - [Release notes](https://github.com/apache/maven-plugin-tools/releases)
    - [Commits](apache/maven-plugin-tools@maven-plugin-tools-3.6.0...maven-plugin-tools-3.6.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugin-tools:maven-plugin-annotations
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and vorburger committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    aa767ae View commit details
    Browse the repository at this point in the history
  4. Bump maven-plugin-plugin from 3.6.0 to 3.6.2

    Bumps [maven-plugin-plugin](https://github.com/apache/maven-plugin-tools) from 3.6.0 to 3.6.2.
    - [Release notes](https://github.com/apache/maven-plugin-tools/releases)
    - [Commits](apache/maven-plugin-tools@maven-plugin-tools-3.6.0...maven-plugin-tools-3.6.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-plugin-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and vorburger committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    0ccb622 View commit details
    Browse the repository at this point in the history
  5. Issue MariaDB4j#372: Add automatic module name to core

    Libraries without a set automatic module name causes build warnings for
    all clients who build with Java >= 9.
    
    Also bump version of the Exec library, to use a version which has the
    automatic module name set.
    jenli66 authored and vorburger committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    1b60537 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aa7a7fa View commit details
    Browse the repository at this point in the history
  7. Clean up dependabot.yml

    vorburger committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    13e5596 View commit details
    Browse the repository at this point in the history
  8. Bump springboot.version from 2.5.2 to 2.6.0

    Bumps `springboot.version` from 2.5.2 to 2.6.0.
    
    Updates `spring-boot-dependencies` from 2.5.2 to 2.6.0
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](spring-projects/spring-boot@v2.5.2...v2.6.0)
    
    Updates `spring-boot-maven-plugin` from 2.5.2 to 2.6.0
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](spring-projects/spring-boot@v2.5.2...v2.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework.boot:spring-boot-dependencies
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.springframework.boot:spring-boot-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and vorburger committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    4053b85 View commit details
    Browse the repository at this point in the history
  9. Bump mysql-connector-java from 8.0.22 to 8.0.27

    Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.22 to 8.0.27.
    - [Release notes](https://github.com/mysql/mysql-connector-j/releases)
    - [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/8.0/CHANGES)
    - [Commits](mysql/mysql-connector-j@8.0.22...8.0.27)
    
    ---
    updated-dependencies:
    - dependency-name: mysql:mysql-connector-java
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and vorburger committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    21a86bf View commit details
    Browse the repository at this point in the history
  10. Bump junit from 4.13.1 to 4.13.2

    Bumps [junit](https://github.com/junit-team/junit4) from 4.13.1 to 4.13.2.
    - [Release notes](https://github.com/junit-team/junit4/releases)
    - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md)
    - [Commits](junit-team/junit4@r4.13.1...r4.13.2)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    dependabot-preview[bot] authored and vorburger committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    49bfafa View commit details
    Browse the repository at this point in the history
  11. Bump maven-compat from 3.6.3 to 3.8.4

    Bumps [maven-compat](https://github.com/apache/maven) from 3.6.3 to 3.8.4.
    - [Release notes](https://github.com/apache/maven/releases)
    - [Commits](apache/maven@maven-3.6.3...maven-3.8.4)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven:maven-compat
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and vorburger committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    6c4139b View commit details
    Browse the repository at this point in the history
  12. Bump maven.version from 3.6.3 to 3.8.4

    Bumps `maven.version` from 3.6.3 to 3.8.4.
    
    Updates `maven-plugin-api` from 3.6.3 to 3.8.4
    - [Release notes](https://github.com/apache/maven/releases)
    - [Commits](apache/maven@maven-3.6.3...maven-3.8.4)
    
    Updates `maven-core` from 3.6.3 to 3.8.4
    - [Release notes](https://github.com/apache/maven/releases)
    - [Commits](apache/maven@maven-3.6.3...maven-3.8.4)
    
    Updates `maven-model` from 3.6.3 to 3.8.4
    - [Release notes](https://github.com/apache/maven/releases)
    - [Commits](apache/maven@maven-3.6.3...maven-3.8.4)
    
    Updates `maven-artifact` from 3.6.3 to 3.8.4
    - [Release notes](https://github.com/apache/maven/releases)
    - [Commits](apache/maven@maven-3.6.3...maven-3.8.4)
    
    Updates `maven-settings` from 3.6.3 to 3.8.4
    - [Release notes](https://github.com/apache/maven/releases)
    - [Commits](apache/maven@maven-3.6.3...maven-3.8.4)
    
    Updates `maven-settings-builder` from 3.6.3 to 3.8.4
    - [Release notes](https://github.com/apache/maven/releases)
    - [Commits](apache/maven@maven-3.6.3...maven-3.8.4)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven:maven-plugin-api
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.apache.maven:maven-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.apache.maven:maven-model
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.apache.maven:maven-artifact
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.apache.maven:maven-settings
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.apache.maven:maven-settings-builder
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and vorburger committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    7643e12 View commit details
    Browse the repository at this point in the history
  13. Bump slf4j-simple from 1.7.31 to 1.7.32

    Bumps [slf4j-simple](https://github.com/qos-ch/slf4j) from 1.7.31 to 1.7.32.
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](https://github.com/qos-ch/slf4j/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.slf4j:slf4j-simple
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and vorburger committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    175c996 View commit details
    Browse the repository at this point in the history
  14. Bump commons-io from 2.10.0 to 2.11.0

    Bumps commons-io from 2.10.0 to 2.11.0.
    
    ---
    updated-dependencies:
    - dependency-name: commons-io:commons-io
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and vorburger committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    1579353 View commit details
    Browse the repository at this point in the history
  15. Bump assertj-core from 3.17.2 to 3.21.0

    Bumps [assertj-core](https://github.com/assertj/assertj-core) from 3.17.2 to 3.21.0.
    - [Release notes](https://github.com/assertj/assertj-core/releases)
    - [Commits](assertj/assertj@assertj-core-3.17.2...assertj-core-3.21.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.assertj:assertj-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and vorburger committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    4bde9c4 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1760987 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9ea67f8 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    bb828b0 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    cbf4e04 View commit details
    Browse the repository at this point in the history
  20. Remove fixed version of commons-io from Maven plugin dependencies

    This doesn't fix https://github.com/vorburger/MariaDB4j/issues/488,
    but still seems like a good idea to do, because the currently used
    Maven version (or that test dependency) seems to use IO 2.4.1 as
    well, so this does not appear to be required anymore now.
    vorburger committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    6224dcb View commit details
    Browse the repository at this point in the history
  21. Fix Maven plugin dependencies scope and remove commons-io dependency …

    …from Maven plugin (but it's still transitively inherited)
    vorburger committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    5e17669 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    0d48bdc View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    f965a17 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    a165388 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    578267b View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    bfd80cd View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    d8cd4c1 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    648877a View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    03488a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. Configuration menu
    Copy the full SHA
    c5eba62 View commit details
    Browse the repository at this point in the history
  2. Fix ClassNotFoundException: commons.io PathUtils in Maven Plugin (fixes

    MariaDB4j#488)
    
    The shutdown hook can only use classes which are part of the JDK.
    robin-xyzt-ai committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    c4c3776 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. Bump maven-checkstyle-plugin from 3.1.0 to 3.1.2

    Bumps [maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.1.0 to 3.1.2.
    - [Release notes](https://github.com/apache/maven-checkstyle-plugin/releases)
    - [Commits](apache/maven-checkstyle-plugin@maven-checkstyle-plugin-3.1.0...maven-checkstyle-plugin-3.1.2)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    dependabot-preview[bot] authored and vorburger committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    2d44eaf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05c02bb View commit details
    Browse the repository at this point in the history
  3. Promoted Checkstyle Warnings to Error

    Disabled MissingJavaDoc using severity ignore.
    Altered RightCurly to alone_or_singleline to allow one line empty implementations.
    Fixed missing doublequote in checkstyle.xml
    Complied with outstanding checkstyle errors
    Gordon Little authored and vorburger committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    4bf3d6f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e97548c View commit details
    Browse the repository at this point in the history
  5. Make mariaDB4j-maven-plugin expose DB URL as Maven Project property (M…

    …ariaDB4j#476)
    
    Incl. performing an assert on the added system property in the test.
    robin-xyzt-ai committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    c3ff557 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e8a4e88 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    621bfb8 View commit details
    Browse the repository at this point in the history
  8. Fixing the checkstyle problems

    robin-xyzt-ai authored and vorburger committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    651aff5 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. Configuration menu
    Copy the full SHA
    f16e4d2 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

  1. Replace DB's toWindowsPath() with inline File.getCanonicalFile()

    Because following the previous commit, it's no longer Windows specific.
    
    This is backwards compatible because toWindowsPath() was private.
    
    See https://github.com/vorburger/MariaDB4j/issues/501
    vorburger committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    f5b4b0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a85ca77 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. Bump springboot.version from 2.6.0 to 2.6.1

    Bumps `springboot.version` from 2.6.0 to 2.6.1.
    
    Updates `spring-boot-dependencies` from 2.6.0 to 2.6.1
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](spring-projects/spring-boot@v2.6.0...v2.6.1)
    
    Updates `spring-boot-maven-plugin` from 2.6.0 to 2.6.1
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](spring-projects/spring-boot@v2.6.0...v2.6.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework.boot:spring-boot-dependencies
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.springframework.boot:spring-boot-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and vorburger committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    4ccd7b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b84fc3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e866d89 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2021

  1. Configuration menu
    Copy the full SHA
    b76ed0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    989f8b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05b91b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e23bbd7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    25a96c0 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. Configuration menu
    Copy the full SHA
    f6c4734 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Update dependencies

    phuongnq committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    85256e9 View commit details
    Browse the repository at this point in the history
  2. Update pom.xml

    sumerjabri committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    98c148e View commit details
    Browse the repository at this point in the history