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

Java client for InfluxDB

Results 102 influxdb-java issues
Sort by recently updated
recently updated
newest added

hello!I'm having a problem I used influx version 1.X and see write point storage type: ``` @SuppressWarnings("checkstyle:finalparameters") @Deprecated public Builder field(final String field, Object value) { if (value instanceof Number)...

Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 9.3 to 10.16.0. Release notes Sourced from com.puppycrawl.tools:checkstyle's releases. checkstyle-10.16.0 Checkstyle 10.16.0 - https://checkstyle.org/releasenotes.html#Release_10.16.0 New: #14620 - LITERAL_CASE token support in RightCurlyCheck Bug fixes: #14765 - OverloadMethodDeclarationOrder...

dependencies

Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 4.10.0 to 5.11.0. Release notes Sourced from org.mockito:mockito-core's releases. v5.11.0 Changelog generated by Shipkit Changelog Gradle Plugin 5.11.0 2024-03-01 - 17 commit(s) by Aouichaoui Youssef, Franz Wong,...

dependencies

It would help to work with InfluxDB more easily.

Recent [security research](https://blog.oversecured.com/Introducing-MavenGate-a-supply-chain-attack-method-for-Java-and-Android-applications) discussed problems in the maven ecosystem where the DNS of a no longer maintained project expires and is taken over. https://github.com/mathieucarbou/license-maven-plugin/issues/715 discussed some specifics around maven central...

Saving using a record is supported by existing code. This change adds support for loading into a record, using its canonical constructor. Both standard (JDK14+) and [Android desugared (SDK34+)](https://android-developers.googleblog.com/2023/06/records-in-android-studio-flamingo.html) records...

Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.9.3 to 5.10.2. Release notes Sourced from org.junit.jupiter:junit-jupiter-engine's releases. JUnit 5.10.2 = Platform 1.10.2 + Jupiter 5.10.2 + Vintage 5.10.2 See Release Notes. Full Changelog: https://github.com/junit-team/junit5/compare/r5.10.1...r5.10.2 JUnit...

dependencies

Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.25.2 to 3.25.3. Release notes Sourced from org.assertj:assertj-core's releases. v.3.25.3 :bug: Bug Fixes Lock maven-clean-plugin version for all modules Core Fix a performance regression in the recursive...

dependencies

Bumps [org.junit.platform:junit-platform-runner](https://github.com/junit-team/junit5) from 1.9.3 to 1.10.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.junit.platform:junit-platform-runner&package-manager=maven&previous-version=1.9.3&new-version=1.10.2)](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...

dependencies

It would be nice to read and write data from/to influxdb using java records. I have implemented such support. Are you interested in a PR?