Skip to content

Commit 1bd0aaa

Browse files
authored
Merge pull request #57 from intuit/updated-sdk
Changes to support Java 9 through 12
2 parents 137cee7 + 1a15168 commit 1bd0aaa

File tree

38 files changed

+561
-2300
lines changed

38 files changed

+561
-2300
lines changed

.travis.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1+
dist: trusty
12
language: java
3+
sudo: true
24
jdk:
5+
- openjdk12
6+
- oraclejdk11
7+
- openjdk10
8+
- oraclejdk9
39
- oraclejdk8
4-
sudo: true
5-
script: mvn clean verify
10+
- openjdk7
11+
script: mvn clean verify

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ The QuickBooks Online Java SDK provides a set of Java class libraries that make
3232
## Project Structure
3333
* ipp-v3-java-data - contains all entities and entity dependencies that are used in data services operations.
3434
* ipp-v3-java-devkit - core component, contains REST API support.
35-
* ipp-java-qbapihelper - contains QuickBooks Online API Helper methods for OAuth, Disconnect and Reconnect API.
35+
* ipp-java-qbapihelper - contains QuickBooks Online API Helper methods for OAuth, Disconnect and Reconnect API. `[This artifact is deprecated with v6.0.0]`
3636
* oauth2-platform-api - contains QuickBooks Online API Helper methods for obtaining OAuth2 tokens, Disconnect and Reconnect API for OAuth2 apps.
3737
* payments-api - Payments SDK for V2 API, contains methods for charge, echeck, token, card and bank account APIs.
3838

3939
## System Requirements
40-
The SDK works on JDK 1.6 and above.
40+
The SDK works on JDK 1.7 and above.
4141

4242
## First Use Instructions
4343
1. Clone the GitHub repo to your computer.
@@ -76,5 +76,3 @@ Note: Before you submit the pull request, make sure to remove the keys and token
7676
Thank you for your contribution!
7777

7878
[ss1]: https://help.developer.intuit.com/s/SDKFeedback?cid=1180
79-
80-

ipp-java-qbapihelper/pom.xml

Lines changed: 0 additions & 154 deletions
This file was deleted.

ipp-java-qbapihelper/src/main/java/com/intuit/ia/connection/IAPlatformClient.java

Lines changed: 0 additions & 184 deletions
This file was deleted.

0 commit comments

Comments
 (0)