Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: bump EDC to 0.6.4 #259

Merged
merged 2 commits into from
May 14, 2024
Merged

build: bump EDC to 0.6.4 #259

merged 2 commits into from
May 14, 2024

Conversation

ndr-brt
Copy link
Member

@ndr-brt ndr-brt commented May 13, 2024

What this PR changes/adds

Bump EDC to 0.6.4

Why it does that

Briefly state why the change was necessary.

Further notes

List other areas of code that have changed but are not necessarily linked to the main feature. This could be method
signature changes, package declarations, bugs that were encountered and were fixed inline, etc.

Linked Issue(s)

Closes # <-- insert Issue number if one exists

Please be sure to take a look at the contributing guidelines and our etiquette for pull requests.

@ndr-brt ndr-brt added the dependencies Pull requests that update a dependency file label May 13, 2024
@ndr-brt ndr-brt force-pushed the bump-edc branch 3 times, most recently from ccd45fb to 3c1d21c Compare May 13, 2024 14:15
@ndr-brt ndr-brt requested a review from ronjaquensel as a code owner May 13, 2024 14:15
@ndr-brt ndr-brt force-pushed the bump-edc branch 3 times, most recently from e72d4a1 to 209ac58 Compare May 13, 2024 15:39
@@ -90,7 +90,7 @@ void setUp() throws IOException {
@Test
void streamData() throws IOException {
var source = Files.createTempDirectory("source");
PROVIDER.registerDataPlane(List.of("HttpStreaming"), List.of("HttpData"));
PROVIDER.registerDataPlane(List.of("HttpStreaming"), List.of("HttpData"), List.of("HttpData-PUSH"));
Copy link
Member

Choose a reason for hiding this comment

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

should that not be

Suggested change
PROVIDER.registerDataPlane(List.of("HttpStreaming"), List.of("HttpData"), List.of("HttpData-PUSH"));
PROVIDER.registerDataPlane(List.of("HttpStreaming"), List.of("HttpData-PULL"), List.of("HttpData-PUSH"));

Copy link
Member Author

Choose a reason for hiding this comment

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

no, because in this method the second parameter is about "destination types", that don't contain the flow type. Anyway this registration will go away soon :)

@ndr-brt ndr-brt merged commit 90c18cb into eclipse-edc:main May 14, 2024
6 checks passed
@ndr-brt ndr-brt deleted the bump-edc branch May 14, 2024 06:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants