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

Release refs/heads/release/3.4.0 #1464

Merged
merged 7 commits into from
Jun 5, 2023
Merged

Release refs/heads/release/3.4.0 #1464

merged 7 commits into from
Jun 5, 2023

Commits on Jun 5, 2023

  1. Synchronize SPI decorator loading

    * eagerly load decorators obtained via SPI to avoid exceptions in
    high-concurrency setups
    * instances of `ServiceLoader` are not thread-safe, iterating on the
    `Iterable` may yield exceptions if done concurrently
    * eager loading prevents any reloading functionality of `ServiceLoader`
    to work (acceptable)
    lukasniemeier-zalando authored and fatroom committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    a9f4417 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3a627e View commit details
    Browse the repository at this point in the history
  3. Spring update

    fatroom committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    49408d8 View commit details
    Browse the repository at this point in the history
  4. Change version to SNAPSHOT

    fatroom committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    b2f4580 View commit details
    Browse the repository at this point in the history
  5. Release 3.4.0

    fatroom committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    9015357 View commit details
    Browse the repository at this point in the history
  6. Development 3.4.1-SNAPSHOT

    fatroom committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    f61aa8f View commit details
    Browse the repository at this point in the history
  7. Merged master

    fatroom committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    9894d6a View commit details
    Browse the repository at this point in the history