Skip to content

Commit c3e31e5

Browse files
committed
Merge branch 'MV53' of https://github.com/intuit/QuickBooks-V3-Java-SDK into MV53
2 parents 18ceebf + 685889e commit c3e31e5

File tree

489 files changed

+23788
-12282
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

489 files changed

+23788
-12282
lines changed

.travis.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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
12+
after_success:
13+
- mvn clean test org.jacoco:jacoco-maven-plugin:report org.eluder.coveralls:coveralls-maven-plugin:report

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)