Closed NilsRenaud closed 5 months ago
eclipsefdn/eca check failed because I signed off with the wrong username... It's fixed now.
Thanks for this pr @NilsRenaud !
The build failure looks related and the ECA check does not pass yet.
Yep, I'm on the build issue, and I've updated my commit to comply with eclispefdn check, but I don't know how to launch the check again. Could you relauch it ?
Oh no, am I too late to have this fix shipped in 4.5.8 ? ><'
Yes, this will go to 4.5.9
Seems the email sent to ECA checker is nils.renaud@forg*rock DOT com
Is this correct?
It was at the time of the first commit, but I've updated it and signed off this new commit with a gmail address
up for the eca checker @tsegismont can't you relaunch it ?
@NilsRenaud I did, but it's not working. If you run git show -s --format='Commit: %h, Committer: %ce, Author: %ae' <SHA>
you will see the two emails are different. You need to fix this.
Typically when setting up a project, I run:
git config user.email <address>
git config author.email <address>
And then you can try:
git commit --amend -s --author=<address>
git push --force
Done. Thanks @tsegismont I didn't know both fields could be differents ><'
@NilsRenaud can please you update the main branch as well?
OK, I'll create the PR soon
Thank you
Fix rxJava 3 with the same fix as in 9170efdbdf33322a09a16af9c1e7dbb736832f0a (see #247)
RxJava3 has been forgotten when fixing this bug.
There is no need to call the RX onError handler since there is a potential Handler to call and the Subscriber is already done anyway