Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: apache/pulsar-client-reactive
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.9
Choose a base ref
...
head repository: apache/pulsar-client-reactive
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.10
Choose a head ref
  • 3 commits
  • 4 files changed
  • 2 contributors

Commits on Dec 12, 2024

  1. Update Pulsar and various other dependencies (#199)

    This commit updates the following:
    - Pulsar to 3.3.3
    - Reactor to 3.6.13
    - Testcontainers to 1.20.4
    onobc authored Dec 12, 2024
    Configuration menu
    Copy the full SHA
    e1b21e8 View commit details
    Browse the repository at this point in the history
  2. [Release 0.5.10] Update version to 0.5.10 (#200)

    * [Release 0.5.10] Update version to 0.5.10
    onobc authored Dec 12, 2024
    Configuration menu
    Copy the full SHA
    ae57698 View commit details
    Browse the repository at this point in the history
  3. Use slf4j2 implementation log4j-slf4j2-impl

    Fixes this error message:
    ```
      SLF4J(W): No SLF4J providers were found.
      SLF4J(W): Defaulting to no-operation (NOP) logger implementation
      SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
      SLF4J(W): Class path contains SLF4J bindings targeting slf4j-api versions 1.7.x or earlier.
      SLF4J(W): Ignoring binding found at [jar:file:/Users/lari/.gradle/caches/modules-2/files-2.1/org.apache.logging.log4j/log4j-slf4j-impl/2.23.1/9ef67909a1b4eae999af4c7a211ab2379e4b86c2/log4j-slf4j-impl-2.23.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
      SLF4J(W): See https://www.slf4j.org/codes.html#ignoredBindings for an explanation.
    ```
    lhotari authored Dec 12, 2024
    Configuration menu
    Copy the full SHA
    047ad9b View commit details
    Browse the repository at this point in the history
Loading