Conversation
Keep S3 and CloudWatch Logs clients out of default consumer dependency trees, document opt-in dependencies, remove the internal review ledger, and align lifecycle documentation with implementation.
Contributor
Author
|
Intent: Keep optional remote exporter clients out of default consumer packages and remove stale/internal documentation from the Workflow Insight change. |
2 tasks
wangyb-A
added this pull request to stack #696
September 9, 2026 18:35
wangyb-A
removed this pull request from stack #696
September 9, 2026 18:37
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Issue Link, if available
Stacked on #661.
Addresses items 1–3 from #661 (comment). The
ON_CHANGEdesign question remains outside this PR.Description
Customers who use the default
LambdaLogExportershould not package the S3 and CloudWatch Logs service clients. This PR marks those two Maven dependencies optional and documents the dependencies required by each remote exporter.It also removes the internal AI review ledger from the public branch and updates the state-lifecycle documentation to match the implementation: invocation state is removed after every invocation end and recreated from stable hook data on resume.
Demo/Screenshots
Not applicable. This PR changes Maven metadata and documentation only.
Checklist
Testing
git diff --checkmvn -B -q spotless:check --file pom.xmlmvn -q -pl insight-plugin -am clean verifyjackson-datatype-jsr310but excludessoftware.amazon.awssdk:s3andsoftware.amazon.awssdk:cloudwatchlogs.mvn -q clean verifywas attempted twice. Both runs reached the unchangedotel-pluginmodule and failed only atInvocationOtelPluginTest.invocationEnd_closesNestedSpansChildFirst; that test passes when rerun in isolation. This PR does not change OpenTelemetry code or dependencies.Unit Tests
No new unit tests. The behavior change is Maven transitive-dependency metadata and was verified with an isolated consumer dependency tree.
Integration Tests
No new integration tests. Existing
insight-plugintests pass through the targeted reactor build.Examples
No new example is needed for this metadata and documentation correction.