influxdb-client-java icon indicating copy to clipboard operation
influxdb-client-java copied to clipboard

InfluxDB 2 JVM Based Clients

Results 65 influxdb-client-java issues
Sort by recently updated
recently updated
newest added
trafficstars

I am getting below error while creating an SBT assembly (fat) jar. The same code works in Intellij Idea just fine. java.lang.NoClassDefFoundError: java/sql/Date at com.influxdb.client.JSON.(JSON.java:113) at com.influxdb.client.internal.AbstractInfluxDBClient.(AbstractInfluxDBClient.java:117) at com.influxdb.client.internal.AbstractInfluxDBClient.(AbstractInfluxDBClient.java:79) at...

question

__Steps to reproduce:__ List the minimal actions needed to reproduce the behavior. ```java InfluxDBClientOptions.Builder builder = InfluxDBClientOptions.builder(); builder.bucket(bucket); builder.org(org); builder.okHttpClient(builder()); builder.authenticate(username, password.toCharArray()); builder.url(uri); InfluxDBClientImpl client = (InfluxDBClientImpl) InfluxDBClientFactory.create(builder.build()); InfluxDBClientReactiveImpl reactive...

question

Closes #719 ## Proposed Changes * changes `Accept` header in `InfluxQLQueryService` to `application/json` * adds deserializers for json results * adds tests ## Checklist - [ ] CHANGELOG.md updated -...

Bumps `spring-boot.version` from 3.3.0 to 3.3.1. Updates `org.springframework.boot:spring-boot-actuator-autoconfigure` from 3.3.0 to 3.3.1 Release notes Sourced from org.springframework.boot:spring-boot-actuator-autoconfigure's releases. v3.3.1 :lady_beetle: Bug Fixes SQL Server JDBC URL is malformed after adding...

dependency

Bumps commons-io:commons-io from 2.16.0 to 2.16.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&package-manager=maven&previous-version=2.16.0&new-version=2.16.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependency

Bumps `pekko.version` from 1.0.2 to 1.0.3. Updates `org.apache.pekko:pekko-stream_2.12` from 1.0.2 to 1.0.3 Commits 4f77c81 Avoid unnecessary shard updates while shutting down (#1342) (#1353) d0a7293 Add handling for tcp register timeout...

dependency

Bumps [org.apache.maven.plugins:maven-project-info-reports-plugin](https://github.com/apache/maven-project-info-reports-plugin) from 3.5.0 to 3.6.1. Commits 21d3653 [maven-release-plugin] prepare release maven-project-info-reports-plugin-3.6.1 b707915 [MPIR-462] IT for MRJAR issue with dependencies goal 3fd654a [MPIR-463] Remove workaround to count the number of...

dependency

Bumps [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.12.1 to 3.13.0. Release notes Sourced from org.apache.maven.plugins:maven-compiler-plugin's releases. 3.13.0 🚀 New features and improvements [MCOMPILER-574] - Propagate cause of exception in AbstractCompilerMojo (#232) @​slawekjaranowski [MCOMPILER-582] -...

dependency

Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.10.1 to 2.11.0. Release notes Sourced from com.google.code.gson:gson's releases. Gson 2.11.0 Most important changes Added default ProGuard / R8 rules (@​Marcono1234, #2397, #2420; @​sgjesse, #2448; @​sfreilich) If...

dependency

Bumps [org.apache.commons:commons-csv](https://github.com/apache/commons-csv) from 1.10.0 to 1.11.0. Changelog Sourced from org.apache.commons:commons-csv's changelog. Apache Commons CSV Version 1.11.0 Release Notes This document contains the release notes for the 1.11.0 version of Apache...

dependency