influxdb-client-java
influxdb-client-java copied to clipboard
InfluxDB 2 JVM Based Clients
Related to https://github.com/influxdata/influxdb-client-python/issues/490 ## Proposed Changes Append `task option` at the end of script. It allows create task with following Flux: ``` procTotal = from(bucket: "example-bucket") |> range(start: -5m) |>...
Closes #327 ## Proposed Changes The `JUnitPlatform `was deprecated in latest update of junit-platform-runner. It was replaced with `@Suite` anntotation. ## Checklist - [ ] CHANGELOG.md updated - [ ]...
Related to https://github.com/influxdata/influxdb-client-java/pull/298 The `JUnitPlatform` was deprecated in latest update of `junit-platform-runner` so we have to get rid of it. 
The Java DSL API creates a convenient way for constructing Flux queries. The current implementation does so by building a Flux source string from the parameters to the various Java...
The DSL API presents a convenient way for users to build Flux queries without having worry about the mechanics of constructing the query. I have a question about its design...
The [gson-fire](https://github.com/julman99/gson-fire) is no longer maintained and has to be remove from client. The outdated `gson-fire` can cause collision with new major versions of `gson`. - https://github.com/julman99/gson-fire - https://github.com/google/gson
## Proposed Changes Simplify publishing GitHub pages by Docker to be platform independent. This PR also change the **Deploy Maven site** from [**ReleaseCycleSettings.md**](https://github.com/bonitoo-io/influxdata/blob/main/influxdb-clients/ReleaseCycleSettings.md#3-deploy-maven-site) to: ```console mvn site site:stage -DskipTests docker...
__Steps to reproduce:__ List the minimal actions needed to reproduce the behavior. 1. Open and use multiple connections in a sequence, closing them after use 2. Perform at least one...
Hi, During implementation of tool that needs to retrieve schema of InfluxDB 2.7, I have encountered issue where `show series` return empty result, although underlying CSV contains correct data. Data...
__Proposal:__ Short summary of the feature. MissingReflectionRegistrationUtils.forProxy com.influxdb.client.service.HealthService please consider add native support https://github.com/oracle/graalvm-reachability-metadata thank you __Current behavior:__ Describe what currently happens. __Desired behavior:__ Describe what you want. please consider...