From 94416203d125dc226fbca4d198e6c5a6e9b89852 Mon Sep 17 00:00:00 2001 From: Jan Galinski Date: Fri, 21 Oct 2022 10:25:05 +0200 Subject: [PATCH 1/6] Update for next development version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 29f1a01..5d4fce3 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.toolisticon.jackson.module jackson-avro-module - 0.1.3 + 0.1.4-SNAPSHOT ${project.artifactId} Serialize/Deserialize generated avro records to/from json using jackson objectMapper https://github.com/toolisticon/jackson-avro-module/ From 52420a34666786040b17898b0b7943f3f3457e2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 22:09:11 +0000 Subject: [PATCH 2/6] Bump org.apache.avro:avro from 1.11.1 to 1.11.3 Bumps org.apache.avro:avro from 1.11.1 to 1.11.3. --- updated-dependencies: - dependency-name: org.apache.avro:avro dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5d4fce3..3914400 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ 3.0.2 11 - 1.11.1 + 1.11.3 2.13.4 From 00cd16b5c68a256cb414b268fe7005c5c7e15c4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 14:56:56 +0000 Subject: [PATCH 3/6] Bump org.apache.avro:avro from 1.11.3 to 1.11.4 Bumps org.apache.avro:avro from 1.11.3 to 1.11.4. --- updated-dependencies: - dependency-name: org.apache.avro:avro dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3914400..6be2aee 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ 3.0.2 11 - 1.11.3 + 1.11.4 2.13.4 From 47fbec23c345a96db5cc039ebfbab6126ef029a5 Mon Sep 17 00:00:00 2001 From: Jan Galinski Date: Wed, 9 Oct 2024 21:31:20 +0200 Subject: [PATCH 4/6] update avro 1.12.0 --- .gitignore | 1 + .mvn/jvm.config | 2 ++ .mvn/wrapper/maven-wrapper.properties | 21 +++------------------ pom.xml | 4 ++-- 4 files changed, 8 insertions(+), 20 deletions(-) create mode 100644 .mvn/jvm.config diff --git a/.gitignore b/.gitignore index 3123bc4..b755ab6 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ buildNumber.properties .mvn/timing.properties # https://github.com/takari/maven-wrapper#usage-without-binary-jar .mvn/wrapper/maven-wrapper.jar +.mvn/maven.config ### STS ### .apt_generated diff --git a/.mvn/jvm.config b/.mvn/jvm.config new file mode 100644 index 0000000..9186c2d --- /dev/null +++ b/.mvn/jvm.config @@ -0,0 +1,2 @@ +--add-opens=java.base/java.lang=ALL-UNNAMED +--add-opens=java.base/java.io=ALL-UNNAMED diff --git a/.mvn/wrapper/maven-wrapper.properties b/.mvn/wrapper/maven-wrapper.properties index 8c79a83..8c9a9d4 100644 --- a/.mvn/wrapper/maven-wrapper.properties +++ b/.mvn/wrapper/maven-wrapper.properties @@ -1,18 +1,3 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License. -distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.4/apache-maven-3.8.4-bin.zip -wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.0/maven-wrapper-3.1.0.jar +wrapperVersion=3.3.2 +distributionType=only-script +distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip diff --git a/pom.xml b/pom.xml index 6be2aee..ae1fa67 100644 --- a/pom.xml +++ b/pom.xml @@ -15,8 +15,8 @@ 3.0.2 11 - 1.11.4 - 2.13.4 + 1.12.0 + 2.17.2 5.9.1 From 8aca016ff9386dd235cfda25c7619bcd380cd7a6 Mon Sep 17 00:00:00 2001 From: Jan Galinski Date: Wed, 9 Oct 2024 22:08:59 +0200 Subject: [PATCH 5/6] Update versions for release --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ae1fa67..7dd763f 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.toolisticon.jackson.module jackson-avro-module - 0.1.4-SNAPSHOT + 0.2.0-SNAPSHOT ${project.artifactId} Serialize/Deserialize generated avro records to/from json using jackson objectMapper https://github.com/toolisticon/jackson-avro-module/ From 5b6476d35c07c785e72c683164076d21a8b17c1b Mon Sep 17 00:00:00 2001 From: Jan Galinski Date: Wed, 9 Oct 2024 22:34:00 +0200 Subject: [PATCH 6/6] Update for next development version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7dd763f..dd6fedf 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.toolisticon.jackson.module jackson-avro-module - 0.2.0-SNAPSHOT + 0.2.0 ${project.artifactId} Serialize/Deserialize generated avro records to/from json using jackson objectMapper https://github.com/toolisticon/jackson-avro-module/