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

Bump liquibase-core from 4.3.0 to 4.3.1 #15051

Merged
merged 1 commit into from
Feb 15, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 12, 2021

Bumps liquibase-core from 4.3.0 to 4.3.1.

Release notes

Sourced from liquibase-core's releases.

v4.3.1

Liquibase 4.3.1 is a quick bugfix release to address:

  • Fixed handling of classpath*: in includeAll #1595
  • ClassCastException on moving to mysql-connector-java 8.0.23 #1639
  • Passwords sent to Hub when using jTDS driver
  • ChangeExecListener cannot be used due to HubChangeExecListener #1651
  • RelativePathError when using includeAll tag and Spring Boot #1657
  • Liquibase 4.3.0 throws NullPointerExceptions without snakeyaml in the classpath #1682
Changelog

Sourced from liquibase-core's changelog.

Liquibase Core Changelog

Changes in version 4.3.1 (2021.02.12)

  • Fixed handling of classpath*: in includeAll #1595
  • ClassCastException on moving to mysql-connector-java 8.0.23 #1639
  • Passwords sent to Hub when using jTDS driver
  • ChangeExecListener cannot be used to to HubChangeExecListener #1651
  • RelativePathError when using includeAll tag and Spring Boot #1657
  • Liquibase 4.3.0 throws NullPointerExceptions without snakeyaml in the classpath #1682

Changes in version 4.3.0 (2021.02.06)

  • MariaDB is now fully certified for Liquibase Pro users
  • Added ability to register for Hub during update operations
  • Receive Liquibase Hub report links in the CLI after running commands
  • Fixed NPE when an output writer is null #1625
  • Fixed filename + Id + author to be treated as unique in ValidatingVisitor.findChangeSet method #1622
  • Fixed EntityResolver to check the classpath even if the standard ResourceAccessor does not include it #1621
  • Fixed the CVE-2017-18640 issue on snakeyaml-1.2.4 #1608
  • Fixed HistoryCommandTest to run on systems having a non-US default locale #1078
  • Added quotes around ${JAVA_PATH} in Liquibase shell script to avoid spaces in path issues #1062
  • Fixed the issue with automatic dropping of default values on MS SQL #1003
  • Allow --changeset to have a space after -- in formatted sql files
  • Modified SetColumnRemarks support for MySQL #942
  • Implemented boolean data type support for DB2 LUW #966
  • Added deprecated LogFactory.getInstance() to smooth the upgrade to 4.x #1642 and #1641
  • Included the existing dropPrimaryKey.dropIndex attribute in XSD #1629
  • Implemented auto-registration and operation report capabilities for Liquibase Hub

Changes in version 4.2.2 (2020.12.09)

  • Handle null statement objects coming from JdbcConnection objects #1576

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

... (truncated)

Commits
  • 7e12c77 Updated version to 4.3.2
  • d3097e6 Added 4.3.1 changelog
  • 63fa09f Added 4.3.1 changelog
  • 8cf38a9 Merge pull request #1686 from liquibase/LB-1212
  • 6a1fbd4 Removed unused input
  • be13290 Merge pull request #1664 from liquibase/LB-1131
  • 5305df7 Merge pull request #1665 from liquibase/LB-714
  • e92af87 Liquibase 4.3.0 throws NullPointerExceptions without snakeyaml in the classpath
  • a8fdba9 Fixed failing tests
  • 9608f70 Merge remote-tracking branch 'origin/4.3.x' into 4.3.x
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 dependabot bot added the area/dependencies Pull requests that update a dependency file label Feb 12, 2021
Copy link
Member

@famod famod left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gradle Windows test failure does not look related:

Caused by: io.quarkus.bootstrap.prebuild.CodeGenException: Failed to generate Java classes from proto files: [D:\a\quarkus\quarkus\integration-tests\gradle\build\resources\test\grpc-multi-module-project\application\src\main\proto\devmodetest.proto, D:\a\quarkus\quarkus\integration-tests\gradle\build\resources\test\grpc-multi-module-project\application\src\main\proto\invalid.proto] to D:\a\quarkus\quarkus\integration-tests\gradle\build\resources\test\grpc-multi-module-project\application\build\classes\java\quarkus-generated-sources\grpc

/cc @glefloch @cescoffier @michalszynkiewicz

@glefloch
Copy link
Member

I don't thinks it is. This test validated that we forward error logs from protoc generation.

@michalszynkiewicz
Copy link
Member

I retriggered the checks to be sure.

@geoand geoand merged commit c4d7a37 into master Feb 15, 2021
@quarkus-bot quarkus-bot bot added this to the 1.13 - master milestone Feb 15, 2021
@dependabot dependabot bot deleted the dependabot/maven/org.liquibase-liquibase-core-4.3.1 branch February 15, 2021 07:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants