Jim Anderson

Results 31 comments of Jim Anderson

Thanks for the info @scarter93, it may help others if they happen to run into this issue. It may not be too bad to add `get` accessors. I don't want...

Closing due to inactivity, but we will evaluate how we handle boolean fields in the next release to either better conform to JavaBeans or provide workarounds discussed above.

I think enabling richer customization of requests is something we should look into adding, most likely in v2 so we can consider simplifying the request building. Support for java 8...

Thanks @pnam0228. Can you provide some sample code and/or failures conditions to reproduce? I'm not able to reproduce, and am seeing the response closed on exception cases (both for synchronous...

Closing this since we can't reproduce. Please chime in or open a new issue with reproducible steps if the issue persists so we can look into it.

It looks like the build is failing due to the ship orb config. You can see `java-jwt` for the ship config there, should be fairly similar.

Thanks @ppawlowski15 and @kpmueller for the info. @kpmueller is correct that you should create an instance of `JWTVerifier` using `build()` once, then reuse it. @ppawlowski15 does doing that resolve the...

I've updated the documentation in #605. We can't split out the builder to its own class in the 4.x release as it would be a breaking change, but the additional...

Hi @aps-dnxt, apologies for the delay. Thanks for the request and offer to make a PR. We'll take a look at this and see if this is something that makes...

@aps-dnxt 👋 If we can add this through standard Java typings, it may be a win-win. Could you provide some details about the new public APIs proposed (signatures) and if...