Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ jobs:
- run:
name: Deploying Snapshot
command: |
mvn -s scripts/deploy-settings.xml -DskipTests=true clean package deploy
mvn -s scripts/deploy-settings.xml -DskipTests=true clean deploy
- save_cache:
name: Saving Maven Cache
key: *cache-key-deploy
Expand All @@ -259,8 +259,8 @@ workflows:
name: jdk-17
maven-image: "cimg/openjdk:17.0"
- tests-java:
name: jdk-19
maven-image: "cimg/openjdk:19.0"
name: jdk-20
maven-image: "cimg/openjdk:20.0"
- tests-java:
name: jdk-8-nightly
influxdb-image: "quay.io/influxdb/influxdb:nightly"
Expand All @@ -278,7 +278,7 @@ workflows:
- jdk-8
- jdk-11
- jdk-17
- jdk-19
- jdk-20
- jdk-8-nightly
filters:
branches:
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
### Bug Fixes
1. [#584](https://github.com/influxdata/influxdb-client-java/pull/584): InfluxQL tags support

### CI
1. [#593](https://github.com/influxdata/influxdb-client-java/pull/593): Add JDK 20 to CI pipeline

### Dependencies

Update dependencies:
Expand Down