Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion code/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.0] - 2026-06-03

## [0.2.0] - 2026-06-03

### Added

- Dependabot support for Maven dependencies in the `/code` module.
- Third-party license files in `THIRD-PARTY-LICENSES/`.
- New onboarding documentation with a minimal end-to-end setup example.
- Complete configuration examples for PostgreSQL + Kafka, MariaDB + Kafka, and MongoDB + Kafka.

### Changed

- Improved `README.md` with clearer installation and configuration guidance.
- Documented customization options for JDBC table names, schema, and MongoDB collection names.
- Updated `CODEOWNERS` to the `scs-outbox` maintainers team.
- Refined licensing and reuse metadata in `NOTICE` and `REUSE.toml`.

### Fixed

- Fixed Sonar project key formatting in the PR verification workflow.

### Dependencies

- Updated `org.springframework.boot:spring-boot-dependencies` from `4.0.4` to `4.0.6`.
- Updated `org.apache.avro:avro` from `1.11.4` to `1.12.0`.
- Updated `org.apache.maven.plugins:maven-enforcer-plugin` from `3.5.0` to `3.6.3`.
Expand All @@ -35,6 +43,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Maven build configuration with javadocs and sources plugins
- CI/CD workflows for release and testing

[Unreleased]: https://github.com/InditexTech/scs-outbox/compare/0.1.0...HEAD
[Unreleased]: https://github.com/InditexTech/scs-outbox/compare/1.0.0...HEAD

[1.0.0]: https://github.com/InditexTech/scs-outbox/compare/0.2.0...1.0.0

[0.2.0]: https://github.com/InditexTech/scs-outbox/compare/0.1.0...0.2.0

[0.1.0]: https://github.com/InditexTech/scs-outbox/releases/tag/0.1.0
2 changes: 1 addition & 1 deletion code/jacoco-report-aggregate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.inditex.scsoutbox</groupId>
<artifactId>scs-outbox</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</parent>

<artifactId>jacoco-report-aggregate</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion code/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>dev.inditex.scsoutbox</groupId>
<artifactId>scs-outbox</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion code/scs-outbox-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.inditex.scsoutbox</groupId>
<artifactId>scs-outbox</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</parent>

<artifactId>scs-outbox-it</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion code/scs-outbox-it/scs-outbox-jdbc-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.inditex.scsoutbox</groupId>
<artifactId>scs-outbox-it</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</parent>

<artifactId>scs-outbox-jdbc-it</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion code/scs-outbox-it/scs-outbox-mongodb-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.inditex.scsoutbox</groupId>
<artifactId>scs-outbox-it</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</parent>

<artifactId>scs-outbox-mongodb-it</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion code/scs-outbox-libs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.inditex.scsoutbox</groupId>
<artifactId>scs-outbox</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</parent>

<artifactId>scs-outbox-libs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion code/scs-outbox-libs/scs-outbox-archive-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.inditex.scsoutbox</groupId>
<artifactId>scs-outbox-libs</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</parent>

<artifactId>scs-outbox-archive-jdbc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion code/scs-outbox-libs/scs-outbox-archive-mongodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.inditex.scsoutbox</groupId>
<artifactId>scs-outbox</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion code/scs-outbox-libs/scs-outbox-archive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.inditex.scsoutbox</groupId>
<artifactId>scs-outbox-libs</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</parent>

<artifactId>scs-outbox-archive</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion code/scs-outbox-libs/scs-outbox-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.inditex.scsoutbox</groupId>
<artifactId>scs-outbox-libs</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</parent>

<artifactId>scs-outbox-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion code/scs-outbox-libs/scs-outbox-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.inditex.scsoutbox</groupId>
<artifactId>scs-outbox-libs</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</parent>

<artifactId>scs-outbox-jdbc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion code/scs-outbox-libs/scs-outbox-metrics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.inditex.scsoutbox</groupId>
<artifactId>scs-outbox-libs</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</parent>

<artifactId>scs-outbox-metrics</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion code/scs-outbox-libs/scs-outbox-mongodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.inditex.scsoutbox</groupId>
<artifactId>scs-outbox-libs</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</parent>

<artifactId>scs-outbox-mongodb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion code/scs-outbox-libs/scs-outbox-serialization/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.inditex.scsoutbox</groupId>
<artifactId>scs-outbox-libs</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</parent>

<artifactId>scs-outbox-serialization</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion code/scs-outbox-libs/scs-outbox-test-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.inditex.scsoutbox</groupId>
<artifactId>scs-outbox-libs</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</parent>

<artifactId>scs-outbox-test-support</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion code/scs-outbox-starters/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.inditex.scsoutbox</groupId>
<artifactId>scs-outbox</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</parent>

<artifactId>scs-outbox-starters</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion code/scs-outbox-starters/scs-outbox-jdbc-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.inditex.scsoutbox</groupId>
<artifactId>scs-outbox-starters</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</parent>

<artifactId>scs-outbox-jdbc-starter</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.inditex.scsoutbox</groupId>
<artifactId>scs-outbox-starters</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</parent>

<artifactId>scs-outbox-mongodb-starter</artifactId>
Expand Down
Loading