tazle

Results 11 comments of tazle

Apparently the native Single conversion also suffers from the same issue. Added test for that too to the same branch.

So you are saying that because it could be async, there is no point in propagating the exception in the sync case?

Yes you do. The code introduced in 308fe19 is what swallows the exception in question by passing it to the RxJava error handler plugin, which by default does nothing. It...

Ok, so it sounds like we should set up the the handler plugin. We ran into this when replacing some Retrofit calls with simple `Single.error(new RuntimeException())` mocks suddenly exposed subscribe()...

My understanding is that you should include their NOTICE in your NOTICE verbatim. The commons-lang3 text you now have in your NOTICE file is in the listing of Maven dependencies...

Oh, absolutely. That just happened to be a slightly simplified version of something we hit in reality, when somebody blindly changed the order of the tests and nothing bad happened...

I implemented this functionality in a local fork. Will post a PR. There are some caveats, though: the registry API for getting tags is fairly limited: it only gets you...

OWASP DependencyCheck probably misdetects postgresql-embedded as Postgres. @pandey-vikesh Could you please post the complete report from OWASP, especially the CPE that it assigns to the postgresql-embedded JAR.