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

GH-3: Add tail support for spring-file-supplier #42

Merged
merged 3 commits into from
Mar 19, 2024
Merged

GH-3: Add tail support for spring-file-supplier #42

merged 3 commits into from
Mar 19, 2024

Conversation

artembilan
Copy link
Collaborator

Fixes: #3

@artembilan artembilan requested review from sobychacko and onobc March 8, 2024 15:32
Apparently the `@ConditionalOnProperty(matchIfMissing = true)` means activate when there is or no that property.
To disable a bean when any property provided, we need to use an expression against `environment`
@artembilan artembilan requested a review from onobc March 18, 2024 22:01
Copy link
Collaborator

@onobc onobc left a comment

Choose a reason for hiding this comment

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

Thanks for the updates @artembilan . Regardless of what you do w/ my latest comment this LGTM.

…ssageSourceConfiguration` class

for easier conditional config
@artembilan artembilan requested a review from onobc March 19, 2024 15:08
Copy link
Collaborator

@onobc onobc left a comment

Choose a reason for hiding this comment

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

LGTM - thanks @artembilan

@onobc onobc merged commit 1611f94 into main Mar 19, 2024
3 checks passed
@onobc onobc deleted the GH-3 branch March 19, 2024 16:18
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.

Enhance File Supplier with tailing files.
2 participants