Results 3 issues of Sebu

First of all apologies for raising this as an issue, but I was not able to figure this out from the documentation. Consider this usecase: multiple RecipeInstances are started concurrently...

`@Override public Span activeSpan() { ThreadLocalScope scope = tlsScope.get(); return scope == null ? null : scope.span(); }` But Scope.span() method was deprecated in 0.32 and removed in 0.33. So...

While using this to generate certs for Java code ran into problem that Java cannot process PKCS1 keys. Did not want to use Bouncycastle just for that. So added a...