EventStore / EventStoreDB-Client-Java

Official Asynchronous Java 8+ Client Library for EventStoreDB 20.6+
https://eventstore.com
Apache License 2.0
63 stars 19 forks source link

Fix OptionBase authentication code. #221

Closed YoEight closed 1 year ago

YoEight commented 1 year ago

Fixed: Fix OptionBase authentication code.

Fixes #220

YoEight commented 1 year ago

For some reason, one of our runners is suffering from this Gradle bug where Gradle hangs for eternity: https://github.com/gradle/gradle/issues/20455

It keeps happening regardless how many time I retry. Tests didn't even start at that point. It's not blocking merging though.