Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Genesys PGR
Java Client API
Commits
0c34a800
Commit
0c34a800
authored
Apr 08, 2019
by
Matija Obreza
Browse files
[maven-release-plugin] prepare release genesys-client-api-1.4
parent
18a27cd7
Changes
4
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
0%
Try again
or
attach a new 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