Xero-Java icon indicating copy to clipboard operation
Xero-Java copied to clipboard

Official Java client for use with Xero API

Results 38 Xero-Java issues
Sort by recently updated
recently updated
newest added
trafficstars

**SDK you're using (please complete the following information):** - Version 4.11.0 **Describe the bug** NZ Payroll Job Title Field Missing ![image](https://user-images.githubusercontent.com/84755908/183319689-eb8eef8f-42ef-4425-89d8-426ff753873c.png)

According to https://github.com/FasterXML/jackson-databind/issues/2816 `2.13.2`, as used in the current version of Xero-Java, is still vulnerable. It seems at least version `2.13.2.2` is required. However the latest release, at time of...

**SDK you're using (please complete the following information):** - Version 4.11.0 **Describe the bug** Missing set/get methods in the SDK: • setHasLoanOrStudentDebt() • getHasLoanOrStudentDebt() ![Screenshot from 2022-08-03 10-59-17](https://user-images.githubusercontent.com/84755908/182516293-155ba768-e3d6-40ec-a260-b3dfcb8fbed5.png)

I was using xero-java version 4.10.0 which is working fine on me. But when I change it to 4.17.0 because we required newly added taxes it will give me error...

As per documentation, it is mentioned that All API Endpoints will return max 100 results and pagination should be implemented by the Application. There seems to be no option in...

Status: In Discussion
Type: Feature Request

As per title. The vast majority of people using this library would hopefully be on Java 1.8+, which means access to java.time.LocalDate etc. Having to bring in an external library...

Status: On Hold
Type: Feature Request

**SDK you're using (please complete the following information):** - Version [4.13.0] **Describe the bug** I was trying to integrate [Apache Fineract](https://github.com/apache/fineract) operations with Xero. I chose SDK for simplicity. But...

Method threw 'java.lang.StackOverflowError' exception. Cannot evaluate com.xero.models.accounting.Invoices.toString() @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class Invoices {\n"); sb.append(" invoices: ").append(toIndentedString(invoices)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert...

**Is your feature request related to a problem? Please describe.** There is nothing broken in the current version 1.23.0 dependency that is used but it was released Oct 2017. Documentation...

Status: In Discussion
Type: Feature Request

We are developing a Google Data Studio community connector and we would like to move the Xero report processing into our Clojure backend service, from the current Google Apps Scripts...

Status: Help Wanted
Type: Feature Request