Skip to content
Snippets Groups Projects
Commit fb64e6b0 authored by Martin Vogel's avatar Martin Vogel
Browse files

chore: fix typos (planning#1713))

parent d02e1936
No related branches found
No related tags found
1 merge request!323#1713: Release 2.0.0
...@@ -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 router verification bug that solves validation of multiple serves within the JWT-claims (planning#1481) - Fixed routing verification bug that solves validation of multiple services 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
- Lombock 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
- Lombock 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
......
...@@ -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>
<lombock.version>1.18.30</lombock.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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment