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 9298 with master #2872

Merged
merged 21 commits into from
May 24, 2022
Merged

update 9298 with master #2872

merged 21 commits into from
May 24, 2022

Conversation

StevenMassaro
Copy link
Contributor

Environment

Liquibase Version:

Liquibase Integration & Version: <Pick one: CLI, maven, gradle, spring boot, servlet, etc.>

Liquibase Extension(s) & Version:

Database Vendor & Version:

Operating System Type & Version:

Pull Request Type

  • Bug fix (non-breaking change which fixes an issue.)
  • Enhancement/New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Description

A clear and concise description of the issue being addressed. Additional guidance here.

  • Describe the actual problematic behavior.
  • Ensure private information is redacted.

Steps To Reproduce

List the steps to reproduce the behavior.

  • Please be precise and ensure private information is redacted
  • Include things like
    • Files used - sql scripts, changelog file(s), property file(s), config files, POM Files
    • Exact commands used - CLI, maven, gradle, spring boot, servlet, etc.

Actual Behavior

A clear and concise description of what happens in the software before this pull request.

  • Include console output if relevant
  • Include log files if available.

Expected/Desired Behavior

A clear and concise description of what happens in the software after this pull request.

Screenshots (if appropriate)

If applicable, add screenshots to help explain your problem.

Additional Context

Add any other context about the problem here.

Fast Track PR Acceptance Checklist:

Need Help?

Come chat with us in the Liquibase Forum.

joserebelo and others added 21 commits February 21, 2022 22:17
…callers to correctly obfuscate secure values.
# Conflicts:
#	liquibase-cli/src/main/java/liquibase/integration/commandline/LiquibaseCommandLine.java
#	liquibase-core/src/main/java/liquibase/integration/commandline/Main.java
#	liquibase-core/src/main/java/liquibase/logging/core/DefaultLogMessageFilter.java
Remove custom log message filtering
…ers return FilteredReactiveWebContextResources (#2758)

* Fix Additional unfixed issues with relativeToChangelogfile + logicalFilePath
* Extracted the use of the DefaultResourceLoader to a single construction and within an overridable method
* Handle null value passed to SpringResourceAccessor constructor

Co-authored-by: Nathan Voxland <nathan@voxland.net>
- Moved liquibase-managed CLI libraries to internal/lib
- Removed version from libraries added to internal/lib
- Moved classpath creation logic from batch/bash scripts to new LiquibaseLauncher class that wraps LiquibaseCommandLine
- Added library version info to the --version output
* Fix ForeignKeyComparator when foreign key table is not known
* Added integration test for foreignKeyExists precondition without a tableName set
* Fixed fk exists test to work with databases like hsql which don't allow duplicate foreign key definitions

Co-authored-by: Nathan Voxland <nathan@voxland.net>
Updated changelog.txt for 4.11.0
- Removed reflection-based blacklisting of `sun.net.www.protocol.http.HttpURLConnection` in favor of the new logChannels white list
Added whitelist for CLI log channels to include
@StevenMassaro StevenMassaro marked this pull request as ready for review May 24, 2022 15:49
@StevenMassaro StevenMassaro merged commit d0494e1 into DAT-9298 May 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants