-
Notifications
You must be signed in to change notification settings - Fork 48
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
Change Reference Implementation interface to use CompletableFuture #505
Comments
10 tasks
fjtirado
added a commit
to fjtirado/sdk-java
that referenced
this issue
Dec 31, 2024
fjtirado
added a commit
to fjtirado/sdk-java
that referenced
this issue
Jan 7, 2025
fjtirado
added a commit
to fjtirado/sdk-java
that referenced
this issue
Jan 8, 2025
fjtirado
added a commit
to fjtirado/sdk-java
that referenced
this issue
Jan 8, 2025
fjtirado
added a commit
to fjtirado/sdk-java
that referenced
this issue
Jan 8, 2025
fjtirado
added a commit
to fjtirado/sdk-java
that referenced
this issue
Jan 8, 2025
fjtirado
added a commit
that referenced
this issue
Jan 9, 2025
[Fix #505] Switching to CompletableFuture
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As part of the evaluation of #490 and implementation of #484, it was identified that using a sync approach is kind of tricky for further software evolution. It feels more natural to use CompletableFuture
The text was updated successfully, but these errors were encountered: