-
-
Notifications
You must be signed in to change notification settings - Fork 418
Error in running the zerocode tests in JDK23/21 #704 #713
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
base: master
Are you sure you want to change the base?
Conversation
Hello Both @rkampani and @thanasissot, This should allow you the trigger builds, review/approve other's PRs etc much more things. 👍 |
fixing integration test with jdk
dd30856
to
e6d901c
Compare
remove jukitoJar with Junit5 and Guice remove jukitoJar with Junit5 and Guice remove jukitoJar with Junit5 and Guice
@authorjapps : Here are changes that are addressed in the PR
if you notice anything that doesn't quite align with the requirements or could potentially introduce issues, please feel free to suggest improvements. If needed, or we can also consider closing it. and If there’s anything I’ve missed or any changes that might lead to issues, I’d really appreciate your feedback and suggestions. |
Fixes Issue
PR Branch
#ADD LINK TO THE PR BRANCH
Motivation and Context
Checklist:
New Unit tests were added
Integration tests were added
Test names are meaningful
Feature manually tested and outcome is successful
PR doesn't break any of the earlier features for end users
Branch build passed in CI
No 'package.*' in the imports
Relevant DOcumentation page added or updated with clear instructions and examples for the end user
Http test added to
http-testing
module(if applicable) ?Kafka test added to
kafka-testing
module(if applicable) ?