Skip to content

Fix ci check error#5251

Merged
xwm1992 merged 8 commits intoapache:masterfrom
xwm1992:fix-ci-check
May 9, 2026
Merged

Fix ci check error#5251
xwm1992 merged 8 commits intoapache:masterfrom
xwm1992:fix-ci-check

Conversation

@xwm1992
Copy link
Copy Markdown
Contributor

@xwm1992 xwm1992 commented May 8, 2026

Fixes ci check error, upgrade ci version

Motivation

Explain the content here.
Explain why you want to make the changes and what problem you're trying to solve.

Modifications

Describe the modifications you've done.

Documentation

  • Does this pull request introduce a new feature? (yes / no)
  • If yes, how is the feature documented? (not applicable / docs / JavaDocs / not documented)
  • If a feature is not applicable for documentation, explain why?
  • If a feature is not documented yet in this PR, please create a followup issue for adding the documentation

Copilot AI review requested due to automatic review settings May 8, 2026 09:23
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR aims to resolve CI check failures by updating GitHub Actions workflow dependencies and refreshing stored third-party license snapshots, plus a small correctness fix in the standalone storage broker’s topic deletion path.

Changes:

  • Updated multiple GitHub Actions workflows to newer major versions of common actions (checkout, setup-java, setup-gradle).
  • Refreshed/updated several tools/dist-license “downloaded” license artifacts (ICU, EPL, GPL+Classpath exception, Apache License page, Bouncy Castle, etc.).
  • Ensured StandaloneBroker#deleteTopicIfExist also clears subscribeContainer for the deleted topic.

Reviewed changes

Copilot reviewed 10 out of 12 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
tools/dist-license/licenses/java/Unicode-ICU License-downloaded-LICENSE Updates ICU license text and appends third-party MIT notice section.
tools/dist-license/licenses/java/Indiana University Extreme! Lab Software License, vesion 1.1.1-downloaded-LICENSE.txt Removes outdated “site deprecated” content from the stored snapshot.
tools/dist-license/licenses/java/GNU General Public License, version 2 with the GNU Classpath Exception-downloaded-secondary-gpl-2.0-cp Updates stored Eclipse license page snapshot content.
tools/dist-license/licenses/java/EPL 1.0-downloaded-eclipse-1.0.php Updates stored OSI EPL-1.0 page snapshot content (large HTML delta).
tools/dist-license/licenses/java/Bouncy Castle Licence-downloaded-licence.html Adds a stored snapshot of the Bouncy Castle license page.
tools/dist-license/licenses/java/AL 2.0-downloaded-LICENSE-2.0.html Updates stored Apache License 2.0 page snapshot content.
eventmesh-storage-plugin/eventmesh-storage-standalone/.../StandaloneBroker.java Removes topic entries from both message and subscription containers on delete.
.github/workflows/license.yml Bumps action versions used by the license-check workflow.
.github/workflows/docker.yml Bumps checkout action version for Docker release workflow.
.github/workflows/code-scanning.yml Bumps action versions used by CodeQL workflow.
.github/workflows/ci.yml Bumps action versions used by CI workflow.
.github/workflows/auto-dependabot.yml Minor formatting/indentation adjustment for env block.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

s.parentNode.insertBefore(gd, s);
})();
</script>
<p>Please note the Bouncy Caste License should be read in the same way as the <a href="http://opensource.org/licenses/MIT">MIT license</a>.</p>
@xwm1992 xwm1992 merged commit 1e66c64 into apache:master May 9, 2026
9 checks passed
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.

4 participants