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
Commits
fb64e6b0
Commit
fb64e6b0
authored
1 year ago
by
Martin Vogel
Browse files
Options
Downloads
Patches
Plain Diff
chore: fix typos (
planning#1713
))
parent
d02e1936
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!323
#1713: Release 2.0.0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+4
-4
4 additions, 4 deletions
CHANGELOG.md
pom.xml
+1
-1
1 addition, 1 deletion
pom.xml
with
5 additions
and
5 deletions
CHANGELOG.md
+
4
−
4
View file @
fb64e6b0
...
@@ -34,10 +34,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
...
@@ -34,10 +34,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
-
API method renaming (planning#654):
-
API method renaming (planning#654):
-
ClientFactory static client methods to
``ClientFactory.create...(config)``
-
ClientFactory static client methods to
``ClientFactory.create...(config)``
-
ReplyChannel static methods to
``ReplyChannel.of...()``
-
ReplyChannel static methods to
``ReplyChannel.of...()``
-
``DefaultEnvironments``
for TEST, STAGE and PROD were renamed to
`Environments`
-
new
``HttpConfig``
object (planning#1664):
-
new
``HttpConfig``
object (planning#1664):
-
contains Http
`TimeoutConfig`
-
contains Http
`TimeoutConfig`
-
`ProxyConfig`
was moved to
`HttConfig`
-
`ProxyConfig`
was moved to
`HttConfig`
-
``DefaultEnvironments``
for TEST, STAGE and PROD were renamed to
`Environments`
-
JWKValidator 2.0.0 caches requests which improves the key validation speed
-
JWKValidator 2.0.0 caches requests which improves the key validation speed
-
More detailed request logging that include HTTP method, status code and elapsed time (planning#654)
-
More detailed request logging that include HTTP method, status code and elapsed time (planning#654)
...
@@ -46,7 +46,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
...
@@ -46,7 +46,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
-
Fixed timestamp format in callback validation form ms to seconds (planning#1400)
-
Fixed timestamp format in callback validation form ms to seconds (planning#1400)
-
Fixed json validator locale that lead to build errors on environments wih german locale (planning#1370)
-
Fixed json validator locale that lead to build errors on environments wih german locale (planning#1370)
-
Added correct content type header (cty) to JWE-encryption header (planning#1244)
-
Added correct content type header (cty) to JWE-encryption header (planning#1244)
-
Fixed rout
er
verification bug that solves validation of multiple serves within the JWT-claims (planning#1481)
-
Fixed rout
ing
verification bug that solves validation of multiple serv
ic
es within the JWT-claims (planning#1481)
### Removed
### Removed
-
Apache Tika dependency
-
Apache Tika dependency
...
@@ -62,7 +62,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
...
@@ -62,7 +62,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
-
JWK-Validator 2.0.0
-
JWK-Validator 2.0.0
-
Nimbus/Jose 9.37.3
-
Nimbus/Jose 9.37.3
-
OkHttp 5.0.0-alpha.12
-
OkHttp 5.0.0-alpha.12
-
Lombo
c
k 1.18.30
-
Lombok 1.18.30
-
Jackson 2.16.1
-
Jackson 2.16.1
-
Logback 1.4.14
-
Logback 1.4.14
-
SLF4J 2.0.12
-
SLF4J 2.0.12
...
@@ -84,7 +84,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
...
@@ -84,7 +84,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
-
Upgraded dependencies:
-
Upgraded dependencies:
-
Nimbus/Jose 9.37
-
Nimbus/Jose 9.37
-
OkHttp 5.0.0-alpha.11
-
OkHttp 5.0.0-alpha.11
-
Lombo
c
k 1.18.30
-
Lombok 1.18.30
-
Jackson 2.15.3
-
Jackson 2.15.3
-
Logback 1.4.1
-
Logback 1.4.1
-
SLF4J 2.0.9
-
SLF4J 2.0.9
...
...
This diff is collapsed.
Click to expand it.
pom.xml
+
1
−
1
View file @
fb64e6b0
...
@@ -62,7 +62,7 @@
...
@@ -62,7 +62,7 @@
<nimbus.version>
9.37.3
</nimbus.version>
<nimbus.version>
9.37.3
</nimbus.version>
<okhttp.version>
5.0.0-alpha.12
</okhttp.version>
<okhttp.version>
5.0.0-alpha.12
</okhttp.version>
<lombo
c
k.version>
1.18.30
</lombo
c
k.version>
<lombok.version>
1.18.30
</lombok.version>
<jackson-databind.version>
2.16.1
</jackson-databind.version>
<jackson-databind.version>
2.16.1
</jackson-databind.version>
<jackson-annotations.version>
2.16.1
</jackson-annotations.version>
<jackson-annotations.version>
2.16.1
</jackson-annotations.version>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment