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

fix(deps): update dependencies: maven app: all #5948

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 30, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.strimzi:strimzi-test-container 0.107.0 -> 0.109.1 age adoption passing confidence
io.zonky.test:embedded-postgres 2.0.7 -> 2.1.0 age adoption passing confidence
com.github.dasniko:testcontainers-keycloak 3.4.0 -> 3.6.0 age adoption passing confidence
org.testcontainers:pulsar (source) 1.20.2 -> 1.20.4 age adoption passing confidence
org.apache.kafka:connect-json 3.7.0 -> 3.9.0 age adoption passing confidence
org.apache.kafka:connect-api 3.7.0 -> 3.9.0 age adoption passing confidence
org.apache.pulsar:pulsar-functions-api 3.3.1 -> 3.3.4 age adoption passing confidence
org.apache.pulsar:pulsar-client 3.3.1 -> 3.3.4 age adoption passing confidence
io.debezium:debezium-testing-testcontainers (source) 2.6.2.Final -> 2.7.4.Final age adoption passing confidence
org.apache.kafka:kafka-clients 3.7.1 -> 3.9.0 age adoption passing confidence
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml 2.15.2 -> 2.18.2 age adoption passing confidence
com.google.protobuf:protobuf-java-util (source) 3.25.5 -> 3.25.6 age adoption passing confidence
com.google.protobuf:protobuf-java (source) 3.25.5 -> 3.25.6 age adoption passing confidence
io.smallrye:jandex-maven-plugin (source) 3.1.8 -> 3.2.3 age adoption passing confidence
org.apache.maven:maven-artifact 3.9.3 -> 3.9.9 age adoption passing confidence
org.apache.httpcomponents.core5:httpcore5 5.2.2 -> 5.3.3 age adoption passing confidence
org.apache.commons:commons-lang3 (source) 3.12.0 -> 3.17.0 age adoption passing confidence
org.eclipse.jgit:org.eclipse.jgit 6.6.1.202309021850-r -> 6.10.0.202406032230-r age adoption passing confidence
io.strimzi:api (source) 0.36.0 -> 0.45.0 age adoption passing confidence
org.slf4j:slf4j-simple (source, changelog) 2.0.7 -> 2.0.16 age adoption passing confidence
org.slf4j:slf4j-api (source, changelog) 2.0.7 -> 2.0.16 age adoption passing confidence
org.projectlombok:lombok (source) 1.18.28 -> 1.18.36 age adoption passing confidence
io.sundr:builder-annotations 0.95.0 -> 0.200.0 age adoption passing confidence
io.fabric8:java-generator-maven-plugin 6.8.0 -> 6.13.5 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

strimzi/test-container (io.strimzi:strimzi-test-container)

v0.109.1

Compare Source

What's changed

Full Changelog: strimzi/test-container@0.109.0...0.109.1-rc2

v0.109.0

Compare Source

What's Changed

New Contributors

Full Changelog: strimzi/test-container@0.108.0...0.109.0

v0.108.0

Compare Source

What's Changed

New Contributors

Full Changelog: strimzi/test-container@0.107.0...0.108.0

zonkyio/embedded-postgres (io.zonky.test:embedded-postgres)

v2.1.0

Compare Source

Changes:
  • Fixed dependency conflicts with commons-io and commons-compress libraries (#​133)
  • Removed unnecessary try-catch handling when extracting PostgreSQL binaries (#​136)
  • Upgraded dependencies: (#​135 #​142 #​140 #​130 #​128)
    • Flyway to 9.22.3
    • Liquibase to 4.30.0
    • PostgreSQL JDBC Driver to 42.7.4
    • Embedded Postgres Binaries to 14.15.0
    • Apache Commons Compress to 1.26.2
    • Apache Commons IO to 2.16.1
    • Apache Commons Codec to 1.17.1
    • Apache Commons Lang to 3.15.0
    • Tukaani XZ to 1.10
dasniko/testcontainers-keycloak (com.github.dasniko:testcontainers-keycloak)

v3.6.0

Compare Source

What's Changed

New Contributors

Full Changelog: dasniko/testcontainers-keycloak@3.5.1...3.6.0

v3.5.1

Compare Source

Exclude transitive dependency to javax.* namespace, introduced by update of shrinkwrap dependency (#​160 , thanks to @​evandongen)

Full Changelog: dasniko/testcontainers-keycloak@3.5.0...3.5.1

v3.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: dasniko/testcontainers-keycloak@3.4.0...3.5.0

testcontainers/testcontainers-java (org.testcontainers:pulsar)

v1.20.4

Compare Source

What's Changed

🚀 Features & Enhancements

🐛 Bug Fixes

📖 Documentation

📦 Dependency updates

v1.20.3

Compare Source

What's Changed

🚀 Features & Enhancements

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

apache/pulsar (org.apache.pulsar:pulsar-functions-api)

v3.3.4

Compare Source

2025-01-20
Library updates
  • [improve] Upgrade lombok to 1.18.36 (#​23752)
  • [improve] Upgrade to Netty 4.1.116.Final and io_uring to 0.0.26.Final (#​23813)
  • [improve][monitor] Upgrade OTel to 1.45.0 (#​23756)
  • [fix][sec] Bump commons-io version to 2.18.0 (#​23684)
  • [fix][sec] Mitigate CVE-2024-53990 by disabling AsyncHttpClient CookieStore (#​23725)
  • [fix][sec] Upgrade async-http-client to 2.12.4 to address CVE-2024-53990 (#​23732)
  • [fix][sec] Upgrade golang.org/x/crypto from 0.21.0 to 0.31.0 in pulsar-function-go (#​23743)
Broker
  • [feat][broker] Implement allowBrokerOperationAsync in PulsarAuthorizationProvider to avoid exception thrown (#​23663)
  • [fix][admin] Fix exception loss in getMessageId method (#​23766)
  • [fix][admin] Fix exception thrown in getMessageId method (#​23784)
  • [fix][broker] Add consumer name for subscription stats (#​23671)
  • [fix][broker] Catch exception for entry payload interceptor processor (#​23683)
  • [fix][broker] Continue using the next provider for authentication if one fails (#​23797)
  • [fix][broker] Fix bug causing loss of migrated information when setting other localPolicies in namespace (#​23764)
  • [fix][broker] Fix config replicationStartAt does not work when set it to earliest (#​23719)
  • [fix][broker] Fix enableReplicatedSubscriptions (#​23781)
  • [fix][broker] Fix items in dispatcher.recentlyJoinedConsumers are out-of-order, which may cause a delivery stuck (#​23802)
  • [fix][broker] Invoke custom BrokerInterceptor's onFilter method if it's defined (#​23676)
  • [fix][broker] Remove failed OpAddEntry from pendingAddEntries (#​23817)
  • [fix][broker] Skip to persist cursor info if it failed by cursor closed (#​23615)
  • [fix][broker] System topic should not be migrated during blue-green cluster migration (#​23767)
  • [fix][broker] fix NPE when calculating a topic's backlogQuota (#​23720)
  • [fix][broker] support missing cluster level fine-granted permissions (#​23675)
  • [fix][broker] support missing tenant level fine-granted permissions (#​23660)
  • [fix][broker] support missing broker level fine-granted permissions (#​23637)
  • [fix][broker] Msg delivery is stuck due to items in the collection recentlyJoinedConsumers are out-of-order (#​23795)
  • [fix][common] TopicName: Throw IllegalArgumentException if localName is whitespace only (#​23691)
  • [fix][ml] Topic load timeout due to ml data ledger future never finishes (#​23772)
  • [improve][admin] Opt-out of topic-existence check (#​23709)
  • [improve][broker][branch-3.3] Optimize PersistentTopic.getLastDispatchablePosition (#​22707) (#​23826)
Client
  • [Fix][Client] Fix pending message not complete when closeAsync (#​23761)
  • [fix][client] Cannot access message data inside ProducerInterceptor#onSendAcknowledgement (#​23791)
  • [fix][client] Fix enableRetry for consumers using legacy topic naming where cluster name is included (#​23753)
  • [fix][client] Fix memory leak when publishing encountered a corner case error (#​23738)
  • [fix][client] Fix reader message filtering issue during blue-green cluster switch (#​23693)
  • [fix][client] Make DeadLetterPolicy & KeySharedPolicy serializable (#​23718)
  • [fix][client] Prevent retry topic and dead letter topic producer leaks when sending of message fails (#​23824)
  • [improve][client] Make replicateSubscriptionState nullable (#​23757)
Pulsar IO and Pulsar Functions
  • [improve][fn] Improve closing of producers in Pulsar Functions ProducerCache invalidation (#​23734)
  • [improve][fn] Improve implementation for maxPendingAsyncRequests async concurrency limit when return type is CompletableFuture (#​23708)
Others
  • [fix][cli] Fix set topic retention policy failed (#​23688)
  • [fix][cli] Fix set-retention with >2GB size value for topic policy (#​23689)
  • [fix] Fix issues with Pulsar Alpine docker image stability: remove glibc-compat (#​23762)
  • [improve] Install coreutils in docker image to improve compatibility (#​23667)
Tests & CI
  • [fix][test] Remove useless test code (#​23823)
  • [fix][test]: Flaky-test: GetPartitionMetadataMultiBrokerTest.testCompatibilityDifferentBrokersForNonPersistentTopic (#​23666)

For the complete list, check the full changelog.

v3.3.3

Compare Source

2024-12-03
Library updates
  • [fix][sec] Drop hdfs2 support, Upgrade hadoop3 to 3.4.0 and dnsjava to 3.6.2 to address CVE-2024-25638 (#​23411)
  • [fix][sec] Replace bcprov-jdk15on dependency with bcprov-jdk18-on (#​23532)
  • [fix][sec] Upgrade Zookeeper to 3.9.3 to address CVE-2024-51504 (#​23581)
  • [fix][sec] Upgrade to Netty 4.1.115.Final to address CVE-2024-47535 (#​23596)
  • [improve] Upgrade OpenTelemetry library to 1.44.1 version (#​23656)
  • [improve] Upgrade oxia-java to 0.4.10 and fix closing of OxiaMetadataStore (#​23653)
Broker
  • [fix][broker] Avoid orphan ledgers in BucketDelayedDeliveryTracker (#​22802)
  • [fix][broker] Broker is failing to create non-durable sub if topic is fenced (#​23579)
  • [fix][broker] Fix AvgShedder strategy check (#​23156)
  • [fix][broker] Fix Broker migration NPE while broker tls url not configured (#​23534)
  • [fix][broker] Fix currently client retries until operation timeout if the topic does not exist (#​23530)
  • [fix][broker] Fix failed TokenAuthenticatedProducerConsumerTest (#​23602)
  • [fix][broker] Fix namespace unload might be blocked too long with extensible load manager (#​23433) (#​23517)
  • [fix][broker] Fix ownership loss (#​23515)
  • [fix][broker] Fix print cluster migration state response (#​23535)
  • [fix][broker] Fix race-condition causing repeated delete topic (#​23522)
  • [fix][broker] Fix the broker registering might be blocked for long time (#​23371) (#​23507)
  • [fix][broker] Fix unloadNamespaceBundlesGracefully can be stuck with extensible load manager (#​23349) (#​23496)
  • [fix][broker] Increase readBuffer size for bookkeeper.DLOutputStream (#​23548)
  • [fix][broker] Topics failed to delete after remove cluster from replicated clusters set and caused OOM (#​23360)
  • [fix][broker] fix logging with correct error message while loading the topic (#​23544)
  • [fix][broker] fix null lookup result when brokers are starting (#​23642)
  • [fix][broker] normalize path (#​23438)
  • [fix][broker] timeout when broker registry hangs and monitor broker registry (ExtensibleLoadManagerImpl only) (#​23382) (#​23510)
  • [improve][broker] Add log to track issue when handleGetTopicsOfNamespace (#​23434)
  • [improve][broker] Clear thread local BrokerEntryMetadata instance before reuse (#​22752)
  • [improve][broker] Decouple pulsar_storage_backlog_age_seconds metric with backlogQuota check (#​23619)
  • [improve][broker] Exclude system topics from namespace level publish and dispatch rate limiting (#​23589)
  • [improve][broker] Make cluster metadata init command support metadata config path (#​23269)
  • [improve][broker] Make cluster metadata teardown command support metadata config path (#​23520)
  • [improve][broker] PIP-383: Support granting/revoking permissions for multiple topics (#​23372)
  • [improve][broker] PIP-392: Add configuration to enable consistent hashing to select active consumer for partitioned topic (#​23584)
  • [improve][broker] Skip unloading when bundle throughput is zero (ExtensibleLoadManagerImpl only) (#​23626)
  • [improve][broker] Support cleanup replication cluster and allowed cluster when cluster metadata teardown (#​23561)
  • [improve][broker] re-elect the channel owner if no channel owner is found (#​23516) (#​23580)
  • [improve][broker] replace HashMap with inner implementation ConcurrentLongLongPairHashMap in Negative Ack Tracker. (#​23582)
Client
  • [fix][admin] Fix lookup get a null result if uses proxy (#​23556)
  • [fix][client] Fix DLQ producer name conflicts when there are same name consumers (#​23577)
  • [fix][client] Fix Reader.hasMessageAvailable return wrong value after seeking by timestamp with startMessageIdInclusive (#​23502)
  • [fix][client] Fix ReaderBuilder doest not give illegalArgument on connection failure retry (#​22639)
  • [fix][client] Fix deadlock of NegativeAcksTracker (#​23651)
  • [fix][client] Fix producer/consumer stop to reconnect or Pub/Sub due to IO thread race-condition (#​23499)
  • [fix][client] Fix race-condition causing doReconsumeLater to hang when creating retryLetterProducer has failed (#​23560)
  • [fix][client] Fix the javadoc for ConsumerBuilder.isAckReceiptEnabled (#​23452)
  • [fix][client] Fixed an issue where a cert chain could not be used in TLS authentication (#​23644)
  • [fix][client] Initializing client-authentication using configured auth params (#​23610)
  • [fix][client] Make protobuf-java dependency optional in java client libraries (#​23632)
  • [fix][client] Prevent embedding protobuf-java class files in pulsar-client-admin and pulsar-client-all (#​23468)
  • [fix][client] The partitionedProducer maxPendingMessages always is 0 (#​23593)
  • [fix][client] Use dedicated executor for requests in BinaryProtoLookupService (#​23378)
  • [fix][client] fix incomingMessageSize and client memory usage is negative (#​23624)
  • [fix][client] fix the beforeConsume() method earlier hit with message listener (#​23578)
  • [improve][admin] Print error log if handle http response fails (#​23563)
  • [improve][client] Enhance error handling for non-exist subscription in consumer creation (#​23254)
  • [improve][client] Increase default Java client connectionMaxIdleSeconds to 60 seconds (#​23430)
  • [improve][client] Reduce unshaded dependencies and shading warnings in shaded Java client modules (#​23647)
  • [improve][client] Replace NameUtil#generateRandomName with RandomStringUtils#randomAlphanumeric (#​23645)
Pulsar IO and Pulsar Functions
  • [fix][fn] ack messages for window function when its result is null (#​23618)
  • [improve][io] Support update subscription position for sink connector (#​23538)
  • [improve][io] Upgrade Spring version to 6.1.13 in IO Connectors (#​23459)
Others
  • [fix][misc] Class conflict during jetcd-core-shaded shading process (#​23641)
  • [fix][misc] Unable to connect an etcd metastore with recent releases due to jetc-core sharding problem (#​23604)
  • [fix][ml] Managed ledger should recover after open ledger failed (#​23368)
  • [fix][proxy] Fix pattern consumer does not work when using Proxy (#​23489)
  • [fix][ws] Implement missing http header data functions in AuthenticationDataSubscription (#​23638)
  • [improve] Improve logic for enabling Netty leak detection (#​23613)
  • [improve] Use single buffer for metrics when noUnsafe use (#​23612)
  • [improve][misc] Disable OTel by default when running the pulsar-perf tool (#​23585)
  • [i

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@apicurio-bot
Copy link

apicurio-bot bot commented Jan 30, 2025

Thank you for creating a pull request!

Pinging @jsenko to respond or triage.

@renovate renovate bot force-pushed the renovate/dependencies-maven-app-all branch 5 times, most recently from 5d60cbc to 1abf27e Compare January 30, 2025 20:53
@renovate renovate bot force-pushed the renovate/dependencies-maven-app-all branch from 1abf27e to d02ccbf Compare January 31, 2025 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants