Lance Reid
Lance Reid
also see [commons configuration variable interpolation](https://commons.apache.org/proper/commons-configuration/userguide/howto_basicfeatures.html#Variable_Interpolation) "References to variables can be nested"
@U3R1YXJ0, this is already supported by the SDK. All you need to do is override the default http client in the Xero API class with one that is configured with...
Hi Stuart, please see an example below, refactor to your requirement. We configure the AccountingApi instance as a managed bean so its not created every request. ``` void someOperation() {...
Correct, I do not work for Xero. I only contribute to the SDK and did some work on the "first oauth 1" SDK 😁 I wanted to create a request...
Hi @SidneyAllen, I support the move. I do not think anyone is in need of this upgrade, with that said I'd say it's low priority and it can for Files...
+1 to this feature request. We implemented this ourselves by configuring the AccountingApi class with an Apache Http client, the Apache http client is configured with an http response interceptor,...
I so agree (insert crying face) I actually started work on this 3 months ago [here](https://github.com/lancedfr/Xero-Java/tree/feature/java-time) but never finished testing it. The use of org.threeten.bp dates is so tedious we...
also getting this error. All my tests with expectException passed in Axon 3.2; after upgrading to Axon 3.3.6 they failed with same stack trace as above. ``` Expected but got...
@fprochazka we are doing the same, but in a new project. We package and publish the new project to our own nexus server for our developers to use. One reason...