Skip to content

Commit a3943ea

Browse files
🐜 CompileJava build issue
Compile Java Gradle Build Issue
1 parent 0952831 commit a3943ea

File tree

7 files changed

+198
-149
lines changed

7 files changed

+198
-149
lines changed

CHANGELOG.md

Lines changed: 35 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,26 @@
11
# CHANGELOG
22

3-
## Version 1.10.0
3+
## v1.10.1
44

5-
### Date: 16-May-2022
5+
### Date: 11-Jun-2022
6+
7+
- compileJava issue in Gradle build ecosystem (contentstack-utils)
8+
9+
---
10+
11+
## v1.10.0
12+
13+
### Date: 03-Jun-2022
614

715
- High increase in memory consumption & thread count when updated to the 1.9.0 version
816
- Setting Proxy in config [#52](https://github.com/contentstack/contentstack-java/issues/52)
917
- Adding query parameter for the Live Preview
10-
- Enhancement in logger for the different class ( Suggested through a pull request ) [#51](https://github.com/contentstack/contentstack-java/pull/51)
18+
- Enhancement in logger for the different class ( Suggested through a pull
19+
request ) [#51](https://github.com/contentstack/contentstack-java/pull/51)
1120

1221
---
1322

14-
## Version 1.9.0
23+
## v1.9.0
1524

1625
### Date: 16-Mar-2022
1726

@@ -21,7 +30,7 @@
2130

2231
---
2332

24-
## Version 1.8.1
33+
## v1.8.1
2534

2635
### Date: 27-Jan-2022
2736

@@ -31,7 +40,7 @@
3140

3241
---
3342

34-
## Version 1.8.0
43+
## v1.8.0
3544

3645
### Date: 01-Nov-2021
3746

@@ -44,7 +53,7 @@
4453

4554
---
4655

47-
## Version 1.7.0
56+
## v1.7.0
4857

4958
### Date: 12-JUL-2021
5059

@@ -54,7 +63,7 @@
5463

5564
---
5665

57-
## Version 1.6.0
66+
## v1.6.0
5867

5968
### Date: 05-APR-2021
6069

@@ -63,15 +72,15 @@
6372

6473
---
6574

66-
## Version 1.5.7
75+
## v1.5.7
6776

6877
### Date: 20-Feb-2021
6978

7079
Document updated
7180

7281
---
7382

74-
## Version 1.5.6
83+
## v1.5.6
7584

7685
### Date: 27-Jan-2021
7786

@@ -82,7 +91,7 @@ New Features:
8291

8392
---
8493

85-
## Version 1.5.5
94+
## v1.5.5
8695

8796
### Date: 22-Jan-2021
8897

@@ -103,7 +112,7 @@ New Features:
103112

104113
---
105114

106-
## Version 1.5.4
115+
## v1.5.4
107116

108117
### Date: 08-DEC-2020
109118

@@ -116,15 +125,15 @@ New Features:
116125

117126
---
118127

119-
## Version 1.5.3
128+
## v1.5.3
120129

121130
### Date: 28-July-2020
122131

123132
- **Build Issue** Build update issue fixed
124133

125134
---
126135

127-
## Version 1.5.2
136+
## v1.5.2
128137

129138
### Date: 23-July-2020
130139

@@ -134,15 +143,15 @@ New Features:
134143

135144
---
136145

137-
## Version 1.5.1
146+
## v1.5.1
138147

139148
### Date: 13-Jan-2020
140149

141150
- **Dependency Vulnerability** Java Github reported vulnerable issue on dependency logj
142151

143152
---
144153

145-
## Version 1.5.0
154+
## v1.5.0
146155

147156
### Date: 15-Nov-2019
148157

@@ -153,15 +162,15 @@ New Features:
153162

154163
---
155164

156-
## Version 1.4.2
165+
## v1.4.2
157166

158167
### Date: 03-Sept-2019
159168

160169
- **Config** - Added support for Region in Config.
161170

162171
---
163172

164-
## Version 1.4.1
173+
## v1.4.1
165174

166175
### Date: 21-August-2019
167176

@@ -170,7 +179,7 @@ New Features:
170179

171180
---
172181

173-
## Version 1.4.0
182+
## v1.4.0
174183

175184
### Date: 26-July-2019
176185

@@ -184,15 +193,15 @@ New Features:
184193

185194
---
186195

187-
## Version 1.3.3
196+
## v1.3.3
188197

189198
### Date: 21-June-2019
190199

191200
- **HOTFIX**: Override response hot-fix
192201

193202
---
194203

195-
## Version 1.3.2
204+
## v1.3.2
196205

197206
### Date: 13-May-2019
198207

@@ -201,7 +210,7 @@ New Features:
201210

202211
---
203212

204-
## Version 1.3.1
213+
## v1.3.1
205214

206215
### Date: May-02-2019
207216

@@ -210,7 +219,7 @@ New Features:
210219

211220
---
212221

213-
## Version 1.3.0
222+
## v1.3.0
214223

215224
### Date: Apr-12-2019
216225

@@ -228,7 +237,7 @@ Below two support from the Config class has been removed permanently
228237

229238
---
230239

231-
## Version 1.2.1
240+
## v1.2.1
232241

233242
### Date: 14-Mar-2019
234243

@@ -240,7 +249,7 @@ Folder structure modified.
240249

241250
---
242251

243-
## Version 1.2.0
252+
## v1.2.0
244253

245254
### Date: 15-Dec-2017
246255

@@ -254,7 +263,7 @@ Folder structure modified.
254263

255264
---
256265

257-
## Version 1.1.0
266+
## v1.1.0
258267

259268
### Date: 10-Nov-2017
260269

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
34

45
<modelVersion>4.0.0</modelVersion>
56
<groupId>com.contentstack.sdk</groupId>
67
<artifactId>java</artifactId>
7-
<version>1.10.0-SNAPSHOT</version>
8+
<version>1.10.0</version>
89
<packaging>jar</packaging>
910
<name>contentstack-java</name>
1011
<description>Java SDK for Contentstack Content Delivery API</description>
1112
<url>https://github.com/contentstack/contentstack-java/</url>
1213

1314

1415
<properties>
15-
<sdk.version.snapshot>1.10.0-SNAPSHOT</sdk.version.snapshot>
1616
<sdk.version.release>1.10.0</sdk.version.release>
1717
<maven.compiler.target>1.8</maven.compiler.target>
1818
<maven.compiler.source>1.8</maven.compiler.source>
1919
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2020
<surefire-report-plugin.version>2.22.0</surefire-report-plugin.version>
2121
<maven-source-plugin.version>2.2.1</maven-source-plugin.version>
2222
<maven-javadoc-plugin.version>3.3.2</maven-javadoc-plugin.version>
23-
<dotenv-source.version>2.2.3</dotenv-source.version>
24-
<rxjava-source.version>3.1.4</rxjava-source.version>
23+
<dotenv-source.version>2.2.4</dotenv-source.version>
24+
<rxjava-source.version>3.1.5</rxjava-source.version>
2525
<retrofit-source.version>2.9.0</retrofit-source.version>
2626
<converter-gson-source.version>2.9.0</converter-gson-source.version>
2727
<loggin.version>4.9.3</loggin.version>
@@ -41,7 +41,7 @@
4141
<jacoco-maven-plugin-version>0.8.7</jacoco-maven-plugin-version>
4242
<maven-release-plugin-version>2.5.3</maven-release-plugin-version>
4343
<nexus-staging-maven-plugin-version>1.6.7</nexus-staging-maven-plugin-version>
44-
<contentstack-utils-version>1.1.1</contentstack-utils-version>
44+
<contentstack-utils-version>1.1.2</contentstack-utils-version>
4545
</properties>
4646

4747
<parent>

src/main/java/com/contentstack/sdk/APIService.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88

99
import java.util.LinkedHashMap;
1010

11+
/**
12+
* @author Shailesh Mishra
13+
* @version 1.0.0
14+
* @since 12-12-2021
15+
*/
1116
public interface APIService {
1217
@GET
1318
Call<ResponseBody> getRequest(@Url String url, @HeaderMap LinkedHashMap<String, Object> headers);

0 commit comments

Comments
 (0)