mbarre / schemacrawler-additional-lints

Some additionnal lints for Schemacrawler
Other
12 stars 7 forks source link

Bump liquibase-maven-plugin from 3.6.3 to 4.2.1 #258

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps liquibase-maven-plugin from 3.6.3 to 4.2.1.

Release notes

Sourced from liquibase-maven-plugin's releases.

v4.2.1

This is mostly a bug release which offers fixes for both Liquibase Pro and Community, and an enhancement to Liquibase Hub integration.

  • Fixed invalid casting to JdbcConnection in CockroachDatabase #1536
  • Fixed missing unique constraints in snapshot #1477
  • Fixed unexpectedChangeSets command throwing a null pointer exception
  • If error occurs during generating SQL, Liquibase stops and does not send POST to Hub
  • Use ConcurrentHashMap in ExecutorService #1402
  • DropDefaultValue on postgresql now drops the default value vs. setting the default value to null #931
  • Updated banner to reference to hub.liquibase.com
  • [PRO] GenerateChangeLog on postgresql stored logic now hashes parameters in filenames instead of listing them all out
  • [PRO] Fix in postgresql check constraints snapshot
  • [HUB] Enhancement: The registerChangeLog command now supports YAML & JSON changelog files

Liquibase Pro Key Included!

A trial Liquibase Pro Key for you to use immediately is included in the sample liquibase.properties files in the /example/sql and /examples/xml directories. Simply un-comment the liquibaseProLicenseKey to accept the terms at https://www.liquibase.com/terms-of-use and start enjoying the powers of Liquibase Pro.

The Pro key below expires on Dec 31, 2020 but is easily and freely renewed at https://www.liquibase.com/protrial

v4.2.0

This major release offers significant enhancements and bug fixes for both Liquibase Community and Pro users and supports further Liquibase Hub integration.

Improvements

  • [PRO] certified support for MySQL 5.7 and 8.0, including enhanced support for stored logic
  • CockroachDB support (check out our CockroachDB tutorial)
  • New "allowUpdate" attribute on loadData columns #373

Bugfixes

  • Improved Maven support for Liquibase Hub
  • Fix xsd, remove surplus space after validateForeignKey in 4.1.xsd / 4.2.xsd #1523
  • MySql 8.0 requires create and drop of temporary tables to run generateChangeLog #1510
  • Move banner.txt to new location #1496
  • Fix issue with loadUpdateData #1495
  • loadUpdateData broken for clob/text fields in 3.10.3 #1489
  • XML Export adds ',xxx' instead of ',' #1438
  • Precondition onFail="WARN" doesn't work properly #1389
  • Update Ant Tasks to use DatabaseFactory rather than create connection itself #1427

Shoutouts

We'd like to give a shoutout to the following community members for all of their contributions to this release: d.volkov, Leonardo Arcari, Timur Tibeyev, Stéphane Nicoll, Pankaj Kumar, Pavlo Tytarchuk, Matt Bertolini, Erzsebet Carmean, Wes Willard, Mike Olivas, Nathan Voxland, Ronak Rahman, Caroline Hunt.

v4.1.1

Liquibase 4.1.1 is a bugfix release

Changes

Changelog

Sourced from liquibase-maven-plugin's changelog.

Liquibase Core Changelog

Changes in version 4.2.1 (2020.12.03)

  • Fixed invalid casting to JdbcConnection in CockroachDatabase #1536
  • Fixed missing unique constraints in snapshot #1477
  • Fixed unexpectedChangeSets command throwing a null pointer exception
  • If error occurs during generating SQL, Liquibase stops and does not send POST to Hub
  • Use ConcurrentHashMap in ExecutorService #1402
  • DropDefaultValue on postgresql now drops the default value vs. setting the default value to null #931
  • Updated banner to reference to hub.liquibase.com
  • [PRO] GenerateChangeLog on postgresql stored logic now hashes parameters in filenames instead of listing them all out
  • [PRO] Fix in postgresql check constraints snapshot
  • [HUB] Command registerChangeLog now supports YAML and JSON changelog files

Changes in version 4.2.0 (2020.11.12)

  • [PRO] Support for snapshotting Mysql stored logic
  • GH PR#373 - Added option "updateable" to the column tag.
  • GH Issue#1523 - Fix xsd, remove surplus space after validateForeignKey (4.1.xsd / 4.2.xsd
  • GH Issue#1510 - MySql 8.0 requires create and drop of temporary tables to run generateChangeLog
  • GH PR#1496 - Move banner.txt to new location
  • GH PR#1495 - Fix issue with loadUpdateData GH-1489
  • GH Issue#1489 - loadUpdateData broken for clob/text fields in 3.10.3
  • GH Issue#1476 - Consider alternative location for banner.txt
  • GH Issue#1438 - XML Export adds ',xxx' instead of ','
  • GH Issue#1389 - Precondition onFail="WARN" doesn't work properly
  • GH PR#1427 - Update Ant Tasks to use DatabaseFactory rather than create connection itself

Changes in version 4.1.1 (2020.10.09)

  • GH #1276 Rewrote SpringResourceAccessor
  • GH PR#1285 Remove deprecated code in Ant tasks
  • GH PR#1286 Fix usage of AntTaskLogger
  • GH #1097 diffChangeLog overwrites first changeset in formatted sql changelog

Changes in version 3.10.3 (2020.10.09)

  • GH PR#912 - CORE-3379 escaping postgres questionmark operators to prevent unwanted parameter syntax
  • GH PR#936 - SpringLiquibase createResourceOpener() now returns a ResourceAccessor, which allows it to be overridden with any kind of ResourceAccessor
  • GH PR#983 - Fixes for loadData to support Postgres enums with java.sql.Types.OTHER
  • GH PR#1010 - Potential fix for generated columns on postgres
  • GH PR#1258 - Reduced the verbosity of logging by moving SQL logging from info to debug logging
  • GH PR#1239 - Fix xsd, remove surplus space after validateForeignKey
  • GH PR#1296 - Put the banner in an external file for easier editing.
  • GH PR#1327 - Fix varchar(max) extrainfo in 3.10 branch
  • GH PR#1406 - Fixed integration tests for 983
  • GH PR#781 - feat: Maven Liquibase Plugin generateChangeLog mysql sql comment supported
  • GH PR#945 - [CORE-3523] Consistently map Liquibase integer types to Oracle integer types. MERGED THEN UNMERGED
Commits
  • 5e40163 Merge pull request #1565 from liquibase/DAT-6116
  • 7c43521 Fixed trial pro key in sample
  • b2401be Only have Snyk check distributed modules
  • de1eefa Only have Snyk check provided dependencies
  • 5b3ac9b Moved snyk config to base.pom.xml
  • 363df2b DAT-6069 add snyk plugin to pom
  • dd9fd70 Added trial pro key to sample
  • 701a7ad Do not register JSON with extra spaces in front of changeLogId
  • c28da3c Added 4.2.1 release notes
  • eb89580 Merge remote-tracking branch 'origin/4.2.x' into 4.2.x
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
sonarcloud[bot] commented 3 years ago

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

dependabot-preview[bot] commented 3 years ago

Superseded by #261.