Skip to content

RELEASE 1.0.0#15

Merged
francisco-bru merged 12 commits into
mainfrom
develop
Jun 3, 2026
Merged

RELEASE 1.0.0#15
francisco-bru merged 12 commits into
mainfrom
develop

Conversation

@francisco-bru

Copy link
Copy Markdown
Contributor

RELEASE 1.0.0

francisco-bru and others added 4 commits May 11, 2026 09:10
…to-develop

Sync release 0.1.0 to develop
* docs: add third party licenses

* fix: delete annotations for EPL-2.0 and LGPL-2.1

Removed EPL-2.0 and LGPL-2.1 annotations from REUSE.toml

* docs: move third-party licenses to THIRD-PARTY-LICENSES directory

* docs: add REUSE annotation for THIRD-PARTY-LICENSES directory
- Add note about customizable table/collection names (scs-outbox.jdbc.table-name,
  schema, scs-outbox.mongodb.collection-name) with SQL+YAML example
- Add TIP callout clarifying required vs optional configuration
- Add 'Minimal working configuration' subsection with end-to-end
  PostgreSQL + Kafka example (dependency, SQL, @EnableScheduling,
  application.yml, @transactional + StreamBridge)
- Add 'Configuration Examples' section with complete application.yml
  for PostgreSQL+Kafka, MariaDB+Kafka, and MongoDB+Kafka

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
juliojgd added 2 commits June 1, 2026 12:34
Updated Dependabot configuration to specify Maven as the package ecosystem and changed the directory to '/code'.
@github-actions

github-actions Bot commented Jun 1, 2026

Copy link
Copy Markdown

❗ ❗ ❗ This Pull Request will not trigger a Release

A Pull Request with no changes to the code/ folder will not trigger a release

@github-actions

github-actions Bot commented Jun 2, 2026

Copy link
Copy Markdown

❌ No changes in the CHANGELOG.md file

No changes were found in the CHANGELOG.md file. Please, update the UNRELEASED section, listing the new changes that applies to this release.

@github-advanced-security

Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

)

Bumps [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 4.0.4 to 4.0.6.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v4.0.4...v4.0.6)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-dependencies
  dependency-version: 4.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Francisco Barbudo <123982983+francisco-bru@users.noreply.github.com>
@github-actions

github-actions Bot commented Jun 2, 2026

Copy link
Copy Markdown

❌ No changes in the CHANGELOG.md file

No changes were found in the CHANGELOG.md file. Please, update the UNRELEASED section, listing the new changes that applies to this release.

…#20)

Bumps org.apache.avro:avro from 1.11.4 to 1.12.1.

---
updated-dependencies:
- dependency-name: org.apache.avro:avro
  dependency-version: 1.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Francisco Barbudo <123982983+francisco-bru@users.noreply.github.com>
@github-actions

github-actions Bot commented Jun 2, 2026

Copy link
Copy Markdown

❌ No changes in the CHANGELOG.md file

No changes were found in the CHANGELOG.md file. Please, update the UNRELEASED section, listing the new changes that applies to this release.

@github-actions

github-actions Bot commented Jun 2, 2026

Copy link
Copy Markdown

🚀 Release Preview Success

You are going to release the version major with the following changes:

1.0.0 - 2026-06-02

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.1.

💡 Merge Strategy: Create a merge commit

Remember to use the 'Create a merge commit' strategy to merge this Pull Request (developmain).

Added new features, improvements, and dependency updates to the changelog.
@github-actions

github-actions Bot commented Jun 2, 2026

Copy link
Copy Markdown

🚀 Release Preview Success

You are going to release the version major with the following changes:

1.0.0 - 2026-06-02

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.1.

💡 Merge Strategy: Create a merge commit

Remember to use the 'Create a merge commit' strategy to merge this Pull Request (developmain).

@InditexTech InditexTech deleted a comment from github-actions Bot Jun 2, 2026
@InditexTech InditexTech deleted a comment from github-actions Bot Jun 2, 2026
* chore: initial commit

* chore: downgrade org.apache.avro:avro from 1.12.1 to 1.12.0

* Update CHANGELOG.md
@github-actions

github-actions Bot commented Jun 3, 2026

Copy link
Copy Markdown

🚀 Release Preview Success

You are going to release the version major with the following changes:

1.0.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.

💡 Merge Strategy: Create a merge commit

Remember to use the 'Create a merge commit' strategy to merge this Pull Request (developmain).

…from 3.5.0 to 3.6.3 in /code (#26)

* chore(deps-dev): bump org.apache.maven.plugins:maven-enforcer-plugin

Bumps [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.5.0 to 3.6.3.
- [Release notes](https://github.com/apache/maven-enforcer/releases)
- [Commits](apache/maven-enforcer@enforcer-3.5.0...enforcer-3.6.3)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-enforcer-plugin
  dependency-version: 3.6.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: update changelog

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Adrià Bergé Aguilar <adriaba@ext.inditex.com>
Co-authored-by: Francisco Barbudo <123982983+francisco-bru@users.noreply.github.com>
Co-authored-by: Francisco Barbudo <franciscobru@ext.inditex.com>
@github-actions

github-actions Bot commented Jun 3, 2026

Copy link
Copy Markdown

🚀 Release Preview Success

You are going to release the version major with the following changes:

1.0.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.

💡 Merge Strategy: Create a merge commit

Remember to use the 'Create a merge commit' strategy to merge this Pull Request (developmain).

@sonarqubecloud

sonarqubecloud Bot commented Jun 3, 2026

Copy link
Copy Markdown

@francisco-bru francisco-bru merged commit a636265 into main Jun 3, 2026
18 of 19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants