Closed glibas closed 1 year ago
Hi @zabil , @sriv , @saikrishna321 , @NivedhaSenthil could you please have a look? Apologies for tagging you all, looks like the project is not actively worked on lately, so thought this might be missed.
@glibas thanks for sending this across. As you've observed the project definitely needs more love. I have apporved the runs for this PR, once the tests pass I'll be merging this. Post this we need a release. Please bump the version and I'll trigger a release.
@glibas Thank you for contributing to gauge-java. Your pull request has been labeled as a release candidate 🎉🎉.
Merging this PR will trigger a release.
Instructions to bump the version can found at CONTRIBUTING.md
If the CONTRIBUTING.md file does not exist or does not include instructions about bumping up the version, please looks previous commits in git history to see what changes need to be done.
Hi @sriv thank you for getting back to me. I've bumped up the version. Looks like some tests are failing on java 17 on windows, the reason, however, looks unrelated to the changes in the PR.
all the tests passed @glibas , but I believe the version bump commit is missing a sign-off. Please see the instructions here to fix this - https://github.com/getgauge/gauge-java/pull/696/checks?check_run_id=13826123761
When datastores values are saved in a spec step and retrieved in a child thread e.g. which spanned by awaitability the value is not retrieved from that thread correctly. InheritableTheadLocal solved this issue.