Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish-sonatype.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
export -- GPG_SIGNING_KEY_ID
printenv -- GPG_SIGNING_KEY | gpg --batch --passphrase-fd 3 --import 3<<< "$GPG_SIGNING_PASSWORD"
GPG_SIGNING_KEY_ID="$(gpg --with-colons --list-keys | awk -F : -- '/^pub:/ { getline; print "0x" substr($10, length($10) - 7) }')"
./gradlew publishAndReleaseToMavenCentral -Dorg.gradle.jvmargs="-Xmx8g" --stacktrace -PmavenCentralUsername="$SONATYPE_USERNAME" -PmavenCentralPassword="$SONATYPE_PASSWORD" --no-configuration-cache
./gradlew publishAndReleaseToMavenCentral --stacktrace -PmavenCentralUsername="$SONATYPE_USERNAME" -PmavenCentralPassword="$SONATYPE_PASSWORD" --no-configuration-cache
env:
SONATYPE_USERNAME: ${{ secrets.INCREASE_SONATYPE_USERNAME || secrets.SONATYPE_USERNAME }}
SONATYPE_PASSWORD: ${{ secrets.INCREASE_SONATYPE_PASSWORD || secrets.SONATYPE_PASSWORD }}
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.293.0"
".": "0.294.0"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 215
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-ead33c34bfbcc450c88d09e7d880fa5be57c504a66102e098ac03c5b220dea80.yml
openapi_spec_hash: 1544de50d73f80b843d5761009764ab6
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-b2b1b8766fa7146f21f8d4d52ff033e8650a6b25d1d161679959cca0d4153211.yml
openapi_spec_hash: 17af6a2d612ce076f58c585565f98c22
config_hash: 0b0a2503208283b283fc5bc6df6a07a5
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 0.294.0 (2025-08-22)

Full Changelog: [v0.293.0...v0.294.0](https://github.com/Increase/increase-java/compare/v0.293.0...v0.294.0)

### Features

* **api:** api update ([f6a6892](https://github.com/Increase/increase-java/commit/f6a689264b9fbef8052eeea4d068c0d08e4efeee))


### Chores

* **ci:** reduce log noise ([7684281](https://github.com/Increase/increase-java/commit/7684281d84a9af40ca280becd0d11b2dff3967df))
* remove memory upper bound from publishing step ([77667b5](https://github.com/Increase/increase-java/commit/77667b5392e79ce9e86b02db52e674a8a0ffa693))

## 0.293.0 (2025-08-21)

Full Changelog: [v0.292.0...v0.293.0](https://github.com/Increase/increase-java/compare/v0.292.0...v0.293.0)
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<!-- x-release-please-start-version -->

[![Maven Central](https://img.shields.io/maven-central/v/com.increase.api/increase-java)](https://central.sonatype.com/artifact/com.increase.api/increase-java/0.293.0)
[![javadoc](https://javadoc.io/badge2/com.increase.api/increase-java/0.293.0/javadoc.svg)](https://javadoc.io/doc/com.increase.api/increase-java/0.293.0)
[![Maven Central](https://img.shields.io/maven-central/v/com.increase.api/increase-java)](https://central.sonatype.com/artifact/com.increase.api/increase-java/0.294.0)
[![javadoc](https://javadoc.io/badge2/com.increase.api/increase-java/0.294.0/javadoc.svg)](https://javadoc.io/doc/com.increase.api/increase-java/0.294.0)

<!-- x-release-please-end -->

Expand All @@ -13,7 +13,7 @@ The Increase Java SDK is similar to the Increase Kotlin SDK but with minor diffe

<!-- x-release-please-start-version -->

The REST API documentation can be found on [increase.com](https://increase.com/documentation). Javadocs are available on [javadoc.io](https://javadoc.io/doc/com.increase.api/increase-java/0.293.0).
The REST API documentation can be found on [increase.com](https://increase.com/documentation). Javadocs are available on [javadoc.io](https://javadoc.io/doc/com.increase.api/increase-java/0.294.0).

<!-- x-release-please-end -->

Expand All @@ -24,7 +24,7 @@ The REST API documentation can be found on [increase.com](https://increase.com/d
### Gradle

```kotlin
implementation("com.increase.api:increase-java:0.293.0")
implementation("com.increase.api:increase-java:0.294.0")
```

### Maven
Expand All @@ -33,7 +33,7 @@ implementation("com.increase.api:increase-java:0.293.0")
<dependency>
<groupId>com.increase.api</groupId>
<artifactId>increase-java</artifactId>
<version>0.293.0</version>
<version>0.294.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {

allprojects {
group = "com.increase.api"
version = "0.293.0" // x-release-please-version
version = "0.294.0" // x-release-please-version
}

subprojects {
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -525,14 +525,6 @@ private constructor(
val INBOUND_REAL_TIME_PAYMENTS_TRANSFER_CONFIRMATION =
of("inbound_real_time_payments_transfer_confirmation")

/**
* Inbound Real-Time Payments Transfer Decline: details will be under the
* `inbound_real_time_payments_transfer_decline` object.
*/
@JvmField
val INBOUND_REAL_TIME_PAYMENTS_TRANSFER_DECLINE =
of("inbound_real_time_payments_transfer_decline")

/**
* Inbound Wire Reversal: details will be under the `inbound_wire_reversal` object.
*/
Expand Down Expand Up @@ -678,11 +670,6 @@ private constructor(
* `inbound_real_time_payments_transfer_confirmation` object.
*/
INBOUND_REAL_TIME_PAYMENTS_TRANSFER_CONFIRMATION,
/**
* Inbound Real-Time Payments Transfer Decline: details will be under the
* `inbound_real_time_payments_transfer_decline` object.
*/
INBOUND_REAL_TIME_PAYMENTS_TRANSFER_DECLINE,
/**
* Inbound Wire Reversal: details will be under the `inbound_wire_reversal` object.
*/
Expand Down Expand Up @@ -821,11 +808,6 @@ private constructor(
* `inbound_real_time_payments_transfer_confirmation` object.
*/
INBOUND_REAL_TIME_PAYMENTS_TRANSFER_CONFIRMATION,
/**
* Inbound Real-Time Payments Transfer Decline: details will be under the
* `inbound_real_time_payments_transfer_decline` object.
*/
INBOUND_REAL_TIME_PAYMENTS_TRANSFER_DECLINE,
/**
* Inbound Wire Reversal: details will be under the `inbound_wire_reversal` object.
*/
Expand Down Expand Up @@ -908,8 +890,6 @@ private constructor(
INBOUND_CHECK_ADJUSTMENT -> Value.INBOUND_CHECK_ADJUSTMENT
INBOUND_REAL_TIME_PAYMENTS_TRANSFER_CONFIRMATION ->
Value.INBOUND_REAL_TIME_PAYMENTS_TRANSFER_CONFIRMATION
INBOUND_REAL_TIME_PAYMENTS_TRANSFER_DECLINE ->
Value.INBOUND_REAL_TIME_PAYMENTS_TRANSFER_DECLINE
INBOUND_WIRE_REVERSAL -> Value.INBOUND_WIRE_REVERSAL
INBOUND_WIRE_TRANSFER -> Value.INBOUND_WIRE_TRANSFER
INBOUND_WIRE_TRANSFER_REVERSAL -> Value.INBOUND_WIRE_TRANSFER_REVERSAL
Expand Down Expand Up @@ -960,8 +940,6 @@ private constructor(
INBOUND_CHECK_ADJUSTMENT -> Known.INBOUND_CHECK_ADJUSTMENT
INBOUND_REAL_TIME_PAYMENTS_TRANSFER_CONFIRMATION ->
Known.INBOUND_REAL_TIME_PAYMENTS_TRANSFER_CONFIRMATION
INBOUND_REAL_TIME_PAYMENTS_TRANSFER_DECLINE ->
Known.INBOUND_REAL_TIME_PAYMENTS_TRANSFER_DECLINE
INBOUND_WIRE_REVERSAL -> Known.INBOUND_WIRE_REVERSAL
INBOUND_WIRE_TRANSFER -> Known.INBOUND_WIRE_TRANSFER
INBOUND_WIRE_TRANSFER_REVERSAL -> Known.INBOUND_WIRE_TRANSFER_REVERSAL
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -780,35 +780,6 @@ internal class TransactionListPageResponseTest {
)
.build()
)
.inboundRealTimePaymentsTransferDecline(
Transaction.Source.InboundRealTimePaymentsTransferDecline
.builder()
.amount(100L)
.creditorName("Ian Crease")
.currency(
Transaction.Source
.InboundRealTimePaymentsTransferDecline
.Currency
.USD
)
.debtorAccountNumber("987654321")
.debtorName("National Phonograph Company")
.debtorRoutingNumber("101050001")
.reason(
Transaction.Source
.InboundRealTimePaymentsTransferDecline
.Reason
.ACCOUNT_NUMBER_DISABLED
)
.remittanceInformation("Invoice 29582")
.transactionIdentification(
"20220501234567891T1BSLZO01745013025"
)
.transferId(
"inbound_real_time_payments_transfer_63hlz498vcxg644hcrzr"
)
.build()
)
.inboundWireReversal(
Transaction.Source.InboundWireReversal.builder()
.amount(12345L)
Expand Down Expand Up @@ -1659,32 +1630,6 @@ internal class TransactionListPageResponseTest {
)
.build()
)
.inboundRealTimePaymentsTransferDecline(
Transaction.Source.InboundRealTimePaymentsTransferDecline.builder()
.amount(100L)
.creditorName("Ian Crease")
.currency(
Transaction.Source.InboundRealTimePaymentsTransferDecline
.Currency
.USD
)
.debtorAccountNumber("987654321")
.debtorName("National Phonograph Company")
.debtorRoutingNumber("101050001")
.reason(
Transaction.Source.InboundRealTimePaymentsTransferDecline
.Reason
.ACCOUNT_NUMBER_DISABLED
)
.remittanceInformation("Invoice 29582")
.transactionIdentification(
"20220501234567891T1BSLZO01745013025"
)
.transferId(
"inbound_real_time_payments_transfer_63hlz498vcxg644hcrzr"
)
.build()
)
.inboundWireReversal(
Transaction.Source.InboundWireReversal.builder()
.amount(12345L)
Expand Down Expand Up @@ -2564,35 +2509,6 @@ internal class TransactionListPageResponseTest {
)
.build()
)
.inboundRealTimePaymentsTransferDecline(
Transaction.Source.InboundRealTimePaymentsTransferDecline
.builder()
.amount(100L)
.creditorName("Ian Crease")
.currency(
Transaction.Source
.InboundRealTimePaymentsTransferDecline
.Currency
.USD
)
.debtorAccountNumber("987654321")
.debtorName("National Phonograph Company")
.debtorRoutingNumber("101050001")
.reason(
Transaction.Source
.InboundRealTimePaymentsTransferDecline
.Reason
.ACCOUNT_NUMBER_DISABLED
)
.remittanceInformation("Invoice 29582")
.transactionIdentification(
"20220501234567891T1BSLZO01745013025"
)
.transferId(
"inbound_real_time_payments_transfer_63hlz498vcxg644hcrzr"
)
.build()
)
.inboundWireReversal(
Transaction.Source.InboundWireReversal.builder()
.amount(12345L)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -711,29 +711,6 @@ internal class TransactionTest {
)
.build()
)
.inboundRealTimePaymentsTransferDecline(
Transaction.Source.InboundRealTimePaymentsTransferDecline.builder()
.amount(100L)
.creditorName("Ian Crease")
.currency(
Transaction.Source.InboundRealTimePaymentsTransferDecline
.Currency
.USD
)
.debtorAccountNumber("987654321")
.debtorName("National Phonograph Company")
.debtorRoutingNumber("101050001")
.reason(
Transaction.Source.InboundRealTimePaymentsTransferDecline.Reason
.ACCOUNT_NUMBER_DISABLED
)
.remittanceInformation("Invoice 29582")
.transactionIdentification("20220501234567891T1BSLZO01745013025")
.transferId(
"inbound_real_time_payments_transfer_63hlz498vcxg644hcrzr"
)
.build()
)
.inboundWireReversal(
Transaction.Source.InboundWireReversal.builder()
.amount(12345L)
Expand Down Expand Up @@ -1492,26 +1469,6 @@ internal class TransactionTest {
.transferId("inbound_real_time_payments_transfer_63hlz498vcxg644hcrzr")
.build()
)
.inboundRealTimePaymentsTransferDecline(
Transaction.Source.InboundRealTimePaymentsTransferDecline.builder()
.amount(100L)
.creditorName("Ian Crease")
.currency(
Transaction.Source.InboundRealTimePaymentsTransferDecline.Currency
.USD
)
.debtorAccountNumber("987654321")
.debtorName("National Phonograph Company")
.debtorRoutingNumber("101050001")
.reason(
Transaction.Source.InboundRealTimePaymentsTransferDecline.Reason
.ACCOUNT_NUMBER_DISABLED
)
.remittanceInformation("Invoice 29582")
.transactionIdentification("20220501234567891T1BSLZO01745013025")
.transferId("inbound_real_time_payments_transfer_63hlz498vcxg644hcrzr")
.build()
)
.inboundWireReversal(
Transaction.Source.InboundWireReversal.builder()
.amount(12345L)
Expand Down Expand Up @@ -2313,29 +2270,6 @@ internal class TransactionTest {
)
.build()
)
.inboundRealTimePaymentsTransferDecline(
Transaction.Source.InboundRealTimePaymentsTransferDecline.builder()
.amount(100L)
.creditorName("Ian Crease")
.currency(
Transaction.Source.InboundRealTimePaymentsTransferDecline
.Currency
.USD
)
.debtorAccountNumber("987654321")
.debtorName("National Phonograph Company")
.debtorRoutingNumber("101050001")
.reason(
Transaction.Source.InboundRealTimePaymentsTransferDecline.Reason
.ACCOUNT_NUMBER_DISABLED
)
.remittanceInformation("Invoice 29582")
.transactionIdentification("20220501234567891T1BSLZO01745013025")
.transferId(
"inbound_real_time_payments_transfer_63hlz498vcxg644hcrzr"
)
.build()
)
.inboundWireReversal(
Transaction.Source.InboundWireReversal.builder()
.amount(12345L)
Expand Down
2 changes: 0 additions & 2 deletions increase-java-proguard-test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ val proguardJar by tasks.registering(proguard.gradle.ProGuardTask::class) {
outjars(proguardJarPath)
printmapping("${layout.buildDirectory.get()}/proguard-mapping.txt")

dontwarn()

val javaHome = System.getProperty("java.home")
if (System.getProperty("java.version").startsWith("1.")) {
// Before Java 9, the runtime classes were packaged in a single jar file.
Expand Down
1 change: 1 addition & 0 deletions increase-java-proguard-test/test.pro
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
-keep class org.junit.** { *; }

# Many warnings don't apply for our testing purposes.
-dontnote
-dontwarn
Loading