Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: BabelQueue/babelqueue-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.0
Choose a base ref
...
head repository: BabelQueue/babelqueue-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.0
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Jun 19, 2026

  1. feat(redrive): DLQ redrive tooling — safe replay (ADR-0026) (#3)

    Java mirror of babelqueue-go Redrive: Redrive.redrive(transport, dlq, opts) drains a DLQ and re-publishes each message (reset: strip dead_letter, attempts->0, preserve job/trace_id/data/meta) to its dead_letter.original_queue or opts.toQueue. Options all()/toQueue/max/dryRun/select. The codec-only core has no transport, so it works over a minimal Transport seam the caller implements (like the otel Sender). Drains-then-processes; acks only after a successful re-publish; restores undecodable bodies (a null-job envelope) and on publish failure. No new dependency; envelope frozen. Replay-Bypass header documented as phase two.
    muhammetsafak authored Jun 19, 2026
    Configuration menu
    Copy the full SHA
    a73865c View commit details
    Browse the repository at this point in the history
  2. chore(release): v1.3.0

    muhammetsafak committed Jun 19, 2026
    Configuration menu
    Copy the full SHA
    0ddfbf9 View commit details
    Browse the repository at this point in the history
Loading