testcontainers-java
testcontainers-java copied to clipboard
Bump com.influxdb:influxdb-client-java from 6.12.0 to 7.0.0 in /modules/influxdb
Bumps com.influxdb:influxdb-client-java from 6.12.0 to 7.0.0.
Release notes
Sourced from com.influxdb:influxdb-client-java's releases.
7.0.0
:warning: This client version discontinues support for JDK 8 and 11. The minimum supported JDK version is now JDK 17.
:warning: This client version discontinues support for Akka Streams and introduces support for Pekko Streams instead. Apache Pekko is a fork of Akka 2.6.x, created after the Akka project adopted the Business Source License, which is not compatible with open-source usage.
Features
- #661: Replaced Akka Streams with Pekko Streams in the Scala client.
- #673: Upgrade SpringBoot to v3 and Spring to v6
- #673: Disable support for old JDKs (< 17)
Dependencies
Update dependencies:
Build:
- #664:
kotlinto1.9.22- #666:
okioto3.7.0- #667:
rxjavato3.1.8- #669:
commons-lang3to3.14.0- #670:
micrometer-registry-influxto1.12.1- #673:
spring-bootto3.2.2- #673:
springto6.1.3- #673:
scala-libraryto2.13.11- #673:
okhttpto4.12.0Maven:
- #671:
maven-javadoc-pluginto3.6.3Test:
- #668:
junit-jupiterto5.10.1
Changelog
Sourced from com.influxdb:influxdb-client-java's changelog.
7.0.0 [2024-01-30]
:warning: This client version discontinues support for JDK 8 and 11. The minimum supported JDK version is now JDK 17.
:warning: This client version discontinues support for Akka Streams and introduces support for Pekko Streams instead. Apache Pekko is a fork of Akka 2.6.x, created after the Akka project adopted the Business Source License, which is not compatible with open-source usage.
Features
- #661: Replaced Akka Streams with Pekko Streams in the Scala client.
- #673: Upgrade SpringBoot to v3 and Spring to v6
- #673: Disable support for old JDKs (< 17)
Dependencies
Update dependencies:
Build:
- #664:
kotlinto1.9.22- #666:
okioto3.7.0- #667:
rxjavato3.1.8- #669:
commons-lang3to3.14.0- #670:
micrometer-registry-influxto1.12.1- #673:
spring-bootto3.2.2- #673:
springto6.1.3- #673:
scala-libraryto2.13.11- #673:
okhttpto4.12.0Maven:
- #671:
maven-javadoc-pluginto3.6.3Test:
- #668:
junit-jupiterto5.10.1
Commits
f6ce1cd[maven-release-plugin] prepare release v7.0.0cde483cchore(release): release version 7.0.0 [skip ci]c28b9dbfeat: upgrade Spring to v6, SpringBoot to v3 (#673)50e1142docs: Add instructions for using Spring Boot prior to version 2.7 (#674)9b41ea5feat: support for Pekko Streams in the scala client (#661)fd604f8chore(deps): bump kotlin.version from 1.9.20 to 1.9.22 (#664)d11becfchore(deps): bump com.squareup.okio:okio from 3.6.0 to 3.7.0 (#666)4158bb2chore(deps): bump junit-jupiter.version from 5.9.1 to 5.10.1 (#668)004cb55chore(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to...0a28b5echore(deps): bump io.reactivex.rxjava3:rxjava from 3.1.6 to 3.1.8 (#667)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)