Skip to content

Releases: MariaDB4j/MariaDB4j

3.1.0

27 Mar 23:04
Compare
Choose a tag to compare

v3.0.1 was released on 2024-03-27, see (issue ##918), and includes:

  • feat: Upgrade MariaDB binaries for Linux & Mac from 10.2.11 to 10.11.5 by @TheKnowles in #771
  • fix: Upgrade ch.vorburger.exec from 3.1.5 to 3.2.0; fixes e.g. exec#9
  • fix: Resource Leak from DirectoryStream in DBShutdownHook
  • docs: Add 💸 OpenCollective etc. to README

Chore & Cleanup etc.

  • build: Add ErrorProne Code Quality Tool (fixes #736)
  • chore: Apply StepSecurity best practices (see #785 for #661 and#786)
  • chore: Create scorecard.yml (see #661)
  • chore: Better Workflow Action Permissions (fixes #791)
  • chore: Limit Workflow Action Permissions (fixes #791)
  • chore: Remove Checkstyle from Pre-Commit (see #786)
  • chore: Remove old DBs/ binaries (for #661)
  • chore: Remove shellcheck from Pre-Commit (see #786)
  • chore: Switch 3.0.3-SNAPSHOT to 3.1.0-SNAPSHOT
  • docs: Add OpenSSF Best Practices badge to README (fixes #661)
  • docs: Add libcrypt.so.1 tip to README (fixes #916)
  • docs: Add Pre-Commit Hooks badge to README (see #786)
  • fix: Remove trailing whitespaces from many files (for #786)
  • fix: Reproducible Builds (re. #661)
  • fix: Use JEP 247 to fix broken build under Java 21 (fixes #903)
  • test: Added Windows MariaDB install action & enabled local mariadb test for Windows (#781 fixes #713)

Dependency Upgrades

  • build: Bump Maven from 3.9.0 to 3.9.6 (and Wrapper from 3.1.1 to 3.2.0)
  • build(deps): Bump actions/checkout from 3.1.0 to 4.1.2
  • build(deps): Bump actions/dependency-review-action from 2.5.1 to 4.2.3
  • build(deps): Bump actions/setup-java from 3.13.0 to 4.2.1
  • build(deps): Bump actions/upload-artifact from 3.1.0 to 4.3.1
  • build(deps): Bump advanced-security/maven-dependency-submission-action
  • build(deps): Bump actions/checkout from 3.1.0 to 4.1.2
  • build(deps): Bump actions/dependency-review-action from 2.5.1 to 4.2.3
  • build(deps): Bump actions/setup-java from 3.13.0 to 4.2.1
  • build(deps): Bump actions/upload-artifact from 3.1.0 to 4.3.1
  • build(deps): Bump advanced-security/maven-dependency-submission-action
  • build(deps): Bump awalsh128/cache-apt-pkgs-action from 1.3.0 to 1.8.1
  • build(deps): Bump commons-io:commons-io from 2.13.0 to 2.15.1
  • build(deps): Bump com.puppycrawl.tools:checkstyle
  • build(deps): Bump errorprone.version from 2.21.1 to 2.26.1
  • build(deps): Bump github/codeql-action from 2.22.0 to 3.24.9
  • build(deps): Bump maven.version from 3.9.4 to 3.9.6
  • build(deps): Bump org.apache.maven:maven-compat from 3.9.4 to 3.9.6
  • build(deps): Bump advanced-security/maven-dependency-submission-action
  • build(deps): Bump awalsh128/cache-apt-pkgs-action from 1.3.0 to 1.8.1
  • build(deps): Bump commons-io:commons-io from 2.13.0 to 2.15.1
  • build(deps): Bump com.puppycrawl.tools:checkstyle
  • build(deps): Bump errorprone.version from 2.21.1 to 2.26.1
  • build(deps): Bump github/codeql-action from 2.22.0 to 3.24.9
  • build(deps): Bump maven.version from 3.9.4 to 3.9.6
  • build(deps): Bump org.apache.maven:maven-compat from 3.9.4 to 3.9.6
  • build(deps): Bump org.apache.maven.plugins:maven-checkstyle-plugin
  • build(deps): Bump org.apache.maven.plugins:maven-compiler-plugin
  • build(deps): Bump org.apache.maven.plugins:maven-gpg-plugin
  • build(deps): Bump org.apache.maven.plugins:maven-javadoc-plugin
  • build(deps): Bump org.apache.maven.plugins:maven-plugin-plugin
  • build(deps): Bump org.apache.maven.plugins:maven-project-info-reports-plugin
  • build(deps): Bump org.apache.maven.plugins:maven-shade-plugin
  • build(deps): Bump org.apache.maven.plugin-tools:maven-plugin-annotations
  • build(deps): Bump org.assertj:assertj-core from 3.24.2 to 3.25.3
  • build(deps): Bump org.codehaus.mojo:license-maven-plugin
  • build(deps): Bump org.mockito:mockito-core from 5.5.0 to 5.11.0
  • build(deps): Bump org.slf4j:slf4j-simple from 2.0.9 to 2.0.12
  • build(deps): Bump ossf/scorecard-action from 2.1.2 to 2.3.1
  • build(deps): Bump springboot.version from 3.1.3 to 3.2.4
  • build(deps): Bump step-security/harden-runner from 2.5.1 to 2.7.0

3.0.1

24 Sep 13:25
Compare
Choose a tag to compare

v3.0.1 was released on 2023-05-01, see (issue #696), and includes:

  • feat: Switch from Java 11 to Java 17
  • feat: Expose Configuration defaultCharacterSet on MariaDB4jSpringService (#674)
  • feat: Replace javax.annotation with jakarta.annotation (fixes #648)
  • feat: Removing tmpdir argument from mysql_install_db execution
  • feat: Rename master branch to main
  • docs: Add https://tidelift.com/security link to SECURITY.md
  • docs: Change mvn to ./mvnw on README
  • build: Add Maven Wrapper
  • build: Add workflow for a maven verify on windows-runner
  • build: Add GitHub Action (instead of TravisCI; fixes #680)
  • build: Move Java Version from GH WF YAML into .java-version from jenv
  • build: Remove dorny/test-reporter GitHub Action (see #715)
  • build: Remove .travis.yml (see #680)
  • build: Replace fixed java-version: '17' in Windows Action with .java-version (like Linux)
  • test: Skip testLocalMariaDB() if isWindows()
  • test: Improve testLocalMariaDB() failure (fixes #681)

Dependency Upgrades

  • Bump assertj-core from 3.23.1 to 3.24.1
  • Bump assertj-core from 3.24.1 to 3.24.2
  • Bump checkstyle from 10.3.3 to 10.3.4
  • Bump checkstyle from 10.3.4 to 10.4
  • Bump checkstyle from 10.4 to 10.5.0
  • Bump checkstyle from 10.5.0 to 10.6.0
  • Bump checkstyle from 10.6.0 to 10.8.0
  • Bump checkstyle from 10.8.0 to 10.8.1
  • Bump checkstyle from 10.8.1 to 10.9.3
  • Bump checkstyle from 10.9.3 to 10.10.0
  • Bump ch.vorburger.exec to 3.1.4 (fixes #233)
  • Bump codeql-action (fixes #685)
  • Bump maven-checkstyle-plugin from 3.2.0 to 3.2.1
  • Bump maven-checkstyle-plugin from 3.2.1 to 3.2.2
  • Bump maven-compat from 3.8.6 to 3.8.7
  • Bump maven-compat from 3.8.7 to 3.9.0
  • Bump maven-compat from 3.9.0 to 3.9.1
  • Bump maven-compiler-plugin from 3.10.1 to 3.11.0
  • Bump maven-invoker-plugin from 3.3.0 to 3.4.0
  • Bump maven-invoker-plugin from 3.4.0 to 3.5.0
  • Bump maven-invoker-plugin from 3.5.0 to 3.5.1
  • Bump maven-javadoc-plugin from 3.4.1 to 3.5.0
  • Bump maven-plugin-annotations from 3.6.4 to 3.7.0
  • Bump maven-plugin-annotations from 3.7.0 to 3.8.1
  • Bump maven-plugin-annotations from 3.8.1 to 3.8.2
  • Bump maven-plugin-plugin from 3.6.4 to 3.7.0
  • Bump maven-plugin-plugin from 3.7.0 to 3.8.1
  • Bump maven-plugin-plugin from 3.8.1 to 3.8.2
  • Bump maven-project-info-reports-plugin from 3.4.1 to 3.4.2
  • Bump maven-project-info-reports-plugin from 3.4.2 to 3.4.3
  • Bump maven-release-plugin from 3.0.0-M6 to 3.0.0-M7
  • Bump maven-release-plugin from 3.0.0-M7 to 3.0.0
  • Bump maven-shade-plugin from 3.4.0 to 3.4.1
  • Bump maven.version from 3.8.6 to 3.8.7
  • Bump maven.version from 3.8.7 to 3.9.0
  • Bump maven.version from 3.9.0 to 3.9.1
  • Bump mockito-core from 4.11.0 to 5.1.1
  • Bump mockito-core from 4.8.0 to 4.8.1
  • Bump mockito-core from 4.8.1 to 4.9.0
  • Bump mockito-core from 4.9.0 to 4.11.0
  • Bump mockito-core from 5.1.1 to 5.2.0
  • Bump mockito-core from 5.2.0 to 5.3.0
  • Bump mockito-core from 5.3.0 to 5.3.1
  • Bump slf4j-simple from 2.0.2 to 2.0.3
  • Bump slf4j-simple from 2.0.3 to 2.0.5
  • Bump slf4j-simple from 2.0.5 to 2.0.6
  • Bump slf4j-simple from 2.0.6 to 2.0.7
  • Bump Spring Boot from 2.7.5 to 3.0.4 (fixes #669)
  • Bump springboot.version from 2.7.4 to 2.7.5
  • Bump springboot.version from 3.0.4 to 3.0.5
  • Bump springboot.version from 3.0.5 to 3.0.6

This Changelog was manually written by the maintainer, based on: git log --no-merges --pretty=format:"%s" mariaDB4j-2.6.0..mariaDB4j-3.0.1 | sort | grep -v "\[maven-release-plugin\]" | sed 's/.*/\* &/' > CHANGELOG-git.md (TODO: Write a thing which "collapses" Dependency Upgrades).

Full Changelog: mariaDB4j-2.6.0...mariaDB4j-3.0.1

2.6.0

06 Nov 12:38
Compare
Choose a tag to compare

What's Changed in 2.6.0 since 2.5.3

Same see also in the CHANGELOG file:

Dependency Upgrades

New Contributors

Full Changelog: vorburger/MariaDB4j@mariaDB4j-2.5.3...mariaDB4j-2.6.0

mariaDB4j-2.5.3

06 Nov 12:31
Compare
Choose a tag to compare

What's Changed in 2.5.3 since 2.4.0

Same see also in the CHANGELOG file:

New Features

Improvements

Bug Fixes

Dependency Upgrades

Read more

2.4.0

06 Nov 12:09
Compare
Choose a tag to compare

see also CHANGELOG

What's Changed in 2.4.0 since 2.3.0

Dependency Upgrades

New Contributors

Full Changelog: vorburger/MariaDB4j@mariaDB4j-2.3.0...mariaDB4j-2.4.0

2.3.0

15 May 21:40
Compare
Choose a tag to compare

mariaDB4j-2.2.3

15 May 21:23
Compare
Choose a tag to compare

2.2.2

15 May 21:41
Compare
Choose a tag to compare

2.2.1

15 May 21:41
Compare
Choose a tag to compare

2.2.0

15 May 21:41
Compare
Choose a tag to compare