Dominic Charley-Roy

Results 22 comments of Dominic Charley-Roy

Following up here - these snippets were accidentally included in the docs, but these APIs are not yet supported in the SDKs. I've removed the non-cURL snippets from https://stripe.com/docs/api/issuing/funding_instructions/object to...

I'm actually going to re-open this issue, since we do eventually want to ship this API to the SDKs.

Good idea @pizzi80 - I think in general we want to support a more pluggable JSON infrastructure, so this could certainly fall under that. I don't think we necessarily want...

Hi @geniot , Thanks for the report. Sorry you're having problems here! Our team will investigate and report back!

I'm not able to reproduce this, at least using Maven + IntelliJ. My `pom.xml` file: ``` 4.0.0 org.example MySampleStripeIntegration 1.0-SNAPSHOT 18 18 com.stripe stripe-java 20.128.0 ``` With this, I can...

Interesting, this isn't reproducing for me. I've seen this happen before if a package is accidentally pulling in multiple versions of stripe-java accidentally. Just confirming that you've done a clean...

Lombok is definitely an area to investigate. As of https://github.com/stripe/stripe-java/issues/555, we publish the delombok'ed sources, but perhaps something is wonky in that code path...

I've drafted https://github.com/stripe/stripe-java/pull/1382 to try updating the lombok plugin. There appears to be some bug fixes in the [lombok changelog](https://projectlombok.org/changelog) around delombok output not matching. Sorry for all the churn...

@geniot sorry I haven't had a chance to investigate this further - I was wondering if you were still seeing this behavior on our latest releases?

Thanks for trying @geniot ! I suspect the fix for #555 was not quite complete. On the "bright" side - I am now able to reproduce this as well. From...