Skip to content

Ext version 3.0#42

Open
osc-lab wants to merge 3 commits intoebics-java:masterfrom
osc-lab:ext_version_3.0
Open

Ext version 3.0#42
osc-lab wants to merge 3 commits intoebics-java:masterfrom
osc-lab:ext_version_3.0

Conversation

@osc-lab
Copy link
Copy Markdown

@osc-lab osc-lab commented Dec 2, 2025

For your information I remove your file EbicsUploadParams and replace it by EbicsParams that I use for Upload and Fetch documents.

@uwemaurer
Copy link
Copy Markdown
Collaborator

Thank you for your work. Is the change complete already?

  • I see in DownloadInitializationRequestElement.java the EbicsParams is added but it seems not used anywhere.
  • Why was the record converted to a class? Are you trying to run it on older Java versions?
  • I think we don't need the V2 and V3 functions (this library is for V3 only) so just add a method with the new EbicsParam as parameter (no need to mark them as V2 or V3)

@osc-lab
Copy link
Copy Markdown
Author

osc-lab commented Dec 9, 2025 via email

@mstohr1975
Copy link
Copy Markdown
Contributor

mstohr1975 commented Apr 8, 2026

Same root cause as on #45/#46: the dependency-submission step runs on fork PRs where the token cannot write dependency graph snapshots (403 "Resource not accessible by integration").

Suggested workflow adjustment in .github/workflows/maven.yml:

jobs:
  build:
    permissions:
      contents: write
    steps:
      # ...
      - name: Update dependency graph
        if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository
        uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6

The set-output message is a warning from the action/toolkit version and not the failing cause. The failing cause is the 403 POST to /dependency-graph/snapshots.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants