Skip to content

Commit 35d344e

Browse files
author
bitbucket-pipelines
committed
Generating Java SDK.
1 parent c9b18fd commit 35d344e

File tree

144 files changed

+181
-202
lines changed

Some content is hidden

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

144 files changed

+181
-202
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ Try out our interactive guides at [Cashfree Dev Studio](https://www.cashfree.com
1818
### Installation
1919
* Gradle Project
2020
```bash
21-
implementation `com.cashfree.pg.java:cashfree_pg:4.0.0`
21+
implementation `com.cashfree.pg.java:cashfree_pg:4.0.1`
2222
```
2323
* Maven Project
2424
```bash
2525
<dependency>
2626
<groupId>com.cashfree.pg.java</groupId>
2727
<artifactId>cashfree_pg</artifactId>
28-
<version>4.0.0</version>
28+
<version>4.0.1</version>
2929
<scope>compile</scope>
3030
</dependency>
3131
<dependency>

build.gradle

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@ apply plugin: 'java'
44
apply plugin: 'com.diffplug.spotless'
55
apply plugin: 'maven-publish'
66
apply plugin: 'signing'
7-
apply plugin: 'jacoco'
8-
apply plugin: 'com.github.kt3k.coveralls'
97

108
group = 'com.cashfree.pg.java'
11-
version = '4.0.0'
9+
version = '4.0.1'
1210

1311
buildscript {
1412
repositories {
@@ -22,7 +20,6 @@ buildscript {
2220
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
2321
classpath 'com.diffplug.spotless:spotless-plugin-gradle:6.11.0'
2422
classpath 'io.github.gradle-nexus:publish-plugin:1.1.0'
25-
classpath 'gradle.plugin.org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.12.2
2623
}
2724
}
2825
apply plugin: 'io.github.gradle-nexus.publish-plugin'
@@ -93,8 +90,6 @@ if(hasProperty('target') && target == 'android') {
9390
apply plugin: 'java'
9491
apply plugin: 'maven-publish'
9592
apply plugin: 'signing'
96-
apply plugin: 'jacoco'
97-
apply plugin: 'com.github.kt3k.coveralls'
9893

9994
sourceCompatibility = JavaVersion.VERSION_1_8
10095
targetCompatibility = JavaVersion.VERSION_1_8
@@ -121,7 +116,7 @@ if(hasProperty('target') && target == 'android') {
121116

122117
groupId 'com.cashfree.pg.java'
123118
artifactId 'cashfree_pg'
124-
version '4.0.0'
119+
version '4.0.1'
125120

126121
from components.java
127122

@@ -184,22 +179,6 @@ if(hasProperty('target') && target == 'android') {
184179
main = System.getProperty('mainClass')
185180
classpath = sourceSets.main.runtimeClasspath
186181
}
187-
188-
jacocoTestReport {
189-
reports {
190-
xml.required = true // coveralls plugin depends on xml format report
191-
html.required = true
192-
}
193-
}
194-
195-
coveralls {
196-
jacocoReportPath 'build/reports/jacoco/test/jacocoTestReport.xml'
197-
}
198-
199-
jacoco {
200-
// test code instrumentation for Java 18
201-
toolVersion = '0.8.8'
202-
}
203182
}
204183

205184
ext {

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
22
settings(
33
organization := "com.cashfree.pg.java",
44
name := "cashfree_pg",
5-
version := "4.0.0",
5+
version := "4.0.1",
66
scalaVersion := "2.11.4",
77
scalacOptions ++= Seq("-feature"),
88
javacOptions in compile ++= Seq("-Xlint:deprecation"),

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>cashfree_pg</artifactId>
66
<packaging>jar</packaging>
77
<name>cashfree_pg</name>
8-
<version>4.0.0</version>
8+
<version>4.0.1</version>
99
<url>https://github.com/cashfree/cashfree-pg-sdk-java</url>
1010
<description>Java Framework for Cashfree Payment Gateway.</description>
1111
<scm>

src/main/java/com/cashfree/ApiException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* <p>ApiException class.</p>
2222
*/
2323
@SuppressWarnings("serial")
24-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-01-22T13:03:12.873082Z[Etc/UTC]")
24+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-01-22T13:26:09.604683Z[Etc/UTC]")
2525
public class ApiException extends Exception {
2626
private int code = 0;
2727
private Map<String, List<String>> responseHeaders = null;

src/main/java/com/cashfree/Cashfree.java

Lines changed: 35 additions & 35 deletions
Large diffs are not rendered by default.

src/main/java/com/cashfree/Configuration.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313

1414
package com.cashfree;
1515

16-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-01-22T13:03:12.873082Z[Etc/UTC]")
16+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-01-22T13:26:09.604683Z[Etc/UTC]")
1717
class Configuration {
18-
public static final String VERSION = "4.0.0";
18+
public static final String VERSION = "4.0.1";
1919

2020
private static Cashfree.ApiClient defaultApiClient = new Cashfree.ApiClient();
2121

src/main/java/com/cashfree/Pair.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
package com.cashfree;
1515

16-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-01-22T13:03:12.873082Z[Etc/UTC]")
16+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-01-22T13:26:09.604683Z[Etc/UTC]")
1717
public class Pair {
1818
private String name = "";
1919
private String value = "";

src/main/java/com/cashfree/StringUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import java.util.Collection;
1717
import java.util.Iterator;
1818

19-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-01-22T13:03:12.873082Z[Etc/UTC]")
19+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-01-22T13:26:09.604683Z[Etc/UTC]")
2020
public class StringUtil {
2121
/**
2222
* Check if the given array contains the given value (with case-insensitive comparison).

src/main/java/com/cashfree/auth/ApiKeyAuth.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import java.util.Map;
2121
import java.util.List;
2222

23-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-01-22T13:03:12.873082Z[Etc/UTC]")
23+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-01-22T13:26:09.604683Z[Etc/UTC]")
2424
public class ApiKeyAuth implements Authentication {
2525
private final String location;
2626
private final String paramName;

0 commit comments

Comments
 (0)