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.1 to 4.3.2 #15972

Merged
merged 1 commit into from
Mar 24, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 23, 2021

Bumps liquibase-core from 4.3.1 to 4.3.2.

Release notes

Sourced from liquibase-core's releases.

v4.3.2

Liquibase 4.3.2 is now available here through Liquibase.org. Here’s a closer look at what's included in the latest release. ​

Liquibase 4.3.2 offers both enhancements and bugfixes

Enhancements

  • Added new changelogSyncToTag command
  • Added new deactivatechangelog command for CLI and Maven users of Liquibase Hub. (Read the docs.)
  • Added ability to create Hub projects with parameters instead of only via prompts for CLI and Maven users ​

Bugfixes

​ This release merges many community-contributed pull requests. Thanks to everyone who helps make the Liquibase community strong! ​

  • Only enable console prompting when explicitly enabled by the CLI #1711 #1689
  • Handle includeAll better in spring boot #1595 and #1436
  • Changed JRE bundled with installers to use the latest LTS version
  • Better handle dropAll on postgresql partitioned tables #1650
  • Fixed sample liquibase.sqlplus.conf file #1448 and #1416
  • Fixed loadData's usePreparedStatement attribute #1098
  • Send hub logs at the same log level as configured in the CLI ​ ​

Pull Requests Merged into 4.3.2

liquibase/liquibase#1133 liquibase/liquibase#1711 liquibase/liquibase#1689 liquibase/liquibase#1595 liquibase/liquibase#1436 liquibase/liquibase#1650 liquibase/liquibase#1448 liquibase/liquibase#1416 liquibase/liquibase#1098 ​ ​

Special 4.3.2 shout-outs

Big thanks to the Liquibase community, especially suilven, ilopmar, nvpxland, chadoc, jglink, stevesaliman, malathit, szandany, jdhmoreno, molivasdat, ro-rah and others! ​ ​

Get Certified

Learn all the Liquibase fundamentals from free online courses by Liquibase experts and see how to apply them in the real world at: http://learn.liquibase.com/. ​

Read the documentation

Please check out and contribute to the continually improving docs, now at: http://docs.liquibase.org/. ​ ​

Meet the Community

Our community has built a lot. From extensions to integrations, you’ve helped make Liquibase the amazing open source project that it is today. Keep contributing to make it stronger:

... (truncated)

Changelog

Sourced from liquibase-core's changelog.

Liquibase Core Changelog

Changes in version 4.3.2 (2021.03.25)

  • Added new changelogSyncToTag command #1133
  • Support for working with deactivated changelogs in hub
  • Added ability to create hub projects with parameters instead of only via prompts
  • Only enable console prompting when explicitly enabled by the CLI #1711 #1689
  • Handle includeAll better in spring boot #1595 and #1436
  • Changed JRE bundled with installers to use the latest LTS version
  • Better handle dropAll on postgresql partitioned tables #1650
  • Fixed sample liquibase.sqlplus.conf file #1448 and #1416
  • Fixed loadData's usePreparedStatement attribute #1098
  • Send hub logs at the same log level as configured in the CLI

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)

... (truncated)

Commits
  • d17e391 Merge pull request #1772 from liquibase/DAT-6842
  • a05d11b Added 4.3.2 release notes
  • d722ba0 Correctly update the changeLogId in the DatabaseChangeLog object at the
  • 17bade1 Merging branches
  • 0fdd855 Merge remote-tracking branch 'origin/DAT-6169' into 4.3.x
  • 2a03956 Merge remote-tracking branch 'origin/DAT-6466' into 4.3.x
  • a7edc7f Merge pull request #1717 from liquibase/DAT-6465
  • 9fc4d7b Merge pull request #1724 from liquibase/LB-1220
  • 4f9fa02 Fixed merge conflict
  • f64603a Merge remote-tracking branch 'origin/master'
  • 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 Mar 23, 2021
@gsmet gsmet added the triage/waiting-for-ci Ready to merge when CI successfully finishes label Mar 23, 2021
@gastaldi
Copy link
Contributor

@dependabot merge

@famod
Copy link
Member

famod commented Mar 23, 2021

This should fix #14751 but someone will need to confirm.

Native mode is a different story I think...

@gsmet gsmet merged commit 9eebdfd into main Mar 24, 2021
@quarkus-bot quarkus-bot bot added this to the 1.14 - main milestone Mar 24, 2021
@famod
Copy link
Member

famod commented Mar 24, 2021

@gsmet is it too late to backport this to 1.13.0? If yes, would 1.13.1 be feasible?

@gsmet
Copy link
Member

gsmet commented Mar 24, 2021

Yes it is. I pushed a last set of patches this morning but if I keep adding things I will never release.

@gsmet
Copy link
Member

gsmet commented Mar 24, 2021

I added the label for 1.13.1

@famod
Copy link
Member

famod commented Mar 24, 2021

Alright! I'll have a look at #14751 later this week.

@famod famod linked an issue Mar 24, 2021 that may be closed by this pull request
@gsmet gsmet modified the milestones: 1.14 - main, 1.13.1.Final Apr 3, 2021
@famod famod removed the triage/waiting-for-ci Ready to merge when CI successfully finishes label Apr 6, 2021
@famod famod deleted the dependabot/maven/org.liquibase-liquibase-core-4.3.2 branch April 6, 2021 20:39
gsmet pushed a commit to gsmet/quarkus that referenced this pull request Apr 7, 2021
Resolves quarkusio#14751 by verifying that Liquibase upgrade in quarkusio#15972 fixed (it in JVM mode)

(cherry picked from commit 153161c)
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.

Liquibase includeall only works in dev mode
3 participants