Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 27, 2025

Bumps the major group with 12 updates in the /data-plane directory:

Package From To
org.apache.kafka:kafka-clients 3.7.1 4.0.0.redhat-00013
org.apache.kafka:kafka_2.13 3.7.1 4.0.0.redhat-00013
io.fabric8:kubernetes-client 6.13.4 7.3.1.redhat-00001
io.fabric8:kubernetes-client-api 6.13.4 7.3.1.redhat-00001
io.fabric8:kubernetes-httpclient-jdk 6.13.4 7.3.1.redhat-00001
io.fabric8:kubernetes-server-mock 6.13.4 7.3.1.redhat-00001
net.logstash.logback:logstash-logback-encoder 8.0 9.0
com.google.protobuf:protobuf-java 3.25.2 4.32.1.redhat-00002
com.google.protobuf:protobuf-java-util 3.25.2 4.32.1.redhat-00002
com.github.vladimir-bukhtoyarov:bucket4j-core 7.6.0 8.0.1
com.mycila:license-maven-plugin 4.1 5.0.0
com.diffplug.spotless:spotless-maven-plugin 2.38.0 3.0.0

Updates org.apache.kafka:kafka-clients from 3.7.1 to 4.0.0.redhat-00013

Updates org.apache.kafka:kafka_2.13 from 3.7.1 to 4.0.0.redhat-00013

Updates io.fabric8:kubernetes-client from 6.13.4 to 7.3.1.redhat-00001

Release notes

Sourced from io.fabric8:kubernetes-client's releases.

7.3.1 (2025-05-20)

Bugs

  • Fix #7071: Buildable reference imports don't override local package class references

Full Changelog: fabric8io/kubernetes-client@v7.3.0...v7.3.1

7.3.0 (2025-05-15)

Bugs

  • Fix #7036: Resolve serialization errors after Jackson 2.19.0 upgrade (breaks older versions)

Dependency Upgrade

  • Fix #7036: Jackson upgraded from v2.18.3 to v2.19.0

Note: Breaking changes

  • Fix #7036: This release is not backwards-compatible with previous versions of Jackson, you'll need to use Jackson 2.19.0 in your project for a correct behavior of the Kubernetes Client.

New Contributors

Full Changelog: fabric8io/kubernetes-client@v7.2.0...v7.3.0

7.2.0 (2025-04-30)

Bugs

  • Fix #6750: KubernetesMockServer.reset resets lastRequest related variables
  • Fix #6829: Mixed-case enums are properly supported by the java-generator
  • Fix #6886: Remove invalid JUnit 4 references
  • Fix #6892: rolling().restart() doesn't remove preexistent pod template annotations
  • Fix #6906: Knative VolatileTime should be serialized as String
  • Fix #6908: The Default annotation and JsonProperty default value should accept JSON values
  • Fix #6917: Client does not authenticate correctly on OpenShift if the returned Location header is lower-case
  • Fix #6930: Add support for Boolean enums in the java-generator
  • Fix #6941: HasMetadata.getApiVersion no slash when empty group
  • Fix #6982: (java-generator) Double default field values with d suffix
  • Fix #6987: Kube API Test startup fails on readiness SSL check
  • Fix #7037: getKubernetesVersion works in Kubernetes v1.33.0

Improvements

  • Fix #6763: (crd-generator) YAML output customization
  • Fix #6863: ensuring SerialExecutor does not throw RejectedExecutionException to prevent unnecessary error logs
  • Fix #6880: LogWatch interface provides listeners on close stream event
  • Fix #6971: Exposed Istio v1 models in Istio Client DSL
  • Fix #6998: Removed unneeded dependency on javax.annotation:javax.annotation-api

Dependency Upgrade

  • Fix #6829: Sundrio was upgraded to 0.200.3. In some rare circumstances nested method names will need to be changed.

New Features

  • Fix #6827: (crd-generator) Add CRDPostProcessor to process generated CRDs before they are written out

... (truncated)

Changelog

Sourced from io.fabric8:kubernetes-client's changelog.

CHANGELOG

7.5-SNAPSHOT

Bugs

Improvements

Dependency Upgrade

#7266: bump jackson-bom from 2.19.2 to 2.20.0, fix overrides and handle jackson-annotations v2.20

New Features

Note: Breaking changes

#7266: bump jackson-bom from 2.19.2 to 2.20.0, fix overrides and handle jackson-annotations v2.20

7.4.0 (2025-09-08)

Bugs

  • Fix #3032: EnableKubernetesMockClient annotation works with Nested tests
  • Fix #7148: corrected octal format detection
  • Fix #7167: Allow Informer.isWatching to see underlying Watch state
  • Fix #7087: Avoid possible NPE in OkHttp websocket handling
  • Fix #7072: Changed rolling update handling to json merge patch to avoid 422 errors
  • Fix #7080: Avoid NPE in CRDGenerator if post-processor is set to null
  • Fix #7116: (java-generator) Use timezone format compatible with Kubernetes
  • Fix #7163: Ensure that streams are notified of errors
  • Fix #7092: (crd-generator) Add support for @​Annotations and @​Labels in CRD generation - CRD generator now includes annotations and labels specified via these annotations in the generated CRD metadata
  • Fix #7224: Fix KubeApiTest inheritance from base test class

Improvements

  • Fix #7217: refinements and expanded documentation for preserve unknown handling

Dependency Upgrade

New Features

  • Fix #7045: (java-generator) Extend the existingJavaTypes to support use of existing enumerations

Note: Breaking changes

Fix #7204: Rationalized config constructors

6.14.0 (2025-06-10)

Bugs

  • Fix #7107: Jackson 2.19.0+ support

Note: Breaking changes

  • Fix #7107: This release is not backwards-compatible with previous versions of Jackson, you'll need to use Jackson 2.19.0 in your project for a correct behavior of the Kubernetes Client.

7.3.1 (2025-05-20)

... (truncated)

Commits

Updates io.fabric8:kubernetes-client-api from 6.13.4 to 7.3.1.redhat-00001

Release notes

Sourced from io.fabric8:kubernetes-client-api's releases.

7.3.1 (2025-05-20)

Bugs

  • Fix #7071: Buildable reference imports don't override local package class references

Full Changelog: fabric8io/kubernetes-client@v7.3.0...v7.3.1

7.3.0 (2025-05-15)

Bugs

  • Fix #7036: Resolve serialization errors after Jackson 2.19.0 upgrade (breaks older versions)

Dependency Upgrade

  • Fix #7036: Jackson upgraded from v2.18.3 to v2.19.0

Note: Breaking changes

  • Fix #7036: This release is not backwards-compatible with previous versions of Jackson, you'll need to use Jackson 2.19.0 in your project for a correct behavior of the Kubernetes Client.

New Contributors

Full Changelog: fabric8io/kubernetes-client@v7.2.0...v7.3.0

7.2.0 (2025-04-30)

Bugs

  • Fix #6750: KubernetesMockServer.reset resets lastRequest related variables
  • Fix #6829: Mixed-case enums are properly supported by the java-generator
  • Fix #6886: Remove invalid JUnit 4 references
  • Fix #6892: rolling().restart() doesn't remove preexistent pod template annotations
  • Fix #6906: Knative VolatileTime should be serialized as String
  • Fix #6908: The Default annotation and JsonProperty default value should accept JSON values
  • Fix #6917: Client does not authenticate correctly on OpenShift if the returned Location header is lower-case
  • Fix #6930: Add support for Boolean enums in the java-generator
  • Fix #6941: HasMetadata.getApiVersion no slash when empty group
  • Fix #6982: (java-generator) Double default field values with d suffix
  • Fix #6987: Kube API Test startup fails on readiness SSL check
  • Fix #7037: getKubernetesVersion works in Kubernetes v1.33.0

Improvements

  • Fix #6763: (crd-generator) YAML output customization
  • Fix #6863: ensuring SerialExecutor does not throw RejectedExecutionException to prevent unnecessary error logs
  • Fix #6880: LogWatch interface provides listeners on close stream event
  • Fix #6971: Exposed Istio v1 models in Istio Client DSL
  • Fix #6998: Removed unneeded dependency on javax.annotation:javax.annotation-api

Dependency Upgrade

  • Fix #6829: Sundrio was upgraded to 0.200.3. In some rare circumstances nested method names will need to be changed.

New Features

  • Fix #6827: (crd-generator) Add CRDPostProcessor to process generated CRDs before they are written out

... (truncated)

Changelog

Sourced from io.fabric8:kubernetes-client-api's changelog.

CHANGELOG

7.5-SNAPSHOT

Bugs

Improvements

Dependency Upgrade

#7266: bump jackson-bom from 2.19.2 to 2.20.0, fix overrides and handle jackson-annotations v2.20

New Features

Note: Breaking changes

#7266: bump jackson-bom from 2.19.2 to 2.20.0, fix overrides and handle jackson-annotations v2.20

7.4.0 (2025-09-08)

Bugs

  • Fix #3032: EnableKubernetesMockClient annotation works with Nested tests
  • Fix #7148: corrected octal format detection
  • Fix #7167: Allow Informer.isWatching to see underlying Watch state
  • Fix #7087: Avoid possible NPE in OkHttp websocket handling
  • Fix #7072: Changed rolling update handling to json merge patch to avoid 422 errors
  • Fix #7080: Avoid NPE in CRDGenerator if post-processor is set to null
  • Fix #7116: (java-generator) Use timezone format compatible with Kubernetes
  • Fix #7163: Ensure that streams are notified of errors
  • Fix #7092: (crd-generator) Add support for @​Annotations and @​Labels in CRD generation - CRD generator now includes annotations and labels specified via these annotations in the generated CRD metadata
  • Fix #7224: Fix KubeApiTest inheritance from base test class

Improvements

  • Fix #7217: refinements and expanded documentation for preserve unknown handling

Dependency Upgrade

New Features

  • Fix #7045: (java-generator) Extend the existingJavaTypes to support use of existing enumerations

Note: Breaking changes

Fix #7204: Rationalized config constructors

6.14.0 (2025-06-10)

Bugs

  • Fix #7107: Jackson 2.19.0+ support

Note: Breaking changes

  • Fix #7107: This release is not backwards-compatible with previous versions of Jackson, you'll need to use Jackson 2.19.0 in your project for a correct behavior of the Kubernetes Client.

7.3.1 (2025-05-20)

... (truncated)

Commits

Updates io.fabric8:kubernetes-httpclient-jdk from 6.13.4 to 7.3.1.redhat-00001

Release notes

Sourced from io.fabric8:kubernetes-httpclient-jdk's releases.

7.3.1 (2025-05-20)

Bugs

  • Fix #7071: Buildable reference imports don't override local package class references

Full Changelog: fabric8io/kubernetes-client@v7.3.0...v7.3.1

7.3.0 (2025-05-15)

Bugs

  • Fix #7036: Resolve serialization errors after Jackson 2.19.0 upgrade (breaks older versions)

Dependency Upgrade

  • Fix #7036: Jackson upgraded from v2.18.3 to v2.19.0

Note: Breaking changes

  • Fix #7036: This release is not backwards-compatible with previous versions of Jackson, you'll need to use Jackson 2.19.0 in your project for a correct behavior of the Kubernetes Client.

New Contributors

Full Changelog: fabric8io/kubernetes-client@v7.2.0...v7.3.0

7.2.0 (2025-04-30)

Bugs

  • Fix #6750: KubernetesMockServer.reset resets lastRequest related variables
  • Fix #6829: Mixed-case enums are properly supported by the java-generator
  • Fix #6886: Remove invalid JUnit 4 references
  • Fix #6892: rolling().restart() doesn't remove preexistent pod template annotations
  • Fix #6906: Knative VolatileTime should be serialized as String
  • Fix #6908: The Default annotation and JsonProperty default value should accept JSON values
  • Fix #6917: Client does not authenticate correctly on OpenShift if the returned Location header is lower-case
  • Fix #6930: Add support for Boolean enums in the java-generator
  • Fix #6941: HasMetadata.getApiVersion no slash when empty group
  • Fix #6982: (java-generator) Double default field values with d suffix
  • Fix #6987: Kube API Test startup fails on readiness SSL check
  • Fix #7037: getKubernetesVersion works in Kubernetes v1.33.0

Improvements

  • Fix #6763: (crd-generator) YAML output customization
  • Fix #6863: ensuring SerialExecutor does not throw RejectedExecutionException to prevent unnecessary error logs
  • Fix #6880: LogWatch interface provides listeners on close stream event
  • Fix #6971: Exposed Istio v1 models in Istio Client DSL
  • Fix #6998: Removed unneeded dependency on javax.annotation:javax.annotation-api

Dependency Upgrade

  • Fix #6829: Sundrio was upgraded to 0.200.3. In some rare circumstances nested method names will need to be changed.

New Features

  • Fix #6827: (crd-generator) Add CRDPostProcessor to process generated CRDs before they are written out

... (truncated)

Changelog

Sourced from io.fabric8:kubernetes-httpclient-jdk's changelog.

CHANGELOG

7.5-SNAPSHOT

Bugs

Improvements

Dependency Upgrade

#7266: bump jackson-bom from 2.19.2 to 2.20.0, fix overrides and handle jackson-annotations v2.20

New Features

Note: Breaking changes

#7266: bump jackson-bom from 2.19.2 to 2.20.0, fix overrides and handle jackson-annotations v2.20

7.4.0 (2025-09-08)

Bugs

  • Fix #3032: EnableKubernetesMockClient annotation works with Nested tests
  • Fix #7148: corrected octal format detection
  • Fix #7167: Allow Informer.isWatching to see underlying Watch state
  • Fix #7087: Avoid possible NPE in OkHttp websocket handling
  • Fix #7072: Changed rolling update handling to json merge patch to avoid 422 errors
  • Fix #7080: Avoid NPE in CRDGenerator if post-processor is set to null
  • Fix #7116: (java-generator) Use timezone format compatible with Kubernetes
  • Fix #7163: Ensure that streams are notified of errors
  • Fix #7092: (crd-generator) Add support for @​Annotations and @​Labels in CRD generation - CRD generator now includes annotations and labels specified via these annotations in the generated CRD metadata
  • Fix #7224: Fix KubeApiTest inheritance from base test class

Improvements

  • Fix #7217: refinements and expanded documentation for preserve unknown handling

Dependency Upgrade

New Features

  • Fix #7045: (java-generator) Extend the existingJavaTypes to support use of existing enumerations

Note: Breaking changes

Fix #7204: Rationalized config constructors

6.14.0 (2025-06-10)

Bugs

  • Fix #7107: Jackson 2.19.0+ support

Note: Breaking changes

  • Fix #7107: This release is not backwards-compatible with previous versions of Jackson, you'll need to use Jackson 2.19.0 in your project for a correct behavior of the Kubernetes Client.

7.3.1 (2025-05-20)

... (truncated)

Commits

Updates io.fabric8:kubernetes-server-mock from 6.13.4 to 7.3.1.redhat-00001

Updates io.fabric8:kubernetes-client-api from 6.13.4 to 7.3.1.redhat-00001

Release notes

Sourced from io.fabric8:kubernetes-client-api's releases.

7.3.1 (2025-05-20)

Bugs

  • Fix #7071: Buildable reference imports don't override local package class references

Full Changelog: fabric8io/kubernetes-client@v7.3.0...v7.3.1

7.3.0 (2025-05-15)

Bugs

  • Fix #7036: Resolve serialization errors after Jackson 2.19.0 upgrade (breaks older versions)

Dependency Upgrade

  • Fix #7036: Jackson upgraded from v2.18.3 to v2.19.0

Note: Breaking changes

  • Fix #7036: This release is not backwards-compatible with previous versions of Jackson, you'll need to use Jackson 2.19.0 in your project for a correct behavior of the Kubernetes Client.

New Contributors

Full Changelog: fabric8io/kubernetes-client@v7.2.0...v7.3.0

7.2.0 (2025-04-30)

Bugs

  • Fix #6750: KubernetesMockServer.reset resets lastRequest related variables
  • Fix #6829: Mixed-case enums are properly supported by the java-generator
  • Fix #6886: Remove invalid JUnit 4 references
  • Fix #6892: rolling().restart() doesn't remove preexistent pod template annotations
  • Fix #6906: Knative VolatileTime should be serialized as String
  • Fix #6908: The Default annotation and JsonProperty default value should accept JSON values
  • Fix #6917: Client does not authenticate correctly on OpenShift if the returned Location header is lower-case
  • Fix #6930: Add support for Boolean enums in the java-generator
  • Fix #6941: HasMetadata.getApiVersion no slash when empty group
  • Fix #6982: (java-generator) Double default field values with d suffix
  • Fix #6987: Kube API Test startup fails on readiness SSL check
  • Fix #7037: getKubernetesVersion works in Kubernetes v1.33.0

Improvements

  • Fix #6763: (crd-generator) YAML output customization
  • Fix #6863: ensuring SerialExecutor does not throw RejectedExecutionException to prevent unnecessary error logs
  • Fix #6880: LogWatch interface provides listeners on close stream event
  • Fix #6971: Exposed Istio v1 models in Istio Client DSL
  • Fix #6998: Removed unneeded dependency on javax.annotation:javax.annotation-api

Dependency Upgrade

  • Fix #6829: Sundrio was upgraded to 0.200.3. In some rare circumstances nested method names will need to be changed.

New Features

  • Fix #6827: (crd-generator) Add CRDPostProcessor to process generated CRDs before they are written out

... (truncated)

Changelog

Sourced from io.fabric8:kubernetes-client-api's changelog.

CHANGELOG

7.5-SNAPSHOT

Bugs

Improvements

Dependency Upgrade

#7266: bump jackson-bom from 2.19.2 to 2.20.0, fix overrides and handle jackson-annotations v2.20

New Features

Note: Breaking changes

#7266: bump jackson-bom from 2.19.2 to 2.20.0, fix overrides and handle jackson-annotations v2.20

7.4.0 (2025-09-08)

Bugs

  • Fix #3032: EnableKubernetesMockClient annotation works with Nested tests
  • Fix #7148: corrected octal format detection
  • Fix #7167: Allow Informer.isWatching to see underlying Watch state
  • Fix #7087: Avoid possible NPE in OkHttp websocket handling
  • Fix #7072: Changed rolling update handling to json merge patch to avoid 422 errors
  • Fix #7080: Avoid NPE in CRDGenerator if post-processor is set to null
  • Fix #7116: (java-generator) Use timezone format compatible with Kubernetes
  • Fix #7163: Ensure that streams are notified of errors
  • Fix #7092: (crd-generator) Add support for @​Annotations and @​Labels in CRD generation - CRD generator now includes annotations and labels specified via these annotations in the generated CRD metadata
  • Fix #7224: Fix KubeApiTest inheritance from base test class

Improvements

  • Fix #7217: refinements and expanded documentation for preserve unknown handling

Dependency Upgrade

New Features

  • Fix #7045: (java-generator) Extend the existingJavaTypes to support use of existing enumerations

Note: Breaking changes

Fix #7204: Rationalized config constructors

6.14.0 (2025-06-10)

Bugs

  • Fix #7107: Jackson 2.19.0+ support

Note: Breaking changes

  • Fix #7107: This release is not backwards-compatible with previous versions of Jackson, you'll need to use Jackson 2.19.0 in your project for a correct behavior of the Kubernetes Client.

7.3.1 (2025-05-20)

... (truncated)

Commits

Updates io.fabric8:kubernetes-httpclient-jdk from 6.13.4 to 7.3.1.redhat-00001

Release notes

Sourced from io.fabric8:kubernetes-httpclient-jdk's releases.

7.3.1 (2025-05-20)

Bugs

  • Fix #7071: Buildable reference imports don't override local package class references

Full Changelog: fabric8io/kubernetes-client@v7.3.0...v7.3.1

7.3.0 (2025-05-15)

Bugs

  • Fix #7036: Resolve serialization errors after Jackson 2.19.0 upgrade (breaks older versions)

Dependency Upgrade

  • Fix #7036: Jackson upgraded from v2.18.3 to v2.19.0

Note: Breaking changes

  • Fix #7036: This release is not backwards-compatible with previous versions of Jackson, you'll need to use Jackson 2.19.0 in your project for a correct behavior of the Kubernetes Client.

New Contributors

Full Changelog: fabric8io/kubernetes-client@v7.2.0...v7.3.0

7.2.0 (2025-04-30)

Bugs

  • Fix #6750: KubernetesMockServer.reset resets lastRequest related variables
  • Fix #6829: Mixed-case enums are properly supported by the java-generator
  • Fix #6886: Remove invalid JUnit 4 references
  • Fix #6892: rolling().restart() doesn't remove preexistent pod template annotations
  • Fix #6906: Knative VolatileTime should be serialized as String
  • Fix #6908: The Default annotation and JsonProperty default value should accept JSON values
  • Fix #6917: Client does not authenticate correctly on OpenShift if the returned Location header is lower-case
  • Fix #6930: Add support for Boolean enums in the java-generator
  • Fix #6941: HasMetadata.getApiVersion no slash when empty group
  • Fix #6982: (java-generator) Double default field values with d suffix
  • Fix #6987: Kube API Test startup fails on readiness SSL check
  • Fix #7037: getKubernetesVersion works in Kubernetes v1.33.0

Improvements

  • Fix #6763: (crd-generator) YAML output customization
  • Fix #6863: ensuring SerialExecutor does not throw RejectedExecutionException to prevent unnecessary error logs
  • Fix #6880: LogWatch interface provides listeners on close stream event
  • Fix #6971: Exposed Istio v1 models in Istio Client DSL
  • Fix #6998: Removed unneeded dependency on javax.annotation:javax.annotation-api

Dependency Upgrade

  • Fix #6829: Sundrio was upgraded to 0.200.3. In some rare circumstances nested method names will need to be changed.

New Features

  • Fix #6827: (crd-generator) Add CRDPostProcessor to process generated CRDs before they are written out

... (truncated)

Changelog

Sourced from io.fabric8:kubernetes-httpclient-jdk's changelog.

CHANGELOG

7.5-SNAPSHOT

Bugs

Improvements

Dependency Upgrade

#7266: bump jackson-bom from 2.19.2 to 2.20.0, fix overrides and handle jackson-annotations v2.20

New Features

Note: Breaking changes

#7266: bump jackson-bom from 2.19.2 to 2.20.0, fix overrides and handle jackson-annotations v2.20

7.4.0 (2025-09-08)

Bugs

  • Fix #3032: EnableKubernetesMockClient annotation works with Nested tests
  • Fix #7148: corrected octal format detection
  • Fix #7167: Allow Informer.isWatching to see underlying Watch state
  • Fix #7087: Avoid possible NPE in OkHttp websocket handling
  • Fix #7072: Changed rolling update handling to json merge patch to avoid 422 errors
  • Fix #7080: Avoid NPE in CRDGenerator if post-processor is set to null
  • Fix #7116: (java-generator) Use timezone format compatible with Kubernetes
  • Fix #7163: Ensure that streams are notified of errors
  • Fix #7092: (crd-generator) Add support for @​Annotations and @​Labels in CRD generation - CRD generator now includes annotations and labels specified via these annotations in the generated CRD metadata
  • Fix #7224: Fix KubeApiTest inheritance from base test class

Improvements

  • Fix #7217: refinements and expanded documentation for preserve unknown handling

Dependency Upgrade

New Features

  • Fix #7045: (java-generator) Extend the existingJavaTypes to support use of existing enumerations

Note: Breaking changes

Fix #7204: Rationalized config constructors

6.14.0 (2025-06-10)

Bugs

  • Fix #7107: Jackson 2.19.0+ support

Note: Breaking changes

  • Fix #7107: This release is not backwards-compatible with previous versions of Jackson, you'll need to use Jackson 2.19.0 in your project for a correct behavior of the Kubernetes Client.

7.3.1 (2025-05-20)

... (truncated)

Commits

Updates io.fabric8:kubernetes-server-mock from 6.13.4 to 7.3.1.redhat-00001

Updates net.logstash.logback:logstash-logback-encoder from 8.0 to 9.0

Release notes

Sourced from net.logstash.logback:logstash-logback-encoder's releases.

logstash-logback-encoder-9.0

This major release migrates to Jackson 3, and bumps the minimum Java version to 17.

The migration to Jackson 3 introduced some backwards incompatibilities. See #1095 for upgrade details.

Special thanks to new contributors @​tommyulfsparre, @​patrickjbarry, and @​maxxedev!

What's Changed

⚠️ Update considerations and deprecations

✨ New features and improvements

🐞 Bug fixes

📖 Documentation, Tests and Build

🆙 Dependency Upgrades

New Contributors

Full Changelog: logfellow/logstash-logback-encoder@logstash-logback-encoder-8.1...logstash-logback-encoder-9.0

logstash-logback-encoder-8.1

What's Changed

... (truncated)

Commits
  • e8a1c8e [maven-release-plugin] prepare release logstash-logback-encoder-9.0
  • eecb205 Add link to discussions in contributing.md
  • 572543c fix build badge in readme
  • c64b998 Use alert at top of readme
  • f74c821 Make it possible to pretty print throwables as array of strings. (#1043)
  • 358f644 Document Thread and ThreadLocal cleanup (#1105)
  • 0d553cf Add ability to suppress messages from stacktrace (#1104)
  • c9318cd Bump maven to 3.9.11 (#1103)
  • ef58694 Bump codeql action to v3 (#1102)
  • 3059741 Bump logback-core.version from 1.5.19 to 1.5.20 (#1097)
  • Additional commits viewable in compare view

Updates com.google.protobuf:protobuf-java from 3.25.2 to 4.32.1.redhat-00002

Commits

Updates com.google.protobuf:protobuf-java-util from 3.25.2 to 4.32.1.redhat-00002

Updates com.google.protobuf:protobuf-java-util from 3.25.2 to 4.32.1.redhat-00002

Updates com.github.vladimir-bukhtoyarov:bucket4j-core from 7.6.0 to 8.0.1

Release notes

Sourced from com.github.vladimir-bukhtoyarov:bucket4j-core's releases.

8.0.1

https://bucket4j.com/7.6.0/release-notes.html

The features in release scope are following:

Commits
  • 2232d84 8.0.1 release documentation
  • e24fe8e #279 increase version
  • 4c3ea89 #279 fix VerboseCommand for cases of none-caching implementation of MutableBu...
  • 04b39c5 moving main line to java 11
  • 9f977fe moving main line to java 11
  • b186489 moving main line to java 11
  • 4ddc3f4 Merge branch '8.0_jdk8' into java_11
  • 785c56d changing groupId from com.github.vladimir-bukhtoyarov to com.bucket4j + movin...
  • dcab47c Merge branch 'master' into 8.0_jdk8
  • See full diff in compare view

Updates org.apache.kafka:kafka_2.13 from 3.7.1 to 4.0.0.redhat-00013

Updates com.mycila:license-maven-plugin from 4.1 to 5.0.0

Release notes

Sourced from com.mycila:license-maven-plugin's releases.

v5.0.0

What's Changed

…12 updates

Bumps the major group with 12 updates in the /data-plane directory:

| Package | From | To |
| --- | --- | --- |
| org.apache.kafka:kafka-clients | `3.7.1` | `4.0.0.redhat-00013` |
| org.apache.kafka:kafka_2.13 | `3.7.1` | `4.0.0.redhat-00013` |
| [io.fabric8:kubernetes-client](https://github.com/fabric8io/kubernetes-client) | `6.13.4` | `7.3.1.redhat-00001` |
| [io.fabric8:kubernetes-client-api](https://github.com/fabric8io/kubernetes-client) | `6.13.4` | `7.3.1.redhat-00001` |
| [io.fabric8:kubernetes-httpclient-jdk](https://github.com/fabric8io/kubernetes-client) | `6.13.4` | `7.3.1.redhat-00001` |
| io.fabric8:kubernetes-server-mock | `6.13.4` | `7.3.1.redhat-00001` |
| [net.logstash.logback:logstash-logback-encoder](https://github.com/logfellow/logstash-logback-encoder) | `8.0` | `9.0` |
| [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) | `3.25.2` | `4.32.1.redhat-00002` |
| com.google.protobuf:protobuf-java-util | `3.25.2` | `4.32.1.redhat-00002` |
| [com.github.vladimir-bukhtoyarov:bucket4j-core](https://github.com/vladimir-bukhtoyarov/bucket4j) | `7.6.0` | `8.0.1` |
| [com.mycila:license-maven-plugin](https://github.com/mathieucarbou/license-maven-plugin) | `4.1` | `5.0.0` |
| [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) | `2.38.0` | `3.0.0` |



Updates `org.apache.kafka:kafka-clients` from 3.7.1 to 4.0.0.redhat-00013

Updates `org.apache.kafka:kafka_2.13` from 3.7.1 to 4.0.0.redhat-00013

Updates `io.fabric8:kubernetes-client` from 6.13.4 to 7.3.1.redhat-00001
- [Release notes](https://github.com/fabric8io/kubernetes-client/releases)
- [Changelog](https://github.com/fabric8io/kubernetes-client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fabric8io/kubernetes-client/commits)

Updates `io.fabric8:kubernetes-client-api` from 6.13.4 to 7.3.1.redhat-00001
- [Release notes](https://github.com/fabric8io/kubernetes-client/releases)
- [Changelog](https://github.com/fabric8io/kubernetes-client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fabric8io/kubernetes-client/commits)

Updates `io.fabric8:kubernetes-httpclient-jdk` from 6.13.4 to 7.3.1.redhat-00001
- [Release notes](https://github.com/fabric8io/kubernetes-client/releases)
- [Changelog](https://github.com/fabric8io/kubernetes-client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fabric8io/kubernetes-client/commits)

Updates `io.fabric8:kubernetes-server-mock` from 6.13.4 to 7.3.1.redhat-00001

Updates `io.fabric8:kubernetes-client-api` from 6.13.4 to 7.3.1.redhat-00001
- [Release notes](https://github.com/fabric8io/kubernetes-client/releases)
- [Changelog](https://github.com/fabric8io/kubernetes-client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fabric8io/kubernetes-client/commits)

Updates `io.fabric8:kubernetes-httpclient-jdk` from 6.13.4 to 7.3.1.redhat-00001
- [Release notes](https://github.com/fabric8io/kubernetes-client/releases)
- [Changelog](https://github.com/fabric8io/kubernetes-client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fabric8io/kubernetes-client/commits)

Updates `io.fabric8:kubernetes-server-mock` from 6.13.4 to 7.3.1.redhat-00001

Updates `net.logstash.logback:logstash-logback-encoder` from 8.0 to 9.0
- [Release notes](https://github.com/logfellow/logstash-logback-encoder/releases)
- [Commits](logfellow/logstash-logback-encoder@logstash-logback-encoder-8.0...logstash-logback-encoder-9.0)

Updates `com.google.protobuf:protobuf-java` from 3.25.2 to 4.32.1.redhat-00002
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](https://github.com/protocolbuffers/protobuf/commits)

Updates `com.google.protobuf:protobuf-java-util` from 3.25.2 to 4.32.1.redhat-00002

Updates `com.google.protobuf:protobuf-java-util` from 3.25.2 to 4.32.1.redhat-00002

Updates `com.github.vladimir-bukhtoyarov:bucket4j-core` from 7.6.0 to 8.0.1
- [Release notes](https://github.com/vladimir-bukhtoyarov/bucket4j/releases)
- [Commits](bucket4j/bucket4j@7.6.0...8.0.1)

Updates `org.apache.kafka:kafka_2.13` from 3.7.1 to 4.0.0.redhat-00013

Updates `com.mycila:license-maven-plugin` from 4.1 to 5.0.0
- [Release notes](https://github.com/mathieucarbou/license-maven-plugin/releases)
- [Commits](mathieucarbou/license-maven-plugin@license-maven-plugin-4.1...v5.0.0)

Updates `com.diffplug.spotless:spotless-maven-plugin` from 2.38.0 to 3.0.0
- [Release notes](https://github.com/diffplug/spotless/releases)
- [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md)
- [Commits](diffplug/spotless@lib/2.38.0...lib/3.0.0)

---
updated-dependencies:
- dependency-name: org.apache.kafka:kafka-clients
  dependency-version: 4.0.0.redhat-00013
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: org.apache.kafka:kafka_2.13
  dependency-version: 4.0.0.redhat-00013
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: io.fabric8:kubernetes-client
  dependency-version: 7.3.1.redhat-00001
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: io.fabric8:kubernetes-client-api
  dependency-version: 7.3.1.redhat-00001
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: io.fabric8:kubernetes-httpclient-jdk
  dependency-version: 7.3.1.redhat-00001
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: io.fabric8:kubernetes-server-mock
  dependency-version: 7.3.1.redhat-00001
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: io.fabric8:kubernetes-client-api
  dependency-version: 7.3.1.redhat-00001
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: io.fabric8:kubernetes-httpclient-jdk
  dependency-version: 7.3.1.redhat-00001
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: io.fabric8:kubernetes-server-mock
  dependency-version: 7.3.1.redhat-00001
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: net.logstash.logback:logstash-logback-encoder
  dependency-version: '9.0'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: com.google.protobuf:protobuf-java
  dependency-version: 4.32.1.redhat-00002
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: com.google.protobuf:protobuf-java-util
  dependency-version: 4.32.1.redhat-00002
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: com.google.protobuf:protobuf-java-util
  dependency-version: 4.32.1.redhat-00002
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: com.github.vladimir-bukhtoyarov:bucket4j-core
  dependency-version: 8.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: org.apache.kafka:kafka_2.13
  dependency-version: 4.0.0.redhat-00013
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: com.mycila:license-maven-plugin
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: com.diffplug.spotless:spotless-maven-plugin
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 27, 2025
@openshift-ci openshift-ci bot requested review from aliok and lberk October 27, 2025 01:25
@openshift-ci
Copy link

openshift-ci bot commented Oct 27, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dependabot[bot]
Once this PR has been reviewed and has the lgtm label, please assign lberk for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci
Copy link

openshift-ci bot commented Oct 27, 2025

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a github.com member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code needs-ok-to-test

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant