Skip to content

fix(deps): update dependency io.namastack:namastack-outbox-starter-jdbc to v1.4.0#199

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/namastackversion
Open

fix(deps): update dependency io.namastack:namastack-outbox-starter-jdbc to v1.4.0#199
renovate[bot] wants to merge 1 commit intomainfrom
renovate/namastackversion

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 17, 2026

This PR contains the following updates:

Package Change Age Confidence
io.namastack:namastack-outbox-starter-jdbc 1.1.01.4.0 age confidence

Release Notes

namastack/namastack-outbox (io.namastack:namastack-outbox-starter-jdbc)

v1.4.0: Namastack Outbox v1.4.0

What's New

Automatic @EnableScheduling Activation (GH-260)

The library now automatically activates Spring's @EnableScheduling when the outbox auto-configuration is loaded, removing the need for users to add this annotation manually. By @​rolandbeisel.

Previously, every application using namastack-outbox had to explicitly add @EnableScheduling to one of its configuration classes — an easy step to forget, leading to silent failures where outbox records were never processed.

Starting with v1.4.0, @EnableScheduling is conditionally registered by the library itself. If your application already has @EnableScheduling (or a ScheduledAnnotationBeanPostProcessor bean), the library detects this and does nothing - no duplicate registration, no side effects.

Migration: Simply remove @EnableScheduling from your application configuration if it was added solely for namastack-outbox. If you use scheduling elsewhere in your app, keeping it is harmless.

Documentation Rework

The README and documentation have been comprehensively reworked:

What's Changed

Full Changelog: namastack/namastack-outbox@v1.3.1...v1.4.0

v1.3.1: Namastack Outbox v1.3.1

What's Changed

Full Changelog: namastack/namastack-outbox@v1.3.0...v1.3.1

v1.3.0: Namastack Outbox v1.3.0

What's New

New SNS Integration Module (GH-51)

Added a new SNS integration module by @​rolandbeisel, enabling seamless publishing of outbox events to Amazon Simple Notification Service (SNS). This module supports reliable, transactional event delivery to SNS topics, making it easy to integrate with AWS-based event-driven architectures. Configuration options and usage examples are provided in the documentation.

What's Changed

Full Changelog: namastack/namastack-outbox@v1.2.0...v1.3.0

v1.2.0: Namastack Outbox v1.2.0

What's New

New module for record processing observability (GH-223)

Enhanced outbox record processing by introducing structured observability using Micrometer Observation and OpenTelemetry Semantic Conventions for messaging. The brand new namastack-outbox-tracing module wraps every handler and fallback handler invocation in a Micrometer Observation, giving you distributed traces, metrics, and structured log correlation out of the box. Provides consistent and granular record-level tracing, improved troubleshooting and operational insight. Thanks to @​Alek96 for this contribution.

Here you can read more about the new module.

What's Changed

New Contributors


🙏 Contributors

Special thanks to all contributors who made this release possible:


Full Changelog: namastack/namastack-outbox@v1.1.1...v1.2.0

v1.1.1: Namastack Outbox v1.1.1

What's Changed

Full Changelog: namastack/namastack-outbox@v1.1.0...v1.1.1


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from Puneethkumarck as a code owner March 17, 2026 22:04
@renovate renovate bot force-pushed the renovate/namastackversion branch from 1656138 to 47ab86d Compare March 21, 2026 01:42
@renovate renovate bot changed the title fix(deps): update dependency io.namastack:namastack-outbox-starter-jdbc to v1.1.1 fix(deps): update dependency io.namastack:namastack-outbox-starter-jdbc to v1.2.0 Mar 21, 2026
@renovate renovate bot force-pushed the renovate/namastackversion branch 2 times, most recently from 33efbcc to ae36727 Compare April 2, 2026 10:04
@renovate renovate bot changed the title fix(deps): update dependency io.namastack:namastack-outbox-starter-jdbc to v1.2.0 fix(deps): update dependency io.namastack:namastack-outbox-starter-jdbc to v1.3.0 Apr 2, 2026
@renovate renovate bot changed the title fix(deps): update dependency io.namastack:namastack-outbox-starter-jdbc to v1.3.0 fix(deps): update dependency io.namastack:namastack-outbox-starter-jdbc to v1.3.1 Apr 2, 2026
@renovate renovate bot force-pushed the renovate/namastackversion branch from ae36727 to bffc526 Compare April 2, 2026 21:40
@renovate renovate bot force-pushed the renovate/namastackversion branch from bffc526 to 50f6052 Compare April 10, 2026 20:38
@renovate renovate bot changed the title fix(deps): update dependency io.namastack:namastack-outbox-starter-jdbc to v1.3.1 fix(deps): update dependency io.namastack:namastack-outbox-starter-jdbc to v1.4.0 Apr 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants