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

Fixes include/excludeObjects filters for the 'generate-changelog' command specifically for the maven plugin #6339

Merged
merged 2 commits into from
Oct 23, 2024

Conversation

Evan-Christensen
Copy link
Contributor

@Evan-Christensen Evan-Christensen commented Sep 19, 2024

Impact

  • Bug fix (non-breaking change which fixes expected existing functionality)
  • Enhancement/New feature (adds functionality without impacting existing logic)
  • Breaking change (fix or feature that would cause existing functionality to change)

Description

Fixes #5902

Hey all. I just figured I'd submit a quick bugfix for this issue I submitted back in May. It just adds the filter to the command scope so the supplied include/excludeObjects parameters get applied.

Apologies in advance if this PR is missing anything important, as this is my first Liquibase change.

Things to be aware of

This function only seems to be used by the Maven plugin.

@lbadam
Copy link

lbadam commented Sep 26, 2024

@Evan-Christensen thanks for filing this PR! We'll take a look and review as soon as we can.

Copy link
Collaborator

@filipelautert filipelautert left a comment

Choose a reason for hiding this comment

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

Makes sense @Evan-Christensen , thanks for the fix!
For CommandLine it is working as it parses INCLUDE_OBJECTS_ARG and EXCLUDE_OBJECTS_ARG, so this is really a maven fix only.

@filipelautert filipelautert merged commit 2f20e7a into liquibase:master Oct 23, 2024
16 of 18 checks passed
@filipelautert filipelautert added this to the 1NEXT milestone Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

'generate-changelog' include/excludeObjects filters are not working for maven plugin
5 participants