Skip to content

fix: update TransferProcessStartedListener for EDC 0.16.0 API change#521

Closed
Copilot wants to merge 2 commits intodependabot/gradle/edc-0.16.0from
copilot/sub-pr-518
Closed

fix: update TransferProcessStartedListener for EDC 0.16.0 API change#521
Copilot wants to merge 2 commits intodependabot/gradle/edc-0.16.0from
copilot/sub-pr-518

Conversation

Copy link
Copy Markdown

Copilot AI commented Mar 23, 2026

EDC 0.16.0 removed preStarted(TransferProcess) from TransferProcessListener, breaking compilation of the transfer-04-event-consumer sample.

Changes

  • TransferProcessStartedListener: Replace overridden preStarted(TransferProcess) with the new started(TransferProcess, TransferProcessStartedData) signature; add the required TransferProcessStartedData import.
// Before (0.15.1)
@Override
public void preStarted(final TransferProcess process) { ... }

// After (0.16.0)
@Override
public void started(final TransferProcess process, final TransferProcessStartedData additionalData) { ... }

⚡ Quickly spin up Copilot coding agent tasks from anywhere on your macOS or Windows machine with Raycast.

Copy link
Copy Markdown
Author

Copilot AI commented Mar 23, 2026

Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • central.sonatype.com
    • Triggering command: /usr/lib/jvm/temurin-17-jdk-amd64/bin/java /usr/lib/jvm/temurin-17-jdk-amd64/bin/java --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.invoke=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED --add-opens=java.base/java.nio.charset=ALL-UNNAMED --add-opens=java.base/java.net=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-opens=java.base/java.util.concurrent.atomic=ALL-UNNAMED --add-opens=java.xml/javax.xml.namespace=ALL-UNNAMED --add-opens=java.base/java.time=ALL-UNNAMED -XX:MaxMetaspaceSize=384m -XX:+HeapDumpOnOutOfMemoryError -Xms256m -Xmx512m -Dfile.encoding=UTF-8 (dns block)
  • checkstyle.org
    • Triggering command: /opt/hostedtoolcache/CodeQL/2.24.3/x64/codeql/tools/linux64/java/bin/java /opt/hostedtoolcache/CodeQL/2.24.3/x64/codeql/tools/linux64/java/bin/java -jar /opt/hostedtoolcache/CodeQL/2.24.3/x64/codeql/xml/tools/xml-extractor.jar --fileList=/tmp/codeql-scratch-5fec982e0edf2ef8/dbs/java/working/files-to-index16307017360850650692.list --sourceArchiveDir=/tmp/codeql-scratch-5fec982e0edf2ef8/dbs/java/src --outputDir=/tmp/codeql-scratch-5fec982e0edf2ef8/dbs/java/trap/java (dns block)
  • www.puppycrawl.com
    • Triggering command: /opt/hostedtoolcache/CodeQL/2.24.3/x64/codeql/tools/linux64/java/bin/java /opt/hostedtoolcache/CodeQL/2.24.3/x64/codeql/tools/linux64/java/bin/java -jar /opt/hostedtoolcache/CodeQL/2.24.3/x64/codeql/xml/tools/xml-extractor.jar --fileList=/tmp/codeql-scratch-5fec982e0edf2ef8/dbs/java/working/files-to-index16307017360850650692.list --sourceArchiveDir=/tmp/codeql-scratch-5fec982e0edf2ef8/dbs/java/src --outputDir=/tmp/codeql-scratch-5fec982e0edf2ef8/dbs/java/trap/java (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI changed the title [WIP] Build(deps): bump edc from 0.15.1 to 0.16.0 fix: update TransferProcessStartedListener for EDC 0.16.0 API change Mar 23, 2026
Copilot AI requested a review from ndr-brt March 23, 2026 08:16
@ndr-brt ndr-brt closed this Mar 23, 2026
@ndr-brt ndr-brt deleted the copilot/sub-pr-518 branch March 23, 2026 08:20
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.

2 participants