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

Implement remaining methods, including reactive lib connections #79

Merged
merged 1 commit into from
Jan 2, 2025

Conversation

emil-bar
Copy link
Contributor

@emil-bar emil-bar commented Jan 2, 2025

Closes #71

@emil-bar emil-bar force-pushed the implement-remaining-flows-factory-methods branch from aa77440 to 390fced Compare January 2, 2025 11:07
@emil-bar emil-bar marked this pull request as ready for review January 2, 2025 11:07
@emil-bar emil-bar force-pushed the implement-remaining-flows-factory-methods branch from 390fced to 404c0e6 Compare January 2, 2025 11:25
@@ -24,6 +24,36 @@
<artifactId>awaitility</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Added this dependency as sample framework for tests. (Just like Pekko in Ox)

<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>7.10.2</version>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This was required to avoid CVE in version shiped with reactive-streams-tck-flow

@adamw adamw merged commit f3024b2 into main Jan 2, 2025
2 checks passed
@adamw adamw deleted the implement-remaining-flows-factory-methods branch January 2, 2025 13:15
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.

Implement remaining factory methods for Flows
2 participants