From b16af6a52cf2ebfe2bcc01dceba2cf2d16a356de Mon Sep 17 00:00:00 2001 From: Simon Zambrovski Date: Fri, 27 Aug 2021 00:06:29 +0200 Subject: [PATCH 001/168] Update for next development version --- examples/bankaccount-springboot-kotlin/pom.xml | 2 +- examples/coverage-aggregate/pom.xml | 2 +- examples/pom.xml | 2 +- extension/pom.xml | 2 +- extension/serializer/pom.xml | 2 +- extension/server-plugin/schema-registry-apicurio-plugin/pom.xml | 2 +- extension/server-plugin/serializer-plugin-api/pom.xml | 2 +- extension/server-plugin/serializer-plugin/pom.xml | 2 +- extension/spring/pom.xml | 2 +- lib/fixtures/pom.xml | 2 +- lib/pom.xml | 2 +- lib/test/pom.xml | 2 +- pom.xml | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/examples/bankaccount-springboot-kotlin/pom.xml b/examples/bankaccount-springboot-kotlin/pom.xml index bcc0576..74a96e9 100644 --- a/examples/bankaccount-springboot-kotlin/pom.xml +++ b/examples/bankaccount-springboot-kotlin/pom.xml @@ -6,7 +6,7 @@ io.holixon.axon.avro._ examples - 0.0.5 + 0.0.6-SNAPSHOT diff --git a/examples/coverage-aggregate/pom.xml b/examples/coverage-aggregate/pom.xml index 59a357c..1198927 100644 --- a/examples/coverage-aggregate/pom.xml +++ b/examples/coverage-aggregate/pom.xml @@ -7,7 +7,7 @@ io.holixon.axon.avro._ examples - 0.0.5 + 0.0.6-SNAPSHOT coverage-aggregate diff --git a/examples/pom.xml b/examples/pom.xml index b473d4d..6042892 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -6,7 +6,7 @@ io.holixon.axon.avro._ axon-avro-serializer_ - 0.0.5 + 0.0.6-SNAPSHOT examples diff --git a/extension/pom.xml b/extension/pom.xml index 659402e..a2000a0 100644 --- a/extension/pom.xml +++ b/extension/pom.xml @@ -6,7 +6,7 @@ io.holixon.axon.avro._ axon-avro-serializer_ - 0.0.5 + 0.0.6-SNAPSHOT extension diff --git a/extension/serializer/pom.xml b/extension/serializer/pom.xml index c95060c..c0285e0 100644 --- a/extension/serializer/pom.xml +++ b/extension/serializer/pom.xml @@ -6,7 +6,7 @@ io.holixon.axon.avro._ extension - 0.0.5 + 0.0.6-SNAPSHOT io.holixon.axon.avro diff --git a/extension/server-plugin/schema-registry-apicurio-plugin/pom.xml b/extension/server-plugin/schema-registry-apicurio-plugin/pom.xml index 8709085..5c302bd 100644 --- a/extension/server-plugin/schema-registry-apicurio-plugin/pom.xml +++ b/extension/server-plugin/schema-registry-apicurio-plugin/pom.xml @@ -6,7 +6,7 @@ io.holixon.axon.avro._ extension - 0.0.5 + 0.0.6-SNAPSHOT ../../pom.xml diff --git a/extension/server-plugin/serializer-plugin-api/pom.xml b/extension/server-plugin/serializer-plugin-api/pom.xml index 706f41e..e3dfca2 100644 --- a/extension/server-plugin/serializer-plugin-api/pom.xml +++ b/extension/server-plugin/serializer-plugin-api/pom.xml @@ -6,7 +6,7 @@ io.holixon.axon.avro._ extension - 0.0.5 + 0.0.6-SNAPSHOT ../../pom.xml diff --git a/extension/server-plugin/serializer-plugin/pom.xml b/extension/server-plugin/serializer-plugin/pom.xml index d6a8f71..6c281b9 100644 --- a/extension/server-plugin/serializer-plugin/pom.xml +++ b/extension/server-plugin/serializer-plugin/pom.xml @@ -6,7 +6,7 @@ io.holixon.axon.avro._ extension - 0.0.5 + 0.0.6-SNAPSHOT ../../pom.xml diff --git a/extension/spring/pom.xml b/extension/spring/pom.xml index ef42a92..3802f9e 100644 --- a/extension/spring/pom.xml +++ b/extension/spring/pom.xml @@ -6,7 +6,7 @@ io.holixon.axon.avro._ extension - 0.0.5 + 0.0.6-SNAPSHOT io.holixon.axon.avro diff --git a/lib/fixtures/pom.xml b/lib/fixtures/pom.xml index 3466aff..fb93382 100644 --- a/lib/fixtures/pom.xml +++ b/lib/fixtures/pom.xml @@ -6,7 +6,7 @@ io.holixon.axon.avro._ lib - 0.0.5 + 0.0.6-SNAPSHOT io.holixon.axon.avro.lib diff --git a/lib/pom.xml b/lib/pom.xml index b17aa7b..4b00517 100644 --- a/lib/pom.xml +++ b/lib/pom.xml @@ -6,7 +6,7 @@ io.holixon.axon.avro._ axon-avro-serializer_ - 0.0.5 + 0.0.6-SNAPSHOT lib diff --git a/lib/test/pom.xml b/lib/test/pom.xml index bae94f8..e127c8f 100644 --- a/lib/test/pom.xml +++ b/lib/test/pom.xml @@ -6,7 +6,7 @@ io.holixon.axon.avro._ lib - 0.0.5 + 0.0.6-SNAPSHOT io.holixon.axon.avro.lib diff --git a/pom.xml b/pom.xml index bacd481..a1f816e 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.holixon.axon.avro._ axon-avro-serializer_ - 0.0.5 + 0.0.6-SNAPSHOT ${project.artifactId} Axon Avro Serializer https://github.com/holixon/axon-avro-serializer/ From df5af222ce7e293143660d363c81ed7a0cb8512d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Aug 2021 08:04:23 +0000 Subject: [PATCH 002/168] Bump logback-classic from 1.2.3 to 1.2.5 Bumps logback-classic from 1.2.3 to 1.2.5. --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- extension/server-plugin/schema-registry-apicurio-plugin/pom.xml | 2 +- extension/server-plugin/serializer-plugin/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extension/server-plugin/schema-registry-apicurio-plugin/pom.xml b/extension/server-plugin/schema-registry-apicurio-plugin/pom.xml index 5c302bd..253dbcd 100644 --- a/extension/server-plugin/schema-registry-apicurio-plugin/pom.xml +++ b/extension/server-plugin/schema-registry-apicurio-plugin/pom.xml @@ -28,7 +28,7 @@ ch.qos.logback logback-classic - 1.2.3 + 1.2.5 diff --git a/extension/server-plugin/serializer-plugin/pom.xml b/extension/server-plugin/serializer-plugin/pom.xml index 6c281b9..4619968 100644 --- a/extension/server-plugin/serializer-plugin/pom.xml +++ b/extension/server-plugin/serializer-plugin/pom.xml @@ -55,7 +55,7 @@ ch.qos.logback logback-classic - 1.2.3 + 1.2.5 From 9ccf159de4b819b7264106bdac217fc260523a1b Mon Sep 17 00:00:00 2001 From: Simon Zambrovski Date: Fri, 3 Sep 2021 12:57:50 +0200 Subject: [PATCH 003/168] provide docs, fix #107 --- docs/assets/css/extra.css | 22 +--- .../assets/img}/axon-serializer.graphml | 0 .../assets/img}/axon-serializer.png | Bin docs/concepts/event-generation.md | 9 ++ docs/concepts/index.md | 19 ++++ docs/concepts/schema-design.md | 46 ++++++++ docs/concepts/schema-publication.md | 5 + docs/concepts/schema-registry.md | 24 ++++ docs/concepts/upcasting.md | 11 ++ docs/developer-guide.md | 27 +++++ docs/getting-started.md | 32 ++++++ docs/index.md | 26 +++++ docs/reference/axon-server-plugins.md | 33 ++++++ docs/reference/index.md | 59 ++++++++++ docs/reference/registry-adapters.md | 0 .../BankAccountExampleKotlinApplication.kt | 3 +- .../main/kotlin/EnableAxonAvroSerializer.kt | 12 ++ mkdocs.yml | 13 +++ notes/ARCHITECTURAL_DECISIONS.md | 14 --- notes/IDEAS.md | 4 - notes/NOTES.md | 16 --- notes/README.md | 106 ------------------ 22 files changed, 324 insertions(+), 157 deletions(-) rename {notes => docs/assets/img}/axon-serializer.graphml (100%) rename {notes => docs/assets/img}/axon-serializer.png (100%) create mode 100644 docs/concepts/event-generation.md create mode 100644 docs/concepts/index.md create mode 100644 docs/concepts/schema-design.md create mode 100644 docs/concepts/schema-publication.md create mode 100644 docs/concepts/schema-registry.md create mode 100644 docs/concepts/upcasting.md create mode 100644 docs/developer-guide.md create mode 100644 docs/getting-started.md create mode 100644 docs/reference/axon-server-plugins.md create mode 100644 docs/reference/index.md create mode 100644 docs/reference/registry-adapters.md create mode 100644 extension/spring/src/main/kotlin/EnableAxonAvroSerializer.kt delete mode 100644 notes/ARCHITECTURAL_DECISIONS.md delete mode 100644 notes/IDEAS.md delete mode 100644 notes/NOTES.md delete mode 100644 notes/README.md diff --git a/docs/assets/css/extra.css b/docs/assets/css/extra.css index e935105..5bcbbc7 100644 --- a/docs/assets/css/extra.css +++ b/docs/assets/css/extra.css @@ -3,26 +3,13 @@ */ /* Customize logo size */ .md-header__button.md-logo img, .md-header__button.md-logo svg { - height: 100%; - width: 100%; -} - -/* Disable title text*/ -.md-header__title .md-ellipsis { - position: absolute !important; - width: 1px !important; - height: 1px !important; - padding: 0 !important; - margin: -1px !important; /* Fix for https://github.com/twbs/bootstrap/issues/25686 */ - overflow: hidden !important; - clip: rect(0, 0, 0, 0) !important; - white-space: nowrap !important; - border: 0 !important; + height: 600%; + width: 60%; } [data-md-color-scheme="default"] { /* - Polyflow color scheme + Polyflow colors */ --monochrome-80: #3e3e3e; --background-white: #ffffff; @@ -42,6 +29,9 @@ --royal: #0d0f7e; + /* + Default colors adjustments + */ --md-primary-fg-color: var(--accent-4-100); --md-accent-fg-color: var(--pumpkin-orange); --md-footer-bg-color: var(--accent-4-100); diff --git a/notes/axon-serializer.graphml b/docs/assets/img/axon-serializer.graphml similarity index 100% rename from notes/axon-serializer.graphml rename to docs/assets/img/axon-serializer.graphml diff --git a/notes/axon-serializer.png b/docs/assets/img/axon-serializer.png similarity index 100% rename from notes/axon-serializer.png rename to docs/assets/img/axon-serializer.png diff --git a/docs/concepts/event-generation.md b/docs/concepts/event-generation.md new file mode 100644 index 0000000..a1d2d90 --- /dev/null +++ b/docs/concepts/event-generation.md @@ -0,0 +1,9 @@ +In order to work with the Axon Framework, we need to have Java (or Kotlin) classes representing the events defined in the schema to be +available. This class is generated from the schema using Avro generator. In order to do so, the build environment must have access to the +schema (registry) and use a build system plugin (Maven or Gradle) to generate java/kt source files Please see example in +the [reference guide](../reference/index.md#event-generation) for more details. + +!!! note The class FQN will suffice to identity the published schema, but for the Axon default upcasters to work, a `@Revision` annotation +on the class file is needed. For this purpose, a special SchemaBasedRevisionResolver is implemented and configured in the Avro serializer. + + diff --git a/docs/concepts/index.md b/docs/concepts/index.md new file mode 100644 index 0000000..ed52601 --- /dev/null +++ b/docs/concepts/index.md @@ -0,0 +1,19 @@ +Apache Avro is a data serialization system based on **schemas**, defined in JSON. A schema is required to write data and to read data. In +particular, this means that Apache Avro is using a so-called schema-first approach. First, a schema is created and distributed, then it is +used to serialize the message and used again to deserialize the message back. + +In general, the presence of the schema is sufficient to read and write data, but for statically-typed languages like Java or Kotlin, it is +common to generate static classes using Avro Code Generator. + +Avro is flexible in where to get this schema from, so we defined +a [Schema Registry API](https://github.com/holixon/avro-registry-adapter/blob/develop/extension/api/src/main/kotlin/AvroSchemaRegistry.kt) +to de-couple the user from the implementation of the schema registry. This allowed us to define multiple interchangeable implementation of +the [registry adapters](../reference/registry-adapters.md). + +The following figure demonstrates this approach: + +![Overview](../assets/img/axon-serializer.png) + + + + diff --git a/docs/concepts/schema-design.md b/docs/concepts/schema-design.md new file mode 100644 index 0000000..8628bd7 --- /dev/null +++ b/docs/concepts/schema-design.md @@ -0,0 +1,46 @@ +Based on the business requirements for the events of the bounded context, an Avro Schema definition is created. It describes all properties +of the event and is defined using JSON. + +Most Important: + +* event namespace (in which context is this event relevant? could be context's name prefixed by the domain, + example: `example.bankaccount.event`) +* event name (describing what happened in a simple past tense. Meaningful in context, example: `BankAccountCreated`) +* event revision (when we later modify the event content, which is the revision we relate to, example: `1`) +* event reference identifier (business aggregate identifier this event relates to, example: `bankAccountId`) + +The schema can be identified by the URL of `namespace.name`, which will later also be the FQN of the generated classes, used for handling +the event instances. + +!!! important + We consider that the namespace of the business context and the name of an event should not change over time when they are + modelled properly in advance. So it might be a good option not to force a typical java-package pattern on them, which would require renaming + when refactorings are done. + +The revision should be defined as a metadata of the schema, not a property inside. + +Here is an example: + +```json +{ + "type": "record", + "namespace": "example.bankaccount.event", + "name": "BankAccountCreatedEvent", + "fields": [ + { + "name": "bankAccountId", + "type": "string" + }, + { + "name": "initialBalance", + "type": "int" + } + ], + "revision": "1" +} + +``` + +For more details, please consult the [Avro Specification](https://avro.apache.org/docs/current/spec.html#schemas). + + diff --git a/docs/concepts/schema-publication.md b/docs/concepts/schema-publication.md new file mode 100644 index 0000000..d2bff13 --- /dev/null +++ b/docs/concepts/schema-publication.md @@ -0,0 +1,5 @@ +Once we are happy with our [schema design](schema-design.md), we publish it to a schema registry. + +* This extension is not enforcing usage of a particular registry but instead provide + flexible [registry adapters](../reference/registry-adapters.md). +* The registry must be available at build and runtime because we need it for code generation and runtime validation/migration. diff --git a/docs/concepts/schema-registry.md b/docs/concepts/schema-registry.md new file mode 100644 index 0000000..8fb0c69 --- /dev/null +++ b/docs/concepts/schema-registry.md @@ -0,0 +1,24 @@ +**Schema registry** is a central concept introduced to decouple storage and management of schemas from the usage of schemas for +serialization and deserialization. In order to decouple from concrete implementation, we defined an API to work with registries in the +sister project [Avro Registry Adapter](https://github.com/holixon/avro-registry-adapter). There are several registry adapters available, +which can be used in your implementation. Currently, they are: + +* In-Memory registry for a transient registry +* Apicurio Registry Adapter to connect to [apicur.io Registry](https://www.apicur.io/registry/) + +The following registries will be available shortly: + +* JPA registry for storing schemas in RDBMS +* Confluent registry adapter to work with [Confluent Schema Registry](https://docs.confluent.io/platform/current/schema-registry/index.html) + +Using one of those adapters you can reuse the existing registry. Every registry adapter needs its specific configuration to operate +properly. In the [Registry Adapters](../reference/registry-adapters.md) section, the examples of configuration is provided. For more +details, please consult the documentation of the [Avro Registry Adapter](https://github.com/holixon/avro-registry-adapter) project. + +## Registry Performance + +Since the Schema registry is required for any serialization and deserialization process, performance of the schema resolution is vital. To +address this requirement, we provide a mechanism of a **Composite Registry**, effectively building a chain of registries. It might be a good +idea to have an in-memory registry as the main registry used in the application, backed by a remote schema registry connected via selected +registry adapter. + diff --git a/docs/concepts/upcasting.md b/docs/concepts/upcasting.md new file mode 100644 index 0000000..c5f0f29 --- /dev/null +++ b/docs/concepts/upcasting.md @@ -0,0 +1,11 @@ +Upcasting is the process of matching the structure of the event intermediate representation of an event to the target type of the event. It +is required if the structure of the event of the writer side is not matching the structure of the event of the reader side. In general, we +speak about event evolution, which is described in the context of Avro with the concept of Schema Evolution. Luckily, Avro provides a +foundation of detection of schema changes and allows for a classification of those changes - some of those changes are non-breaking and some +are breaking. The task for the upcaster is to overcome the breaking changes. + +In order to upcast a Avro-serialized message, the intermediate representation is constructed. Since it is not easily possible to upcast +binary data directly, we provide a converter of binary data into +a [Generic Record format](https://avro.apache.org/docs/1.7.6/api/java/org/apache/avro/generic/GenericRecord.html) which is essentially +a `Map` structure. An upcaster may modify this map to match the target event type. In addition, it needs to change the +schema information (schema namespace, name, revision) of the `Generic Record` to match the reader schema. diff --git a/docs/developer-guide.md b/docs/developer-guide.md new file mode 100644 index 0000000..b961932 --- /dev/null +++ b/docs/developer-guide.md @@ -0,0 +1,27 @@ +## Design decisions + +We decided to create a sister project [Avro Registry Adapter](https://github.com/holixon/avro-registry-adapter) which eases the work with +Apache Avro and defines the API and implementations for [Schema Registry](concepts/schema-registry.md). In doing so, we provide a maximum +independence of the serialization process from the used registry. + +The extension itself is implemented in Kotlin only, since we need to work with JVM and Axon Framework and Kotlin is more fun. + +The extension is usable from Kotlin and Java, although the API might have advantages when using Kotlin. + +## References + +There are some resources on the Internet, which might be helpful to understand the design decisions and implementation. Here is a short +collection of links: + +### Notes + +* +* +* +* +* + +### Great to read + +* +* diff --git a/docs/getting-started.md b/docs/getting-started.md new file mode 100644 index 0000000..aa67080 --- /dev/null +++ b/docs/getting-started.md @@ -0,0 +1,32 @@ +Put the serializer library and one of the [registry adapters](reference/registry-adapters.md) on the class path of you project: + +```xml + + + io.holixon.axon.avro + axon-avro-serializer-spring + ${axon-avro-serializer.version} + +``` + +```xml + + + io.holixon.avro + avro-registry-adapter-apicurio + ${avro-registry.version} + +``` + +Activate the used registry adapter and the serializer in your configuration: + +```kotlin +@EnableAxonAvroSerializer +class MyConfiguration { + + @Bean + fun avroSchemaRegistry(): AvroSchemaRegistry { + return ... + } +} +``` diff --git a/docs/index.md b/docs/index.md index e69de29..7a5a22a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -0,0 +1,26 @@ +## Why should I use it? + +We believe that serialization of events for messaging and storage purpose is done best +using [Apache Avro](https://avro.apache.org/docs/current/) data serialization system. For this purpose we designed and implemented an **Avro +Serializer** for [Axon Framework](https://docs.axoniq.io/reference-guide/) **to foster** usage of Apache Avro as +a [serialization format for events](https://docs.axoniq.io/reference-guide/axon-framework/events/event-serialization), instead of XML or +JSON. + +### Why? + +* Avro is schema based +* Avro Schema allows detection of incompatibilities during Schema Evolution +* Avro supports binary encoding which saves space + +## Interested? + +You can get more details if you start understanding [Concepts](concepts/index.md). For further details, please check +our [reference guide](reference/index.md). We also provide +some [Examples](https://github.com/holixon/axon-avro-serializer/tree/develop/examples) demonstrating the usage of the extension in a simple +Axon Bank Scenario. + +[![Slack](https://img.shields.io/badge/slack-@holixon/avroserializer-green.svg?logo=slack")](https://holixon.slack.com/messages/avro-serializer/) +[![Github Issues](https://img.shields.io/github/issues/holixon/axon-avro-serializer)](https://github.com/holixon/axon-avro-serializer/issues) + + + diff --git a/docs/reference/axon-server-plugins.md b/docs/reference/axon-server-plugins.md new file mode 100644 index 0000000..4ff6770 --- /dev/null +++ b/docs/reference/axon-server-plugins.md @@ -0,0 +1,33 @@ +Axon Server provides a dashboard for operation where you can search for events stored in the system. Since we use binary encoding for +message serialization, the content is not human-readable. Luckily, Axon Server provides a plugin system based on OSGi, allowing to extend +the functionality of the server. + +The extension provides a series of Axon Server plugins, to make the search of events inside the Axon Server dashboard usable with Avro +serialized events. + +## Axon Server Avro Serializer Plugin + +The Axon Server Avro Serializer Plugin is providing the functionality of displaying the event payload in the Axon Server's dashboard. In +doing so, it relies on one of the Axon Server Avro Registry Plugins to access the Schema Registry, required for deserialization. + +## Axon Server Avro Registry Plugins + +Since the deserialization itself is not coupled to a particular registry, we provide a series of Axon Server Plugins to connect with +the [Schema Registry](../concepts/schema-registry.md) used in your scenario. Currently the following plugins are available: + +* Axon Server Apicurio Registry Plugin +* more to come... + +## Installation of plugins + +1. Download the Axon Server Avro Serializer Plugin and the corresponding Axon Server Avro Registry Plugin binaries +2. Open Axon Server Dashboard and navigate to plugins +3. Install both plugins +4. Configure the Axon Server Avro Registry Plugin to connect to the registry +5. Start both plugins + + + + + + diff --git a/docs/reference/index.md b/docs/reference/index.md new file mode 100644 index 0000000..642fa5d --- /dev/null +++ b/docs/reference/index.md @@ -0,0 +1,59 @@ +## Encoding + +Apache Avro provides several encoding formats. The current extension +uses [Single Object Encoded format](https://avro.apache.org/docs/current/spec.html#single_object_encoding) for binary data representation. +Using this format, the encoded data is **binary encoded** and contains a special **CRC-64-AVRO fingerprint** of the object's schema. The +extension is using this fingerprint to deduce the schema id and resolve the schema from the +the [Schema Registry](../concepts/schema-registry.md) using the configured adapter. + +## Event generation + +In order to generate the events from Avro schema files using Maven, please use the following plugin: + +```xml + + + + org.apache.avro + avro-maven-plugin + + + generate-sources + + schema + + + ${project.basedir}/src/main/resources/avro/ + ${project.build.directory}/generated-sources/avro/ + String + + + + + + +``` + + + +## Serialization + +To use Avro serialization in your application, Axon Serializer needs to be registered for the Eventbus. This requires implementing +the `org.axonframework.serialization.Serializer` interface declared in `axon-messaging`. + +!!! note Axon Spring Autoconfiguration allows setting the serializers via `application.yml`. Currently, it only allows to select +between `jackson` and `xstream` and is not used. + +The serializer receives the event instance of the generated class. It then: + +* validates, if the instance fulfills the requirements (structure, required fields) defined in the schema. For this it needs to: + * determine schema URL and revision based on class meta data + * load the schema from the registry (and probably cache it) +* Creates a `serializedType` and `serializedObject` passed over to the eventbus / eventstore + +## Deserializing + +Since Axon Framework dispatches events to `EventHandlers` based on reflection and FQN, a system consuming events must also keep a java/kt +class based on (= generated from) the schema. Since Avro takes care of checking compatibility between publisher and receiver schema, this +does not have to be the same schema used to serialize the event. See [Upcasting Section](../concepts/upcasting.md) for more details. + diff --git a/docs/reference/registry-adapters.md b/docs/reference/registry-adapters.md new file mode 100644 index 0000000..e69de29 diff --git a/examples/bankaccount-springboot-kotlin/src/main/kotlin/BankAccountExampleKotlinApplication.kt b/examples/bankaccount-springboot-kotlin/src/main/kotlin/BankAccountExampleKotlinApplication.kt index 3338bc7..c2e41f7 100644 --- a/examples/bankaccount-springboot-kotlin/src/main/kotlin/BankAccountExampleKotlinApplication.kt +++ b/examples/bankaccount-springboot-kotlin/src/main/kotlin/BankAccountExampleKotlinApplication.kt @@ -13,6 +13,7 @@ import io.holixon.avro.adapter.registry.apicurio.ApicurioAvroSchemaRegistry import io.holixon.avro.adapter.registry.apicurio.AvroAdapterApicurioRest import io.holixon.avro.adapter.registry.apicurio.client.GroupAwareRegistryClient import io.holixon.axon.avro.serializer.spring.AxonAvroSerializerConfiguration +import io.holixon.axon.avro.serializer.spring.EnableAxonAvroSerializer import org.axonframework.queryhandling.QueryGateway import org.springframework.beans.factory.annotation.Autowired import org.springframework.beans.factory.annotation.Value @@ -27,7 +28,7 @@ fun main(args: Array) = runApplication -* -* -* -* - -### great - -* -* diff --git a/notes/README.md b/notes/README.md deleted file mode 100644 index ef72ad4..0000000 --- a/notes/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# Conceptual Layout - -This diagram shows the different aspects that have to be covered -by an avro serializer extension. It focuses on the aspect of events since this -is the core of a CQRS/ES system build with axon framwork, but basically applies -to all message types (command, query). - -![concept](axon-serializer.png) - -## Modelling the schema - -Based on the business requirements for the events of our context, an avro schema definition -is created. It describes all properties of our event. - -Most importantly: - -* a name (what happened. Meaningful in our context, example: `BankAccountCreated`) -* a namespace (in which context is this event relevant? could be our contexts name, example: `example.bankaccount.event`) -* a revision (when we later modify the event content, which is the revision we relate to, example: `1`) -* a reference id (to the business aggregate this event relates to, example: `bankAccountId`) - -The schema can be identified by the URL of `namespace.name`, which will later also be the FQN of the (java) classes we use to create and handle the event instances. - -_We consider that the namespace of the business context and the name of an event should not change over time when they are modelled properly in advance. -So it might be a good option not to force a typical java-package pattern on them, which would require renaming when refactorings are done._ - -The revision should be definied as a metadata of the schema, not a property inside. - -Example: - -```json -{ - "type": "record", - "namespace": "example.bankaccount.event", - "name": "BankAccountCreatedEvent", - "fields": [ - { - "name": "bankAccountId", - "type": "string" - - }, - { - "name": "initialBalance", - "type": "int" - } - ], - "revision": "1" -} - -``` - -## Publishing the schema - -Once we are happy with our schema definition, we publish it to a schema registry. - -* This extension should not enforce usage of a particular registry - but instead provide flexible adapters and a mvp implementation for testing and dev (in memory, file based). The extension - will not implement a HA registry for production use. -* The registry must be available at build and runtime because we need it for code generation and runtime validation/migration. -* might be a good option to check the schema registry API of popular vendors like confluent and apicur.io to get an idea of "needs to have" functionality. - -## Implementing an event publishing system - -To work with the axon framework, we need to have Java (or kotlin) classes -representing the model defined in the schema. -This class should best be generated from the schema, not written manually, to avoid errors on field names, required fields and so on. - -So the build environment must have access to the schema (registry) and use a build system plugin (maven, gradle) to generate -java/kt source files. - -Note: The class FQN will suffice to identity the published schema, but for the axon default upcasters to work, -we need a `@Revision` annotation on the class file, this will require customizing -the generator/the generator templates. - -Programming the command - commandHandler - aggregateLifecycle.apply chain to publish the events -based of state changing intents will not feel any different than when using -regular event classes. - -### Serializing - -To use avro-serialization, we have to register a serializer for the axon eventbus. -This requires implementing the `org.axonframework.serialization.Serializer` interface declared in `axon-messaging`. - -Note: with spring autoconfiguration, axon allows setting the serializers via `application.yml`. At least for spring environments we will have to provide something similar. - -The serializer receives the event instance of the generated class (s.a.). It then: - -* validates, if the instance fulfills the requirements (structure, required fields) defined in the schema. For this it needs to: - * determine schema URL and revision based on class meta data - * load the schema from the registry (and probably cache it) -* create a serializedType. Question: avro provides byte sequence as target format. This consumes less space but is not readable. We need to figure out if we can transform the byte-sequence to json String on the fly when we need to analyze the event store (via axon server UI). -* the schema URL and revision have to be stored with the event. MetaData? -* note: this is "publisher" schema. A consumer might have a different schema revision (higher/lower), it is then up to avro to determine if the data is still compatible - -### Deserializing - -Since axon finds eventHandlers based on reflection and FQN, a system consuming events must also -keep a java/kt class based on (= generated from) the schema. -Since avro takes care of checking compatibility between publisher and receiver schema, this -does not have to be the same schema used to serialize the event. - - -TBC .... - - - From c8cd009ac3aa28e1c348b27b99741cb5edd2774b Mon Sep 17 00:00:00 2001 From: Simon Zambrovski Date: Fri, 3 Sep 2021 13:03:07 +0200 Subject: [PATCH 004/168] changed readme --- README.md | 35 ++++++++++++++++------------------- 1 file changed, 16 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 32684b4..9a31f8f 100644 --- a/README.md +++ b/README.md @@ -6,31 +6,28 @@ [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.holixon.axon.avro/axon-avro-serializer/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.holixon.axon.avro/axon-avro-serializer) [![codecov](https://codecov.io/gh/holixon/axon-avro-serializer/branch/develop/graph/badge.svg?token=ZKDNW1QJ1Y)](https://codecov.io/gh/holixon/axon-avro-serializer) -__DISCLAIMER__: early draft, heavy development, *everything* might still change +This extension to the [Axon Framework](https://docs.axoniq.io/reference-guide/) aims to provide support for serialization of Axon events +with the [Apache Avro](https://avro.apache.org/docs/current/) data format. -This extension to the [Axon Framework](https://docs.axoniq.io/reference-guide/) aims to provide support for serialization of Axon messages (commands, events, queries) with the [Apache Avro](https://avro.apache.org/docs/current/) data format. +Avro is a schema-based data format that can be serialized to JSON or byte sequence, which is useful to minimize the disk space needed for +your Axon event store and bandwidth used for transport. Messages can be validated against a schema version and Avro supports schema +evolution by automatically determining [compatibility modes](https://docs.confluent.io/platform/current/schema-registry/avro.html) between +different revisions. -Avro is a schema-based data format that can be serialized to JSON or byte sequence, which is useful to minimize -the disk space needed for your Axon event store and bandwidth used for transport. -Messages can be validated against a schema version and avro supports schema evolution by automatically determining -[compatibility modes](https://docs.confluent.io/platform/current/schema-registry/avro.html) between different revisions. +Please check our [official documentation](https://www.holixon.io/axon-avro-serializer/snapshot/) for more details. -see on [component overview](file:/notes/README.md) -## Links +## Developers - * [Avro Registry Adapter](https://github.com/holixon/avro-registry-adapter) - used to abstract from concrete schema registry - * +* Jan Galinski (https://github.com/jangalinski) +* Simon Zambrovski (https://github.com/zambrovski) -## Notes +## License - * - * - * - * - * +This library is developed under +[![Apache 2.0 License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.holunda.io/camunda-bpm-taskpool/license) -### great +## Sponsors and Customers + +[![sponsored](https://img.shields.io/badge/sponsoredBy-Holisticon-red.svg)](https://holisticon.de/) - * - * From e2ab3eaafea01318996e3a1c3259d63cac9dcb97 Mon Sep 17 00:00:00 2001 From: Simon Zambrovski Date: Fri, 3 Sep 2021 13:03:47 +0200 Subject: [PATCH 005/168] readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9a31f8f..ee15e94 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ Please check our [official documentation](https://www.holixon.io/axon-avro-seria ## License This library is developed under + [![Apache 2.0 License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.holunda.io/camunda-bpm-taskpool/license) ## Sponsors and Customers From c5ed5f2f7e22bbe28173067e5c1daf476d09523c Mon Sep 17 00:00:00 2001 From: Simon Zambrovski Date: Fri, 3 Sep 2021 13:04:14 +0200 Subject: [PATCH 006/168] readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ee15e94..fdae786 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ Please check our [official documentation](https://www.holixon.io/axon-avro-seria ## Developers -* Jan Galinski (https://github.com/jangalinski) -* Simon Zambrovski (https://github.com/zambrovski) +* [Jan Galinski](https://github.com/jangalinski) +* [Simon Zambrovski](https://github.com/zambrovski) ## License From 3af2521a69683936fd26a741cf9ca847572bd00d Mon Sep 17 00:00:00 2001 From: Simon Zambrovski Date: Fri, 3 Sep 2021 13:40:58 +0200 Subject: [PATCH 007/168] more docs --- docs/concepts/event-generation.md | 5 +++-- docs/reference/index.md | 2 +- docs/reference/registry-adapters.md | 22 ++++++++++++++++++++++ 3 files changed, 26 insertions(+), 3 deletions(-) diff --git a/docs/concepts/event-generation.md b/docs/concepts/event-generation.md index a1d2d90..7013b68 100644 --- a/docs/concepts/event-generation.md +++ b/docs/concepts/event-generation.md @@ -3,7 +3,8 @@ available. This class is generated from the schema using Avro generator. In orde schema (registry) and use a build system plugin (Maven or Gradle) to generate java/kt source files Please see example in the [reference guide](../reference/index.md#event-generation) for more details. -!!! note The class FQN will suffice to identity the published schema, but for the Axon default upcasters to work, a `@Revision` annotation -on the class file is needed. For this purpose, a special SchemaBasedRevisionResolver is implemented and configured in the Avro serializer. +!!! note + The class FQN will suffice to identity the published schema, but for the Axon default upcasters to work, a `@Revision` annotation + on the class file is needed. For this purpose, a special SchemaBasedRevisionResolver is implemented and configured in the Avro serializer. diff --git a/docs/reference/index.md b/docs/reference/index.md index 642fa5d..e7a07ca 100644 --- a/docs/reference/index.md +++ b/docs/reference/index.md @@ -51,7 +51,7 @@ The serializer receives the event instance of the generated class. It then: * load the schema from the registry (and probably cache it) * Creates a `serializedType` and `serializedObject` passed over to the eventbus / eventstore -## Deserializing +## Deserialization Since Axon Framework dispatches events to `EventHandlers` based on reflection and FQN, a system consuming events must also keep a java/kt class based on (= generated from) the schema. Since Avro takes care of checking compatibility between publisher and receiver schema, this diff --git a/docs/reference/registry-adapters.md b/docs/reference/registry-adapters.md index e69de29..8705758 100644 --- a/docs/reference/registry-adapters.md +++ b/docs/reference/registry-adapters.md @@ -0,0 +1,22 @@ +The [Avro Registry Adapter](https://github.com/holixon/avro-registry-adapter) project provides several registry adapter, which need +to be configured for use with the Avro Serializer. + +## Apicurio Registry Adapter + +The Apicurio registry adapter requires a connection configuration including the host and the port of the registry. + +```kotlin + + @Bean + fun apicurioRegistryClient( + @Value("\${apicurio.registry.host}") host: String, + @Value("\${apicurio.registry.port}") port: Int + ): RegistryClient = AvroAdapterApicurioRest.registryRestClient(host, port) + + @Bean + fun avroSchemaRegistry(apicurioRegistryClient: RegistryClient) = ApicurioAvroSchemaRegistry( + client = GroupAwareRegistryClient(apicurioRegistryClient, AvroAdapterDefault.schemaIdSupplier, AvroAdapterDefault.schemaRevisionResolver), + schemaIdSupplier = AvroAdapterDefault.schemaIdSupplier, + schemaRevisionResolver = AvroAdapterDefault.schemaRevisionResolver + ) +``` From de4c0d1aa686e7c6da4bf5cea7266570e2826fda Mon Sep 17 00:00:00 2001 From: Jan Galinski Date: Sun, 5 Sep 2021 11:18:54 +0200 Subject: [PATCH 008/168] serialize metaData, fixes #63 --- extension/serializer/pom.xml | 11 +++- .../src/main/kotlin/AvroSerializer.kt | 33 ++++++---- .../main/kotlin/metadata/AvroMetaDataExt.kt | 55 ++++++++++++++++ .../revision/SchemaBasedRevisionResolver.kt | 5 ++ .../kotlin/type/AvroSchemaSerializedObject.kt | 2 +- .../serializer/src/main/resources/.gitkeep | 0 .../src/main/resources/avro/MetaData-v1.avsc | 22 +++++++ .../src/test/kotlin/AvroSerializerTest.kt | 64 ++++++++++++------- .../kotlin/metadata/AvroMetaDataExtTest.kt | 37 +++++++++++ .../SchemaBasedRevisionResolverTest.kt | 15 ++++- pom.xml | 33 ++++++++-- 11 files changed, 230 insertions(+), 47 deletions(-) create mode 100644 extension/serializer/src/main/kotlin/metadata/AvroMetaDataExt.kt delete mode 100644 extension/serializer/src/main/resources/.gitkeep create mode 100644 extension/serializer/src/main/resources/avro/MetaData-v1.avsc create mode 100644 extension/serializer/src/test/kotlin/metadata/AvroMetaDataExtTest.kt rename extension/serializer/src/test/kotlin/{ => revision}/SchemaBasedRevisionResolverTest.kt (51%) diff --git a/extension/serializer/pom.xml b/extension/serializer/pom.xml index c7aceec..e3d48e3 100644 --- a/extension/serializer/pom.xml +++ b/extension/serializer/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 @@ -40,7 +40,14 @@ axon-configuration test - + + + + org.apache.avro + avro-maven-plugin + + + diff --git a/extension/serializer/src/main/kotlin/AvroSerializer.kt b/extension/serializer/src/main/kotlin/AvroSerializer.kt index d9ea2a0..9ab757e 100644 --- a/extension/serializer/src/main/kotlin/AvroSerializer.kt +++ b/extension/serializer/src/main/kotlin/AvroSerializer.kt @@ -14,15 +14,19 @@ import io.holixon.avro.adapter.common.converter.SchemaResolutionSupport import io.holixon.avro.adapter.common.decoder.DefaultSingleObjectToSpecificRecordDecoder import io.holixon.axon.avro.serializer.converter.AvroSingleObjectEncodedToGenericDataRecordTypeConverter import io.holixon.axon.avro.serializer.converter.GenericDataRecordToAvroSingleObjectEncodedConverter +import io.holixon.axon.avro.serializer.ext.TypeExt.isAvroSingleObjectEncoded import io.holixon.axon.avro.serializer.ext.TypeExt.isUnknown import io.holixon.axon.avro.serializer.fn.SchemaTypeSerializer +import io.holixon.axon.avro.serializer.metadata.AvroMetaData +import io.holixon.axon.avro.serializer.metadata.AvroMetaDataExt +import io.holixon.axon.avro.serializer.metadata.AvroMetaDataExt.convertFromAvro +import io.holixon.axon.avro.serializer.metadata.AvroMetaDataExt.toAvroMetaDataObject import io.holixon.axon.avro.serializer.revision.SchemaBasedRevisionResolver import org.apache.avro.generic.GenericData import org.apache.avro.specific.SpecificRecordBase import org.apache.avro.util.ClassUtils import org.axonframework.messaging.MetaData import org.axonframework.serialization.* -import org.axonframework.serialization.json.JacksonSerializer import org.axonframework.serialization.upcasting.event.IntermediateEventRepresentation import org.slf4j.Logger import org.slf4j.LoggerFactory @@ -46,12 +50,6 @@ class AvroSerializer private constructor( */ private val specificRecordSerializer: SchemaTypeSerializer, - /** - * Serializer for [MetaData]. - */ - @Deprecated(message = "metaData should also be based on schema, this is just a temp. hack") - private val metaDataSerializer: Serializer, - /** * Axon converters, typically this is a [ChainingConverter] that contains SPI converters for base types and specific [GenericData.Record] converters for [IntermediateEventRepresentation] during upcasting. */ @@ -96,7 +94,7 @@ class AvroSerializer private constructor( * Secondary constructor. */ operator fun invoke(builder: Builder): AvroSerializer { - val schemaResolver = builder.schemaReadOnlyRegistry.schemaResolver() + val schemaResolver = AvroMetaDataExt.compositeSchemaRegistry(builder.schemaReadOnlyRegistry).schemaResolver() val schemaResolutionSupport = SchemaResolutionSupport( schemaResolver, builder.decoderSpecificRecordClassResolver, @@ -119,7 +117,6 @@ class AvroSerializer private constructor( revisionResolver = builder.revisionResolver, genericDataRecordSerializer = SchemaTypeSerializer.genericRecordDataSerializer(converter), specificRecordSerializer = SchemaTypeSerializer.specificRecordDataSerializer(converter), - metaDataSerializer = JacksonSerializer.defaultSerializer(), converter = converter, logger = LoggerFactory.getLogger(AvroSerializer::class.java), genericDataRecordToSpecificRecordConverter = DefaultGenericDataRecordToSpecificRecordChangingSchemaConverter(schemaResolutionSupport), @@ -172,22 +169,29 @@ class AvroSerializer private constructor( converter.canConvert(AvroSingleObjectEncoded::class.java, expectedRepresentation) override fun serialize(data: Any, expectedRepresentation: Class): SerializedObject = when (data) { - is MetaData -> metaDataSerializer.serialize(data, expectedRepresentation) + is MetaData -> SerializedMetaData( + // transform to avroMetaData and recurse + serialize(AvroMetaDataExt.convertToAvro(data), expectedRepresentation).data, + expectedRepresentation + ) is GenericData.Record -> genericDataRecordSerializer.serialize(data, expectedRepresentation) is SpecificRecordBase -> specificRecordSerializer.serialize(data, expectedRepresentation) else -> throw IllegalArgumentException("cannot serialize $data to $expectedRepresentation") } - override fun deserialize(serializedObject: SerializedObject): T? { if (SerializedType.emptyType() == serializedObject.type) { return null } + if (SerializedMetaData.isSerializedMetaData(serializedObject) && serializedObject.contentType.isAvroSingleObjectEncoded()) { + // use recursion, then convert + val avroMetaData: AvroMetaData = deserialize(toAvroMetaDataObject(serializedObject))!! + @Suppress("UNCHECKED_CAST") + return convertFromAvro(avroMetaData) as T + } val type: Class<*> = classForType(serializedObject.type) - if (type == MetaData::class.java) { - return metaDataSerializer.deserialize(serializedObject) - } else if (type.isUnknown()) { + if (type.isUnknown()) { @Suppress("UNCHECKED_CAST") return UnknownSerializedType(this, serializedObject) as T } @@ -205,6 +209,7 @@ class AvroSerializer private constructor( } else -> { val bytesSerialized = converter.convert(serializedObject, AvroSingleObjectEncoded::class.java) + val specificRecord: SpecificRecordBase = specificRecordDecoder.decode(bytesSerialized.data) (specificRecordDecoder.decode(bytesSerialized.data) as T) .apply { logger.debug("deserialized: ${(bytesSerialized.data as ByteArray).toHexString()} to $this") diff --git a/extension/serializer/src/main/kotlin/metadata/AvroMetaDataExt.kt b/extension/serializer/src/main/kotlin/metadata/AvroMetaDataExt.kt new file mode 100644 index 0000000..c7661f4 --- /dev/null +++ b/extension/serializer/src/main/kotlin/metadata/AvroMetaDataExt.kt @@ -0,0 +1,55 @@ +package io.holixon.axon.avro.serializer.metadata + +import io.holixon.avro.adapter.api.AvroSchemaId +import io.holixon.avro.adapter.api.AvroSchemaReadOnlyRegistry +import io.holixon.avro.adapter.api.AvroSchemaWithId +import io.holixon.avro.adapter.api.AvroSingleObjectEncoded +import io.holixon.avro.adapter.common.ext.DefaultSchemaExt.avroSchemaWithId +import io.holixon.avro.adapter.common.registry.CompositeAvroSchemaReadOnlyRegistry +import io.holixon.avro.adapter.common.registry.InMemoryAvroSchemaReadOnlyRegistry +import io.holixon.axon.avro.serializer.type.AvroSchemaSerializedType +import io.holixon.axon.avro.serializer.type.AvroSchemaSingleObjectSerializedObject +import org.apache.avro.Schema +import org.axonframework.messaging.MetaData +import org.axonframework.serialization.SerializedObject + +/** + * For serialization of [MetaData] we use the generated [AvroMetaData]. + * Here we implement helper functions dealing with those two classes. + */ +object AvroMetaDataExt { + val METADATA_SCHEMA: Schema = AvroMetaData.getClassSchema() + val SCHEMA_WITH_ID: AvroSchemaWithId = METADATA_SCHEMA.avroSchemaWithId + private val SERIALIZED_TYPE: AvroSchemaSerializedType = AvroSchemaSerializedType(SCHEMA_WITH_ID) + + /** + * A [AvroSchemaReadOnlyRegistry] that only contains a single entry for [AvroMetaData]. + */ + @JvmField + val metaDataSchemaRegistry: AvroSchemaReadOnlyRegistry = InMemoryAvroSchemaReadOnlyRegistry.createWithSchemas(METADATA_SCHEMA) + + /** + * Convert MetaData from specific record to axon default. + */ + @JvmStatic + fun convertFromAvro(avroMetaData: AvroMetaData): MetaData = MetaData.from(avroMetaData.values) + + /** + * Convert axon default metaData to specific record. + */ + @JvmStatic + fun convertToAvro(metaData: MetaData): AvroMetaData = AvroMetaData(metaData) + + /** + * Creates a combined registry of the given registry and the [AvroMetaDataExt.metaDataSchemaRegistry]. + */ + @JvmStatic + fun compositeSchemaRegistry(registry: AvroSchemaReadOnlyRegistry) = CompositeAvroSchemaReadOnlyRegistry(metaDataSchemaRegistry, registry) + + /** + * Converts from serialized object to avro serialized object. + */ + fun toAvroMetaDataObject(serializedObject: SerializedObject<*>): AvroSchemaSingleObjectSerializedObject { + return AvroSchemaSingleObjectSerializedObject(serializedObject.data as AvroSingleObjectEncoded, SERIALIZED_TYPE) + } +} diff --git a/extension/serializer/src/main/kotlin/revision/SchemaBasedRevisionResolver.kt b/extension/serializer/src/main/kotlin/revision/SchemaBasedRevisionResolver.kt index 0f3f774..f6632fe 100644 --- a/extension/serializer/src/main/kotlin/revision/SchemaBasedRevisionResolver.kt +++ b/extension/serializer/src/main/kotlin/revision/SchemaBasedRevisionResolver.kt @@ -2,6 +2,8 @@ package io.holixon.axon.avro.serializer.revision import io.holixon.axon.avro.serializer.AxonAvroExtension.schemaForClass import io.holixon.axon.avro.serializer.ext.SchemaExt.revision +import org.apache.avro.generic.GenericData +import org.apache.avro.specific.SpecificRecordBase import org.axonframework.serialization.RevisionResolver import kotlin.reflect.KClass @@ -14,4 +16,7 @@ open class SchemaBasedRevisionResolver : RevisionResolver { fun revisionOf(payloadType: KClass<*>): String? = revisionOf(payloadType.java) override fun revisionOf(payloadType: Class<*>): String? = schemaForClass(payloadType).revision + + fun revisionOf(record: GenericData.Record): String? = record.schema.revision + fun revisionOf(record: SpecificRecordBase): String? = record.schema.revision } diff --git a/extension/serializer/src/main/kotlin/type/AvroSchemaSerializedObject.kt b/extension/serializer/src/main/kotlin/type/AvroSchemaSerializedObject.kt index 2f03c73..cef3f21 100644 --- a/extension/serializer/src/main/kotlin/type/AvroSchemaSerializedObject.kt +++ b/extension/serializer/src/main/kotlin/type/AvroSchemaSerializedObject.kt @@ -7,7 +7,7 @@ open class AvroSchemaSerializedObject(data : T, dataType : Class, ser constructor(data:T, dataType: Class, schema:Schema) : this(data,dataType, AvroSchemaSerializedType(schema)) - val simpleSerializedObject by lazy { SimpleSerializedObject(data, dataType, serializedType) } + val simpleSerializedObject by lazy { SimpleSerializedObject(data, dataType, serializedType) } override fun toString(): String = "AvroSchemaSerializedObject[${simpleSerializedObject.type}]" diff --git a/extension/serializer/src/main/resources/.gitkeep b/extension/serializer/src/main/resources/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/extension/serializer/src/main/resources/avro/MetaData-v1.avsc b/extension/serializer/src/main/resources/avro/MetaData-v1.avsc new file mode 100644 index 0000000..56c9b67 --- /dev/null +++ b/extension/serializer/src/main/resources/avro/MetaData-v1.avsc @@ -0,0 +1,22 @@ +{ + "type": "record", + "namespace": "io.holixon.axon.avro.serializer.metadata", + "name": "AvroMetaData", + "doc": "axon message MetaData, see org.axonframework.messaging.MetaData", + "revision": "1", + "fields": [ + { + "name": "values", + "type": { + "type": "map", + "values": [ + "string", + "int", + "null" + ], + "default": {}, + "avro.java.string": "String" + } + } + ] +} diff --git a/extension/serializer/src/test/kotlin/AvroSerializerTest.kt b/extension/serializer/src/test/kotlin/AvroSerializerTest.kt index 85e9deb..a8cb29c 100644 --- a/extension/serializer/src/test/kotlin/AvroSerializerTest.kt +++ b/extension/serializer/src/test/kotlin/AvroSerializerTest.kt @@ -3,16 +3,17 @@ package io.holixon.axon.avro.serializer import io.holixon.avro.adapter.api.AvroSingleObjectEncoded import io.holixon.avro.adapter.api.ext.ByteArrayExt.toHexString import io.holixon.avro.adapter.common.AvroAdapterDefault +import io.holixon.avro.adapter.common.AvroAdapterDefault.toByteArray import io.holixon.avro.adapter.common.ext.DefaultSchemaExt.createGenericRecord import io.holixon.axon.avro.serializer.ext.SchemaExt.revision +import io.holixon.axon.avro.serializer.metadata.AvroMetaDataExt +import io.holixon.axon.avro.serializer.revision.SchemaBasedRevisionResolver import mu.KLogging import org.apache.avro.Schema import org.apache.avro.generic.GenericData import org.assertj.core.api.Assertions.assertThat -import org.axonframework.serialization.SerializedObject -import org.axonframework.serialization.SimpleSerializedObject -import org.axonframework.serialization.SimpleSerializedType -import org.axonframework.serialization.UnknownSerializedType +import org.axonframework.messaging.MetaData +import org.axonframework.serialization.* import org.junit.jupiter.api.Test import test.fixture.SampleEvent @@ -21,6 +22,9 @@ internal class AvroSerializerTest { companion object : KLogging() private val registry = AvroAdapterDefault.inMemorySchemaRegistry() + .apply { + register(SampleEvent.getClassSchema()) + } private val serializer = AvroSerializer.builder() .schemaRegistry(registry) @@ -28,9 +32,6 @@ internal class AvroSerializerTest { private val event = SampleEvent("foo") - private val writerSchema = registry.register(SampleEvent.getClassSchema()) - - @Test internal fun `canSerialize to ByteArray GenericDataRecord and SpecificRecordBase`() { assertThat(serializer.canSerializeTo(ByteArray::class.java)).isTrue @@ -39,6 +40,7 @@ internal class AvroSerializerTest { @Test internal fun `can serialize to GenericDataRecord`() { + assertThat(serializer.canSerializeTo(GenericData.Record::class.java)).isTrue val serialized: SerializedObject = serializer.serialize(event, GenericData.Record::class.java) val deserialized: SampleEvent? = serializer.deserialize(serialized) @@ -115,25 +117,41 @@ internal class AvroSerializerTest { assertThat(record["value"]).isEqualTo("hello") } - // -// @Test -// void testSerializeAndDeserializeObject_ByteArrayFormat() { -// SimpleSerializableType toSerialize = new SimpleSerializableType("first", time, -// new SimpleSerializableType("nested")); -// -// SerializedObject serialized = testSubject.serialize(toSerialize, byte[].class); -// -// SimpleSerializableType actual = testSubject.deserialize(serialized); -// -// assertEquals(toSerialize.getValue(), actual.getValue()); -// assertEquals(toSerialize.getNested().getValue(), actual.getNested().getValue()); -// } @Test - internal fun name() { - logger.info { "event: $event" } - logger.info { "schema: ${event.schema}" } + internal fun `serializes metaData to singleObjectEncoded`() { + val axonMetaData = MetaData.with("foo", "bar") + val expectedBytes: AvroSingleObjectEncoded = AvroMetaDataExt.convertToAvro(axonMetaData).toByteArray() + + val serialized = serializer.serialize(axonMetaData, AvroSingleObjectEncoded::class.java) + assertThat(SerializedMetaData.isSerializedMetaData(serialized)).isTrue + + assertThat(serialized.data.toHexString()).isEqualTo(expectedBytes.toHexString()) } + @Test + internal fun `deserializes singleObjectEncoded to metaData`() { + val origMetaData = MetaData.with("foo", "bar") + val serialized: SerializedObject = + serializer.serialize(origMetaData, AvroSingleObjectEncoded::class.java) + + assertThat(serialized.type.name).isEqualTo(MetaData::class.java.canonicalName) + val deserialized: MetaData = serializer.deserialize(serialized) ?: throw IllegalStateException("can not deserialize") + + assertThat(deserialized).isEqualTo(origMetaData) + } + + @Test + internal fun `builder functions`() { + val allDefaults = AvroSerializer.builder() + .converter(ChainingConverter()) + .revisionResolver(SchemaBasedRevisionResolver()) + .schemaRegistry(AvroAdapterDefault.inMemorySchemaRegistry()) + .decoderSpecificRecordClassResolver(AvroAdapterDefault.reflectionBasedDecoderSpecificRecordClassResolver) + .schemaIncompatibilityResolver(AvroAdapterDefault.defaultSchemaCompatibilityResolver) + .build() + + assertThat(allDefaults.canSerializeTo(AvroSingleObjectEncoded::class.java)).isTrue + } } diff --git a/extension/serializer/src/test/kotlin/metadata/AvroMetaDataExtTest.kt b/extension/serializer/src/test/kotlin/metadata/AvroMetaDataExtTest.kt new file mode 100644 index 0000000..07e31fd --- /dev/null +++ b/extension/serializer/src/test/kotlin/metadata/AvroMetaDataExtTest.kt @@ -0,0 +1,37 @@ +package io.holixon.axon.avro.serializer.metadata + +import io.holixon.avro.adapter.api.AvroAdapterApi.schemaResolver +import org.assertj.core.api.Assertions.assertThat +import org.axonframework.messaging.MetaData +import org.junit.jupiter.api.Test + +internal class AvroMetaDataExtTest { + + @Test + internal fun `avro meta to axon meta`() { + val avro = AvroMetaData.newBuilder() + .setValues( + mapOf( + "foo" to "bar" + ) + ).build() + + assertThat(AvroMetaDataExt.convertFromAvro(avro)["foo"]).isEqualTo("bar") + } + + @Test + internal fun `axon meta to avro meta`() { + val axon = MetaData.with("foo", "bar") + + assertThat(AvroMetaDataExt.convertToAvro(axon).values["foo"]).isEqualTo("bar") + } + + @Test + internal fun `metaData registry contains single entry`() { + assertThat(AvroMetaDataExt.metaDataSchemaRegistry.findAll()).hasSize(1) + assertThat(AvroMetaDataExt.metaDataSchemaRegistry.schemaResolver() + .apply(AvroMetaDataExt.SCHEMA_WITH_ID.schemaId) + .map { it.schema } + ).hasValue(AvroMetaDataExt.METADATA_SCHEMA) + } +} diff --git a/extension/serializer/src/test/kotlin/SchemaBasedRevisionResolverTest.kt b/extension/serializer/src/test/kotlin/revision/SchemaBasedRevisionResolverTest.kt similarity index 51% rename from extension/serializer/src/test/kotlin/SchemaBasedRevisionResolverTest.kt rename to extension/serializer/src/test/kotlin/revision/SchemaBasedRevisionResolverTest.kt index 25f54ff..8cf1a7d 100644 --- a/extension/serializer/src/test/kotlin/SchemaBasedRevisionResolverTest.kt +++ b/extension/serializer/src/test/kotlin/revision/SchemaBasedRevisionResolverTest.kt @@ -1,6 +1,6 @@ -package io.holixon.axon.avro.serializer +package io.holixon.axon.avro.serializer.revision -import io.holixon.axon.avro.serializer.revision.SchemaBasedRevisionResolver +import org.apache.avro.generic.GenericData import org.assertj.core.api.Assertions.assertThat import org.junit.jupiter.api.Test import test.fixture.SampleEvent @@ -17,6 +17,17 @@ internal class SchemaBasedRevisionResolverTest { @Test internal fun `read revision from generic record`() { + val record = GenericData.Record(SampleEvent.`SCHEMA$`).apply { + put("value", "foo") + } + assertThat(resolver.revisionOf(record)).isEqualTo("4711") + } + + @Test + internal fun `read revision from specific record`() { + val record = SampleEvent("foo") + + assertThat(resolver.revisionOf(record)).isEqualTo("4711") } } diff --git a/pom.xml b/pom.xml index fcfde86..55ebf4c 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 io.holixon.axon.avro._ @@ -157,8 +157,8 @@ + - org.apache.maven.plugins maven-compiler-plugin 3.8.1 @@ -194,8 +194,8 @@ + - kotlin-maven-plugin org.jetbrains.kotlin ${kotlin.version} @@ -252,8 +252,8 @@ + - org.apache.maven.plugins maven-resources-plugin 3.2.0 @@ -309,7 +309,6 @@ - org.jetbrains.dokka @@ -328,6 +327,8 @@ 11 + + org.apache.maven.plugins maven-javadoc-plugin @@ -437,6 +438,8 @@ true + + org.sonatype.plugins nexus-staging-maven-plugin @@ -487,6 +490,26 @@ + + + + org.apache.avro + avro-maven-plugin + ${avro.version} + + + generate-sources + + schema + + + ${project.basedir}/src/main/resources/avro/ + ${project.build.directory}/generated-sources/avro/ + String + + + + From 9939a4683e2bbbc671ae975c25fea09d7e5f95c8 Mon Sep 17 00:00:00 2001 From: Jan Galinski Date: Sun, 5 Sep 2021 12:21:25 +0200 Subject: [PATCH 009/168] organize imports --- .../AxonAvroSerializerConfigurationITest.kt | 21 ++++++++++--------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/extension/spring/src/test/kotlin/itest/bank/AxonAvroSerializerConfigurationITest.kt b/extension/spring/src/test/kotlin/itest/bank/AxonAvroSerializerConfigurationITest.kt index df9c348..27b9707 100644 --- a/extension/spring/src/test/kotlin/itest/bank/AxonAvroSerializerConfigurationITest.kt +++ b/extension/spring/src/test/kotlin/itest/bank/AxonAvroSerializerConfigurationITest.kt @@ -1,4 +1,5 @@ @file:Suppress("SpringJavaInjectionPointsAutowiringInspection") + package io.holixon.axon.avro.serializer.spring.itest.bank import bankaccount.BankAccount @@ -11,6 +12,7 @@ import bankaccount.projection.CurrentBalanceProjection import bankaccount.query.BankAccountAuditQuery import bankaccount.query.CurrentBalanceQueries import io.holixon.avro.adapter.common.AvroAdapterDefault +import io.holixon.avro.adapter.common.registry.InMemoryAvroSchemaReadOnlyRegistry import io.holixon.axon.avro.serializer.spring.AxonAvroSerializerConfiguration import io.holixon.axon.avro.serializer.spring.AxonAvroSerializerSpringBase import io.holixon.axon.avro.serializer.spring.AxonAvroSerializerSpringBase.PROFILE_ITEST @@ -52,12 +54,11 @@ internal class AxonAvroSerializerConfigurationITest { @Autowired lateinit var commandGateway: CommandGateway - @Autowired - lateinit var queries : CurrentBalanceQueries + lateinit var queries: CurrentBalanceQueries @Autowired - lateinit var auditEventQuery : BankAccountAuditQuery + lateinit var auditEventQuery: BankAccountAuditQuery @Test internal fun `create account and deposit money`() { @@ -97,15 +98,15 @@ class AxonAvroSerializerConfigurationITestApplication { fun projection() = CurrentBalanceProjection() @Bean - fun schemaRegistry() = AvroAdapterDefault.inMemorySchemaRegistry().apply { - register(BankAccountCreated.getClassSchema()) - register(MoneyDeposited.getClassSchema()) - register(MoneyWithdrawn.getClassSchema()) - } + fun schemaRegistry() = InMemoryAvroSchemaReadOnlyRegistry.createWithSchemas( + BankAccountCreated.getClassSchema(), + MoneyDeposited.getClassSchema(), + MoneyWithdrawn.getClassSchema() + ) @Bean - fun currentBalanceQueries(queryGateway: QueryGateway) : CurrentBalanceQueries = CurrentBalanceQueries(queryGateway) + fun currentBalanceQueries(queryGateway: QueryGateway): CurrentBalanceQueries = CurrentBalanceQueries(queryGateway) @Bean - fun bankAccountAuditEventQuery(queryGateway: QueryGateway) : BankAccountAuditQuery = BankAccountAuditQuery.create(queryGateway) + fun bankAccountAuditEventQuery(queryGateway: QueryGateway): BankAccountAuditQuery = BankAccountAuditQuery.create(queryGateway) } From d5116aced4baf33aafd9ce1144725fe5e5c649e6 Mon Sep 17 00:00:00 2001 From: Jan Galinski Date: Sun, 5 Sep 2021 12:21:35 +0200 Subject: [PATCH 010/168] add javadoc --- .../main/kotlin/revision/SchemaBasedRevisionResolver.kt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/extension/serializer/src/main/kotlin/revision/SchemaBasedRevisionResolver.kt b/extension/serializer/src/main/kotlin/revision/SchemaBasedRevisionResolver.kt index f6632fe..1b5969d 100644 --- a/extension/serializer/src/main/kotlin/revision/SchemaBasedRevisionResolver.kt +++ b/extension/serializer/src/main/kotlin/revision/SchemaBasedRevisionResolver.kt @@ -17,6 +17,13 @@ open class SchemaBasedRevisionResolver : RevisionResolver { override fun revisionOf(payloadType: Class<*>): String? = schemaForClass(payloadType).revision + /** + * Extract revision of generic record. + */ fun revisionOf(record: GenericData.Record): String? = record.schema.revision + + /** + * Extract revision of specific record. + */ fun revisionOf(record: SpecificRecordBase): String? = record.schema.revision } From 6f942c021a432b8cc565ccd6ee5525bb6f005ca4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Sep 2021 08:04:31 +0000 Subject: [PATCH 011/168] Bump maven-javadoc-plugin from 3.3.0 to 3.3.1 Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.3.0 to 3.3.1. - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.3.0...maven-javadoc-plugin-3.3.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a1f816e..f5f2489 100644 --- a/pom.xml +++ b/pom.xml @@ -347,7 +347,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.3.0 + 3.3.1 attach-javadocs From 6ab5a4cecc367dcc5bc0f2a087643711e367fbb3 Mon Sep 17 00:00:00 2001 From: Jan Galinski Date: Wed, 8 Sep 2021 23:07:50 +0200 Subject: [PATCH 012/168] verify all supported primitive types --- .../src/main/resources/avro/MetaData-v1.avsc | 7 +++- .../kotlin/metadata/AvroMetaDataExtTest.kt | 38 +++++++++++++++++++ 2 files changed, 44 insertions(+), 1 deletion(-) diff --git a/extension/serializer/src/main/resources/avro/MetaData-v1.avsc b/extension/serializer/src/main/resources/avro/MetaData-v1.avsc index 56c9b67..a44da2f 100644 --- a/extension/serializer/src/main/resources/avro/MetaData-v1.avsc +++ b/extension/serializer/src/main/resources/avro/MetaData-v1.avsc @@ -10,9 +10,14 @@ "type": { "type": "map", "values": [ + "null", + "boolean", "string", "int", - "null" + "long", + "float", + "double", + "bytes" ], "default": {}, "avro.java.string": "String" diff --git a/extension/serializer/src/test/kotlin/metadata/AvroMetaDataExtTest.kt b/extension/serializer/src/test/kotlin/metadata/AvroMetaDataExtTest.kt index 07e31fd..19aa7a3 100644 --- a/extension/serializer/src/test/kotlin/metadata/AvroMetaDataExtTest.kt +++ b/extension/serializer/src/test/kotlin/metadata/AvroMetaDataExtTest.kt @@ -4,6 +4,7 @@ import io.holixon.avro.adapter.api.AvroAdapterApi.schemaResolver import org.assertj.core.api.Assertions.assertThat import org.axonframework.messaging.MetaData import org.junit.jupiter.api.Test +import java.time.LocalDate internal class AvroMetaDataExtTest { @@ -34,4 +35,41 @@ internal class AvroMetaDataExtTest { .map { it.schema } ).hasValue(AvroMetaDataExt.METADATA_SCHEMA) } + + @Test + internal fun `can convert all primitive types that axon supports with grpc`() { +// * Convert the given {@code value} into a {@link MetaDataValue}, attempting to maintain the source type as much as +// * possible in the returned {@link MetaDataValue}. +// *
    +// *
  • A CharSequence (such as String) is stored as a 'string'
  • +// *
  • A Float or Double values is represented as a 'double'
  • +// *
  • A Number that is not a Double or Float is represented as a 'sint64'
  • +// *
  • A Boolean is represented as a 'bool'
  • +// *
  • Any other object is serialized and stored as bytes
  • +// *
+ val now = LocalDate.now() + val axon = MetaData.from(mapOf( + "string" to "hello World", + "float" to 1.0F, + "double" to 1.0, + "int" to 1, + "integer" to Integer.getInteger("1"), + "long" to 1L, + "boolean" to true, + "null" to null, + "date" to now + )) + + val avro: AvroMetaData = AvroMetaDataExt.convertToAvro(axon) + + assertThat(avro.values["string"]).isEqualTo("hello World") + assertThat(avro.values["float"]).isEqualTo(1.0F) + assertThat(avro.values["double"]).isEqualTo(1.0) + assertThat(avro.values["int"]).isEqualTo(1) + assertThat(avro.values["integer"]).isEqualTo(Integer.getInteger("1")) + assertThat(avro.values["long"]).isEqualTo(1L) + assertThat(avro.values["boolean"]).isEqualTo(true) + assertThat(avro.values["null"]).isEqualTo(null) + assertThat(avro.values["date"]).isEqualTo(now) + } } From 94b991570a9713d4629569953dee3937e6ea65e3 Mon Sep 17 00:00:00 2001 From: Jan Galinski Date: Thu, 9 Sep 2021 08:34:31 +0200 Subject: [PATCH 013/168] add tests for metadata bytes --- .../main/kotlin/metadata/AvroMetaDataExt.kt | 8 ++++- .../kotlin/metadata/AvroMetaDataExtTest.kt | 31 +++++++++++++++++-- 2 files changed, 35 insertions(+), 4 deletions(-) diff --git a/extension/serializer/src/main/kotlin/metadata/AvroMetaDataExt.kt b/extension/serializer/src/main/kotlin/metadata/AvroMetaDataExt.kt index c7661f4..f0345cd 100644 --- a/extension/serializer/src/main/kotlin/metadata/AvroMetaDataExt.kt +++ b/extension/serializer/src/main/kotlin/metadata/AvroMetaDataExt.kt @@ -1,6 +1,5 @@ package io.holixon.axon.avro.serializer.metadata -import io.holixon.avro.adapter.api.AvroSchemaId import io.holixon.avro.adapter.api.AvroSchemaReadOnlyRegistry import io.holixon.avro.adapter.api.AvroSchemaWithId import io.holixon.avro.adapter.api.AvroSingleObjectEncoded @@ -18,7 +17,14 @@ import org.axonframework.serialization.SerializedObject * Here we implement helper functions dealing with those two classes. */ object AvroMetaDataExt { + /** + * The [Schema] of the generated [AvroMetaData]. + */ val METADATA_SCHEMA: Schema = AvroMetaData.getClassSchema() + + /** + * [AvroSchemaWithId] of the generated [AvroMetaData]. + */ val SCHEMA_WITH_ID: AvroSchemaWithId = METADATA_SCHEMA.avroSchemaWithId private val SERIALIZED_TYPE: AvroSchemaSerializedType = AvroSchemaSerializedType(SCHEMA_WITH_ID) diff --git a/extension/serializer/src/test/kotlin/metadata/AvroMetaDataExtTest.kt b/extension/serializer/src/test/kotlin/metadata/AvroMetaDataExtTest.kt index 19aa7a3..e5a265c 100644 --- a/extension/serializer/src/test/kotlin/metadata/AvroMetaDataExtTest.kt +++ b/extension/serializer/src/test/kotlin/metadata/AvroMetaDataExtTest.kt @@ -3,6 +3,7 @@ package io.holixon.axon.avro.serializer.metadata import io.holixon.avro.adapter.api.AvroAdapterApi.schemaResolver import org.assertj.core.api.Assertions.assertThat import org.axonframework.messaging.MetaData +import org.junit.jupiter.api.Disabled import org.junit.jupiter.api.Test import java.time.LocalDate @@ -56,12 +57,15 @@ internal class AvroMetaDataExtTest { "integer" to Integer.getInteger("1"), "long" to 1L, "boolean" to true, - "null" to null, - "date" to now + "null" to null )) - val avro: AvroMetaData = AvroMetaDataExt.convertToAvro(axon) + var avro: AvroMetaData = AvroMetaDataExt.convertToAvro(axon) + // serialize/deserialize + val buffer = avro.toByteBuffer() + avro = AvroMetaData.fromByteBuffer(buffer) + // check values assertThat(avro.values["string"]).isEqualTo("hello World") assertThat(avro.values["float"]).isEqualTo(1.0F) assertThat(avro.values["double"]).isEqualTo(1.0) @@ -70,6 +74,27 @@ internal class AvroMetaDataExtTest { assertThat(avro.values["long"]).isEqualTo(1L) assertThat(avro.values["boolean"]).isEqualTo(true) assertThat(avro.values["null"]).isEqualTo(null) + } + + @Test + @Disabled("this fails because non primitives must be converted to bytes before serializing") + internal fun `can convert non primitive type to bytes `() { +// * Convert the given {@code value} into a {@link MetaDataValue}, attempting to maintain the source type as much as +// * possible in the returned {@link MetaDataValue}. +// .... +// *
  • Any other object is serialized and stored as bytes
  • +// * + val now = LocalDate.now() + val axon = MetaData.from(mapOf( + "date" to now + )) + + var avro: AvroMetaData = AvroMetaDataExt.convertToAvro(axon) + // serialize/deserialize + val buffer = avro.toByteBuffer() + avro = AvroMetaData.fromByteBuffer(buffer) + + // check values assertThat(avro.values["date"]).isEqualTo(now) } } From 0cc3927a46a6871a1d717973e0e8e6b84cfe8d64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Sep 2021 08:05:20 +0000 Subject: [PATCH 014/168] Bump logback-classic from 1.2.5 to 1.2.6 Bumps logback-classic from 1.2.5 to 1.2.6. --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- extension/server-plugin/schema-registry-apicurio-plugin/pom.xml | 2 +- extension/server-plugin/serializer-plugin/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extension/server-plugin/schema-registry-apicurio-plugin/pom.xml b/extension/server-plugin/schema-registry-apicurio-plugin/pom.xml index 253dbcd..d05e65c 100644 --- a/extension/server-plugin/schema-registry-apicurio-plugin/pom.xml +++ b/extension/server-plugin/schema-registry-apicurio-plugin/pom.xml @@ -28,7 +28,7 @@ ch.qos.logback logback-classic - 1.2.5 + 1.2.6 diff --git a/extension/server-plugin/serializer-plugin/pom.xml b/extension/server-plugin/serializer-plugin/pom.xml index 4619968..03c4877 100644 --- a/extension/server-plugin/serializer-plugin/pom.xml +++ b/extension/server-plugin/serializer-plugin/pom.xml @@ -55,7 +55,7 @@ ch.qos.logback logback-classic - 1.2.5 + 1.2.6 From fed6758cd25e871dae07214d9a9b884a447fdcc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Sep 2021 08:04:43 +0000 Subject: [PATCH 015/168] Bump dokka-maven-plugin from 1.5.0 to 1.5.30 Bumps [dokka-maven-plugin](https://github.com/Kotlin/dokka) from 1.5.0 to 1.5.30. - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f5f2489..553804b 100644 --- a/pom.xml +++ b/pom.xml @@ -330,7 +330,7 @@ org.jetbrains.dokka dokka-maven-plugin - 1.5.0 + 1.5.30 package From c6ff38dcf20c006eb496cafcb47eea390cae3117 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Sep 2021 08:04:49 +0000 Subject: [PATCH 016/168] Bump protobuf-java from 3.17.3 to 3.18.0 Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.17.3 to 3.18.0. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.17.3...v3.18.0) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- extension/server-plugin/serializer-plugin/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension/server-plugin/serializer-plugin/pom.xml b/extension/server-plugin/serializer-plugin/pom.xml index 4619968..2d6d832 100644 --- a/extension/server-plugin/serializer-plugin/pom.xml +++ b/extension/server-plugin/serializer-plugin/pom.xml @@ -43,7 +43,7 @@ com.google.protobuf protobuf-java - 3.17.3 + 3.18.0 provided From 2f9a3b3b25a08e4b473c380ced91879396a1ecfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Sep 2021 08:06:31 +0000 Subject: [PATCH 017/168] Bump kotlin.version from 1.5.30 to 1.5.31 Bumps `kotlin.version` from 1.5.30 to 1.5.31. Updates `kotlin-bom` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) Updates `kotlin-maven-allopen` from 1.5.30 to 1.5.31 Updates `kotlin-maven-noarg` from 1.5.30 to 1.5.31 Updates `kotlin-maven-plugin` from 1.5.30 to 1.5.31 --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-bom dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-maven-allopen dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-maven-noarg dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 553804b..18c708a 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ UTF-8 11 - 1.5.30 + 1.5.31 2.0.11 2.5.4 From e95a4462a57692504e04aaef6ce65b73a0691e92 Mon Sep 17 00:00:00 2001 From: Jan Galinski Date: Fri, 24 Sep 2021 09:21:32 +0200 Subject: [PATCH 018/168] remove var --- extension/serializer/src/main/kotlin/AvroSerializer.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/extension/serializer/src/main/kotlin/AvroSerializer.kt b/extension/serializer/src/main/kotlin/AvroSerializer.kt index 2895473..2a18931 100644 --- a/extension/serializer/src/main/kotlin/AvroSerializer.kt +++ b/extension/serializer/src/main/kotlin/AvroSerializer.kt @@ -209,7 +209,6 @@ class AvroSerializer private constructor( } else -> { val bytesSerialized = converter.convert(serializedObject, AvroSingleObjectEncoded::class.java) - val specificRecord: SpecificRecordBase = specificRecordDecoder.decode(bytesSerialized.data) (specificRecordDecoder.decode(bytesSerialized.data) as T) .apply { logger.debug("deserialized: ${(bytesSerialized.data as ByteArray).toHexString()} to $this") From d2b84c9a9e10ba759e17a4fba27df79006bf9d25 Mon Sep 17 00:00:00 2001 From: Jan Galinski Date: Fri, 24 Sep 2021 09:29:26 +0200 Subject: [PATCH 019/168] use axon server 4.5.7, fixes #115 --- examples/docker-compose.yml | 2 +- .../spring/src/test/kotlin/container/AxonServerContainer.kt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/docker-compose.yml b/examples/docker-compose.yml index df165c9..48cd9ad 100644 --- a/examples/docker-compose.yml +++ b/examples/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.3' # https://hub.docker.com/r/axoniq/axonserver services: axon-server: - image: axoniq/axonserver:4.5.5 + image: axoniq/axonserver:4.5.7 environment: - AXONIQ_AXONSERVER_DEVMODE_ENABLED=true - SPRING_SERVLET_MULTIPART_MAX-FILE-SIZE=128MB diff --git a/extension/spring/src/test/kotlin/container/AxonServerContainer.kt b/extension/spring/src/test/kotlin/container/AxonServerContainer.kt index c897ebe..a33a149 100644 --- a/extension/spring/src/test/kotlin/container/AxonServerContainer.kt +++ b/extension/spring/src/test/kotlin/container/AxonServerContainer.kt @@ -9,7 +9,7 @@ import org.testcontainers.containers.wait.strategy.Wait /** * Axon test container. */ -class AxonServerContainer : GenericContainer("axoniq/axonserver:4.5.5") { +class AxonServerContainer : GenericContainer("axoniq/axonserver:4.5.7") { companion object : KLogging() init { From d4ec347633a18f95aca7ffda607c41d67416e86c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Sep 2021 08:04:20 +0000 Subject: [PATCH 020/168] Bump spring-boot.version from 2.5.4 to 2.5.5 Bumps `spring-boot.version` from 2.5.4 to 2.5.5. Updates `spring-boot-dependencies` from 2.5.4 to 2.5.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.5.4...v2.5.5) Updates `spring-boot-maven-plugin` from 2.5.4 to 2.5.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.5.4...v2.5.5) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 18c708a..e95286d 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ 11 1.5.31 2.0.11 - 2.5.4 + 2.5.5 4.5.4 4.5 From 88e7dd487f270ea465af1aec704ffe5e5aa98462 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Oct 2021 08:04:38 +0000 Subject: [PATCH 021/168] Bump springdoc.version from 1.5.10 to 1.5.11 Bumps `springdoc.version` from 1.5.10 to 1.5.11. Updates `springdoc-openapi-ui` from 1.5.10 to 1.5.11 - [Release notes](https://github.com/springdoc/springdoc-openapi/releases) - [Changelog](https://github.com/springdoc/springdoc-openapi/blob/master/CHANGELOG.md) - [Commits](https://github.com/springdoc/springdoc-openapi/compare/v1.5.10...v1.5.11) Updates `springdoc-openapi-kotlin` from 1.5.10 to 1.5.11 - [Release notes](https://github.com/springdoc/springdoc-openapi/releases) - [Changelog](https://github.com/springdoc/springdoc-openapi/blob/master/CHANGELOG.md) - [Commits](https://github.com/springdoc/springdoc-openapi/compare/v1.5.10...v1.5.11) --- updated-dependencies: - dependency-name: org.springdoc:springdoc-openapi-ui dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springdoc:springdoc-openapi-kotlin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- examples/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pom.xml b/examples/pom.xml index 6042892..83f08c5 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -20,7 +20,7 @@ true true - 1.5.10 + 1.5.11 From b88f9d52c8db80f224309616d46c9bfae294da99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Oct 2021 08:04:28 +0000 Subject: [PATCH 022/168] Bump dokka-maven-plugin from 1.5.30 to 1.5.31 Bumps [dokka-maven-plugin](https://github.com/Kotlin/dokka) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e95286d..701487d 100644 --- a/pom.xml +++ b/pom.xml @@ -330,7 +330,7 @@ org.jetbrains.dokka dokka-maven-plugin - 1.5.30 + 1.5.31 package From 123f849e1113fdcd61daf49ee1b21c20012916bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Oct 2021 08:04:33 +0000 Subject: [PATCH 023/168] Bump axon-bom from 4.5.4 to 4.5.5 Bumps [axon-bom](https://github.com/AxonFramework/axon-bom) from 4.5.4 to 4.5.5. - [Release notes](https://github.com/AxonFramework/axon-bom/releases) - [Commits](https://github.com/AxonFramework/axon-bom/compare/axon-4.5.4...axon-4.5.5) --- updated-dependencies: - dependency-name: org.axonframework:axon-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e95286d..21fc488 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ 2.0.11 2.5.5 - 4.5.4 + 4.5.5 4.5 0.1.0 From d6e71215d16b89dca13f499ef5ddc5930578fbd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Oct 2021 08:06:01 +0000 Subject: [PATCH 024/168] Bump protobuf-java from 3.18.0 to 3.18.1 Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.18.0 to 3.18.1. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.18.0...v3.18.1) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- extension/server-plugin/serializer-plugin/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension/server-plugin/serializer-plugin/pom.xml b/extension/server-plugin/serializer-plugin/pom.xml index 9dd3bdb..1b690aa 100644 --- a/extension/server-plugin/serializer-plugin/pom.xml +++ b/extension/server-plugin/serializer-plugin/pom.xml @@ -43,7 +43,7 @@ com.google.protobuf protobuf-java - 3.18.0 + 3.18.1 provided From 08b21f438241a0b0415a2a084d77e625e7ab4f9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Oct 2021 08:04:22 +0000 Subject: [PATCH 025/168] Bump axon-kotlin from 0.1.0 to 0.2.0 Bumps [axon-kotlin](https://github.com/AxonFramework/extension-kotlin) from 0.1.0 to 0.2.0. - [Release notes](https://github.com/AxonFramework/extension-kotlin/releases) - [Commits](https://github.com/AxonFramework/extension-kotlin/compare/axon-kotlin-0.1.0...axon-kotlin-0.2.0) --- updated-dependencies: - dependency-name: org.axonframework.extensions.kotlin:axon-kotlin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e95286d..eeeff4e 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ 4.5.4 4.5 - 0.1.0 + 0.2.0 0.0.2 0.0.5 From 124db8e09386de32b357d3d6e54028d8e871e1c3 Mon Sep 17 00:00:00 2001 From: Simon Zambrovski Date: Fri, 15 Oct 2021 14:40:52 +0200 Subject: [PATCH 026/168] feature: implement automatic release notes creation, fix #122 --- .github/release-notes.yml | 14 ++++++++++++ .github/workflows/release-notes.yml | 33 +++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 .github/release-notes.yml create mode 100644 .github/workflows/release-notes.yml diff --git a/.github/release-notes.yml b/.github/release-notes.yml new file mode 100644 index 0000000..4aba396 --- /dev/null +++ b/.github/release-notes.yml @@ -0,0 +1,14 @@ +changelog: + sections: + - title: ":rocket: Enhancements & Features" + labels: [ "Type: enhancement", "Type: documentation", "Type: example" ] + - title: ":bug: Bug Fixes" + labels: [ "Type: bug" ] + - title: ":hammer_and_wrench: Chore" + labels: [ "Type: dependencies" ] + issues: + exclude: + labels: [ "Type: question" ] + contributors: + exclude: + names: [ "dependabot[bot]" ] diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml new file mode 100644 index 0000000..5e7360d --- /dev/null +++ b/.github/workflows/release-notes.yml @@ -0,0 +1,33 @@ +# Trigger the workflow on milestone events +on: + milestone: + types: [closed] +name: Milestone Closure +jobs: + create-release-notes: + runs-on: ubuntu-latest + steps: + - name: Checkout code + uses: actions/checkout@master + - name: Create Release Notes Markdown + uses: docker://decathlon/release-notes-generator-action:3.1.5 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token + OUTPUT_FOLDER: temp_release_notes + USE_MILESTONE_TITLE: "true" + - name: Get the name of the created Release Notes file and extract Version + run: | + RELEASE_NOTES_FILE=$(ls temp_release_notes/*.md | head -n 1) + echo "RELEASE_NOTES_FILE=$RELEASE_NOTES_FILE" >> $GITHUB_ENV + VERSION=$(echo ${{ github.event.milestone.title }} | cut -d' ' -f2) + echo "VERSION=$VERSION" >> $GITHUB_ENV + - name: Create a Draft Release Notes on GitHub + id: create_release + uses: actions/create-release@v1 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token + with: + tag_name: ${{ env.VERSION }} + release_name: ${{ env.VERSION }} + body_path: ${{ env.RELEASE_NOTES_FILE }} + draft: true From 9add5d3d5086a0263e0d2396ae1c953e63917ac2 Mon Sep 17 00:00:00 2001 From: Simon Zambrovski Date: Fri, 15 Oct 2021 14:41:01 +0200 Subject: [PATCH 027/168] chore: imports --- .../spring/src/main/kotlin/AxonAvroSerializerConfiguration.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/extension/spring/src/main/kotlin/AxonAvroSerializerConfiguration.kt b/extension/spring/src/main/kotlin/AxonAvroSerializerConfiguration.kt index cdd120b..1175339 100644 --- a/extension/spring/src/main/kotlin/AxonAvroSerializerConfiguration.kt +++ b/extension/spring/src/main/kotlin/AxonAvroSerializerConfiguration.kt @@ -1,7 +1,6 @@ package io.holixon.axon.avro.serializer.spring import io.holixon.avro.adapter.api.AvroSchemaReadOnlyRegistry -import io.holixon.avro.adapter.api.AvroSchemaRegistry import io.holixon.axon.avro.serializer.AvroSerializer import org.axonframework.serialization.Serializer import org.springframework.beans.factory.annotation.Qualifier From 98fce4b4c275b8ed26185e8a7ec68289429d7342 Mon Sep 17 00:00:00 2001 From: Simon Zambrovski Date: Fri, 15 Oct 2021 14:41:34 +0200 Subject: [PATCH 028/168] docs: minor docs improvements --- .github/workflows/docs.yml | 2 +- mkdocs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 356053a..3ecb6fd 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -32,7 +32,7 @@ jobs: uses: actions/cache@v2 with: path: ${{ steps.pip-cache.outputs.dir }} - key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }} + key: ${{ runner.os }}-pip-${{ hashFiles('./docs/requirements.txt') }} restore-keys: | ${{ runner.os }}-pip- diff --git a/mkdocs.yml b/mkdocs.yml index 68eba41..e72e1a4 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -37,7 +37,7 @@ theme: name: material features: - navigation.instant # When instant loading is enabled, clicks on all internal links will be intercepted and dispatched via XHR without fully reloading the page - - navigation.tabs # add top level nav items into a horizoneal menu + - navigation.tabs # add top level nav items into a horizontal menu - navigation.tabs.sticky # make horizontal menu sticky (insider feature) - navigation.sections - navigation.top # add "navigate to top" page icon on bottom left From 3aac12bdc856911e769627de1b140cc2795cf1d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Oct 2021 08:04:59 +0000 Subject: [PATCH 029/168] Bump springdoc.version from 1.5.11 to 1.5.12 Bumps `springdoc.version` from 1.5.11 to 1.5.12. Updates `springdoc-openapi-ui` from 1.5.11 to 1.5.12 - [Release notes](https://github.com/springdoc/springdoc-openapi/releases) - [Changelog](https://github.com/springdoc/springdoc-openapi/blob/master/CHANGELOG.md) - [Commits](https://github.com/springdoc/springdoc-openapi/compare/v1.5.11...v1.5.12) Updates `springdoc-openapi-kotlin` from 1.5.11 to 1.5.12 - [Release notes](https://github.com/springdoc/springdoc-openapi/releases) - [Changelog](https://github.com/springdoc/springdoc-openapi/blob/master/CHANGELOG.md) - [Commits](https://github.com/springdoc/springdoc-openapi/compare/v1.5.11...v1.5.12) --- updated-dependencies: - dependency-name: org.springdoc:springdoc-openapi-ui dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springdoc:springdoc-openapi-kotlin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- examples/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pom.xml b/examples/pom.xml index 83f08c5..8bb2785 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -20,7 +20,7 @@ true true - 1.5.11 + 1.5.12 From c5c1358c7084bd8a5096dfff411940af84b56624 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Oct 2021 08:04:58 +0000 Subject: [PATCH 030/168] Bump spring-boot.version from 2.5.5 to 2.5.6 Bumps `spring-boot.version` from 2.5.5 to 2.5.6. Updates `spring-boot-dependencies` from 2.5.5 to 2.5.6 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.5.5...v2.5.6) Updates `spring-boot-maven-plugin` from 2.5.5 to 2.5.6 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.5.5...v2.5.6) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5001a5e..bc6fbb4 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ 11 1.5.31 2.0.11 - 2.5.5 + 2.5.6 4.5.5 4.5 From 01d9e3a00513f187f3d89673591cc6b0600c9a17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Oct 2021 08:05:39 +0000 Subject: [PATCH 031/168] Bump junit-jupiter from 1.16.0 to 1.16.2 Bumps [junit-jupiter](https://github.com/testcontainers/testcontainers-java) from 1.16.0 to 1.16.2. - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/master/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.16.0...1.16.2) --- updated-dependencies: - dependency-name: org.testcontainers:junit-jupiter dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- extension/spring/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension/spring/pom.xml b/extension/spring/pom.xml index 3802f9e..5c9cd75 100644 --- a/extension/spring/pom.xml +++ b/extension/spring/pom.xml @@ -31,7 +31,7 @@ org.testcontainers junit-jupiter - 1.16.0 + 1.16.2 test From 26ae112c5251701a8545b9704b96324b6df34fbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Oct 2021 08:04:28 +0000 Subject: [PATCH 032/168] Bump avro.version from 1.10.2 to 1.11.0 Bumps `avro.version` from 1.10.2 to 1.11.0. Updates `avro` from 1.10.2 to 1.11.0 Updates `avro-maven-plugin` from 1.10.2 to 1.11.0 --- updated-dependencies: - dependency-name: org.apache.avro:avro dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.avro:avro-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5001a5e..555a81d 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ 0.0.5 - 1.10.2 + 1.11.0 1.1.0 1.0.1 From a0f3d13a002ef30f9470869c34f04cb50b5b5fb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Oct 2021 08:03:49 +0000 Subject: [PATCH 033/168] Bump protobuf-java from 3.18.1 to 3.19.1 Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.18.1 to 3.19.1. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.18.1...v3.19.1) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- extension/server-plugin/serializer-plugin/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension/server-plugin/serializer-plugin/pom.xml b/extension/server-plugin/serializer-plugin/pom.xml index 1b690aa..95cd59a 100644 --- a/extension/server-plugin/serializer-plugin/pom.xml +++ b/extension/server-plugin/serializer-plugin/pom.xml @@ -43,7 +43,7 @@ com.google.protobuf protobuf-java - 3.18.1 + 3.19.1 provided From 7e600bcf9c9da5efe133cad75927e462ddb7eef9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Nov 2021 08:04:56 +0000 Subject: [PATCH 034/168] Bump logback-classic from 1.2.6 to 1.2.7 Bumps logback-classic from 1.2.6 to 1.2.7. --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- extension/server-plugin/schema-registry-apicurio-plugin/pom.xml | 2 +- extension/server-plugin/serializer-plugin/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extension/server-plugin/schema-registry-apicurio-plugin/pom.xml b/extension/server-plugin/schema-registry-apicurio-plugin/pom.xml index d05e65c..92b8831 100644 --- a/extension/server-plugin/schema-registry-apicurio-plugin/pom.xml +++ b/extension/server-plugin/schema-registry-apicurio-plugin/pom.xml @@ -28,7 +28,7 @@ ch.qos.logback logback-classic - 1.2.6 + 1.2.7 diff --git a/extension/server-plugin/serializer-plugin/pom.xml b/extension/server-plugin/serializer-plugin/pom.xml index 95cd59a..de1462a 100644 --- a/extension/server-plugin/serializer-plugin/pom.xml +++ b/extension/server-plugin/serializer-plugin/pom.xml @@ -55,7 +55,7 @@ ch.qos.logback logback-classic - 1.2.6 + 1.2.7 From ac9cb34767ede233ca04acec40a97caceed4db31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Nov 2021 08:04:34 +0000 Subject: [PATCH 035/168] Bump dokka-maven-plugin from 1.5.31 to 1.6.0 Bumps [dokka-maven-plugin](https://github.com/Kotlin/dokka) from 1.5.31 to 1.6.0. - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.31...v1.6.0) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8c829f7..301531b 100644 --- a/pom.xml +++ b/pom.xml @@ -329,7 +329,7 @@ org.jetbrains.dokka dokka-maven-plugin - 1.5.31 + 1.6.0 package From 6cf495eabf0bcadfe2f749db7453929dd9ee2689 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Nov 2021 08:06:36 +0000 Subject: [PATCH 036/168] Bump axon-testing-jgiven-core from 0.0.2 to 0.1.0 Bumps axon-testing-jgiven-core from 0.0.2 to 0.1.0. --- updated-dependencies: - dependency-name: io.holixon.axon.testing:axon-testing-jgiven-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8c829f7..abde1ff 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ 4.5 0.2.0 - 0.0.2 + 0.1.0 0.0.5 From ddfc339850419d305e161437cd9723765269b479 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Dec 2021 08:09:55 +0000 Subject: [PATCH 037/168] Bump axon-bom from 4.5.5 to 4.5.7 Bumps [axon-bom](https://github.com/AxonFramework/axon-bom) from 4.5.5 to 4.5.7. - [Release notes](https://github.com/AxonFramework/axon-bom/releases) - [Commits](https://github.com/AxonFramework/axon-bom/compare/axon-4.5.5...axon-4.5.7) --- updated-dependencies: - dependency-name: org.axonframework:axon-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8c829f7..eed6e66 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ 2.0.11 2.5.6 - 4.5.5 + 4.5.7 4.5 0.2.0 From 2e934cd5c210c3f35fbbcf25dbdc94b25a7d1d95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Dec 2021 08:10:09 +0000 Subject: [PATCH 038/168] Bump springdoc.version from 1.5.12 to 1.5.13 Bumps `springdoc.version` from 1.5.12 to 1.5.13. Updates `springdoc-openapi-ui` from 1.5.12 to 1.5.13 - [Release notes](https://github.com/springdoc/springdoc-openapi/releases) - [Changelog](https://github.com/springdoc/springdoc-openapi/blob/master/CHANGELOG.md) - [Commits](https://github.com/springdoc/springdoc-openapi/compare/v1.5.12...v1.5.13) Updates `springdoc-openapi-kotlin` from 1.5.12 to 1.5.13 - [Release notes](https://github.com/springdoc/springdoc-openapi/releases) - [Changelog](https://github.com/springdoc/springdoc-openapi/blob/master/CHANGELOG.md) - [Commits](https://github.com/springdoc/springdoc-openapi/compare/v1.5.12...v1.5.13) --- updated-dependencies: - dependency-name: org.springdoc:springdoc-openapi-ui dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springdoc:springdoc-openapi-kotlin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- examples/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pom.xml b/examples/pom.xml index 8bb2785..2aa30d6 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -20,7 +20,7 @@ true true - 1.5.12 + 1.5.13 From 84da8c43c2379d2a918e24783dbfd6da0d674f0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Dec 2021 08:06:45 +0000 Subject: [PATCH 039/168] Bump kotlin-logging-jvm from 2.0.11 to 2.1.10 Bumps [kotlin-logging-jvm](https://github.com/MicroUtils/kotlin-logging) from 2.0.11 to 2.1.10. - [Release notes](https://github.com/MicroUtils/kotlin-logging/releases) - [Changelog](https://github.com/MicroUtils/kotlin-logging/blob/master/ChangeLog.md) - [Commits](https://github.com/MicroUtils/kotlin-logging/commits) --- updated-dependencies: - dependency-name: io.github.microutils:kotlin-logging-jvm dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8c829f7..89b61a8 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ 11 1.5.31 - 2.0.11 + 2.1.10 2.5.6 4.5.5 From c5f93bd60d2ff9048124b64adcdead00f5f2715c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Dec 2021 08:45:36 +0000 Subject: [PATCH 040/168] Bump kotlin.version from 1.5.31 to 1.6.0 Bumps `kotlin.version` from 1.5.31 to 1.6.0. Updates `kotlin-bom` from 1.5.31 to 1.6.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) Updates `kotlin-maven-allopen` from 1.5.31 to 1.6.0 Updates `kotlin-maven-noarg` from 1.5.31 to 1.6.0 Updates `kotlin-maven-plugin` from 1.5.31 to 1.6.0 --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-bom dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlin:kotlin-maven-allopen dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlin:kotlin-maven-noarg dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8f9617f..864fcf4 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ UTF-8 11 - 1.5.31 + 1.6.0 2.1.10 2.5.6 From 7b8c805d96f5146ca3525726de382863e52dd6cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Dec 2021 08:45:37 +0000 Subject: [PATCH 041/168] Bump spring-boot.version from 2.5.6 to 2.6.1 Bumps `spring-boot.version` from 2.5.6 to 2.6.1. Updates `spring-boot-dependencies` from 2.5.6 to 2.6.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.5.6...v2.6.1) Updates `spring-boot-maven-plugin` from 2.5.6 to 2.6.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.5.6...v2.6.1) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework.boot:spring-boot-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8f9617f..5dd0140 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ 11 1.5.31 2.1.10 - 2.5.6 + 2.6.1 4.5.5 4.5 From 0ba8e11c790fbb3b1b900e40e563442568243f62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Dec 2021 08:05:41 +0000 Subject: [PATCH 042/168] Bump kotlin-logging-jvm from 2.1.10 to 2.1.15 Bumps [kotlin-logging-jvm](https://github.com/MicroUtils/kotlin-logging) from 2.1.10 to 2.1.15. - [Release notes](https://github.com/MicroUtils/kotlin-logging/releases) - [Changelog](https://github.com/MicroUtils/kotlin-logging/blob/master/ChangeLog.md) - [Commits](https://github.com/MicroUtils/kotlin-logging/commits/2.1.15) --- updated-dependencies: - dependency-name: io.github.microutils:kotlin-logging-jvm dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 913197a..5de8c52 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ 11 1.6.0 - 2.1.10 + 2.1.15 2.6.1 4.5.7 From 19b52f50f64cec145ae2345a3e14d2b7fad8e772 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Dec 2021 08:06:59 +0000 Subject: [PATCH 043/168] Bump gitflow-maven-plugin from 1.16.0 to 1.17.0 Bumps [gitflow-maven-plugin](https://github.com/aleksandr-m/gitflow-maven-plugin) from 1.16.0 to 1.17.0. - [Release notes](https://github.com/aleksandr-m/gitflow-maven-plugin/releases) - [Changelog](https://github.com/aleksandr-m/gitflow-maven-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/aleksandr-m/gitflow-maven-plugin/compare/v1.16.0...v1.17.0) --- updated-dependencies: - dependency-name: com.amashchenko.maven.plugin:gitflow-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5de8c52..3a3835d 100644 --- a/pom.xml +++ b/pom.xml @@ -404,7 +404,7 @@ com.amashchenko.maven.plugin gitflow-maven-plugin - 1.16.0 + 1.17.0 master From 73d280d10dfa0dc14e4e7fc18f0722ad9a46e281 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 08:06:39 +0000 Subject: [PATCH 044/168] Bump springdoc.version from 1.5.13 to 1.6.0 Bumps `springdoc.version` from 1.5.13 to 1.6.0. Updates `springdoc-openapi-ui` from 1.5.13 to 1.6.0 - [Release notes](https://github.com/springdoc/springdoc-openapi/releases) - [Changelog](https://github.com/springdoc/springdoc-openapi/blob/master/CHANGELOG.md) - [Commits](https://github.com/springdoc/springdoc-openapi/compare/v1.5.13...v1.6.0) Updates `springdoc-openapi-kotlin` from 1.5.13 to 1.6.0 - [Release notes](https://github.com/springdoc/springdoc-openapi/releases) - [Changelog](https://github.com/springdoc/springdoc-openapi/blob/master/CHANGELOG.md) - [Commits](https://github.com/springdoc/springdoc-openapi/compare/v1.5.13...v1.6.0) --- updated-dependencies: - dependency-name: org.springdoc:springdoc-openapi-ui dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springdoc:springdoc-openapi-kotlin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- examples/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pom.xml b/examples/pom.xml index 2aa30d6..f21a691 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -20,7 +20,7 @@ true true - 1.5.13 + 1.6.0 From b93f4b581a44c4ccfc2888acb38c1bacb66be9c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 08:06:45 +0000 Subject: [PATCH 045/168] Bump kotlin-logging-jvm from 2.1.15 to 2.1.16 Bumps [kotlin-logging-jvm](https://github.com/MicroUtils/kotlin-logging) from 2.1.15 to 2.1.16. - [Release notes](https://github.com/MicroUtils/kotlin-logging/releases) - [Changelog](https://github.com/MicroUtils/kotlin-logging/blob/master/ChangeLog.md) - [Commits](https://github.com/MicroUtils/kotlin-logging/commits) --- updated-dependencies: - dependency-name: io.github.microutils:kotlin-logging-jvm dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3a3835d..caa7384 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ 11 1.6.0 - 2.1.15 + 2.1.16 2.6.1 4.5.7 From 0f50dc475bf6b9ec5c0728399059bdf30528314f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Dec 2021 08:05:31 +0000 Subject: [PATCH 046/168] Bump maven-bundle-plugin from 5.1.2 to 5.1.3 Bumps maven-bundle-plugin from 5.1.2 to 5.1.3. --- updated-dependencies: - dependency-name: org.apache.felix:maven-bundle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- extension/server-plugin/schema-registry-apicurio-plugin/pom.xml | 2 +- extension/server-plugin/serializer-plugin/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extension/server-plugin/schema-registry-apicurio-plugin/pom.xml b/extension/server-plugin/schema-registry-apicurio-plugin/pom.xml index 92b8831..9288e2d 100644 --- a/extension/server-plugin/schema-registry-apicurio-plugin/pom.xml +++ b/extension/server-plugin/schema-registry-apicurio-plugin/pom.xml @@ -71,7 +71,7 @@ org.apache.felix maven-bundle-plugin - 5.1.2 + 5.1.3 true diff --git a/extension/server-plugin/serializer-plugin/pom.xml b/extension/server-plugin/serializer-plugin/pom.xml index de1462a..258df07 100644 --- a/extension/server-plugin/serializer-plugin/pom.xml +++ b/extension/server-plugin/serializer-plugin/pom.xml @@ -70,7 +70,7 @@ org.apache.felix maven-bundle-plugin - 5.1.2 + 5.1.3 true From f61fd035a57d0a2d0b27f1ef6a63c23f54da5768 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Dec 2021 08:06:23 +0000 Subject: [PATCH 047/168] Bump kotlin.version from 1.6.0 to 1.6.10 Bumps `kotlin.version` from 1.6.0 to 1.6.10. Updates `kotlin-bom` from 1.6.0 to 1.6.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) Updates `kotlin-maven-allopen` from 1.6.0 to 1.6.10 Updates `kotlin-maven-noarg` from 1.6.0 to 1.6.10 Updates `kotlin-maven-plugin` from 1.6.0 to 1.6.10 --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-bom dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-maven-allopen dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-maven-noarg dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index caa7384..19f7bbc 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ UTF-8 11 - 1.6.0 + 1.6.10 2.1.16 2.6.1 From 15dc8c1d1873ab4be80683b36c4569590bec0f44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Dec 2021 08:07:06 +0000 Subject: [PATCH 048/168] Bump axon-bom from 4.5.7 to 4.5.8 Bumps [axon-bom](https://github.com/AxonFramework/axon-bom) from 4.5.7 to 4.5.8. - [Release notes](https://github.com/AxonFramework/axon-bom/releases) - [Commits](https://github.com/AxonFramework/axon-bom/compare/axon-4.5.7...axon-4.5.8) --- updated-dependencies: - dependency-name: org.axonframework:axon-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 19f7bbc..fd3b1cf 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ 2.1.16 2.6.1 - 4.5.7 + 4.5.8 4.5 0.2.0 From 94a96b36363615bc11291a9950044e9b94486f8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Dec 2021 08:09:18 +0000 Subject: [PATCH 049/168] Bump springdoc.version from 1.6.0 to 1.6.2 Bumps `springdoc.version` from 1.6.0 to 1.6.2. Updates `springdoc-openapi-ui` from 1.6.0 to 1.6.2 - [Release notes](https://github.com/springdoc/springdoc-openapi/releases) - [Changelog](https://github.com/springdoc/springdoc-openapi/blob/master/CHANGELOG.md) - [Commits](https://github.com/springdoc/springdoc-openapi/compare/v1.6.0...v1.6.2) Updates `springdoc-openapi-kotlin` from 1.6.0 to 1.6.2 - [Release notes](https://github.com/springdoc/springdoc-openapi/releases) - [Changelog](https://github.com/springdoc/springdoc-openapi/blob/master/CHANGELOG.md) - [Commits](https://github.com/springdoc/springdoc-openapi/compare/v1.6.0...v1.6.2) --- updated-dependencies: - dependency-name: org.springdoc:springdoc-openapi-ui dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springdoc:springdoc-openapi-kotlin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- examples/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pom.xml b/examples/pom.xml index f21a691..4226925 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -20,7 +20,7 @@ true true - 1.6.0 + 1.6.2 From 28b925544de8aa2992ebd6a02f1b6f0981eca034 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Dec 2021 08:09:29 +0000 Subject: [PATCH 050/168] Bump kotlin-logging-jvm from 2.1.16 to 2.1.21 Bumps [kotlin-logging-jvm](https://github.com/MicroUtils/kotlin-logging) from 2.1.16 to 2.1.21. - [Release notes](https://github.com/MicroUtils/kotlin-logging/releases) - [Changelog](https://github.com/MicroUtils/kotlin-logging/blob/master/ChangeLog.md) - [Commits](https://github.com/MicroUtils/kotlin-logging/commits/2.1.21) --- updated-dependencies: - dependency-name: io.github.microutils:kotlin-logging-jvm dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 19f7bbc..d1f280d 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ 11 1.6.10 - 2.1.16 + 2.1.21 2.6.1 4.5.7 From ce8f0ffe2b46942f3471bcd33246bf1d33d6b5eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Dec 2021 08:05:18 +0000 Subject: [PATCH 051/168] Bump spring-boot.version from 2.6.1 to 2.6.2 Bumps `spring-boot.version` from 2.6.1 to 2.6.2. Updates `spring-boot-dependencies` from 2.6.1 to 2.6.2 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.6.1...v2.6.2) Updates `spring-boot-maven-plugin` from 2.6.1 to 2.6.2 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.6.1...v2.6.2) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d1f280d..cfdf5fd 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ 11 1.6.10 2.1.21 - 2.6.1 + 2.6.2 4.5.7 4.5 From 53b2e2fe6a75856bb34f2c45ee0aac81e4d8adee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Dec 2021 08:05:11 +0000 Subject: [PATCH 052/168] Bump logback-classic from 1.2.7 to 1.2.10 Bumps logback-classic from 1.2.7 to 1.2.10. --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- extension/server-plugin/schema-registry-apicurio-plugin/pom.xml | 2 +- extension/server-plugin/serializer-plugin/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extension/server-plugin/schema-registry-apicurio-plugin/pom.xml b/extension/server-plugin/schema-registry-apicurio-plugin/pom.xml index 9288e2d..649955f 100644 --- a/extension/server-plugin/schema-registry-apicurio-plugin/pom.xml +++ b/extension/server-plugin/schema-registry-apicurio-plugin/pom.xml @@ -28,7 +28,7 @@ ch.qos.logback logback-classic - 1.2.7 + 1.2.10 diff --git a/extension/server-plugin/serializer-plugin/pom.xml b/extension/server-plugin/serializer-plugin/pom.xml index 258df07..61c85b0 100644 --- a/extension/server-plugin/serializer-plugin/pom.xml +++ b/extension/server-plugin/serializer-plugin/pom.xml @@ -55,7 +55,7 @@ ch.qos.logback logback-classic - 1.2.7 + 1.2.10 From bc5818468278db33e6aebf8360f38dca835c5a1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Dec 2021 08:06:17 +0000 Subject: [PATCH 053/168] Bump springdoc.version from 1.6.2 to 1.6.3 Bumps `springdoc.version` from 1.6.2 to 1.6.3. Updates `springdoc-openapi-ui` from 1.6.2 to 1.6.3 - [Release notes](https://github.com/springdoc/springdoc-openapi/releases) - [Changelog](https://github.com/springdoc/springdoc-openapi/blob/master/CHANGELOG.md) - [Commits](https://github.com/springdoc/springdoc-openapi/compare/v1.6.2...v1.6.3) Updates `springdoc-openapi-kotlin` from 1.6.2 to 1.6.3 - [Release notes](https://github.com/springdoc/springdoc-openapi/releases) - [Changelog](https://github.com/springdoc/springdoc-openapi/blob/master/CHANGELOG.md) - [Commits](https://github.com/springdoc/springdoc-openapi/compare/v1.6.2...v1.6.3) --- updated-dependencies: - dependency-name: org.springdoc:springdoc-openapi-ui dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springdoc:springdoc-openapi-kotlin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- examples/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pom.xml b/examples/pom.xml index 4226925..4d27402 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -20,7 +20,7 @@ true true - 1.6.2 + 1.6.3 From 21f208795a4da76efb1d3bb37fc5eb410fd56153 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Dec 2021 08:04:49 +0000 Subject: [PATCH 054/168] Bump dokka-maven-plugin from 1.6.0 to 1.6.10 Bumps [dokka-maven-plugin](https://github.com/Kotlin/dokka) from 1.6.0 to 1.6.10. - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.6.0...v1.6.10) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d1f280d..9a38393 100644 --- a/pom.xml +++ b/pom.xml @@ -329,7 +329,7 @@ org.jetbrains.dokka dokka-maven-plugin - 1.6.0 + 1.6.10 package From 88a85aea62aa2fded6fda27b72698e90e5ae9b8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jan 2022 08:05:20 +0000 Subject: [PATCH 055/168] Bump maven-bundle-plugin from 5.1.3 to 5.1.4 Bumps maven-bundle-plugin from 5.1.3 to 5.1.4. --- updated-dependencies: - dependency-name: org.apache.felix:maven-bundle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- extension/server-plugin/schema-registry-apicurio-plugin/pom.xml | 2 +- extension/server-plugin/serializer-plugin/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extension/server-plugin/schema-registry-apicurio-plugin/pom.xml b/extension/server-plugin/schema-registry-apicurio-plugin/pom.xml index 649955f..c241e47 100644 --- a/extension/server-plugin/schema-registry-apicurio-plugin/pom.xml +++ b/extension/server-plugin/schema-registry-apicurio-plugin/pom.xml @@ -71,7 +71,7 @@ org.apache.felix maven-bundle-plugin - 5.1.3 + 5.1.4 true diff --git a/extension/server-plugin/serializer-plugin/pom.xml b/extension/server-plugin/serializer-plugin/pom.xml index 61c85b0..dd5ea13 100644 --- a/extension/server-plugin/serializer-plugin/pom.xml +++ b/extension/server-plugin/serializer-plugin/pom.xml @@ -70,7 +70,7 @@ org.apache.felix maven-bundle-plugin - 5.1.3 + 5.1.4 true From a93c6a887153e7227e164976712295a78be8f55d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 08:06:20 +0000 Subject: [PATCH 056/168] Bump build-helper-maven-plugin from 3.2.0 to 3.3.0 Bumps [build-helper-maven-plugin](https://github.com/mojohaus/build-helper-maven-plugin) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/mojohaus/build-helper-maven-plugin/releases) - [Commits](https://github.com/mojohaus/build-helper-maven-plugin/compare/build-helper-maven-plugin-3.2.0...build-helper-maven-plugin-3.3.0) --- updated-dependencies: - dependency-name: org.codehaus.mojo:build-helper-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 45be572..f913651 100644 --- a/pom.xml +++ b/pom.xml @@ -363,7 +363,7 @@ org.codehaus.mojo build-helper-maven-plugin - 3.2.0 + 3.3.0 generate-sources From e35ddab432608e17ce81cda144b4282f01aaf109 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jan 2022 08:06:06 +0000 Subject: [PATCH 057/168] Bump jgiven.version from 1.1.0 to 1.2.0 Bumps `jgiven.version` from 1.1.0 to 1.2.0. Updates `jgiven-maven-plugin` from 1.1.0 to 1.2.0 - [Release notes](https://github.com/TNG/jgiven/releases) - [Changelog](https://github.com/TNG/JGiven/blob/master/CHANGELOG.md) - [Commits](https://github.com/TNG/jgiven/commits) Updates `jgiven-junit5` from 1.1.0 to 1.2.0 - [Release notes](https://github.com/TNG/jgiven/releases) - [Changelog](https://github.com/TNG/JGiven/blob/master/CHANGELOG.md) - [Commits](https://github.com/TNG/jgiven/commits) Updates `jgiven-spring-junit5` from 1.1.0 to 1.2.0 - [Release notes](https://github.com/TNG/jgiven/releases) - [Changelog](https://github.com/TNG/JGiven/blob/master/CHANGELOG.md) - [Commits](https://github.com/TNG/jgiven/commits) Updates `jgiven-html5-report` from 1.1.0 to 1.2.0 - [Release notes](https://github.com/TNG/jgiven/releases) - [Changelog](https://github.com/TNG/JGiven/blob/master/CHANGELOG.md) - [Commits](https://github.com/TNG/jgiven/commits) --- updated-dependencies: - dependency-name: com.tngtech.jgiven:jgiven-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.tngtech.jgiven:jgiven-junit5 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.tngtech.jgiven:jgiven-spring-junit5 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.tngtech.jgiven:jgiven-html5-report dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f913651..d9d1d37 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ 1.11.0 - 1.1.0 + 1.2.0 1.0.1 **/*ITest.* From 19d2d366ec0c025a3abca79ca2b98cfd9e79a475 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 08:07:32 +0000 Subject: [PATCH 058/168] Bump maven-compiler-plugin from 3.8.1 to 3.9.0 Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.8.1 to 3.9.0. - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.8.1...maven-compiler-plugin-3.9.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f913651..89f6583 100644 --- a/pom.xml +++ b/pom.xml @@ -177,7 +177,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.8.1 + 3.9.0 ${project.build.sourceEncoding} 11 From 2a62f7f82a516d8eebe7600f76f767b29d5cb2c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jan 2022 08:07:00 +0000 Subject: [PATCH 059/168] Bump junit-jupiter from 1.16.2 to 1.16.3 Bumps [junit-jupiter](https://github.com/testcontainers/testcontainers-java) from 1.16.2 to 1.16.3. - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/master/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.16.2...1.16.3) --- updated-dependencies: - dependency-name: org.testcontainers:junit-jupiter dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- extension/spring/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension/spring/pom.xml b/extension/spring/pom.xml index 5c9cd75..e509685 100644 --- a/extension/spring/pom.xml +++ b/extension/spring/pom.xml @@ -31,7 +31,7 @@ org.testcontainers junit-jupiter - 1.16.2 + 1.16.3 test From 09458300f7954e442c781103929215723111a2b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jan 2022 08:06:37 +0000 Subject: [PATCH 060/168] Bump spring-boot.version from 2.6.2 to 2.6.3 Bumps `spring-boot.version` from 2.6.2 to 2.6.3. Updates `spring-boot-dependencies` from 2.6.2 to 2.6.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.6.2...v2.6.3) Updates `spring-boot-maven-plugin` from 2.6.2 to 2.6.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.6.2...v2.6.3) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 89f6583..0d2c15d 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ 11 1.6.10 2.1.21 - 2.6.2 + 2.6.3 4.5.8 4.5 From 798809c3a80e9aeba8ab5997eed5b356a389c092 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jan 2022 08:06:01 +0000 Subject: [PATCH 061/168] Bump axon-bom from 4.5.8 to 4.5.11 Bumps [axon-bom](https://github.com/AxonFramework/axon-bom) from 4.5.8 to 4.5.11. - [Release notes](https://github.com/AxonFramework/axon-bom/releases) - [Commits](https://github.com/AxonFramework/axon-bom/compare/axon-4.5.8...axon-4.5.11) --- updated-dependencies: - dependency-name: org.axonframework:axon-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 89f6583..0ffd5a5 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ 2.1.21 2.6.2 - 4.5.8 + 4.5.11 4.5 0.2.0 From ef4fb621e092e8d6ebc86c4f8bf21465f5dc9a26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jan 2022 08:05:07 +0000 Subject: [PATCH 062/168] Bump slf4j-api from 1.7.32 to 1.7.35 Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 1.7.32 to 1.7.35. - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.32...v_1.7.35) --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- lib/fixtures/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fixtures/pom.xml b/lib/fixtures/pom.xml index fb93382..8f299c7 100644 --- a/lib/fixtures/pom.xml +++ b/lib/fixtures/pom.xml @@ -36,7 +36,7 @@ org.slf4j slf4j-api - 1.7.32 + 1.7.35 From 456aab039c394e85e1a09c85c78cefadab2b924d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jan 2022 08:04:58 +0000 Subject: [PATCH 063/168] Bump protobuf-java from 3.19.1 to 3.19.4 Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.19.1 to 3.19.4. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.19.1...v3.19.4) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- extension/server-plugin/serializer-plugin/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension/server-plugin/serializer-plugin/pom.xml b/extension/server-plugin/serializer-plugin/pom.xml index 61c85b0..8ce0cb2 100644 --- a/extension/server-plugin/serializer-plugin/pom.xml +++ b/extension/server-plugin/serializer-plugin/pom.xml @@ -43,7 +43,7 @@ com.google.protobuf protobuf-java - 3.19.1 + 3.19.4 provided From 307723f8be768fa8ca593451200f6b075fc329af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Feb 2022 08:06:07 +0000 Subject: [PATCH 064/168] Bump springdoc.version from 1.6.3 to 1.6.6 Bumps `springdoc.version` from 1.6.3 to 1.6.6. Updates `springdoc-openapi-ui` from 1.6.3 to 1.6.6 - [Release notes](https://github.com/springdoc/springdoc-openapi/releases) - [Changelog](https://github.com/springdoc/springdoc-openapi/blob/master/CHANGELOG.md) - [Commits](https://github.com/springdoc/springdoc-openapi/compare/v1.6.3...v1.6.6) Updates `springdoc-openapi-kotlin` from 1.6.3 to 1.6.6 - [Release notes](https://github.com/springdoc/springdoc-openapi/releases) - [Changelog](https://github.com/springdoc/springdoc-openapi/blob/master/CHANGELOG.md) - [Commits](https://github.com/springdoc/springdoc-openapi/compare/v1.6.3...v1.6.6) --- updated-dependencies: - dependency-name: org.springdoc:springdoc-openapi-ui dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springdoc:springdoc-openapi-kotlin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- examples/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pom.xml b/examples/pom.xml index 4d27402..6acfd01 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -20,7 +20,7 @@ true true - 1.6.3 + 1.6.6 From c11be8443a87f4ae7da642f414f5311b2f268527 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Feb 2022 08:07:33 +0000 Subject: [PATCH 065/168] Bump slf4j-api from 1.7.35 to 1.7.36 Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 1.7.35 to 1.7.36. - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.35...v_1.7.36) --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- lib/fixtures/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fixtures/pom.xml b/lib/fixtures/pom.xml index 8f299c7..94360fb 100644 --- a/lib/fixtures/pom.xml +++ b/lib/fixtures/pom.xml @@ -36,7 +36,7 @@ org.slf4j slf4j-api - 1.7.35 + 1.7.36 From b673ee3a84db7223cb6f128bdc465ea688cc03a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Feb 2022 08:06:25 +0000 Subject: [PATCH 066/168] Bump maven-compiler-plugin from 3.9.0 to 3.10.0 Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.9.0 to 3.10.0. - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.9.0...maven-compiler-plugin-3.10.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 89f6583..f92bb4c 100644 --- a/pom.xml +++ b/pom.xml @@ -177,7 +177,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.9.0 + 3.10.0 ${project.build.sourceEncoding} 11 From b75667220e8a59b6fffc5902377b9d48fec67081 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Feb 2022 08:05:59 +0000 Subject: [PATCH 067/168] Bump nexus-staging-maven-plugin from 1.6.8 to 1.6.11 Bumps nexus-staging-maven-plugin from 1.6.8 to 1.6.11. --- updated-dependencies: - dependency-name: org.sonatype.plugins:nexus-staging-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 89f6583..9e0b959 100644 --- a/pom.xml +++ b/pom.xml @@ -459,7 +459,7 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.8 + 1.6.11 true ossrh From a2d0483db6e34d4d382ae9111c0a9767852dc57e Mon Sep 17 00:00:00 2001 From: Jonas Engler Date: Tue, 22 Feb 2022 10:29:48 +0100 Subject: [PATCH 068/168] fix: removed CommandLineRunner, added schema registrar bean with scheduled registering --- .../BankAccountExampleKotlinApplication.kt | 27 ++++++------------- .../src/main/kotlin/SchemaRegistrar.kt | 21 +++++++++++++++ 2 files changed, 29 insertions(+), 19 deletions(-) create mode 100644 examples/bankaccount-springboot-kotlin/src/main/kotlin/SchemaRegistrar.kt diff --git a/examples/bankaccount-springboot-kotlin/src/main/kotlin/BankAccountExampleKotlinApplication.kt b/examples/bankaccount-springboot-kotlin/src/main/kotlin/BankAccountExampleKotlinApplication.kt index c2e41f7..f05f504 100644 --- a/examples/bankaccount-springboot-kotlin/src/main/kotlin/BankAccountExampleKotlinApplication.kt +++ b/examples/bankaccount-springboot-kotlin/src/main/kotlin/BankAccountExampleKotlinApplication.kt @@ -1,35 +1,31 @@ package io.holixon.axon.avro.examples.bankaccount import bankaccount.BankAccount -import bankaccount.event.BankAccountCreated -import bankaccount.event.MoneyDeposited -import bankaccount.event.MoneyWithdrawn import bankaccount.projection.CurrentBalanceProjection import bankaccount.query.CurrentBalanceQueries +import com.thoughtworks.xstream.XStream +import com.thoughtworks.xstream.security.AnyTypePermission import io.apicurio.registry.rest.client.RegistryClient -import io.holixon.avro.adapter.api.AvroSchemaRegistry import io.holixon.avro.adapter.common.AvroAdapterDefault import io.holixon.avro.adapter.registry.apicurio.ApicurioAvroSchemaRegistry import io.holixon.avro.adapter.registry.apicurio.AvroAdapterApicurioRest import io.holixon.avro.adapter.registry.apicurio.client.GroupAwareRegistryClient -import io.holixon.axon.avro.serializer.spring.AxonAvroSerializerConfiguration import io.holixon.axon.avro.serializer.spring.EnableAxonAvroSerializer import org.axonframework.queryhandling.QueryGateway -import org.springframework.beans.factory.annotation.Autowired import org.springframework.beans.factory.annotation.Value -import org.springframework.boot.CommandLineRunner import org.springframework.boot.autoconfigure.SpringBootApplication import org.springframework.boot.runApplication import org.springframework.context.annotation.Bean import org.springframework.context.annotation.ComponentScan -import org.springframework.context.annotation.Import +import org.springframework.scheduling.annotation.EnableScheduling fun main(args: Array) = runApplication(*args).let { } @SpringBootApplication @ComponentScan(basePackageClasses = [BankAccountExampleKotlinApplication::class, BankAccount::class]) @EnableAxonAvroSerializer -class BankAccountExampleKotlinApplication : CommandLineRunner { +@EnableScheduling +class BankAccountExampleKotlinApplication { @Bean fun projection() = CurrentBalanceProjection() @@ -43,20 +39,13 @@ class BankAccountExampleKotlinApplication : CommandLineRunner { @Value("\${apicurio.registry.port}") port: Int ): RegistryClient = AvroAdapterApicurioRest.registryRestClient(host, port) + @Bean + fun xStream() = XStream().apply { this.addPermission(AnyTypePermission.ANY) } + @Bean fun avroSchemaRegistry(apicurioRegistryClient: RegistryClient) = ApicurioAvroSchemaRegistry( client = GroupAwareRegistryClient(apicurioRegistryClient, AvroAdapterDefault.schemaIdSupplier, AvroAdapterDefault.schemaRevisionResolver), schemaIdSupplier = AvroAdapterDefault.schemaIdSupplier, schemaRevisionResolver = AvroAdapterDefault.schemaRevisionResolver ) - - @Autowired - lateinit var schemaRegistry: AvroSchemaRegistry - - override fun run(vararg args: String?) { - - schemaRegistry.register(BankAccountCreated.getClassSchema()) - schemaRegistry.register(MoneyDeposited.getClassSchema()) - schemaRegistry.register(MoneyWithdrawn.getClassSchema()) - } } diff --git a/examples/bankaccount-springboot-kotlin/src/main/kotlin/SchemaRegistrar.kt b/examples/bankaccount-springboot-kotlin/src/main/kotlin/SchemaRegistrar.kt new file mode 100644 index 0000000..d008faa --- /dev/null +++ b/examples/bankaccount-springboot-kotlin/src/main/kotlin/SchemaRegistrar.kt @@ -0,0 +1,21 @@ +package io.holixon.axon.avro.examples.bankaccount + +import bankaccount.event.BankAccountCreated +import bankaccount.event.MoneyDeposited +import bankaccount.event.MoneyWithdrawn +import io.holixon.avro.adapter.api.AvroSchemaRegistry +import org.springframework.scheduling.annotation.Scheduled +import org.springframework.stereotype.Component + +@Component +class SchemaRegistrar( + private val schemaRegistry: AvroSchemaRegistry +) { + @Scheduled(initialDelayString = "PT5S", fixedDelayString = "PT1H") + fun run() { + + schemaRegistry.register(BankAccountCreated.getClassSchema()) + schemaRegistry.register(MoneyDeposited.getClassSchema()) + schemaRegistry.register(MoneyWithdrawn.getClassSchema()) + } +} From 62ceb17c7f0db264bba900a810ceeee500bd697e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Feb 2022 09:37:29 +0000 Subject: [PATCH 069/168] Bump maven-javadoc-plugin from 3.3.1 to 3.3.2 Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.3.1 to 3.3.2. - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.3.1...maven-javadoc-plugin-3.3.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 89f6583..05d9482 100644 --- a/pom.xml +++ b/pom.xml @@ -177,7 +177,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.9.0 + 3.10.0 ${project.build.sourceEncoding} 11 @@ -348,7 +348,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.3.1 + 3.3.2 attach-javadocs @@ -459,7 +459,7 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.8 + 1.6.11 true ossrh From 5e115cd4427d8ee7035614d64529c3a38261a83c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Feb 2022 09:37:37 +0000 Subject: [PATCH 070/168] Bump gitflow-maven-plugin from 1.17.0 to 1.18.0 Bumps [gitflow-maven-plugin](https://github.com/aleksandr-m/gitflow-maven-plugin) from 1.17.0 to 1.18.0. - [Release notes](https://github.com/aleksandr-m/gitflow-maven-plugin/releases) - [Changelog](https://github.com/aleksandr-m/gitflow-maven-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/aleksandr-m/gitflow-maven-plugin/compare/v1.17.0...v1.18.0) --- updated-dependencies: - dependency-name: com.amashchenko.maven.plugin:gitflow-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 89f6583..deff3a5 100644 --- a/pom.xml +++ b/pom.xml @@ -177,7 +177,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.9.0 + 3.10.0 ${project.build.sourceEncoding} 11 @@ -404,7 +404,7 @@ com.amashchenko.maven.plugin gitflow-maven-plugin - 1.17.0 + 1.18.0 master @@ -459,7 +459,7 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.8 + 1.6.11 true ossrh From fc64e2d18a3e10f2b74a8f7e3daae6f25019a1dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Feb 2022 08:06:12 +0000 Subject: [PATCH 071/168] chore(deps): bump nexus-staging-maven-plugin from 1.6.11 to 1.6.12 Bumps nexus-staging-maven-plugin from 1.6.11 to 1.6.12. --- updated-dependencies: - dependency-name: org.sonatype.plugins:nexus-staging-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 95a61e9..31cef51 100644 --- a/pom.xml +++ b/pom.xml @@ -459,7 +459,7 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.11 + 1.6.12 true ossrh From 2dc4a9b77d8e113660f27f512c8b27e27e878d2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Feb 2022 08:07:35 +0000 Subject: [PATCH 072/168] chore(deps): bump spring-boot.version from 2.6.3 to 2.6.4 Bumps `spring-boot.version` from 2.6.3 to 2.6.4. Updates `spring-boot-dependencies` from 2.6.3 to 2.6.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.6.3...v2.6.4) Updates `spring-boot-maven-plugin` from 2.6.3 to 2.6.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.6.3...v2.6.4) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 31cef51..c6e365b 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ 11 1.6.10 2.1.21 - 2.6.3 + 2.6.4 4.5.11 4.5 From f2e070055981abcbfea12054d49df583f859bf99 Mon Sep 17 00:00:00 2001 From: Jan Galinski Date: Fri, 25 Feb 2022 09:54:49 +0100 Subject: [PATCH 073/168] use axon server 4.5.8 --- .../spring/src/test/kotlin/container/AxonServerContainer.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension/spring/src/test/kotlin/container/AxonServerContainer.kt b/extension/spring/src/test/kotlin/container/AxonServerContainer.kt index a33a149..bc68ec8 100644 --- a/extension/spring/src/test/kotlin/container/AxonServerContainer.kt +++ b/extension/spring/src/test/kotlin/container/AxonServerContainer.kt @@ -9,7 +9,7 @@ import org.testcontainers.containers.wait.strategy.Wait /** * Axon test container. */ -class AxonServerContainer : GenericContainer("axoniq/axonserver:4.5.7") { +class AxonServerContainer() : GenericContainer("axoniq/axonserver:4.5.8") { companion object : KLogging() init { From ac6861565b417fcf21b8d8b60caa6f9619e02ea0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Mar 2022 08:05:16 +0000 Subject: [PATCH 074/168] chore(deps): bump logback-classic from 1.2.10 to 1.2.11 Bumps logback-classic from 1.2.10 to 1.2.11. --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- extension/server-plugin/schema-registry-apicurio-plugin/pom.xml | 2 +- extension/server-plugin/serializer-plugin/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extension/server-plugin/schema-registry-apicurio-plugin/pom.xml b/extension/server-plugin/schema-registry-apicurio-plugin/pom.xml index c241e47..b42b7d3 100644 --- a/extension/server-plugin/schema-registry-apicurio-plugin/pom.xml +++ b/extension/server-plugin/schema-registry-apicurio-plugin/pom.xml @@ -28,7 +28,7 @@ ch.qos.logback logback-classic - 1.2.10 + 1.2.11 diff --git a/extension/server-plugin/serializer-plugin/pom.xml b/extension/server-plugin/serializer-plugin/pom.xml index dd5ea13..4cd4551 100644 --- a/extension/server-plugin/serializer-plugin/pom.xml +++ b/extension/server-plugin/serializer-plugin/pom.xml @@ -55,7 +55,7 @@ ch.qos.logback logback-classic - 1.2.10 + 1.2.11 From ec6b4d8f7fa7895a66943f9c2c564487f983a4ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Mar 2022 08:05:23 +0000 Subject: [PATCH 075/168] chore(deps): bump jgiven-kotlin from 1.0.1 to 1.2.0 Bumps [jgiven-kotlin](https://github.com/toolisticon/jgiven-kotlin) from 1.0.1 to 1.2.0. - [Release notes](https://github.com/toolisticon/jgiven-kotlin/releases) - [Commits](https://github.com/toolisticon/jgiven-kotlin/compare/1.0.1...1.2.0) --- updated-dependencies: - dependency-name: io.toolisticon.testing:jgiven-kotlin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 31cef51..dcee7a4 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ 1.11.0 1.2.0 - 1.0.1 + 1.2.0 **/*ITest.* **/itest/**/*.* From 378fe76276b145a5409a748e3a6dac2777ac9602 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Mar 2022 08:06:05 +0000 Subject: [PATCH 076/168] chore(deps): bump maven-compiler-plugin from 3.10.0 to 3.10.1 Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.10.0 to 3.10.1. - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.10.0...maven-compiler-plugin-3.10.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 31cef51..d50d97b 100644 --- a/pom.xml +++ b/pom.xml @@ -177,7 +177,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.10.0 + 3.10.1 ${project.build.sourceEncoding} 11 From 01e15d3fc8374a77d3a7a5b5f6ebbc4fa7aae6b0 Mon Sep 17 00:00:00 2001 From: Jan Galinski Date: Sat, 19 Mar 2022 17:33:57 +0100 Subject: [PATCH 077/168] adopt adapter 0.1.0, fixes #190 --- .../src/main/kotlin/BankAccountExampleKotlinApplication.kt | 3 +-- .../AxonAvroSchemaRegistryApicurioPluginProperties.kt | 3 +-- .../AvroSingleObjectEncodedToJsonReadEventInterceptor.kt | 7 ++++--- pom.xml | 2 +- 4 files changed, 7 insertions(+), 8 deletions(-) diff --git a/examples/bankaccount-springboot-kotlin/src/main/kotlin/BankAccountExampleKotlinApplication.kt b/examples/bankaccount-springboot-kotlin/src/main/kotlin/BankAccountExampleKotlinApplication.kt index f05f504..4438bbb 100644 --- a/examples/bankaccount-springboot-kotlin/src/main/kotlin/BankAccountExampleKotlinApplication.kt +++ b/examples/bankaccount-springboot-kotlin/src/main/kotlin/BankAccountExampleKotlinApplication.kt @@ -9,7 +9,6 @@ import io.apicurio.registry.rest.client.RegistryClient import io.holixon.avro.adapter.common.AvroAdapterDefault import io.holixon.avro.adapter.registry.apicurio.ApicurioAvroSchemaRegistry import io.holixon.avro.adapter.registry.apicurio.AvroAdapterApicurioRest -import io.holixon.avro.adapter.registry.apicurio.client.GroupAwareRegistryClient import io.holixon.axon.avro.serializer.spring.EnableAxonAvroSerializer import org.axonframework.queryhandling.QueryGateway import org.springframework.beans.factory.annotation.Value @@ -44,7 +43,7 @@ class BankAccountExampleKotlinApplication { @Bean fun avroSchemaRegistry(apicurioRegistryClient: RegistryClient) = ApicurioAvroSchemaRegistry( - client = GroupAwareRegistryClient(apicurioRegistryClient, AvroAdapterDefault.schemaIdSupplier, AvroAdapterDefault.schemaRevisionResolver), + client = apicurioRegistryClient, schemaIdSupplier = AvroAdapterDefault.schemaIdSupplier, schemaRevisionResolver = AvroAdapterDefault.schemaRevisionResolver ) diff --git a/extension/server-plugin/schema-registry-apicurio-plugin/src/main/kotlin/apicurio/properties/AxonAvroSchemaRegistryApicurioPluginProperties.kt b/extension/server-plugin/schema-registry-apicurio-plugin/src/main/kotlin/apicurio/properties/AxonAvroSchemaRegistryApicurioPluginProperties.kt index d538db6..b8290e5 100644 --- a/extension/server-plugin/schema-registry-apicurio-plugin/src/main/kotlin/apicurio/properties/AxonAvroSchemaRegistryApicurioPluginProperties.kt +++ b/extension/server-plugin/schema-registry-apicurio-plugin/src/main/kotlin/apicurio/properties/AxonAvroSchemaRegistryApicurioPluginProperties.kt @@ -69,8 +69,7 @@ data class AxonAvroSchemaRegistryApicurioPluginProperties( ApicurioAvroSchemaRegistry( client = AvroAdapterApicurioRest.registryRestClient(host, port, https), schemaIdSupplier = AvroAdapterDefault.schemaIdSupplier, - schemaRevisionResolver = AvroAdapterDefault.schemaRevisionResolver, - group = AvroAdapterApicurioRest.DEFAULT_GROUP + schemaRevisionResolver = AvroAdapterDefault.schemaRevisionResolver ) } } diff --git a/extension/server-plugin/serializer-plugin/src/main/kotlin/AvroSingleObjectEncodedToJsonReadEventInterceptor.kt b/extension/server-plugin/serializer-plugin/src/main/kotlin/AvroSingleObjectEncodedToJsonReadEventInterceptor.kt index 1d8d3f0..ac21e65 100644 --- a/extension/server-plugin/serializer-plugin/src/main/kotlin/AvroSingleObjectEncodedToJsonReadEventInterceptor.kt +++ b/extension/server-plugin/serializer-plugin/src/main/kotlin/AvroSingleObjectEncodedToJsonReadEventInterceptor.kt @@ -5,6 +5,7 @@ import io.axoniq.axonserver.grpc.SerializedObject import io.axoniq.axonserver.grpc.event.Event import io.axoniq.axonserver.plugin.ExecutionContext import io.axoniq.axonserver.plugin.interceptor.ReadEventInterceptor +import io.holixon.avro.adapter.api.JsonStringAndSchemaId import io.holixon.avro.adapter.api.ext.ByteArrayExt.toHexString import io.holixon.avro.adapter.common.AvroAdapterDefault.isAvroSingleObjectEncoded import io.holixon.axon.avro.serializer.plugin.ext.ExecutionContextExt.data @@ -47,12 +48,12 @@ class AvroSingleObjectEncodedToJsonReadEventInterceptor : ReadEventInterceptor { serviceReference = bundleContext.findSchemaRegistryProvider() ) { jsonConverter -> - val json = jsonConverter.convert(payloadBytes) - logger.debug { "JSON from registry: $json" } + val jsonConverted: JsonStringAndSchemaId = jsonConverter.convert(payloadBytes) + logger.debug { "JSON from registry: $jsonConverted" } val result = Event.newBuilder(event) .setPayload( SerializedObject.newBuilder(event.payload) - .setData(ByteString.copyFrom(json, Charsets.UTF_8)) + .setData(ByteString.copyFrom(jsonConverted.json, Charsets.UTF_8)) .build() ) .build() diff --git a/pom.xml b/pom.xml index 731aa52..ba62818 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ 0.2.0 0.1.0 - 0.0.5 + 0.1.0 1.11.0 From 889876dc634281e7eab0c657062f26a55f33d3d5 Mon Sep 17 00:00:00 2001 From: Jan Galinski Date: Sun, 20 Mar 2022 11:12:08 +0100 Subject: [PATCH 078/168] fix package layout --- .../{apicurio => }/ApicurioSingleObjectToJsonConverterProvider.kt | 0 .../kotlin/{apicurio => }/AxonSchemaRegistryApicurioPlugin.kt | 0 .../src/main/kotlin/{apicurio => }/cache/CachingSchemaResolver.kt | 0 .../AxonAvroSchemaRegistryApicurioPluginConfigurationListener.kt | 0 .../properties/AxonAvroSchemaRegistryApicurioPluginProperties.kt | 0 .../AxonAvroSchemaRegistryApicurioPluginPropertiesProvider.kt | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename extension/server-plugin/schema-registry-apicurio-plugin/src/main/kotlin/{apicurio => }/ApicurioSingleObjectToJsonConverterProvider.kt (100%) rename extension/server-plugin/schema-registry-apicurio-plugin/src/main/kotlin/{apicurio => }/AxonSchemaRegistryApicurioPlugin.kt (100%) rename extension/server-plugin/schema-registry-apicurio-plugin/src/main/kotlin/{apicurio => }/cache/CachingSchemaResolver.kt (100%) rename extension/server-plugin/schema-registry-apicurio-plugin/src/main/kotlin/{apicurio => }/properties/AxonAvroSchemaRegistryApicurioPluginConfigurationListener.kt (100%) rename extension/server-plugin/schema-registry-apicurio-plugin/src/main/kotlin/{apicurio => }/properties/AxonAvroSchemaRegistryApicurioPluginProperties.kt (100%) rename extension/server-plugin/schema-registry-apicurio-plugin/src/main/kotlin/{apicurio => }/properties/AxonAvroSchemaRegistryApicurioPluginPropertiesProvider.kt (100%) diff --git a/extension/server-plugin/schema-registry-apicurio-plugin/src/main/kotlin/apicurio/ApicurioSingleObjectToJsonConverterProvider.kt b/extension/server-plugin/schema-registry-apicurio-plugin/src/main/kotlin/ApicurioSingleObjectToJsonConverterProvider.kt similarity index 100% rename from extension/server-plugin/schema-registry-apicurio-plugin/src/main/kotlin/apicurio/ApicurioSingleObjectToJsonConverterProvider.kt rename to extension/server-plugin/schema-registry-apicurio-plugin/src/main/kotlin/ApicurioSingleObjectToJsonConverterProvider.kt diff --git a/extension/server-plugin/schema-registry-apicurio-plugin/src/main/kotlin/apicurio/AxonSchemaRegistryApicurioPlugin.kt b/extension/server-plugin/schema-registry-apicurio-plugin/src/main/kotlin/AxonSchemaRegistryApicurioPlugin.kt similarity index 100% rename from extension/server-plugin/schema-registry-apicurio-plugin/src/main/kotlin/apicurio/AxonSchemaRegistryApicurioPlugin.kt rename to extension/server-plugin/schema-registry-apicurio-plugin/src/main/kotlin/AxonSchemaRegistryApicurioPlugin.kt diff --git a/extension/server-plugin/schema-registry-apicurio-plugin/src/main/kotlin/apicurio/cache/CachingSchemaResolver.kt b/extension/server-plugin/schema-registry-apicurio-plugin/src/main/kotlin/cache/CachingSchemaResolver.kt similarity index 100% rename from extension/server-plugin/schema-registry-apicurio-plugin/src/main/kotlin/apicurio/cache/CachingSchemaResolver.kt rename to extension/server-plugin/schema-registry-apicurio-plugin/src/main/kotlin/cache/CachingSchemaResolver.kt diff --git a/extension/server-plugin/schema-registry-apicurio-plugin/src/main/kotlin/apicurio/properties/AxonAvroSchemaRegistryApicurioPluginConfigurationListener.kt b/extension/server-plugin/schema-registry-apicurio-plugin/src/main/kotlin/properties/AxonAvroSchemaRegistryApicurioPluginConfigurationListener.kt similarity index 100% rename from extension/server-plugin/schema-registry-apicurio-plugin/src/main/kotlin/apicurio/properties/AxonAvroSchemaRegistryApicurioPluginConfigurationListener.kt rename to extension/server-plugin/schema-registry-apicurio-plugin/src/main/kotlin/properties/AxonAvroSchemaRegistryApicurioPluginConfigurationListener.kt diff --git a/extension/server-plugin/schema-registry-apicurio-plugin/src/main/kotlin/apicurio/properties/AxonAvroSchemaRegistryApicurioPluginProperties.kt b/extension/server-plugin/schema-registry-apicurio-plugin/src/main/kotlin/properties/AxonAvroSchemaRegistryApicurioPluginProperties.kt similarity index 100% rename from extension/server-plugin/schema-registry-apicurio-plugin/src/main/kotlin/apicurio/properties/AxonAvroSchemaRegistryApicurioPluginProperties.kt rename to extension/server-plugin/schema-registry-apicurio-plugin/src/main/kotlin/properties/AxonAvroSchemaRegistryApicurioPluginProperties.kt diff --git a/extension/server-plugin/schema-registry-apicurio-plugin/src/main/kotlin/apicurio/properties/AxonAvroSchemaRegistryApicurioPluginPropertiesProvider.kt b/extension/server-plugin/schema-registry-apicurio-plugin/src/main/kotlin/properties/AxonAvroSchemaRegistryApicurioPluginPropertiesProvider.kt similarity index 100% rename from extension/server-plugin/schema-registry-apicurio-plugin/src/main/kotlin/apicurio/properties/AxonAvroSchemaRegistryApicurioPluginPropertiesProvider.kt rename to extension/server-plugin/schema-registry-apicurio-plugin/src/main/kotlin/properties/AxonAvroSchemaRegistryApicurioPluginPropertiesProvider.kt From 6e910478430f3fc8d17ecb63594ca2c9dc4d3bae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Mar 2022 08:06:46 +0000 Subject: [PATCH 079/168] chore(deps): bump axon-bom from 4.5.11 to 4.5.12 Bumps [axon-bom](https://github.com/AxonFramework/axon-bom) from 4.5.11 to 4.5.12. - [Release notes](https://github.com/AxonFramework/axon-bom/releases) - [Commits](https://github.com/AxonFramework/axon-bom/compare/axon-4.5.11...axon-4.5.12) --- updated-dependencies: - dependency-name: org.axonframework:axon-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ba62818..d6c7781 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ 2.1.21 2.6.4 - 4.5.11 + 4.5.12 4.5 0.2.0 From e0f5688244d3b31ba09d67385a1232b509efdcfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 08:07:44 +0000 Subject: [PATCH 080/168] chore(deps): bump spring-boot.version from 2.6.4 to 2.6.6 Bumps `spring-boot.version` from 2.6.4 to 2.6.6. Updates `spring-boot-dependencies` from 2.6.4 to 2.6.6 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.6.4...v2.6.6) Updates `spring-boot-maven-plugin` from 2.6.4 to 2.6.6 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.6.4...v2.6.6) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ba62818..16a7acc 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ 11 1.6.10 2.1.21 - 2.6.4 + 2.6.6 4.5.11 4.5 From 0ba7cd7255572a3bddebe821f99e7dec3f5eefba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 08:07:19 +0000 Subject: [PATCH 081/168] chore(deps): bump kotlin.version from 1.6.10 to 1.6.20 Bumps `kotlin.version` from 1.6.10 to 1.6.20. Updates `kotlin-bom` from 1.6.10 to 1.6.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.6.20/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.6.10...v1.6.20) Updates `kotlin-maven-allopen` from 1.6.10 to 1.6.20 Updates `kotlin-maven-noarg` from 1.6.10 to 1.6.20 Updates `kotlin-maven-plugin` from 1.6.10 to 1.6.20 --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-bom dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-maven-allopen dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-maven-noarg dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ba62818..ce555b8 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ UTF-8 11 - 1.6.10 + 1.6.20 2.1.21 2.6.4 From 727f2b172af3d0cc8acf977dbb35816fd7076f67 Mon Sep 17 00:00:00 2001 From: Simon Zambrovski Date: Mon, 4 Apr 2022 22:57:55 +0200 Subject: [PATCH 082/168] chore: fix surefire/failsafe version, remove duplicate plugin declaration --- pom.xml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index ba62818..f662e89 100644 --- a/pom.xml +++ b/pom.xml @@ -146,12 +146,6 @@ 3.1.0 - - org.apache.avro - avro-maven-plugin - ${avro.version} - - org.jacoco @@ -281,7 +275,7 @@ maven-surefire-plugin - 3.0.0-M5 + 2.22.2 false kill @@ -304,7 +298,7 @@ org.apache.maven.plugins maven-failsafe-plugin - 3.0.0-M5 + 2.22.2 From fec714508c6a51df42f35bcf702dd0d33d7d5702 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Apr 2022 08:05:23 +0000 Subject: [PATCH 083/168] chore(deps): bump maven-clean-plugin from 3.1.0 to 3.2.0 Bumps [maven-clean-plugin](https://github.com/apache/maven-clean-plugin) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/apache/maven-clean-plugin/releases) - [Commits](https://github.com/apache/maven-clean-plugin/compare/maven-clean-plugin-3.1.0...maven-clean-plugin-3.2.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-clean-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6747a80..446c85a 100644 --- a/pom.xml +++ b/pom.xml @@ -143,7 +143,7 @@ org.apache.maven.plugins maven-clean-plugin - 3.1.0 + 3.2.0 From c860fda526d6a94899bc86189cd1fdeb6e3ee4ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Apr 2022 08:07:27 +0000 Subject: [PATCH 084/168] chore(deps): bump jacoco-maven-plugin from 0.8.7 to 0.8.8 Bumps [jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.7 to 0.8.8. - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](https://github.com/jacoco/jacoco/compare/v0.8.7...v0.8.8) --- updated-dependencies: - dependency-name: org.jacoco:jacoco-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6747a80..1a26f07 100644 --- a/pom.xml +++ b/pom.xml @@ -150,7 +150,7 @@ org.jacoco jacoco-maven-plugin - 0.8.7 + 0.8.8 pre-unit-test From 6e8df2afd745479642e2e9aaca061d0e21c4642d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Apr 2022 08:08:06 +0000 Subject: [PATCH 085/168] chore(deps): bump dokka-maven-plugin from 1.6.10 to 1.6.20 Bumps [dokka-maven-plugin](https://github.com/Kotlin/dokka) from 1.6.10 to 1.6.20. - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/commits) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1a26f07..e8658f7 100644 --- a/pom.xml +++ b/pom.xml @@ -323,7 +323,7 @@ org.jetbrains.dokka dokka-maven-plugin - 1.6.10 + 1.6.20 package From baa5dff34cae1a033f114b9e17dad4ffa5b13bdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Apr 2022 08:06:42 +0000 Subject: [PATCH 086/168] chore(deps): bump kotlin.version from 1.6.20 to 1.6.21 Bumps `kotlin.version` from 1.6.20 to 1.6.21. Updates `kotlin-bom` from 1.6.20 to 1.6.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.6.21/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.6.20...v1.6.21) Updates `kotlin-maven-allopen` from 1.6.20 to 1.6.21 Updates `kotlin-maven-noarg` from 1.6.20 to 1.6.21 Updates `kotlin-maven-plugin` from 1.6.20 to 1.6.21 --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-bom dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-maven-allopen dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-maven-noarg dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e8658f7..4556f21 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ UTF-8 11 - 1.6.20 + 1.6.21 2.1.21 2.6.6 From 5ae623d17413768c99c53a61b70f041dfceba484 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Apr 2022 08:06:20 +0000 Subject: [PATCH 087/168] chore(deps): bump maven-javadoc-plugin from 3.3.2 to 3.4.0 Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.3.2 to 3.4.0. - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.3.2...maven-javadoc-plugin-3.4.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e8658f7..6547dcc 100644 --- a/pom.xml +++ b/pom.xml @@ -342,7 +342,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.3.2 + 3.4.0 attach-javadocs From e3a46a1f1c36413d6468dfe3f8a8fe6f5a9300cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Apr 2022 08:07:11 +0000 Subject: [PATCH 088/168] chore(deps): bump nexus-staging-maven-plugin from 1.6.12 to 1.6.13 Bumps nexus-staging-maven-plugin from 1.6.12 to 1.6.13. --- updated-dependencies: - dependency-name: org.sonatype.plugins:nexus-staging-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e8658f7..97fb0a9 100644 --- a/pom.xml +++ b/pom.xml @@ -453,7 +453,7 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.12 + 1.6.13 true ossrh From 1cea6244211dac36a69451b69d94bc7eb2192989 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Apr 2022 08:06:02 +0000 Subject: [PATCH 089/168] chore(deps): bump dokka-maven-plugin from 1.6.20 to 1.6.21 Bumps [dokka-maven-plugin](https://github.com/Kotlin/dokka) from 1.6.20 to 1.6.21. - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/commits) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e8658f7..2356ab4 100644 --- a/pom.xml +++ b/pom.xml @@ -323,7 +323,7 @@ org.jetbrains.dokka dokka-maven-plugin - 1.6.20 + 1.6.21 package From 0a177cb5a5c887cbaead0863ba1001156c535d0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 08:07:59 +0000 Subject: [PATCH 090/168] chore(deps): bump maven-bundle-plugin from 5.1.4 to 5.1.6 Bumps maven-bundle-plugin from 5.1.4 to 5.1.6. --- updated-dependencies: - dependency-name: org.apache.felix:maven-bundle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- extension/server-plugin/schema-registry-apicurio-plugin/pom.xml | 2 +- extension/server-plugin/serializer-plugin/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extension/server-plugin/schema-registry-apicurio-plugin/pom.xml b/extension/server-plugin/schema-registry-apicurio-plugin/pom.xml index b42b7d3..3dc9f24 100644 --- a/extension/server-plugin/schema-registry-apicurio-plugin/pom.xml +++ b/extension/server-plugin/schema-registry-apicurio-plugin/pom.xml @@ -71,7 +71,7 @@ org.apache.felix maven-bundle-plugin - 5.1.4 + 5.1.6 true diff --git a/extension/server-plugin/serializer-plugin/pom.xml b/extension/server-plugin/serializer-plugin/pom.xml index 48402a1..dbc5b59 100644 --- a/extension/server-plugin/serializer-plugin/pom.xml +++ b/extension/server-plugin/serializer-plugin/pom.xml @@ -70,7 +70,7 @@ org.apache.felix maven-bundle-plugin - 5.1.4 + 5.1.6 true From 2622bebf30908235233eb30cba23f12f8bce3261 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 May 2022 08:05:09 +0000 Subject: [PATCH 091/168] chore(deps-dev): bump junit-jupiter from 1.16.3 to 1.17.2 Bumps [junit-jupiter](https://github.com/testcontainers/testcontainers-java) from 1.16.3 to 1.17.2. - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/master/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.16.3...1.17.2) --- updated-dependencies: - dependency-name: org.testcontainers:junit-jupiter dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- extension/spring/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension/spring/pom.xml b/extension/spring/pom.xml index e509685..11a43df 100644 --- a/extension/spring/pom.xml +++ b/extension/spring/pom.xml @@ -31,7 +31,7 @@ org.testcontainers junit-jupiter - 1.16.3 + 1.17.2 test From bea103e4619982d3d16a4ac22d03244981508c3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 May 2022 08:07:38 +0000 Subject: [PATCH 092/168] chore(deps): bump protobuf-java from 3.19.4 to 3.21.1 Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.19.4 to 3.21.1. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.19.4...v3.21.1) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- extension/server-plugin/serializer-plugin/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension/server-plugin/serializer-plugin/pom.xml b/extension/server-plugin/serializer-plugin/pom.xml index 48402a1..c6ceeb7 100644 --- a/extension/server-plugin/serializer-plugin/pom.xml +++ b/extension/server-plugin/serializer-plugin/pom.xml @@ -43,7 +43,7 @@ com.google.protobuf protobuf-java - 3.19.4 + 3.21.1 provided From 6da71c0a856a513820bd5c530af0e3ba95dfed4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 05:40:36 +0000 Subject: [PATCH 093/168] chore(deps): bump spring-boot.version from 2.6.6 to 2.7.0 Bumps `spring-boot.version` from 2.6.6 to 2.7.0. Updates `spring-boot-dependencies` from 2.6.6 to 2.7.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.6.6...v2.7.0) Updates `spring-boot-maven-plugin` from 2.6.6 to 2.7.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.6.6...v2.7.0) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework.boot:spring-boot-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e8658f7..e399664 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ 11 1.6.20 2.1.21 - 2.6.6 + 2.7.0 4.5.12 4.5 From 0c1aed6509a9670d166dd3e2054e230919fb073a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 05:41:05 +0000 Subject: [PATCH 094/168] chore(deps): bump jgiven-kotlin from 1.2.0 to 1.2.1 Bumps [jgiven-kotlin](https://github.com/toolisticon/jgiven-kotlin) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/toolisticon/jgiven-kotlin/releases) - [Commits](https://github.com/toolisticon/jgiven-kotlin/compare/1.2.0...1.2.1) --- updated-dependencies: - dependency-name: io.toolisticon.testing:jgiven-kotlin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e8658f7..fea9f6d 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ 1.11.0 1.2.0 - 1.2.0 + 1.2.1 **/*ITest.* **/itest/**/*.* From d32f18a785ed59852e0a01510a26c879c6d1ca1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 05:41:25 +0000 Subject: [PATCH 095/168] chore(deps): bump springdoc.version from 1.6.6 to 1.6.9 Bumps `springdoc.version` from 1.6.6 to 1.6.9. Updates `springdoc-openapi-ui` from 1.6.6 to 1.6.9 - [Release notes](https://github.com/springdoc/springdoc-openapi/releases) - [Changelog](https://github.com/springdoc/springdoc-openapi/blob/master/CHANGELOG.md) - [Commits](https://github.com/springdoc/springdoc-openapi/compare/v1.6.6...v1.6.9) Updates `springdoc-openapi-kotlin` from 1.6.6 to 1.6.9 - [Release notes](https://github.com/springdoc/springdoc-openapi/releases) - [Changelog](https://github.com/springdoc/springdoc-openapi/blob/master/CHANGELOG.md) - [Commits](https://github.com/springdoc/springdoc-openapi/compare/v1.6.6...v1.6.9) --- updated-dependencies: - dependency-name: org.springdoc:springdoc-openapi-ui dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springdoc:springdoc-openapi-kotlin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- examples/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pom.xml b/examples/pom.xml index 6acfd01..0339501 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -20,7 +20,7 @@ true true - 1.6.6 + 1.6.9 From d9001c949bc33d80c03304f159cef24a32c721ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 05:44:12 +0000 Subject: [PATCH 096/168] chore(deps-dev): bump kotlin-logging-jvm from 2.1.21 to 2.1.23 Bumps [kotlin-logging-jvm](https://github.com/MicroUtils/kotlin-logging) from 2.1.21 to 2.1.23. - [Release notes](https://github.com/MicroUtils/kotlin-logging/releases) - [Changelog](https://github.com/MicroUtils/kotlin-logging/blob/master/ChangeLog.md) - [Commits](https://github.com/MicroUtils/kotlin-logging/compare/2.1.21...2.1.23) --- updated-dependencies: - dependency-name: io.github.microutils:kotlin-logging-jvm dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b8bc835..dc02ea5 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ 11 1.6.21 - 2.1.21 + 2.1.23 2.7.0 4.5.12 From ef3754bc762d9997190fb1fbd82e89b0f3dcfa94 Mon Sep 17 00:00:00 2001 From: Jan Galinski Date: Thu, 2 Jun 2022 16:27:29 +0200 Subject: [PATCH 097/168] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fdae786..7b7fcb9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # axon-avro-serializer +![incubating](https://img.shields.io/badge/lifecycle-INCUBATING-orange.svg)](https://github.com/holisticon#open-source-lifecycle) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/e5518754d4fd4eea80ef02a95be59486)](https://app.codacy.com/gh/holixon/axon-avro-serializer?utm_source=github.com&utm_medium=referral&utm_content=holixon/axon-avro-serializer&utm_campaign=Badge_Grade_Settings) [![Build Status](https://github.com/holixon/axon-avro-serializer/workflows/Development%20branches/badge.svg)](https://github.com/holixon/axon-avro-serializer/actions) [![sponsored](https://img.shields.io/badge/sponsoredBy-Holisticon-RED.svg)](https://holisticon.de/) From 01f3a4b19745556b669274dfb199b3d42f3c7cb2 Mon Sep 17 00:00:00 2001 From: Jan Galinski Date: Thu, 2 Jun 2022 16:27:48 +0200 Subject: [PATCH 098/168] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b7fcb9..d6ff12e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # axon-avro-serializer -![incubating](https://img.shields.io/badge/lifecycle-INCUBATING-orange.svg)](https://github.com/holisticon#open-source-lifecycle) +[![incubating](https://img.shields.io/badge/lifecycle-INCUBATING-orange.svg)](https://github.com/holisticon#open-source-lifecycle) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/e5518754d4fd4eea80ef02a95be59486)](https://app.codacy.com/gh/holixon/axon-avro-serializer?utm_source=github.com&utm_medium=referral&utm_content=holixon/axon-avro-serializer&utm_campaign=Badge_Grade_Settings) [![Build Status](https://github.com/holixon/axon-avro-serializer/workflows/Development%20branches/badge.svg)](https://github.com/holixon/axon-avro-serializer/actions) [![sponsored](https://img.shields.io/badge/sponsoredBy-Holisticon-RED.svg)](https://holisticon.de/) From b1daaec677df88f074fb3fd10e5ccc0f6e18cf2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jun 2022 09:13:31 +0000 Subject: [PATCH 099/168] chore(deps): bump jgiven.version from 1.2.0 to 1.2.2 Bumps `jgiven.version` from 1.2.0 to 1.2.2. Updates `jgiven-maven-plugin` from 1.2.0 to 1.2.2 - [Release notes](https://github.com/TNG/jgiven/releases) - [Changelog](https://github.com/TNG/JGiven/blob/master/CHANGELOG.md) - [Commits](https://github.com/TNG/jgiven/compare/v1.2.0...v1.2.2) Updates `jgiven-junit5` from 1.2.0 to 1.2.2 - [Release notes](https://github.com/TNG/jgiven/releases) - [Changelog](https://github.com/TNG/JGiven/blob/master/CHANGELOG.md) - [Commits](https://github.com/TNG/jgiven/compare/v1.2.0...v1.2.2) Updates `jgiven-spring-junit5` from 1.2.0 to 1.2.2 - [Release notes](https://github.com/TNG/jgiven/releases) - [Changelog](https://github.com/TNG/JGiven/blob/master/CHANGELOG.md) - [Commits](https://github.com/TNG/jgiven/compare/v1.2.0...v1.2.2) Updates `jgiven-html5-report` from 1.2.0 to 1.2.2 - [Release notes](https://github.com/TNG/jgiven/releases) - [Changelog](https://github.com/TNG/JGiven/blob/master/CHANGELOG.md) - [Commits](https://github.com/TNG/jgiven/compare/v1.2.0...v1.2.2) --- updated-dependencies: - dependency-name: com.tngtech.jgiven:jgiven-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.tngtech.jgiven:jgiven-junit5 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.tngtech.jgiven:jgiven-spring-junit5 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.tngtech.jgiven:jgiven-html5-report dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b8bc835..0458231 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ 1.11.0 - 1.2.0 + 1.2.2 1.2.1 **/*ITest.* From 8ee810bd96183cb427818088906a5b3c5d195adc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jun 2022 08:07:00 +0000 Subject: [PATCH 100/168] chore(deps): bump axon-testing-jgiven-core from 0.1.0 to 0.2.0 Bumps axon-testing-jgiven-core from 0.1.0 to 0.2.0. --- updated-dependencies: - dependency-name: io.holixon.axon.testing:axon-testing-jgiven-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b8bc835..3a57df4 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ 4.5 0.2.0 - 0.1.0 + 0.2.0 0.1.0 From 8f0aa9015e8fb2df04504fdb0070390d8cd7ade0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jun 2022 08:06:11 +0000 Subject: [PATCH 101/168] chore(deps): bump maven-enforcer-plugin from 3.0.0 to 3.1.0 Bumps [maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/apache/maven-enforcer/releases) - [Commits](https://github.com/apache/maven-enforcer/compare/enforcer-3.0.0...enforcer-3.1.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-enforcer-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b8bc835..f7fefd7 100644 --- a/pom.xml +++ b/pom.xml @@ -480,7 +480,7 @@ org.apache.maven.plugins maven-enforcer-plugin - 3.0.0 + 3.1.0 enforce-maven From a2b19d81e209d3e05a48e70315a38b9ffbc83d20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 08:08:55 +0000 Subject: [PATCH 102/168] chore(deps): bump protobuf-java from 3.21.1 to 3.21.2 Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.21.1 to 3.21.2. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.21.1...v3.21.2) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- extension/server-plugin/serializer-plugin/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension/server-plugin/serializer-plugin/pom.xml b/extension/server-plugin/serializer-plugin/pom.xml index 1c1bac2..6078853 100644 --- a/extension/server-plugin/serializer-plugin/pom.xml +++ b/extension/server-plugin/serializer-plugin/pom.xml @@ -43,7 +43,7 @@ com.google.protobuf protobuf-java - 3.21.1 + 3.21.2 provided From 0661935f081e330736912f76cae3d75d2cd64b3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Jul 2022 08:05:10 +0000 Subject: [PATCH 103/168] chore(deps): bump dokka-maven-plugin from 1.6.21 to 1.7.10 Bumps [dokka-maven-plugin](https://github.com/Kotlin/dokka) from 1.6.21 to 1.7.10. - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/commits) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b8bc835..2d85ade 100644 --- a/pom.xml +++ b/pom.xml @@ -323,7 +323,7 @@ org.jetbrains.dokka dokka-maven-plugin - 1.6.21 + 1.7.10 package From 030b8b26d46f87a5bc4fcf7096441679805220f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Jul 2022 08:05:53 +0000 Subject: [PATCH 104/168] chore(deps): bump axon-bom from 4.5.12 to 4.5.16 Bumps [axon-bom](https://github.com/AxonFramework/axon-bom) from 4.5.12 to 4.5.16. - [Release notes](https://github.com/AxonFramework/axon-bom/releases) - [Commits](https://github.com/AxonFramework/axon-bom/compare/axon-4.5.12...axon-4.5.16) --- updated-dependencies: - dependency-name: org.axonframework:axon-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b8bc835..a7f87f8 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ 2.1.21 2.7.0 - 4.5.12 + 4.5.16 4.5 0.2.0 From 157fa9cc52accc401a2b98345735b6b8c04cdb33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Jul 2022 07:45:48 +0000 Subject: [PATCH 105/168] chore(deps-dev): bump junit-jupiter from 1.17.2 to 1.17.3 Bumps [junit-jupiter](https://github.com/testcontainers/testcontainers-java) from 1.17.2 to 1.17.3. - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/master/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.17.2...1.17.3) --- updated-dependencies: - dependency-name: org.testcontainers:junit-jupiter dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- extension/spring/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension/spring/pom.xml b/extension/spring/pom.xml index 11a43df..f1ce5ba 100644 --- a/extension/spring/pom.xml +++ b/extension/spring/pom.xml @@ -31,7 +31,7 @@ org.testcontainers junit-jupiter - 1.17.2 + 1.17.3 test From 8fa23b8f6e40a2b5c23e91b21f68f85b4a5bd65c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Jul 2022 07:46:48 +0000 Subject: [PATCH 106/168] chore(deps): bump jgiven-kotlin from 1.2.1 to 1.2.2 Bumps [jgiven-kotlin](https://github.com/toolisticon/jgiven-kotlin) from 1.2.1 to 1.2.2. - [Release notes](https://github.com/toolisticon/jgiven-kotlin/releases) - [Commits](https://github.com/toolisticon/jgiven-kotlin/compare/1.2.1...1.2.2) --- updated-dependencies: - dependency-name: io.toolisticon.testing:jgiven-kotlin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3d52289..089c4e4 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ 1.11.0 1.2.2 - 1.2.1 + 1.2.2 **/*ITest.* **/itest/**/*.* From 6bf8bde8c9e3892a3884f1bb2fdbf9c5a99709fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Jul 2022 07:47:09 +0000 Subject: [PATCH 107/168] chore(deps): bump spring-boot.version from 2.7.0 to 2.7.1 Bumps `spring-boot.version` from 2.7.0 to 2.7.1. Updates `spring-boot-dependencies` from 2.7.0 to 2.7.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.0...v2.7.1) Updates `spring-boot-maven-plugin` from 2.7.0 to 2.7.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.0...v2.7.1) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 089c4e4..8234be9 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ 11 1.6.21 2.1.23 - 2.7.0 + 2.7.1 4.5.16 4.5 From 87eb112eb362d77b62eee1e48bc2d8fc82d4f73d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Jul 2022 07:47:33 +0000 Subject: [PATCH 108/168] chore(deps): bump maven-bundle-plugin from 5.1.6 to 5.1.7 Bumps maven-bundle-plugin from 5.1.6 to 5.1.7. --- updated-dependencies: - dependency-name: org.apache.felix:maven-bundle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- extension/server-plugin/schema-registry-apicurio-plugin/pom.xml | 2 +- extension/server-plugin/serializer-plugin/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extension/server-plugin/schema-registry-apicurio-plugin/pom.xml b/extension/server-plugin/schema-registry-apicurio-plugin/pom.xml index 3dc9f24..719a0ab 100644 --- a/extension/server-plugin/schema-registry-apicurio-plugin/pom.xml +++ b/extension/server-plugin/schema-registry-apicurio-plugin/pom.xml @@ -71,7 +71,7 @@ org.apache.felix maven-bundle-plugin - 5.1.6 + 5.1.7 true diff --git a/extension/server-plugin/serializer-plugin/pom.xml b/extension/server-plugin/serializer-plugin/pom.xml index 1c1bac2..4872a0d 100644 --- a/extension/server-plugin/serializer-plugin/pom.xml +++ b/extension/server-plugin/serializer-plugin/pom.xml @@ -70,7 +70,7 @@ org.apache.felix maven-bundle-plugin - 5.1.6 + 5.1.7 true From 5185b354817ee700117d29d52ba211ab658a58d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Jul 2022 07:47:52 +0000 Subject: [PATCH 109/168] chore(deps): bump kotlin.version from 1.6.21 to 1.7.10 Bumps `kotlin.version` from 1.6.21 to 1.7.10. Updates `kotlin-bom` from 1.6.21 to 1.7.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.7.10/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.6.21...v1.7.10) Updates `kotlin-maven-allopen` from 1.6.21 to 1.7.10 Updates `kotlin-maven-noarg` from 1.6.21 to 1.7.10 Updates `kotlin-maven-plugin` from 1.6.21 to 1.7.10 --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-bom dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlin:kotlin-maven-allopen dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlin:kotlin-maven-noarg dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7418cdf..56c3061 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ UTF-8 11 - 1.6.21 + 1.7.10 2.1.23 2.7.0 From 828a0f9d08fec756f0b565d18e8746f513eb9cba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Jul 2022 07:48:19 +0000 Subject: [PATCH 110/168] chore(deps): bump axonserver-plugin-api from 4.5 to 4.6.0 Bumps [axonserver-plugin-api](https://github.com/AxonIQ/axon-server-plugin-api) from 4.5 to 4.6.0. - [Release notes](https://github.com/AxonIQ/axon-server-plugin-api/releases) - [Commits](https://github.com/AxonIQ/axon-server-plugin-api/compare/axonserver-plugin-api-4.5...axonserver-plugin-api-4.6.0) --- updated-dependencies: - dependency-name: io.axoniq:axonserver-plugin-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7418cdf..b996fd4 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ 2.7.0 4.5.16 - 4.5 + 4.6.0 0.2.0 0.2.0 From 131afeb566f2071d5f09137734ae4f0841956da9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Jul 2022 08:09:48 +0000 Subject: [PATCH 111/168] chore(deps): bump maven-install-plugin from 2.5.2 to 3.0.0 Bumps [maven-install-plugin](https://github.com/apache/maven-install-plugin) from 2.5.2 to 3.0.0. - [Release notes](https://github.com/apache/maven-install-plugin/releases) - [Commits](https://github.com/apache/maven-install-plugin/compare/maven-install-plugin-2.5.2...maven-install-plugin-3.0.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-install-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index aa9eeb7..7a3a8d6 100644 --- a/pom.xml +++ b/pom.xml @@ -473,7 +473,7 @@ maven-install-plugin - 2.5.2 + 3.0.0 From 756a52da80ef4b4f002309d52f80051e9774d55f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Jul 2022 08:05:49 +0000 Subject: [PATCH 112/168] chore(deps): bump axon-testing-jgiven-core from 0.2.0 to 0.2.1 Bumps axon-testing-jgiven-core from 0.2.0 to 0.2.1. --- updated-dependencies: - dependency-name: io.holixon.axon.testing:axon-testing-jgiven-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7a3a8d6..8c3bbfe 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ 4.5 0.2.0 - 0.2.0 + 0.2.1 0.1.0 From 317ee93566b5ba9d892bb88b8cce7822e1da5abb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Jul 2022 08:08:05 +0000 Subject: [PATCH 113/168] chore(deps): bump jgiven-kotlin from 1.2.2 to 1.2.2.1 Bumps [jgiven-kotlin](https://github.com/toolisticon/jgiven-kotlin) from 1.2.2 to 1.2.2.1. - [Release notes](https://github.com/toolisticon/jgiven-kotlin/releases) - [Commits](https://github.com/toolisticon/jgiven-kotlin/compare/1.2.2...1.2.2.1) --- updated-dependencies: - dependency-name: io.toolisticon.testing:jgiven-kotlin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7a3a8d6..50ef787 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ 1.11.0 1.2.2 - 1.2.2 + 1.2.2.1 **/*ITest.* **/itest/**/*.* From d6b7500a53547adf60f3c5b01639a211e9e52736 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Jul 2022 08:08:15 +0000 Subject: [PATCH 114/168] chore(deps): bump spring-boot.version from 2.7.1 to 2.7.2 Bumps `spring-boot.version` from 2.7.1 to 2.7.2. Updates `spring-boot-dependencies` from 2.7.1 to 2.7.2 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.1...v2.7.2) Updates `spring-boot-maven-plugin` from 2.7.1 to 2.7.2 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.1...v2.7.2) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7a3a8d6..b164a12 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ 11 1.7.10 2.1.23 - 2.7.1 + 2.7.2 4.5.16 4.5 From fb4f3b0d33bd03d5ceb7c2a836b570fb89cd106b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jul 2022 08:05:55 +0000 Subject: [PATCH 115/168] chore(deps): bump maven-install-plugin from 3.0.0 to 3.0.1 Bumps [maven-install-plugin](https://github.com/apache/maven-install-plugin) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/apache/maven-install-plugin/releases) - [Commits](https://github.com/apache/maven-install-plugin/compare/maven-install-plugin-3.0.0...maven-install-plugin-3.0.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-install-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7a3a8d6..10a74e0 100644 --- a/pom.xml +++ b/pom.xml @@ -473,7 +473,7 @@ maven-install-plugin - 3.0.0 + 3.0.1 From ff9313fe48a6b486ba58304505d0a1b857d78a23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Jul 2022 08:07:14 +0000 Subject: [PATCH 116/168] chore(deps): bump maven-resources-plugin from 3.2.0 to 3.3.0 Bumps [maven-resources-plugin](https://github.com/apache/maven-resources-plugin) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/apache/maven-resources-plugin/releases) - [Commits](https://github.com/apache/maven-resources-plugin/compare/maven-resources-plugin-3.2.0...maven-resources-plugin-3.3.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-resources-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7a3a8d6..2204e7f 100644 --- a/pom.xml +++ b/pom.xml @@ -266,7 +266,7 @@ org.apache.maven.plugins maven-resources-plugin - 3.2.0 + 3.3.0 UTF-8 From 14efaeb9c8dd700bb2fa1d9eef6c785a65a7794a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 08:13:19 +0000 Subject: [PATCH 117/168] chore(deps): bump maven-bundle-plugin from 5.1.7 to 5.1.8 Bumps maven-bundle-plugin from 5.1.7 to 5.1.8. --- updated-dependencies: - dependency-name: org.apache.felix:maven-bundle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- extension/server-plugin/schema-registry-apicurio-plugin/pom.xml | 2 +- extension/server-plugin/serializer-plugin/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extension/server-plugin/schema-registry-apicurio-plugin/pom.xml b/extension/server-plugin/schema-registry-apicurio-plugin/pom.xml index 719a0ab..fe1a6ee 100644 --- a/extension/server-plugin/schema-registry-apicurio-plugin/pom.xml +++ b/extension/server-plugin/schema-registry-apicurio-plugin/pom.xml @@ -71,7 +71,7 @@ org.apache.felix maven-bundle-plugin - 5.1.7 + 5.1.8 true diff --git a/extension/server-plugin/serializer-plugin/pom.xml b/extension/server-plugin/serializer-plugin/pom.xml index 01a14c3..9bdd052 100644 --- a/extension/server-plugin/serializer-plugin/pom.xml +++ b/extension/server-plugin/serializer-plugin/pom.xml @@ -70,7 +70,7 @@ org.apache.felix maven-bundle-plugin - 5.1.7 + 5.1.8 true From d6c7ecb5e4711508d6a0af7aeeb4cc04d24fd2c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 08:13:22 +0000 Subject: [PATCH 118/168] chore(deps): bump avro.version from 1.11.0 to 1.11.1 Bumps `avro.version` from 1.11.0 to 1.11.1. Updates `avro` from 1.11.0 to 1.11.1 Updates `avro-maven-plugin` from 1.11.0 to 1.11.1 --- updated-dependencies: - dependency-name: org.apache.avro:avro dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.avro:avro-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7a3a8d6..aa730d1 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ 0.1.0 - 1.11.0 + 1.11.1 1.2.2 1.2.2 From 6924bfc4709e6ad4ad464b97bd06abba24cbed0b Mon Sep 17 00:00:00 2001 From: Simon Zambrovski Date: Tue, 23 Aug 2022 10:48:03 +0200 Subject: [PATCH 119/168] Update docs publication --- .github/workflows/docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 3ecb6fd..fea1055 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -61,7 +61,7 @@ jobs: # This is for a tagged version - name: Create a new version of documentation and push to GH pages. if: startsWith(github.ref, 'refs/tags/') - run: mike deploy ${{ steps.get_tag_name.outputs.TAG_NAME }} stable --push --rebase + run: mike deploy ${{ steps.get_tag_name.outputs.TAG_NAME }} stable --push --rebase -u - name: Make stable to default. if: startsWith(github.ref, 'refs/tags/') @@ -70,4 +70,4 @@ jobs: # This is for develop - name: Deploy latest develop snapshot docs to GH pages. if: github.ref == 'refs/heads/develop' - run: mike deploy snapshot --push --rebase + run: mike deploy snapshot --push --rebase -u From f9c82824f056eae120934a99ee2473fe8e36b914 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 22:21:53 +0000 Subject: [PATCH 120/168] chore(deps): bump slf4j-api from 1.7.36 to 2.0.2 Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 1.7.36 to 2.0.2. - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.36...v_2.0.2) --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- lib/fixtures/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fixtures/pom.xml b/lib/fixtures/pom.xml index 94360fb..838b926 100644 --- a/lib/fixtures/pom.xml +++ b/lib/fixtures/pom.xml @@ -36,7 +36,7 @@ org.slf4j slf4j-api - 1.7.36 + 2.0.2 From ca391d52ef9146da06e199677789e57e7a285ce3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 22:22:05 +0000 Subject: [PATCH 121/168] chore(deps): bump springdoc.version from 1.6.9 to 1.6.11 Bumps `springdoc.version` from 1.6.9 to 1.6.11. Updates `springdoc-openapi-ui` from 1.6.9 to 1.6.11 - [Release notes](https://github.com/springdoc/springdoc-openapi/releases) - [Changelog](https://github.com/springdoc/springdoc-openapi/blob/master/CHANGELOG.md) - [Commits](https://github.com/springdoc/springdoc-openapi/compare/v1.6.9...v1.6.11) Updates `springdoc-openapi-kotlin` from 1.6.9 to 1.6.11 - [Release notes](https://github.com/springdoc/springdoc-openapi/releases) - [Changelog](https://github.com/springdoc/springdoc-openapi/blob/master/CHANGELOG.md) - [Commits](https://github.com/springdoc/springdoc-openapi/compare/v1.6.9...v1.6.11) --- updated-dependencies: - dependency-name: org.springdoc:springdoc-openapi-ui dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springdoc:springdoc-openapi-kotlin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- examples/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pom.xml b/examples/pom.xml index 0339501..19470cc 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -20,7 +20,7 @@ true true - 1.6.9 + 1.6.11 From 07933ebafaa25d6ad9d57240bd382322e1f70839 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 22:23:06 +0000 Subject: [PATCH 122/168] chore(deps): bump maven-javadoc-plugin from 3.4.0 to 3.4.1 Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.4.0 to 3.4.1. - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.4.0...maven-javadoc-plugin-3.4.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index aa730d1..bdedfac 100644 --- a/pom.xml +++ b/pom.xml @@ -342,7 +342,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.4.0 + 3.4.1 attach-javadocs From 515c0b6e66b12a94b2e1af480776ad5e5c743f3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 22:23:18 +0000 Subject: [PATCH 123/168] chore(deps): bump logback-classic from 1.2.11 to 1.4.1 Bumps [logback-classic](https://github.com/qos-ch/logback) from 1.2.11 to 1.4.1. - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](https://github.com/qos-ch/logback/compare/v_1.2.11...v_1.4.1) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- extension/server-plugin/schema-registry-apicurio-plugin/pom.xml | 2 +- extension/server-plugin/serializer-plugin/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extension/server-plugin/schema-registry-apicurio-plugin/pom.xml b/extension/server-plugin/schema-registry-apicurio-plugin/pom.xml index 719a0ab..a838a0d 100644 --- a/extension/server-plugin/schema-registry-apicurio-plugin/pom.xml +++ b/extension/server-plugin/schema-registry-apicurio-plugin/pom.xml @@ -28,7 +28,7 @@ ch.qos.logback logback-classic - 1.2.11 + 1.4.1 diff --git a/extension/server-plugin/serializer-plugin/pom.xml b/extension/server-plugin/serializer-plugin/pom.xml index 01a14c3..6d725b7 100644 --- a/extension/server-plugin/serializer-plugin/pom.xml +++ b/extension/server-plugin/serializer-plugin/pom.xml @@ -55,7 +55,7 @@ ch.qos.logback logback-classic - 1.2.11 + 1.4.1 From 89d679e2fc9f4d0b5bc9cfcf86b5528a5c4ddf43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 22:24:31 +0000 Subject: [PATCH 124/168] chore(deps-dev): bump kotlin-logging-jvm from 2.1.23 to 3.0.0 Bumps [kotlin-logging-jvm](https://github.com/MicroUtils/kotlin-logging) from 2.1.23 to 3.0.0. - [Release notes](https://github.com/MicroUtils/kotlin-logging/releases) - [Changelog](https://github.com/MicroUtils/kotlin-logging/blob/master/ChangeLog.md) - [Commits](https://github.com/MicroUtils/kotlin-logging/compare/2.1.23...3.0.0) --- updated-dependencies: - dependency-name: io.github.microutils:kotlin-logging-jvm dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bef782d..ec04adc 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ 11 1.7.10 - 2.1.23 + 3.0.0 2.7.2 4.5.16 From b4e9730208028ed31a97c917688c66838e79aa7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 22:25:21 +0000 Subject: [PATCH 125/168] chore(deps): bump axon-kotlin from 0.2.0 to 4.6.0 Bumps [axon-kotlin](https://github.com/AxonFramework/extension-kotlin) from 0.2.0 to 4.6.0. - [Release notes](https://github.com/AxonFramework/extension-kotlin/releases) - [Commits](https://github.com/AxonFramework/extension-kotlin/compare/axon-kotlin-0.2.0...axon-kotlin-4.6.0) --- updated-dependencies: - dependency-name: org.axonframework.extensions.kotlin:axon-kotlin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 902f6d7..e2dee2c 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ 4.5.16 4.6.0 - 0.2.0 + 4.6.0 0.2.1 0.1.0 From fe35fc8eb9f13a0ae1b0f31bab88642f97a41aa5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 22:27:21 +0000 Subject: [PATCH 126/168] chore(deps): bump spring-boot.version from 2.7.1 to 2.7.4 Bumps `spring-boot.version` from 2.7.1 to 2.7.4. Updates `spring-boot-dependencies` from 2.7.1 to 2.7.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.1...v2.7.4) Updates `spring-boot-maven-plugin` from 2.7.1 to 2.7.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.1...v2.7.4) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 09a333e..dfa76c0 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ 11 1.7.10 3.0.0 - 2.7.2 + 2.7.4 4.5.16 4.6.0 From e39ed91858011201f991ca932a3686e472619c66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Oct 2022 08:05:09 +0000 Subject: [PATCH 127/168] chore(deps-dev): bump kotlin-logging-jvm from 3.0.0 to 3.0.2 Bumps [kotlin-logging-jvm](https://github.com/MicroUtils/kotlin-logging) from 3.0.0 to 3.0.2. - [Release notes](https://github.com/MicroUtils/kotlin-logging/releases) - [Changelog](https://github.com/MicroUtils/kotlin-logging/blob/master/ChangeLog.md) - [Commits](https://github.com/MicroUtils/kotlin-logging/commits) --- updated-dependencies: - dependency-name: io.github.microutils:kotlin-logging-jvm dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7a4654d..2f9c956 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ 11 1.7.10 - 3.0.0 + 3.0.2 2.7.4 4.5.16 From 50d3740a99ca922d017ebc2737dedcea42b22fa7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Oct 2022 08:59:40 +0000 Subject: [PATCH 128/168] chore(deps): bump kotlin.version from 1.7.10 to 1.7.20 Bumps `kotlin.version` from 1.7.10 to 1.7.20. Updates `kotlin-bom` from 1.7.10 to 1.7.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.7.20/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.7.10...v1.7.20) Updates `kotlin-maven-allopen` from 1.7.10 to 1.7.20 Updates `kotlin-maven-noarg` from 1.7.10 to 1.7.20 Updates `kotlin-maven-plugin` from 1.7.10 to 1.7.20 --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-bom dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-maven-allopen dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-maven-noarg dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2f9c956..af1289e 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ UTF-8 11 - 1.7.10 + 1.7.20 3.0.2 2.7.4 From 377bc738f10f5605f3fe8e2d096b4fc0dcd59506 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 08:05:46 +0000 Subject: [PATCH 129/168] chore(deps): bump gitflow-maven-plugin from 1.18.0 to 1.19.0 Bumps [gitflow-maven-plugin](https://github.com/aleksandr-m/gitflow-maven-plugin) from 1.18.0 to 1.19.0. - [Release notes](https://github.com/aleksandr-m/gitflow-maven-plugin/releases) - [Changelog](https://github.com/aleksandr-m/gitflow-maven-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/aleksandr-m/gitflow-maven-plugin/compare/v1.18.0...v1.19.0) --- updated-dependencies: - dependency-name: com.amashchenko.maven.plugin:gitflow-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2f9c956..331ef60 100644 --- a/pom.xml +++ b/pom.xml @@ -398,7 +398,7 @@ com.amashchenko.maven.plugin gitflow-maven-plugin - 1.18.0 + 1.19.0 master From 6b4eeafe53af561deface2ae8b0eb9a0045dd43d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 08:04:52 +0000 Subject: [PATCH 130/168] chore(deps): bump jgiven.version from 1.2.2 to 1.2.3 Bumps `jgiven.version` from 1.2.2 to 1.2.3. Updates `jgiven-maven-plugin` from 1.2.2 to 1.2.3 - [Release notes](https://github.com/TNG/jgiven/releases) - [Changelog](https://github.com/TNG/JGiven/blob/master/CHANGELOG.md) - [Commits](https://github.com/TNG/jgiven/compare/v1.2.2...v1.2.3) Updates `jgiven-junit5` from 1.2.2 to 1.2.3 - [Release notes](https://github.com/TNG/jgiven/releases) - [Changelog](https://github.com/TNG/JGiven/blob/master/CHANGELOG.md) - [Commits](https://github.com/TNG/jgiven/compare/v1.2.2...v1.2.3) Updates `jgiven-spring-junit5` from 1.2.2 to 1.2.3 - [Release notes](https://github.com/TNG/jgiven/releases) - [Changelog](https://github.com/TNG/JGiven/blob/master/CHANGELOG.md) - [Commits](https://github.com/TNG/jgiven/compare/v1.2.2...v1.2.3) Updates `jgiven-html5-report` from 1.2.2 to 1.2.3 - [Release notes](https://github.com/TNG/jgiven/releases) - [Changelog](https://github.com/TNG/JGiven/blob/master/CHANGELOG.md) - [Commits](https://github.com/TNG/jgiven/compare/v1.2.2...v1.2.3) --- updated-dependencies: - dependency-name: com.tngtech.jgiven:jgiven-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.tngtech.jgiven:jgiven-junit5 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.tngtech.jgiven:jgiven-spring-junit5 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.tngtech.jgiven:jgiven-html5-report dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2f9c956..12f3c26 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ 1.11.1 - 1.2.2 + 1.2.3 1.2.2.1 **/*ITest.* From 962141cb3328e3bbc6d2f693169efb0874f72025 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 08:05:08 +0000 Subject: [PATCH 131/168] chore(deps): bump springdoc.version from 1.6.11 to 1.6.12 Bumps `springdoc.version` from 1.6.11 to 1.6.12. Updates `springdoc-openapi-ui` from 1.6.11 to 1.6.12 - [Release notes](https://github.com/springdoc/springdoc-openapi/releases) - [Changelog](https://github.com/springdoc/springdoc-openapi/blob/master/CHANGELOG.md) - [Commits](https://github.com/springdoc/springdoc-openapi/compare/v1.6.11...v1.6.12) Updates `springdoc-openapi-kotlin` from 1.6.11 to 1.6.12 - [Release notes](https://github.com/springdoc/springdoc-openapi/releases) - [Changelog](https://github.com/springdoc/springdoc-openapi/blob/master/CHANGELOG.md) - [Commits](https://github.com/springdoc/springdoc-openapi/compare/v1.6.11...v1.6.12) --- updated-dependencies: - dependency-name: org.springdoc:springdoc-openapi-ui dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springdoc:springdoc-openapi-kotlin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- examples/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pom.xml b/examples/pom.xml index 19470cc..629a418 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -20,7 +20,7 @@ true true - 1.6.11 + 1.6.12 From ccea259945753795570c40029c1d370e9dd48c20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Nov 2022 08:02:38 +0000 Subject: [PATCH 132/168] chore(deps-dev): bump junit-jupiter from 1.17.3 to 1.17.6 Bumps [junit-jupiter](https://github.com/testcontainers/testcontainers-java) from 1.17.3 to 1.17.6. - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.17.3...1.17.6) --- updated-dependencies: - dependency-name: org.testcontainers:junit-jupiter dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- extension/spring/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension/spring/pom.xml b/extension/spring/pom.xml index f1ce5ba..d2452ba 100644 --- a/extension/spring/pom.xml +++ b/extension/spring/pom.xml @@ -31,7 +31,7 @@ org.testcontainers junit-jupiter - 1.17.3 + 1.17.6 test From 24c670e585ad9e02d0b46d4c9bdcc9d657000c2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 08:08:34 +0000 Subject: [PATCH 133/168] chore(deps): bump logback-classic from 1.4.1 to 1.4.5 Bumps [logback-classic](https://github.com/qos-ch/logback) from 1.4.1 to 1.4.5. - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](https://github.com/qos-ch/logback/compare/v_1.4.1...v_1.4.5) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- extension/server-plugin/schema-registry-apicurio-plugin/pom.xml | 2 +- extension/server-plugin/serializer-plugin/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extension/server-plugin/schema-registry-apicurio-plugin/pom.xml b/extension/server-plugin/schema-registry-apicurio-plugin/pom.xml index 3a99143..7f37615 100644 --- a/extension/server-plugin/schema-registry-apicurio-plugin/pom.xml +++ b/extension/server-plugin/schema-registry-apicurio-plugin/pom.xml @@ -28,7 +28,7 @@ ch.qos.logback logback-classic - 1.4.1 + 1.4.5 diff --git a/extension/server-plugin/serializer-plugin/pom.xml b/extension/server-plugin/serializer-plugin/pom.xml index a80fced..d2b1106 100644 --- a/extension/server-plugin/serializer-plugin/pom.xml +++ b/extension/server-plugin/serializer-plugin/pom.xml @@ -55,7 +55,7 @@ ch.qos.logback logback-classic - 1.4.1 + 1.4.5 From 6700e71d93dbaec812ddf4106345cc1740a4cb25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Dec 2022 08:01:14 +0000 Subject: [PATCH 134/168] chore(deps): bump slf4j-api from 2.0.2 to 2.0.6 Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 2.0.2 to 2.0.6. - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/compare/v_2.0.2...v_2.0.6) --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- lib/fixtures/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fixtures/pom.xml b/lib/fixtures/pom.xml index 838b926..5857f20 100644 --- a/lib/fixtures/pom.xml +++ b/lib/fixtures/pom.xml @@ -36,7 +36,7 @@ org.slf4j slf4j-api - 2.0.2 + 2.0.6 From b5eeb51bb894cb41efbe7c39a0eab1cf6a356f7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 09:00:12 +0000 Subject: [PATCH 135/168] chore(deps): bump dokka-maven-plugin from 1.7.10 to 1.8.10 Bumps [dokka-maven-plugin](https://github.com/Kotlin/dokka) from 1.7.10 to 1.8.10. - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/commits) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2f9c956..5d17a7c 100644 --- a/pom.xml +++ b/pom.xml @@ -323,7 +323,7 @@ org.jetbrains.dokka dokka-maven-plugin - 1.7.10 + 1.8.10 package From fce2512433c02461943cb5c69ed863f81b256c2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Mar 2023 08:59:10 +0000 Subject: [PATCH 136/168] chore(deps): bump protobuf-java from 3.21.2 to 3.22.1 Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.21.2 to 3.22.1. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.21.2...v3.22.1) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- extension/server-plugin/serializer-plugin/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension/server-plugin/serializer-plugin/pom.xml b/extension/server-plugin/serializer-plugin/pom.xml index a80fced..4188313 100644 --- a/extension/server-plugin/serializer-plugin/pom.xml +++ b/extension/server-plugin/serializer-plugin/pom.xml @@ -43,7 +43,7 @@ com.google.protobuf protobuf-java - 3.21.2 + 3.22.1 provided From fe92e0bf2f409ca35f362e20c32a062b7a32900b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 08:23:09 +0000 Subject: [PATCH 137/168] chore(deps): bump kotlin.version from 1.7.20 to 1.9.0 Bumps `kotlin.version` from 1.7.20 to 1.9.0. Updates `org.jetbrains.kotlin:kotlin-bom` from 1.7.20 to 1.9.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.7.20...v1.9.0) Updates `org.jetbrains.kotlin:kotlin-maven-allopen` from 1.7.20 to 1.9.0 Updates `org.jetbrains.kotlin:kotlin-maven-noarg` from 1.7.20 to 1.9.0 Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 1.7.20 to 1.9.0 --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-bom dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlin:kotlin-maven-allopen dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlin:kotlin-maven-noarg dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ee33ad5..c508438 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ UTF-8 11 - 1.7.20 + 1.9.0 3.0.2 2.7.4 From c93b6f976a08c5eff78dec947a0ba7f532151264 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 08:23:26 +0000 Subject: [PATCH 138/168] chore(deps): bump jgiven.version from 1.2.3 to 1.2.5 Bumps `jgiven.version` from 1.2.3 to 1.2.5. Updates `com.tngtech.jgiven:jgiven-maven-plugin` from 1.2.3 to 1.2.5 - [Release notes](https://github.com/TNG/jgiven/releases) - [Changelog](https://github.com/TNG/JGiven/blob/master/CHANGELOG.md) - [Commits](https://github.com/TNG/jgiven/compare/v1.2.3...v1.2.5) Updates `com.tngtech.jgiven:jgiven-junit5` from 1.2.3 to 1.2.5 - [Release notes](https://github.com/TNG/jgiven/releases) - [Changelog](https://github.com/TNG/JGiven/blob/master/CHANGELOG.md) - [Commits](https://github.com/TNG/jgiven/compare/v1.2.3...v1.2.5) Updates `com.tngtech.jgiven:jgiven-spring-junit5` from 1.2.3 to 1.2.5 - [Release notes](https://github.com/TNG/jgiven/releases) - [Changelog](https://github.com/TNG/JGiven/blob/master/CHANGELOG.md) - [Commits](https://github.com/TNG/jgiven/compare/v1.2.3...v1.2.5) Updates `com.tngtech.jgiven:jgiven-html5-report` from 1.2.3 to 1.2.5 - [Release notes](https://github.com/TNG/jgiven/releases) - [Changelog](https://github.com/TNG/JGiven/blob/master/CHANGELOG.md) - [Commits](https://github.com/TNG/jgiven/compare/v1.2.3...v1.2.5) --- updated-dependencies: - dependency-name: com.tngtech.jgiven:jgiven-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.tngtech.jgiven:jgiven-junit5 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.tngtech.jgiven:jgiven-spring-junit5 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.tngtech.jgiven:jgiven-html5-report dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ee33ad5..45fc57e 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ 1.11.1 - 1.2.3 + 1.2.5 1.2.2.1 **/*ITest.* From de4126c42d6026f8892557ae8c9279eb7d5089ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 08:23:30 +0000 Subject: [PATCH 139/168] chore(deps): bump org.slf4j:slf4j-api from 2.0.6 to 2.0.7 Bumps [org.slf4j:slf4j-api](https://github.com/qos-ch/slf4j) from 2.0.6 to 2.0.7. - [Commits](https://github.com/qos-ch/slf4j/compare/v_2.0.6...v_2.0.7) --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- lib/fixtures/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fixtures/pom.xml b/lib/fixtures/pom.xml index 5857f20..917c659 100644 --- a/lib/fixtures/pom.xml +++ b/lib/fixtures/pom.xml @@ -36,7 +36,7 @@ org.slf4j slf4j-api - 2.0.6 + 2.0.7 From 35b759fa520b03d830c1cfab04b8e60f3c7aa0e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 08:23:38 +0000 Subject: [PATCH 140/168] chore(deps): bump com.google.protobuf:protobuf-java Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.22.1 to 3.23.4. - [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/compare/v3.22.1...v3.23.4) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- extension/server-plugin/serializer-plugin/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension/server-plugin/serializer-plugin/pom.xml b/extension/server-plugin/serializer-plugin/pom.xml index 6bef925..5e0c9c8 100644 --- a/extension/server-plugin/serializer-plugin/pom.xml +++ b/extension/server-plugin/serializer-plugin/pom.xml @@ -43,7 +43,7 @@ com.google.protobuf protobuf-java - 3.22.1 + 3.23.4 provided From 0802e1c13f30000e96e04e2889ad0a713d2b0196 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 08:23:42 +0000 Subject: [PATCH 141/168] chore(deps): bump org.apache.maven.plugins:maven-resources-plugin Bumps [org.apache.maven.plugins:maven-resources-plugin](https://github.com/apache/maven-resources-plugin) from 3.3.0 to 3.3.1. - [Release notes](https://github.com/apache/maven-resources-plugin/releases) - [Commits](https://github.com/apache/maven-resources-plugin/compare/maven-resources-plugin-3.3.0...maven-resources-plugin-3.3.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-resources-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ee33ad5..a80058d 100644 --- a/pom.xml +++ b/pom.xml @@ -266,7 +266,7 @@ org.apache.maven.plugins maven-resources-plugin - 3.3.0 + 3.3.1 UTF-8 From 0b8e1505221646071bc5b0e7b46a5cd1a418849b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 08:23:45 +0000 Subject: [PATCH 142/168] chore(deps): bump org.apache.maven.plugins:maven-enforcer-plugin Bumps [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.1.0 to 3.3.0. - [Release notes](https://github.com/apache/maven-enforcer/releases) - [Commits](https://github.com/apache/maven-enforcer/compare/enforcer-3.1.0...enforcer-3.3.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-enforcer-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ee33ad5..c1c1941 100644 --- a/pom.xml +++ b/pom.xml @@ -480,7 +480,7 @@ org.apache.maven.plugins maven-enforcer-plugin - 3.1.0 + 3.3.0 enforce-maven From 13601330da2ef0bbbf923915c0c5998f4d57d37e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 08:23:50 +0000 Subject: [PATCH 143/168] chore(deps): bump org.jacoco:jacoco-maven-plugin from 0.8.8 to 0.8.10 Bumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.8 to 0.8.10. - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](https://github.com/jacoco/jacoco/compare/v0.8.8...v0.8.10) --- updated-dependencies: - dependency-name: org.jacoco:jacoco-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ee33ad5..c580ab1 100644 --- a/pom.xml +++ b/pom.xml @@ -150,7 +150,7 @@ org.jacoco jacoco-maven-plugin - 0.8.8 + 0.8.10 pre-unit-test From 05910e01d61a3678936743e388c5076456cc8465 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 08:23:53 +0000 Subject: [PATCH 144/168] chore(deps): bump org.apache.maven.plugins:maven-deploy-plugin Bumps [org.apache.maven.plugins:maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) from 3.0.0-M1 to 3.1.1. - [Release notes](https://github.com/apache/maven-deploy-plugin/releases) - [Commits](https://github.com/apache/maven-deploy-plugin/compare/maven-deploy-plugin-3.0.0-M1...maven-deploy-plugin-3.1.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-deploy-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ee33ad5..b588d1d 100644 --- a/pom.xml +++ b/pom.xml @@ -443,7 +443,7 @@ maven-deploy-plugin - 3.0.0-M1 + 3.1.1 true From 386d72d169635734e261f70a0ebdcdbc497225e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 08:24:03 +0000 Subject: [PATCH 145/168] chore(deps): bump org.jetbrains.dokka:dokka-maven-plugin Bumps [org.jetbrains.dokka:dokka-maven-plugin](https://github.com/Kotlin/dokka) from 1.8.10 to 1.8.20. - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.8.10...v1.8.20) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ee33ad5..3935a47 100644 --- a/pom.xml +++ b/pom.xml @@ -323,7 +323,7 @@ org.jetbrains.dokka dokka-maven-plugin - 1.8.10 + 1.8.20 package From 8ed958147a1a97c50406143813df10020e5f5132 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 08:25:30 +0000 Subject: [PATCH 146/168] chore(deps): bump avro.version from 1.11.1 to 1.11.2 Bumps `avro.version` from 1.11.1 to 1.11.2. Updates `org.apache.avro:avro` from 1.11.1 to 1.11.2 Updates `org.apache.avro:avro-maven-plugin` from 1.11.1 to 1.11.2 --- updated-dependencies: - dependency-name: org.apache.avro:avro dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.avro:avro-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ee33ad5..484d347 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ 0.1.0 - 1.11.1 + 1.11.2 1.2.3 1.2.2.1 From ff507e9ef432302b3c43dade9d1c57140b49c39d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 08:26:48 +0000 Subject: [PATCH 147/168] chore(deps): bump org.apache.maven.plugins:maven-source-plugin Bumps [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin) from 3.2.1 to 3.3.0. - [Commits](https://github.com/apache/maven-source-plugin/compare/maven-source-plugin-3.2.1...maven-source-plugin-3.3.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-source-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ee33ad5..a2a90c0 100644 --- a/pom.xml +++ b/pom.xml @@ -377,7 +377,7 @@ org.apache.maven.plugins maven-source-plugin - 3.2.1 + 3.3.0 attach-sources From 4f6fff5f11591d7a259e8f2d61dea1c7dd000a62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 08:27:06 +0000 Subject: [PATCH 148/168] chore(deps-dev): bump io.github.microutils:kotlin-logging-jvm Bumps [io.github.microutils:kotlin-logging-jvm](https://github.com/oshai/kotlin-logging) from 3.0.2 to 3.0.5. - [Release notes](https://github.com/oshai/kotlin-logging/releases) - [Changelog](https://github.com/oshai/kotlin-logging/blob/master/ChangeLog-old.md) - [Commits](https://github.com/oshai/kotlin-logging/commits/3.0.5) --- updated-dependencies: - dependency-name: io.github.microutils:kotlin-logging-jvm dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4100408..b7ace24 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ 11 1.9.0 - 3.0.2 + 3.0.5 2.7.4 4.5.16 From d4f3460587eaee19a25a115f615e52fb5a46ad24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 08:27:28 +0000 Subject: [PATCH 149/168] chore(deps): bump springdoc.version from 1.6.12 to 1.7.0 Bumps `springdoc.version` from 1.6.12 to 1.7.0. Updates `org.springdoc:springdoc-openapi-ui` from 1.6.12 to 1.7.0 Updates `org.springdoc:springdoc-openapi-kotlin` from 1.6.12 to 1.7.0 --- updated-dependencies: - dependency-name: org.springdoc:springdoc-openapi-ui dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springdoc:springdoc-openapi-kotlin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- examples/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pom.xml b/examples/pom.xml index 629a418..728ca10 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -20,7 +20,7 @@ true true - 1.6.12 + 1.7.0 From b2f61297ca90959d49b1211c568a242a2de886a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Aug 2023 08:15:08 +0000 Subject: [PATCH 150/168] chore(deps): bump org.apache.maven.plugins:maven-clean-plugin Bumps [org.apache.maven.plugins:maven-clean-plugin](https://github.com/apache/maven-clean-plugin) from 3.2.0 to 3.3.1. - [Release notes](https://github.com/apache/maven-clean-plugin/releases) - [Commits](https://github.com/apache/maven-clean-plugin/compare/maven-clean-plugin-3.2.0...maven-clean-plugin-3.3.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-clean-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a2eb428..4409507 100644 --- a/pom.xml +++ b/pom.xml @@ -143,7 +143,7 @@ org.apache.maven.plugins maven-clean-plugin - 3.2.0 + 3.3.1 From 120124a0608171e5832c02788390da46ea8db403 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Aug 2023 08:15:21 +0000 Subject: [PATCH 151/168] chore(deps): bump ch.qos.logback:logback-classic from 1.4.5 to 1.4.8 Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.4.5 to 1.4.8. - [Commits](https://github.com/qos-ch/logback/compare/v_1.4.5...v_1.4.8) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- extension/server-plugin/schema-registry-apicurio-plugin/pom.xml | 2 +- extension/server-plugin/serializer-plugin/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extension/server-plugin/schema-registry-apicurio-plugin/pom.xml b/extension/server-plugin/schema-registry-apicurio-plugin/pom.xml index 7f37615..e93f04c 100644 --- a/extension/server-plugin/schema-registry-apicurio-plugin/pom.xml +++ b/extension/server-plugin/schema-registry-apicurio-plugin/pom.xml @@ -28,7 +28,7 @@ ch.qos.logback logback-classic - 1.4.5 + 1.4.8 diff --git a/extension/server-plugin/serializer-plugin/pom.xml b/extension/server-plugin/serializer-plugin/pom.xml index 5e0c9c8..5b61e24 100644 --- a/extension/server-plugin/serializer-plugin/pom.xml +++ b/extension/server-plugin/serializer-plugin/pom.xml @@ -55,7 +55,7 @@ ch.qos.logback logback-classic - 1.4.5 + 1.4.8 From 5be3859358f785fb9a5b325825475a7cb9c1ae79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Aug 2023 08:15:24 +0000 Subject: [PATCH 152/168] chore(deps): bump org.codehaus.mojo:build-helper-maven-plugin Bumps [org.codehaus.mojo:build-helper-maven-plugin](https://github.com/mojohaus/build-helper-maven-plugin) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/mojohaus/build-helper-maven-plugin/releases) - [Commits](https://github.com/mojohaus/build-helper-maven-plugin/compare/build-helper-maven-plugin-3.3.0...3.4.0) --- updated-dependencies: - dependency-name: org.codehaus.mojo:build-helper-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a2eb428..0d2c360 100644 --- a/pom.xml +++ b/pom.xml @@ -357,7 +357,7 @@ org.codehaus.mojo build-helper-maven-plugin - 3.3.0 + 3.4.0 generate-sources From 55e165c939b01e3f49fdb011b2c78f061b972d40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Aug 2023 08:15:27 +0000 Subject: [PATCH 153/168] chore(deps): bump org.apache.maven.plugins:maven-compiler-plugin Bumps [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.10.1 to 3.11.0. - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.10.1...maven-compiler-plugin-3.11.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a2eb428..ad6c4ca 100644 --- a/pom.xml +++ b/pom.xml @@ -171,7 +171,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.10.1 + 3.11.0 ${project.build.sourceEncoding} 11 From e5b074dafe45f0d94c3f49b54334256d2ff4fe4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Aug 2023 08:22:28 +0000 Subject: [PATCH 154/168] chore(deps): bump com.amashchenko.maven.plugin:gitflow-maven-plugin Bumps [com.amashchenko.maven.plugin:gitflow-maven-plugin](https://github.com/aleksandr-m/gitflow-maven-plugin) from 1.19.0 to 1.20.0. - [Release notes](https://github.com/aleksandr-m/gitflow-maven-plugin/releases) - [Changelog](https://github.com/aleksandr-m/gitflow-maven-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/aleksandr-m/gitflow-maven-plugin/compare/v1.19.0...v1.20.0) --- updated-dependencies: - dependency-name: com.amashchenko.maven.plugin:gitflow-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e0d0982..7854aa4 100644 --- a/pom.xml +++ b/pom.xml @@ -398,7 +398,7 @@ com.amashchenko.maven.plugin gitflow-maven-plugin - 1.19.0 + 1.20.0 master From 3550436d035f569c3bff6c686409efa285053996 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Aug 2023 08:22:33 +0000 Subject: [PATCH 155/168] chore(deps): bump io.toolisticon.testing:jgiven-kotlin Bumps [io.toolisticon.testing:jgiven-kotlin](https://github.com/toolisticon/jgiven-kotlin) from 1.2.2.1 to 1.2.5.0. - [Release notes](https://github.com/toolisticon/jgiven-kotlin/releases) - [Commits](https://github.com/toolisticon/jgiven-kotlin/compare/1.2.2.1...1.2.5.0) --- updated-dependencies: - dependency-name: io.toolisticon.testing:jgiven-kotlin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e0d0982..e097a90 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ 1.11.2 1.2.5 - 1.2.2.1 + 1.2.5.0 **/*ITest.* **/itest/**/*.* From 507a1833e9f12e5c3af287171a0d99f95ed54d2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Aug 2023 08:22:41 +0000 Subject: [PATCH 156/168] chore(deps): bump org.apache.felix:maven-bundle-plugin Bumps org.apache.felix:maven-bundle-plugin from 5.1.8 to 5.1.9. --- updated-dependencies: - dependency-name: org.apache.felix:maven-bundle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- extension/server-plugin/schema-registry-apicurio-plugin/pom.xml | 2 +- extension/server-plugin/serializer-plugin/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extension/server-plugin/schema-registry-apicurio-plugin/pom.xml b/extension/server-plugin/schema-registry-apicurio-plugin/pom.xml index e93f04c..bae0f8b 100644 --- a/extension/server-plugin/schema-registry-apicurio-plugin/pom.xml +++ b/extension/server-plugin/schema-registry-apicurio-plugin/pom.xml @@ -71,7 +71,7 @@ org.apache.felix maven-bundle-plugin - 5.1.8 + 5.1.9 true diff --git a/extension/server-plugin/serializer-plugin/pom.xml b/extension/server-plugin/serializer-plugin/pom.xml index 5b61e24..106da4d 100644 --- a/extension/server-plugin/serializer-plugin/pom.xml +++ b/extension/server-plugin/serializer-plugin/pom.xml @@ -70,7 +70,7 @@ org.apache.felix maven-bundle-plugin - 5.1.8 + 5.1.9 true From 814a10d538eec02f20fae03823928d44267c9da9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 08:18:18 +0000 Subject: [PATCH 157/168] chore(deps): bump org.apache.maven.plugins:maven-javadoc-plugin Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.4.1 to 3.6.0. - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.4.1...maven-javadoc-plugin-3.6.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index df8361a..8efb4b3 100644 --- a/pom.xml +++ b/pom.xml @@ -342,7 +342,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.4.1 + 3.6.0 attach-javadocs From 0d1887da11e57e38caa9dd89daa5fc439f0743d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 08:42:28 +0000 Subject: [PATCH 158/168] chore(deps-dev): bump org.testcontainers:junit-jupiter Bumps [org.testcontainers:junit-jupiter](https://github.com/testcontainers/testcontainers-java) from 1.17.6 to 1.19.1. - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.17.6...1.19.1) --- updated-dependencies: - dependency-name: org.testcontainers:junit-jupiter dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- extension/spring/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension/spring/pom.xml b/extension/spring/pom.xml index d2452ba..e98e940 100644 --- a/extension/spring/pom.xml +++ b/extension/spring/pom.xml @@ -31,7 +31,7 @@ org.testcontainers junit-jupiter - 1.17.6 + 1.19.1 test From 937f3939649b36995898ab760916dafdb2ca7c57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 08:20:26 +0000 Subject: [PATCH 159/168] chore(deps): bump org.apache.maven.plugins:maven-failsafe-plugin Bumps [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) from 2.22.2 to 3.2.1. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-2.22.2...surefire-3.2.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index df8361a..db65803 100644 --- a/pom.xml +++ b/pom.xml @@ -298,7 +298,7 @@ org.apache.maven.plugins maven-failsafe-plugin - 2.22.2 + 3.2.1 From 414ac641860da712435817fc2ddd4407b3bde6a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 08:20:30 +0000 Subject: [PATCH 160/168] chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 2.22.2 to 3.2.1. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-2.22.2...surefire-3.2.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index df8361a..e971643 100644 --- a/pom.xml +++ b/pom.xml @@ -275,7 +275,7 @@ maven-surefire-plugin - 2.22.2 + 3.2.1 false kill From fe422b1ac9ed16f3365750c2f36c53fb1964cc96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 08:55:54 +0000 Subject: [PATCH 161/168] chore(deps): bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 Bumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.10 to 0.8.11. - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](https://github.com/jacoco/jacoco/compare/v0.8.10...v0.8.11) --- updated-dependencies: - dependency-name: org.jacoco:jacoco-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index acbfca6..76de10b 100644 --- a/pom.xml +++ b/pom.xml @@ -150,7 +150,7 @@ org.jacoco jacoco-maven-plugin - 0.8.10 + 0.8.11 pre-unit-test From 9f62ca1d03ce742f0e803c2fa0f6ed5d9c95b1fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 08:57:35 +0000 Subject: [PATCH 162/168] chore(deps): bump kotlin.version from 1.9.0 to 1.9.20 Bumps `kotlin.version` from 1.9.0 to 1.9.20. Updates `org.jetbrains.kotlin:kotlin-bom` from 1.9.0 to 1.9.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.0...v1.9.20) Updates `org.jetbrains.kotlin:kotlin-maven-allopen` from 1.9.0 to 1.9.20 Updates `org.jetbrains.kotlin:kotlin-maven-noarg` from 1.9.0 to 1.9.20 Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 1.9.0 to 1.9.20 --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-bom dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-maven-allopen dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-maven-noarg dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index acbfca6..b5e00ab 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ UTF-8 11 - 1.9.0 + 1.9.20 3.0.5 2.7.4 From 6f4aebcf049c59cff0a8eab92b3374aa96a6674e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 08:57:46 +0000 Subject: [PATCH 163/168] chore(deps): bump ch.qos.logback:logback-classic from 1.4.8 to 1.4.11 Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.4.8 to 1.4.11. - [Commits](https://github.com/qos-ch/logback/compare/v_1.4.8...v_1.4.11) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- extension/server-plugin/schema-registry-apicurio-plugin/pom.xml | 2 +- extension/server-plugin/serializer-plugin/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extension/server-plugin/schema-registry-apicurio-plugin/pom.xml b/extension/server-plugin/schema-registry-apicurio-plugin/pom.xml index bae0f8b..3c0f08f 100644 --- a/extension/server-plugin/schema-registry-apicurio-plugin/pom.xml +++ b/extension/server-plugin/schema-registry-apicurio-plugin/pom.xml @@ -28,7 +28,7 @@ ch.qos.logback logback-classic - 1.4.8 + 1.4.11 diff --git a/extension/server-plugin/serializer-plugin/pom.xml b/extension/server-plugin/serializer-plugin/pom.xml index 106da4d..b85e4f0 100644 --- a/extension/server-plugin/serializer-plugin/pom.xml +++ b/extension/server-plugin/serializer-plugin/pom.xml @@ -55,7 +55,7 @@ ch.qos.logback logback-classic - 1.4.8 + 1.4.11 From 98e62984cba3f226093a1f3ba020e76b10730c3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 08:58:12 +0000 Subject: [PATCH 164/168] chore(deps): bump jgiven.version from 1.2.5 to 1.3.0 Bumps `jgiven.version` from 1.2.5 to 1.3.0. Updates `com.tngtech.jgiven:jgiven-maven-plugin` from 1.2.5 to 1.3.0 - [Release notes](https://github.com/TNG/jgiven/releases) - [Changelog](https://github.com/TNG/JGiven/blob/master/CHANGELOG.md) - [Commits](https://github.com/TNG/jgiven/compare/v1.2.5...v1.3.0) Updates `com.tngtech.jgiven:jgiven-junit5` from 1.2.5 to 1.3.0 - [Release notes](https://github.com/TNG/jgiven/releases) - [Changelog](https://github.com/TNG/JGiven/blob/master/CHANGELOG.md) - [Commits](https://github.com/TNG/jgiven/compare/v1.2.5...v1.3.0) Updates `com.tngtech.jgiven:jgiven-spring-junit5` from 1.2.5 to 1.3.0 - [Release notes](https://github.com/TNG/jgiven/releases) - [Changelog](https://github.com/TNG/JGiven/blob/master/CHANGELOG.md) - [Commits](https://github.com/TNG/jgiven/compare/v1.2.5...v1.3.0) Updates `com.tngtech.jgiven:jgiven-html5-report` from 1.2.5 to 1.3.0 - [Release notes](https://github.com/TNG/jgiven/releases) - [Changelog](https://github.com/TNG/JGiven/blob/master/CHANGELOG.md) - [Commits](https://github.com/TNG/jgiven/compare/v1.2.5...v1.3.0) --- updated-dependencies: - dependency-name: com.tngtech.jgiven:jgiven-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.tngtech.jgiven:jgiven-junit5 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.tngtech.jgiven:jgiven-spring-junit5 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.tngtech.jgiven:jgiven-html5-report dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index acbfca6..9c21afc 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ 1.11.2 - 1.2.5 + 1.3.0 1.2.5.0 **/*ITest.* From d0ce09210fb7e448ac1ddfc3222478a602b26377 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 08:58:18 +0000 Subject: [PATCH 165/168] chore(deps): bump org.jetbrains.dokka:dokka-maven-plugin Bumps [org.jetbrains.dokka:dokka-maven-plugin](https://github.com/Kotlin/dokka) from 1.8.20 to 1.9.10. - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.8.20...v1.9.10) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index acbfca6..9c1845c 100644 --- a/pom.xml +++ b/pom.xml @@ -323,7 +323,7 @@ org.jetbrains.dokka dokka-maven-plugin - 1.8.20 + 1.9.10 package From 5f5ee1d6f7fb0bbe93bfc1f078b343978aba8838 Mon Sep 17 00:00:00 2001 From: Simon Zambrovski Date: Fri, 3 Nov 2023 23:04:35 +0100 Subject: [PATCH 166/168] use latest registry --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 404145a..181364f 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ 4.6.0 0.2.1 - 0.1.0 + 0.1.1 1.11.2 From 1ea33853934f805ec34d95893b77413a607298b0 Mon Sep 17 00:00:00 2001 From: Simon Zambrovski Date: Fri, 3 Nov 2023 23:06:15 +0100 Subject: [PATCH 167/168] fix docs --- .github/workflows/docs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index fea1055..8d75e95 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -61,13 +61,13 @@ jobs: # This is for a tagged version - name: Create a new version of documentation and push to GH pages. if: startsWith(github.ref, 'refs/tags/') - run: mike deploy ${{ steps.get_tag_name.outputs.TAG_NAME }} stable --push --rebase -u + run: mike deploy ${{ steps.get_tag_name.outputs.TAG_NAME }} stable --push -u - name: Make stable to default. if: startsWith(github.ref, 'refs/tags/') - run: mike set-default stable --push --rebase + run: mike set-default stable --push # This is for develop - name: Deploy latest develop snapshot docs to GH pages. if: github.ref == 'refs/heads/develop' - run: mike deploy snapshot --push --rebase -u + run: mike deploy snapshot --push -u From dc9ee4904ea21eed531d1d6e2a83866b280c103c Mon Sep 17 00:00:00 2001 From: Simon Zambrovski Date: Fri, 3 Nov 2023 23:12:59 +0100 Subject: [PATCH 168/168] Update for next development version --- examples/bankaccount-springboot-kotlin/pom.xml | 2 +- examples/coverage-aggregate/pom.xml | 2 +- examples/pom.xml | 2 +- extension/pom.xml | 2 +- extension/serializer/pom.xml | 2 +- extension/server-plugin/schema-registry-apicurio-plugin/pom.xml | 2 +- extension/server-plugin/serializer-plugin-api/pom.xml | 2 +- extension/server-plugin/serializer-plugin/pom.xml | 2 +- extension/spring/pom.xml | 2 +- lib/fixtures/pom.xml | 2 +- lib/pom.xml | 2 +- lib/test/pom.xml | 2 +- pom.xml | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/examples/bankaccount-springboot-kotlin/pom.xml b/examples/bankaccount-springboot-kotlin/pom.xml index 74a96e9..9d26c5f 100644 --- a/examples/bankaccount-springboot-kotlin/pom.xml +++ b/examples/bankaccount-springboot-kotlin/pom.xml @@ -6,7 +6,7 @@ io.holixon.axon.avro._ examples - 0.0.6-SNAPSHOT + 0.0.6 diff --git a/examples/coverage-aggregate/pom.xml b/examples/coverage-aggregate/pom.xml index 1198927..8737a05 100644 --- a/examples/coverage-aggregate/pom.xml +++ b/examples/coverage-aggregate/pom.xml @@ -7,7 +7,7 @@ io.holixon.axon.avro._ examples - 0.0.6-SNAPSHOT + 0.0.6 coverage-aggregate diff --git a/examples/pom.xml b/examples/pom.xml index 728ca10..4cadb8c 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -6,7 +6,7 @@ io.holixon.axon.avro._ axon-avro-serializer_ - 0.0.6-SNAPSHOT + 0.0.6 examples diff --git a/extension/pom.xml b/extension/pom.xml index a2000a0..da82c2d 100644 --- a/extension/pom.xml +++ b/extension/pom.xml @@ -6,7 +6,7 @@ io.holixon.axon.avro._ axon-avro-serializer_ - 0.0.6-SNAPSHOT + 0.0.6 extension diff --git a/extension/serializer/pom.xml b/extension/serializer/pom.xml index f707f65..f58f3ba 100644 --- a/extension/serializer/pom.xml +++ b/extension/serializer/pom.xml @@ -6,7 +6,7 @@ io.holixon.axon.avro._ extension - 0.0.6-SNAPSHOT + 0.0.6 io.holixon.axon.avro diff --git a/extension/server-plugin/schema-registry-apicurio-plugin/pom.xml b/extension/server-plugin/schema-registry-apicurio-plugin/pom.xml index 3c0f08f..41fa5b9 100644 --- a/extension/server-plugin/schema-registry-apicurio-plugin/pom.xml +++ b/extension/server-plugin/schema-registry-apicurio-plugin/pom.xml @@ -6,7 +6,7 @@ io.holixon.axon.avro._ extension - 0.0.6-SNAPSHOT + 0.0.6 ../../pom.xml diff --git a/extension/server-plugin/serializer-plugin-api/pom.xml b/extension/server-plugin/serializer-plugin-api/pom.xml index e3dfca2..340c573 100644 --- a/extension/server-plugin/serializer-plugin-api/pom.xml +++ b/extension/server-plugin/serializer-plugin-api/pom.xml @@ -6,7 +6,7 @@ io.holixon.axon.avro._ extension - 0.0.6-SNAPSHOT + 0.0.6 ../../pom.xml diff --git a/extension/server-plugin/serializer-plugin/pom.xml b/extension/server-plugin/serializer-plugin/pom.xml index b85e4f0..5437d79 100644 --- a/extension/server-plugin/serializer-plugin/pom.xml +++ b/extension/server-plugin/serializer-plugin/pom.xml @@ -6,7 +6,7 @@ io.holixon.axon.avro._ extension - 0.0.6-SNAPSHOT + 0.0.6 ../../pom.xml diff --git a/extension/spring/pom.xml b/extension/spring/pom.xml index e98e940..973f22a 100644 --- a/extension/spring/pom.xml +++ b/extension/spring/pom.xml @@ -6,7 +6,7 @@ io.holixon.axon.avro._ extension - 0.0.6-SNAPSHOT + 0.0.6 io.holixon.axon.avro diff --git a/lib/fixtures/pom.xml b/lib/fixtures/pom.xml index 917c659..b390a27 100644 --- a/lib/fixtures/pom.xml +++ b/lib/fixtures/pom.xml @@ -6,7 +6,7 @@ io.holixon.axon.avro._ lib - 0.0.6-SNAPSHOT + 0.0.6 io.holixon.axon.avro.lib diff --git a/lib/pom.xml b/lib/pom.xml index 4b00517..1f9e239 100644 --- a/lib/pom.xml +++ b/lib/pom.xml @@ -6,7 +6,7 @@ io.holixon.axon.avro._ axon-avro-serializer_ - 0.0.6-SNAPSHOT + 0.0.6 lib diff --git a/lib/test/pom.xml b/lib/test/pom.xml index e127c8f..5349e32 100644 --- a/lib/test/pom.xml +++ b/lib/test/pom.xml @@ -6,7 +6,7 @@ io.holixon.axon.avro._ lib - 0.0.6-SNAPSHOT + 0.0.6 io.holixon.axon.avro.lib diff --git a/pom.xml b/pom.xml index 181364f..2732a2e 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.holixon.axon.avro._ axon-avro-serializer_ - 0.0.6-SNAPSHOT + 0.0.6 ${project.artifactId} Axon Avro Serializer https://github.com/holixon/axon-avro-serializer/