Skip to content

Fix dependency cve monitor list and add new workflow to verify list - #7274

Merged
aws-sdk-java-automation merged 1 commit into
masterfrom
hdavidh/fix-cve-monitor-worfklow
Aug 14, 2026
Merged

Fix dependency cve monitor list and add new workflow to verify list#7274
aws-sdk-java-automation merged 1 commit into
masterfrom
hdavidh/fix-cve-monitor-worfklow

Conversation

@aws-sdk-java-automation

Copy link
Copy Markdown
Collaborator

Motivation and Context

The dependency-cve-monitor workflow started failing after #7161 removed test/region-testing and renamed test/old-client-version-compatibility-test.

Modifications

  • Updated dependency-cve-monitor.yml to remove test/region-testing and fix to renamed test/service-client-backward-compat-test
  • Added cve-monitor-list-check.yml — a PR check that validates all entries in the -pl exclusion list still exist in the reactor, so this class of breakage is caught before merge.

Testing

Ran the validation script locally against the current pom.xml — passes with stale entries removed, fails if they're re-added.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

-DtransitiveExcludes=*:*
-DclasspathScope=runtime
-pl !build-tools,!release-scripts,!archetypes,!test/test-utils,!test/sdk-benchmarks,!test/http-client-tests,!test/http-client-benchmarks,!test/s3-benchmarks,!test/protocol-tests-core,!test/ruleset-testing-core,!test/protocol-tests,!test/service-test-utils,!test/codegen-generated-classes-test,!test/sdk-standard-benchmarks,!test/module-path-tests,!test/tests-coverage-reporting,!test/stability-tests,!test/sdk-native-image-test,!test/auth-tests,!test/region-testing,!test/old-client-version-compatibility-test,!test/bundle-logging-bridge-binding-test,!test/v2-migration-tests,!test/bundle-shading-tests,!test/crt-unavailable-tests,!test/architecture-tests,!test/s3-tests
-pl !build-tools,!release-scripts,!archetypes,!test/test-utils,!test/sdk-benchmarks,!test/http-client-tests,!test/http-client-benchmarks,!test/s3-benchmarks,!test/protocol-tests-core,!test/ruleset-testing-core,!test/protocol-tests,!test/service-test-utils,!test/codegen-generated-classes-test,!test/sdk-standard-benchmarks,!test/module-path-tests,!test/tests-coverage-reporting,!test/stability-tests,!test/sdk-native-image-test,!test/auth-tests,!test/service-client-backward-compat-test,!test/bundle-logging-bridge-binding-test,!test/v2-migration-tests,!test/bundle-shading-tests,!test/crt-unavailable-tests,!test/architecture-tests,!test/s3-tests

@dagnir dagnir Aug 14, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

not blocking: seems like this same list occurs is multiple places. We should move it to a single central location (e.g. NON_PUBLISHED_MODULES or something) that can be updated once and all other build scripts can just reference it

@aws-sdk-java-automation
aws-sdk-java-automation added this pull request to the merge queue Aug 14, 2026
Merged via the queue into master with commit ba2fc03 Aug 14, 2026
13 of 14 checks passed
@github-actions

Copy link
Copy Markdown

This pull request has been closed and the conversation has been locked. Comments on closed PRs are hard for our team to see. If you need more assistance, please open a new issue that references this one.

@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Aug 14, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants