This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a change to branch remove-lib-worker-stormpy
in repository https://gitbox.apache.org/repos/asf/storm.git
discard 59c910fa5 Implement 3-way lib/lib-common/lib-worker classpath split
discard eb9b1d26d Fix worker classpath in BasicContainer: lib-worker ->
lib-common
discard 03eacd279 Remove stale lib-worker references from storm.py (#8819)
add 014bf08b8 build(deps): bump actions/setup-java from 5.5.0 to 5.6.0
add 18971ea36 Merge pull request #8901 from
apache/dependabot/github_actions/actions/setup-java-5.6.0
add 6edc9929d release_notes.py: skip issues labeled github_actions or
skip-changelog
add af1cb1e70 release_notes.py: guard against stale GitHub index when
checking unresolved issues
add b2b9bc524 Merge pull request #8904 from
apache/improve-release-notes-script-v2
add 98617aedf Fix supervisor-launched workers: add lib-common to the
worker framework classpath
add c9bb9e852 test: cover the real frameworkClasspath() in
BasicContainerTest
add f7a0d52bc build: ship an empty lib-worker drop-in directory in the
distribution
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (59c910fa5)
\
N -- N -- N refs/heads/remove-lib-worker-stormpy (f7a0d52bc)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/workflows/maven.yaml | 4 +-
.github/workflows/nightlies.yaml | 2 +-
.github/workflows/snapshots.yaml | 2 +-
.github/workflows/update-license-files.yml | 6 +-
bin/storm.py | 6 +-
dev-tools/release_notes.py | 27 ++++++++-
storm-dist/binary/final-package/pom.xml | 12 ++--
.../final-package/src/main/assembly/common.xml | 6 ++
.../src/main/dist/lib-worker/README.md | 15 +++++
.../final-package/src/main/scripts/dedup-libs.py | 70 ++++++++++++----------
.../src/main/scripts/test_dedup_libs.py | 44 +++++++-------
.../storm/daemon/supervisor/BasicContainer.java | 3 +
.../daemon/supervisor/BasicContainerTest.java | 47 +++++++++++++++
13 files changed, 171 insertions(+), 73 deletions(-)
create mode 100644
storm-dist/binary/final-package/src/main/dist/lib-worker/README.md