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

V0.16.0 #260

Merged
merged 44 commits into from
Oct 7, 2024
Merged

V0.16.0 #260

merged 44 commits into from
Oct 7, 2024

Commits on Sep 13, 2024

  1. Rename retry policy class and implement WithRetryBuilder

    Renamed `ExponentialBackoffRetryPolicy` to `WithExponentialBackoffRetry` to better align with the existing naming conventions and implemented the `WithRetryBuilder` interface.
    geomagilles committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    5548e46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4120761 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. Breaking Change: client config is now under client: in Pulsar configu…

    …ration and has been extended to all available settings
    geomagilles committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    427aa12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ce484a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65efebf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f481ef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e58c270 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    b016e45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    951119b View commit details
    Browse the repository at this point in the history
  3. In workflows, if a property is present in the workflow history but di…

    …sappeared from the workflow class, a warning is now emitted. Previously an error was thrown.
    geomagilles committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    0cf0ae7 View commit details
    Browse the repository at this point in the history
  4. Remove unused Jackson serializer for 'Deferred' class. Eliminate the …

    …custom 'DeferredJacksonSerializer' to clean up the code and reduce maintenance overhead.
    geomagilles committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    f0272d0 View commit details
    Browse the repository at this point in the history
  5. Breaking Changes:

    - CloudEvent sources more clearly distinguish executor and stateEngine
    - workflow version is now 0 (instead of null) when undefined
    geomagilles committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    37144b2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9b62d48 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

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

Commits on Sep 24, 2024

  1. Add 0.16.0 schemas

    geomagilles committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    b08b708 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9d89fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83b3739 View commit details
    Browse the repository at this point in the history
  4. cleaning

    geomagilles committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    7e115e8 View commit details
    Browse the repository at this point in the history
  5. Add missing licences

    geomagilles committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    4fe4010 View commit details
    Browse the repository at this point in the history
  6. Rename version.kt to Version.kt in an attempt to fix the "java.lang.N…

    …oClassDefFoundError: Could not initialize class io.infinitic.VersionKt" during Github actions
    geomagilles committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    f843905 View commit details
    Browse the repository at this point in the history
  7. attempt to fix the "java.lang.NoClassDefFoundError: Could not initial…

    …ize class io.infinitic.VersionKt" during Github actions
    geomagilles committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    186ad2b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c42042a View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    bcefe49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09be271 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13dd401 View commit details
    Browse the repository at this point in the history
  4. Fix Pulsar tests

    geomagilles committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    48b044a View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. WIP - add BatchUtil

    geomagilles committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    903df49 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    2d3a4d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d87af36 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. Configuration menu
    Copy the full SHA
    c88f348 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef2ddc6 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Configuration menu
    Copy the full SHA
    aa2256b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc16c33 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45609dc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    78e0ba2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f85cdd4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f2845b5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f212acf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c4fe463 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    deaf6f0 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. WIP: new ProcessorConsumer implementation for a clean processing of t…

    …asks, including:
    
    - clean use of coroutines for batch processing
    - clean behavior when calling scope canceled: all ongoing messages are processed
    - clean behavior when error and excpetion are thrown
    geomagilles committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    126931a View commit details
    Browse the repository at this point in the history
  2. Finalize ProcessorConsumer implementation for a clean processing of t…

    …asks, including:
    
    - clean use of coroutines for batch processing
    - clean behavior when calling scope canceled: all ongoing messages are processed
    - clean behavior when error and excpetion are thrown
    geomagilles committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    2c2aafa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac2222c View commit details
    Browse the repository at this point in the history
  4. Fix Java tests for @Batch

    geomagilles committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    2c47a53 View commit details
    Browse the repository at this point in the history