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
0c34a800
Commit
0c34a800
authored
Apr 08, 2019
by
Matija Obreza
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[maven-release-plugin] prepare release genesys-client-api-1.4
parent
18a27cd7
Pipeline
#9589
passed with stage
in 5 minutes and 26 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
6 deletions
+13
-6
CHANGELOG.md
CHANGELOG.md
+8
-1
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
+1
-1
No files found.
CHANGELOG.md
View file @
0c34a800
# Genesys Client API changelog
## Release 1.4
April 2019
-
18a27cd Fix: Try to authenticate with client credentials when refresh token not available
-
e7ca859 API for getting access token by client id and secret
## Release 1.3
November 2018
.
November 2018
Minor updates to the Genesys client library:
...
...
README.md
View file @
0c34a800
...
...
@@ -92,7 +92,7 @@ try {
<dependency>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
genesys-client-api
</artifactId>
<version>
1.
3
</version>
<version>
1.
4
</version>
</dependency>
```
...
...
@@ -102,7 +102,7 @@ Or for the development version:
<dependency>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
genesys-client-api
</artifactId>
<version>
1.4
-SNAPSHOT
</version>
<version>
2.0
-SNAPSHOT
</version>
</dependency>
```
...
...
pom.xml
View file @
0c34a800
...
...
@@ -3,7 +3,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
genesys-client-api
</artifactId>
<version>
1.4
-SNAPSHOT
</version>
<version>
1.4
</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.4
</tag>
</scm>
<developers>
...
...
src/main/java/org/genesys2/client/oauth/GenesysClient.java
View file @
0c34a800
...
...
@@ -585,7 +585,7 @@ public class GenesysClient {
/**
* Obtain access and refresh tokens with client id and secret.
*
* @throws OAuthAuthenticationException
* @throws OAuthAuthenticationException
when authentication fails
*/
public
void
authenticate
()
throws
OAuthAuthenticationException
{
try
{
...
...
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