-
Notifications
You must be signed in to change notification settings - Fork 26
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
Implementing scenarios with CompletableFuture #564
Conversation
jabrena
commented
Jan 6, 2025
•
edited
Loading
edited
- Solution implemented in Java with Completable futures (Except Scenario 4 & 10)
- Added support for Devcontainers & Gitpod for Java scenarios
Thanks for getting this started! |
b7c32da
to
dfc1085
Compare
I've rebased this and added the GitHub Action to test it. |
Yes, I checked the logs. It is running on java 20. How to run in java 23 @jamesward? |
I saw the pipeline, tomorrow I will update to java 23, many thanks |
In the solution, can I use Either or something similar to improve the error handling? |
You can use whatever - no rules in EasyRacer - except to implement the scenarios, we can just clarify in docs if you need to pull in deps. |
I have upgraded the pipeline for java-cf. Where is the repository to generate the pipeline in order to update it? Note: take a look the scenario 8 vs OOP approach in java-loom :) Good night from Madrid |
Nice parameters:
|
@jamesward, how to enable the logs to see the internal behaviour in Scenario Server? |
@jamesward, I have reviewed the solution for all scenarios except 4 & 10 that they are pending. Can you review the solution and merge to main? |
I have disabled few logs to improve the code readability. Can we merge the PR with Squash & merge? Cheers Juan Antonio |
Thank you @jabrena for all the work on this! |