Skip to content

Commit

Permalink
Merge pull request #59 from contentstack/compilejava
Browse files Browse the repository at this point in the history
Fixed for #58 #57 #52
  • Loading branch information
ishaileshmishra authored Jun 16, 2022
2 parents 16f6c0e + dfcd927 commit 34bcc0e
Show file tree
Hide file tree
Showing 8 changed files with 204 additions and 165 deletions.
62 changes: 36 additions & 26 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,27 @@
# CHANGELOG

## Version 1.10.0
## v1.10.1

### Date: 16-May-2022
### Date: 17-Jun-2022

- #57 CompileJava issue in Gradle build ecosystem (contentstack-utils)
- #58 content_type : Invalid warning for contentTypeUid

---

## v1.10.0

### Date: 03-Jun-2022

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

---

## Version 1.9.0
## v1.9.0

### Date: 16-Mar-2022

Expand All @@ -21,7 +31,7 @@

---

## Version 1.8.1
## v1.8.1

### Date: 27-Jan-2022

Expand All @@ -31,7 +41,7 @@

---

## Version 1.8.0
## v1.8.0

### Date: 01-Nov-2021

Expand All @@ -44,7 +54,7 @@

---

## Version 1.7.0
## v1.7.0

### Date: 12-JUL-2021

Expand All @@ -54,7 +64,7 @@

---

## Version 1.6.0
## v1.6.0

### Date: 05-APR-2021

Expand All @@ -63,15 +73,15 @@

---

## Version 1.5.7
## v1.5.7

### Date: 20-Feb-2021

Document updated

---

## Version 1.5.6
## v1.5.6

### Date: 27-Jan-2021

Expand All @@ -82,7 +92,7 @@ New Features:

---

## Version 1.5.5
## v1.5.5

### Date: 22-Jan-2021

Expand All @@ -103,7 +113,7 @@ New Features:

---

## Version 1.5.4
## v1.5.4

### Date: 08-DEC-2020

Expand All @@ -116,15 +126,15 @@ New Features:

---

## Version 1.5.3
## v1.5.3

### Date: 28-July-2020

- **Build Issue** Build update issue fixed

---

## Version 1.5.2
## v1.5.2

### Date: 23-July-2020

Expand All @@ -134,15 +144,15 @@ New Features:

---

## Version 1.5.1
## v1.5.1

### Date: 13-Jan-2020

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

---

## Version 1.5.0
## v1.5.0

### Date: 15-Nov-2019

Expand All @@ -153,15 +163,15 @@ New Features:

---

## Version 1.4.2
## v1.4.2

### Date: 03-Sept-2019

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

---

## Version 1.4.1
## v1.4.1

### Date: 21-August-2019

Expand All @@ -170,7 +180,7 @@ New Features:

---

## Version 1.4.0
## v1.4.0

### Date: 26-July-2019

Expand All @@ -184,15 +194,15 @@ New Features:

---

## Version 1.3.3
## v1.3.3

### Date: 21-June-2019

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

---

## Version 1.3.2
## v1.3.2

### Date: 13-May-2019

Expand All @@ -201,7 +211,7 @@ New Features:

---

## Version 1.3.1
## v1.3.1

### Date: May-02-2019

Expand All @@ -210,7 +220,7 @@ New Features:

---

## Version 1.3.0
## v1.3.0

### Date: Apr-12-2019

Expand All @@ -228,7 +238,7 @@ Below two support from the Config class has been removed permanently

---

## Version 1.2.1
## v1.2.1

### Date: 14-Mar-2019

Expand All @@ -240,7 +250,7 @@ Folder structure modified.

---

## Version 1.2.0
## v1.2.0

### Date: 15-Dec-2017

Expand All @@ -254,7 +264,7 @@ Folder structure modified.

---

## Version 1.1.0
## v1.1.0

### Date: 10-Nov-2017

Expand Down
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">

<modelVersion>4.0.0</modelVersion>
<groupId>com.contentstack.sdk</groupId>
<artifactId>java</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>1.10.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>contentstack-java</name>
<description>Java SDK for Contentstack Content Delivery API</description>
<url>https://github.com/contentstack/contentstack-java/</url>


<properties>
<sdk.version.snapshot>1.10.0-SNAPSHOT</sdk.version.snapshot>
<sdk.version.release>1.10.0</sdk.version.release>
<sdk.version.release>1.10.1-SNAPSHOT</sdk.version.release>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<surefire-report-plugin.version>2.22.0</surefire-report-plugin.version>
<maven-source-plugin.version>2.2.1</maven-source-plugin.version>
<maven-javadoc-plugin.version>3.3.2</maven-javadoc-plugin.version>
<dotenv-source.version>2.2.3</dotenv-source.version>
<rxjava-source.version>3.1.4</rxjava-source.version>
<dotenv-source.version>2.2.4</dotenv-source.version>
<rxjava-source.version>3.1.5</rxjava-source.version>
<retrofit-source.version>2.9.0</retrofit-source.version>
<converter-gson-source.version>2.9.0</converter-gson-source.version>
<loggin.version>4.9.3</loggin.version>
Expand All @@ -41,7 +41,7 @@
<jacoco-maven-plugin-version>0.8.7</jacoco-maven-plugin-version>
<maven-release-plugin-version>2.5.3</maven-release-plugin-version>
<nexus-staging-maven-plugin-version>1.6.7</nexus-staging-maven-plugin-version>
<contentstack-utils-version>1.1.1</contentstack-utils-version>
<contentstack-utils-version>1.1.2</contentstack-utils-version>
</properties>

<parent>
Expand Down
5 changes: 5 additions & 0 deletions src/main/java/com/contentstack/sdk/APIService.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@

import java.util.LinkedHashMap;

/**
* @author Shailesh Mishra
* @version 1.0.0
* @since 12-12-2021
*/
public interface APIService {
@GET
Call<ResponseBody> getRequest(@Url String url, @HeaderMap LinkedHashMap<String, Object> headers);
Expand Down
Loading

0 comments on commit 34bcc0e

Please sign in to comment.