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

'generate-changelog' include/excludeObjects filters are not working for maven plugin #5902

Open
1 of 2 tasks
MalloD12 opened this issue May 13, 2024 · 0 comments
Open
1 of 2 tasks

Comments

@MalloD12
Copy link
Contributor

Search first

  • I searched and no similar issues were found

Description

While trying to reproduce this issue I could see includeObjects and excludeObjects filters are simply being ignored on the changelog generation.

Steps To Reproduce

Executing the below command against a DB that only contains a deployed table provides a changelog with the mentioned table:

mvn liquibase:generateChangeLog -Dliquibase.diffTypes=data -Dliquibase.outputChangeLogFile=outputChangelog.xml -Dliquibase.diffExcludeObjects=table:person

Expected/Desired Behavior

includeObjects/excludeObjects filters should include/exclude listed objects from the generated changelog

Liquibase Version

4.27.0

Database Vendor & Version

No response

Liquibase Integration

No response

Liquibase Extensions

No response

OS and/or Infrastructure Type/Provider

No response

Additional Context

No response

Are you willing to submit a PR?

  • I'm willing to submit a PR (Thank you!)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: New
Development

No branches or pull requests

1 participant