Skip to content

Commit 817b3ab

Browse files
Merge pull request #241 from ManikaSaiKiran/develop21
V3 Schema updates for compatibility with Java 21
2 parents d23b4aa + ccb6526 commit 817b3ab

File tree

366 files changed

+1418
-677
lines changed

Some content is hidden

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

366 files changed

+1418
-677
lines changed

ipp-v3-java-data/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.intuit.quickbooks-online</groupId>
66
<artifactId>ipp-v3-java-devkit-pom</artifactId>
7-
<version>6.6.0</version>
7+
<version>6.6.1</version>
88
</parent>
99

1010
<artifactId>ipp-v3-java-data</artifactId>
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>com.fasterxml.jackson.core</groupId>
3737
<artifactId>jackson-annotations</artifactId>
38-
<version>2.9.10</version>
38+
<version>2.18.3</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>org.glassfish.jaxb</groupId>
@@ -197,7 +197,7 @@
197197
<dependency>
198198
<groupId>org.apache.commons</groupId>
199199
<artifactId>commons-lang3</artifactId>
200-
<version>3.9</version>
200+
<version>3.17.0</version>
201201
</dependency>
202202
</dependencies>
203203
</dependencyManagement>

ipp-v3-java-data/src/main/java/META-INF/sun-jaxb.episode

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This file was generated by the Eclipse Implementation of JAXB, v2.3.7
66
See https://eclipse-ee4j.github.io/jaxb-ri
77
Any modifications to this file will be lost upon recompilation of the source schema.
8-
Generated on: 2025.01.16 at 03:08:03 PM IST
8+
Generated on: 2025.09.23 at 11:13:56 AM IST
99
1010
-->
1111
<bindings xmlns:tns="http://schema.intuit.com/finance/v3" if-exists="true" scd="x-schema::tns">
@@ -519,6 +519,12 @@ Generated on: 2025.01.16 at 03:08:03 PM IST
519519
<bindings if-exists="true" scd="~tns:StatusInfo">
520520
<class ref="com.intuit.ipp.data.StatusInfo"/>
521521
</bindings>
522+
<bindings if-exists="true" scd="~tns:CustomExtensions">
523+
<class ref="com.intuit.ipp.data.CustomExtensions"/>
524+
</bindings>
525+
<bindings if-exists="true" scd="~tns:CustomExtensionAssociatedValues">
526+
<class ref="com.intuit.ipp.data.CustomExtensionAssociatedValues"/>
527+
</bindings>
522528
<bindings if-exists="true" scd="~tns:Attributes">
523529
<class ref="com.intuit.ipp.data.Attributes"/>
524530
</bindings>
@@ -678,6 +684,9 @@ Generated on: 2025.01.16 at 03:08:03 PM IST
678684
<bindings if-exists="true" scd="~tns:SourceTypeEnum">
679685
<typesafeEnumClass ref="com.intuit.ipp.data.SourceTypeEnum"/>
680686
</bindings>
687+
<bindings if-exists="true" scd="~tns:AgencyVerificationStatus">
688+
<typesafeEnumClass ref="com.intuit.ipp.data.AgencyVerificationStatus"/>
689+
</bindings>
681690
<bindings if-exists="true" scd="~tns:AcquiredAsEnum">
682691
<typesafeEnumClass ref="com.intuit.ipp.data.AcquiredAsEnum"/>
683692
</bindings>

ipp-v3-java-data/src/main/java/com/intuit/ipp/data/APCreditCardOperationEnum.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// This file was generated by the Eclipse Implementation of JAXB, v2.3.7
33
// See https://eclipse-ee4j.github.io/jaxb-ri
44
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2025.01.16 at 03:08:03 PM IST
5+
// Generated on: 2025.09.23 at 11:13:56 AM IST
66
//
77

88

ipp-v3-java-data/src/main/java/com/intuit/ipp/data/Account.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// This file was generated by the Eclipse Implementation of JAXB, v2.3.7
33
// See https://eclipse-ee4j.github.io/jaxb-ri
44
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2025.01.16 at 03:08:03 PM IST
5+
// Generated on: 2025.09.23 at 11:13:56 AM IST
66
//
77

88

ipp-v3-java-data/src/main/java/com/intuit/ipp/data/AccountBasedExpenseLineDetail.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// This file was generated by the Eclipse Implementation of JAXB, v2.3.7
33
// See https://eclipse-ee4j.github.io/jaxb-ri
44
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2025.01.16 at 03:08:03 PM IST
5+
// Generated on: 2025.09.23 at 11:13:56 AM IST
66
//
77

88

ipp-v3-java-data/src/main/java/com/intuit/ipp/data/AccountClassificationEnum.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// This file was generated by the Eclipse Implementation of JAXB, v2.3.7
33
// See https://eclipse-ee4j.github.io/jaxb-ri
44
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2025.01.16 at 03:08:03 PM IST
5+
// Generated on: 2025.09.23 at 11:13:56 AM IST
66
//
77

88

ipp-v3-java-data/src/main/java/com/intuit/ipp/data/AccountSubTypeEnum.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// This file was generated by the Eclipse Implementation of JAXB, v2.3.7
33
// See https://eclipse-ee4j.github.io/jaxb-ri
44
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2025.01.16 at 03:08:03 PM IST
5+
// Generated on: 2025.09.23 at 11:13:56 AM IST
66
//
77

88

@@ -3401,7 +3401,7 @@ public enum AccountSubTypeEnum {
34013401
* Product: QBO
34023402
* Description: Use
34033403
* <pre>
3404-
* &lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;b xmlns="http://schema.intuit.com/finance/v3" xmlns:p52260_="http://java.sun.com/xml/ns/jaxb" xmlns:p779613_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:xs="http://www.w3.org/2001/XMLSchema"&gt;Share Application Money Pending Allotment&lt;/b&gt;
3404+
* &lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;b xmlns="http://schema.intuit.com/finance/v3" xmlns:p368871_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:p662635_="http://java.sun.com/xml/ns/jaxb" xmlns:xs="http://www.w3.org/2001/XMLSchema"&gt;Share Application Money Pending Allotment&lt;/b&gt;
34053405
* </pre>
34063406
* to track the application amounts the company receives for shares that still need to be allotted to the investors.
34073407
*

ipp-v3-java-data/src/main/java/com/intuit/ipp/data/AccountTypeEnum.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// This file was generated by the Eclipse Implementation of JAXB, v2.3.7
33
// See https://eclipse-ee4j.github.io/jaxb-ri
44
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2025.01.16 at 03:08:03 PM IST
5+
// Generated on: 2025.09.23 at 11:13:56 AM IST
66
//
77

88

ipp-v3-java-data/src/main/java/com/intuit/ipp/data/AcquiredAsEnum.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// This file was generated by the Eclipse Implementation of JAXB, v2.3.7
33
// See https://eclipse-ee4j.github.io/jaxb-ri
44
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2025.01.16 at 03:08:03 PM IST
5+
// Generated on: 2025.09.23 at 11:13:56 AM IST
66
//
77

88

ipp-v3-java-data/src/main/java/com/intuit/ipp/data/AdvancedInventoryPrefs.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// This file was generated by the Eclipse Implementation of JAXB, v2.3.7
33
// See https://eclipse-ee4j.github.io/jaxb-ri
44
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2025.01.16 at 03:08:03 PM IST
5+
// Generated on: 2025.09.23 at 11:13:56 AM IST
66
//
77

88

0 commit comments

Comments
 (0)