Skip to content

Expose pending HTTP delivery state - #80

Merged
BenCodez merged 3 commits into
mainfrom
codex/http-pending-delivery-state
Sep 10, 2026
Merged

BenCodez merged 3 commits into
mainfrom
codex/http-pending-delivery-state

Conversation

@BenCodez

@BenCodez BenCodez commented Sep 10, 2026

Copy link
Copy Markdown
Owner

Adds additive HttpProxyTransportServer.hasPendingDeliveries() and hasPersistedDeliveries(Path) queries so transport owners can avoid retiring HTTP while durable proxy-to-backend work remains, including after a stopped process restarts with a different configured transport.

The queries include confirmed queue entries and quarantined/indeterminate publications. Regression tests cover the normal enqueue/ack lifecycle, quarantine retention, and pre-start persisted-state detection.

Validation:

  • mvn -B -f SimpleAPI/pom.xml -Dtest=HttpTransportRuntimeTest test (61 tests)
  • mvn -B -f SimpleAPI/pom.xml clean package (402 tests plus shared-artifact test, 0 failures)
  • shaded and shared JARs produced
  • git diff --check

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 10, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-10T16:46:00.468775Z d7584d5 New commits
🔒 Security Review Completed 2026-09-10T00:45:48.678479Z df64a45 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@BenCodez

Copy link
Copy Markdown
Owner Author

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Delightful!

Reviewed commit: ae521f7921

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@BenCodez

Copy link
Copy Markdown
Owner Author

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. More of your lovely PRs please.

Reviewed commit: ae521f7921

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@BenCodez

Copy link
Copy Markdown
Owner Author

@codex review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: ae521f7921

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@BenCodez
BenCodez merged commit 020e62b into main Sep 10, 2026
4 checks passed
@BenCodez
BenCodez deleted the codex/http-pending-delivery-state branch September 10, 2026 22:08
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.

1 participant