Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
Java Client API
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Genesys PGR
Java Client API
Commits
665b3e16
Commit
665b3e16
authored
Nov 20, 2018
by
Matija Obreza
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[maven-release-plugin] prepare release genesys-client-api-1.3
parent
96dc2037
Pipeline
#7727
failed with stage
in 32 seconds
Changes
4
Pipelines
1
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
168 additions
and
139 deletions
+168
-139
CHANGELOG.md
CHANGELOG.md
+12
-2
README.md
README.md
+2
-2
pom.xml
pom.xml
+2
-2
src/main/java/org/genesys2/client/oauth/GenesysClient.java
src/main/java/org/genesys2/client/oauth/GenesysClient.java
+152
-133
No files found.
CHANGELOG.md
View file @
665b3e16
# Genesys Client API changelog
## Release 1.3
November 2018.
Minor updates to the Genesys client library:
-
96dc203 Retry on Gateway timeout response
-
39f2a0a Support blank OAuth client secret
-
2d6c53c Support for Password grant (username+password combo)
## Release 1.2
October 2017
-
4aeb301 Logging
-
4c12425 Upgraded to scribe-java:4.2.0
-
4aeb301 Logging
-
4c12425 Upgraded to scribe-java:4.2.0
README.md
View file @
665b3e16
...
...
@@ -92,7 +92,7 @@ try {
<dependency>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
genesys-client-api
</artifactId>
<version>
1.
2
</version>
<version>
1.
3
</version>
</dependency>
```
...
...
@@ -102,7 +102,7 @@ Or for the development version:
<dependency>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
genesys-client-api
</artifactId>
<version>
1.
3
-SNAPSHOT
</version>
<version>
1.
4
-SNAPSHOT
</version>
</dependency>
```
...
...
pom.xml
View file @
665b3e16
...
...
@@ -3,7 +3,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
genesys-client-api
</artifactId>
<version>
1.3
-SNAPSHOT
</version>
<version>
1.3
</version>
<name>
Genesys API client library
</name>
<packaging>
jar
</packaging>
<url>
https://bitbucket.org/genesys2/genesys-client-api
</url>
...
...
@@ -20,7 +20,7 @@
<connection>
https://bitbucket.org/genesys2/genesys-client-api.git
</connection>
<developerConnection>
scm:git:git@bitbucket.org:genesys2/genesys-client-api.git
</developerConnection>
<url>
git@bitbucket.org:genesys2/genesys-client-api.git
</url>
<tag>
HEAD
</tag>
<tag>
genesys-client-api-1.3
</tag>
</scm>
<developers>
...
...
src/main/java/org/genesys2/client/oauth/GenesysClient.java
View file @
665b3e16
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment