Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d440ed5

Browse files
committedApr 12, 2024·
Merge remote-tracking branch 'upstream/main' into standardize-configuration-properties
2 parents 3b577a8 + 13fb3fc commit d440ed5

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed
 

‎docs/modules/ROOT/partials/getting-started/ref-registry-serdes-config-props.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ The `DefaultSchemaResolver` uses the following properties to configure how artif
197197
|`apicurio.registry.as-confluent`
198198
|Used by serializers and deserializers. Shortcut for enabling the legacy Confluent-compatible implementation of `IdHandler`. Only used if `apicurio.registry.headers.enabled` is set to `false`.
199199
|`boolean`
200-
|`true`
200+
|`false`
201201
|===
202202

203203
[discrete]

‎pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
<snakeyaml.version>2.2</snakeyaml.version>
193193
<guava.version>33.1.0-jre</guava.version>
194194
<woodstox-core.version>6.6.2</woodstox-core.version>
195-
<jgit.version>6.9.0.202403050737-r</jgit.version>
195+
<jgit.version>6.6.1.202309021850-r</jgit.version>
196196
<awaitility.version>4.2.1</awaitility.version>
197197

198198
<!-- Kafka Connect -->

‎python-sdk/poetry.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎system-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<version.hamcrest>2.2</version.hamcrest>
2626
<version.slf4.simple>2.0.7</version.slf4.simple>
2727
<version.strimzi.api>0.36.0</version.strimzi.api>
28-
<version.eclipse.jgit>6.6.0.202305301015-r</version.eclipse.jgit>
28+
<version.eclipse.jgit>6.6.1.202309021850-r</version.eclipse.jgit>
2929
<version.org.json>20231013</version.org.json>
3030
<version.apache.commons>3.12.0</version.apache.commons>
3131
<version.apache.httpcomponents>5.2.2</version.apache.httpcomponents>

0 commit comments

Comments
 (0)
Please sign in to comment.