code-URI
code-URI
> Running mvn clean verify on moneta-core gives failing test cases too, and those don't even fail the build. > > ``` > [ERROR] Failures: > [ERROR] FastMoneyTest.testToString:1174 expected [XXX...
Watching this issue. let me know if you guys found something.
@evgeniycheban I am seeing error " EL1001E: Type conversion problem, cannot convert from reactor.core.publisher.MonoJust to java.lang.Boolean" when mixing a non reactive and reactive expression in @PreAuthorize. Any clue why is...
Got it resolved. refer https://github.com/orctom/gradle-archetype-plugin/pull/14
+1 Any updates on this?
@monitorjbl any update on this issue? facing same issue with boolean fields.
Hello everyone, Any Update one this. any work around?
Hello again, I tried reproducing it but the test is passing. am I missing something?
I tried the test again using subscribeOn() the test failed.
> I've got to be honest, I've tried my best with my he edge cases of Reactor context propagation, and its interactions with gRPC thread pools. But I'm out of...