Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
FIT-Connect-SDK - Java
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FIT-Connect
FIT-Connect-SDK - Java
Compare revisions
bdcf42c968f305b9adf48e8dfaefbd3b8790885d to c848e28c3eb055fa4e0b39c280707638deee3229
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
fit-connect/sdk-java
Select target project
No results found
c848e28c3eb055fa4e0b39c280707638deee3229
Select Git revision
Swap
Target
fit-connect/sdk-java
Select target project
fit-connect/sdk-java
1 result
bdcf42c968f305b9adf48e8dfaefbd3b8790885d
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
core/src/main/java/de/fitko/fitconnect/core/auth/DefaultOAuthService.java
+1
-1
1 addition, 1 deletion
...va/de/fitko/fitconnect/core/auth/DefaultOAuthService.java
pom.xml
+2
-2
2 additions, 2 deletions
pom.xml
with
3 additions
and
3 deletions
core/src/main/java/de/fitko/fitconnect/core/auth/DefaultOAuthService.java
View file @
c848e28c
...
...
@@ -44,7 +44,7 @@ public class DefaultOAuthService implements OAuthService {
}
@Override
public
synchronized
OAuthToken
getCurrentToken
()
throws
RestApiException
{
public
OAuthToken
getCurrentToken
()
throws
RestApiException
{
if
(
tokenExpired
())
{
LOGGER
.
info
(
"Current token is expired, authenticating ..."
);
authenticate
();
...
...
This diff is collapsed.
Click to expand it.
pom.xml
View file @
c848e28c
...
...
@@ -21,7 +21,7 @@
<jwk-validator.version>
1.0.0-SNAPSHOT
</jwk-validator.version>
<!-- 3rd party dependencies -->
<nimbus.version>
9.24.
3
</nimbus.version>
<nimbus.version>
9.24.
4
</nimbus.version>
<jackson.version>
2.13.4
</jackson.version>
<lombock.version>
1.18.24
</lombock.version>
<logback.version>
1.4.0
</logback.version>
...
...
@@ -32,7 +32,7 @@
<json-schema-validator.version>
1.0.72
</json-schema-validator.version>
<junit.version>
5.9.0
</junit.version>
<mockito.version>
4.
7
.0
</mockito.version>
<mockito.version>
4.
8
.0
</mockito.version>
<wiremock.version>
2.27.2
</wiremock.version>
<hamcrest.version>
1.3
</hamcrest.version>
<maven-compiler-plugin.version>
3.10.1
</maven-compiler-plugin.version>
...
...
This diff is collapsed.
Click to expand it.
Prev
1
2
Next