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

INT-4116: Introduce FileAggregator #3511

Merged
merged 2 commits into from
Mar 16, 2021

Commits on Mar 12, 2021

  1. INT-4116: Introduce FileAggregator

    JIRA: https://jira.spring.io/browse/INT-4116
    
    * Implement a `FileSplitter.FileMarker`-based aggregation strategies
    and utilize them in a general `FileAggregator` component
    * Make `HeaderAttributeCorrelationStrategy.attributeName` as `final`; add `Assert.notEmpty()`
    * Fix `AggregatorFactoryBean` and `AggregatorSpec` to parse the provided processor
    for possible `CorrelationStrategy` and/or `ReleaseStrategy`
    * Introduce short-cut methods into Java & Kotlin DSL for an `aggregate()` configuration
    * Introduce a `FileHeaders.LINE_COUNT` for header to be populated in the `FileSplitter`.
    We need this info in the `FileAggregator` to avoid possible overhead with JSON deserialization
    of the `FileSplitter.FileMarker` messages
    * Test and document the feature
    * Improve `FileSplitter` doc for code block switch (tabs)
    artembilan committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    f3c94fa View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. Configuration menu
    Copy the full SHA
    15346ce View commit details
    Browse the repository at this point in the history