Skip to content

Commit 9cb5d0d

Browse files
committed
docs: add notes for spring
1 parent 31b89b2 commit 9cb5d0d

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
## 6.4.0 [unreleased]
2+
3+
### Release Notice
4+
5+
#### Spring
6+
7+
:warning: The client upgrades the `OkHttp` library to version `4.10.0`.
8+
9+
The `spring-boot` supports the `OkHttp:4.10.0` from the version `3.0.0-M4` - [spring-boot/OkHttp 4.10,0](https://github.com/spring-projects/spring-boot/commit/6cb1a958a5d43a2fffb7e7635e3be9c0ee15f3b1).
10+
For the older version of `spring-boot` you have to configure Spring Boot's `okhttp3.version` property:
11+
12+
```xml
13+
<properties>
14+
<okhttp3.version>4.10.0</okhttp3.version>
15+
</properties>
16+
```
217

318
### Features
419
1. [#373](https://github.com/influxdata/influxdb-client-java/pull/373): Improve `FluxDSL`:

spring/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ For the older version of `spring-boot` you have to configure Spring Boot's `okht
1717

1818
```xml
1919
<properties>
20-
<okhttp3.version>4.9.3</okhttp3.version>
20+
<okhttp3.version>4.10.0</okhttp3.version>
2121
</properties>
2222
```
2323

0 commit comments

Comments
 (0)