Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
influxdata
/
influxdb-client-java
Public
Notifications
You must be signed in to change notification settings
Fork
132
Star
471
Code
Issues
27
Pull requests
15
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
21497dc
User selector
All users
Datepicker
All time
Commit History
Commits on Oct 16, 2020
fix: query response parser should use UTF-8 encoding (#164)
bednar
authored
21497dc
Copy full SHA for 21497dc
fix: Offset param could be 0 - FluxDSL (#161)
bednar
authored
b791381
Copy full SHA for b791381
Commits on Oct 15, 2020
feat: improved logging message for retries (#163)
Show description for 7ad790d
bednar
authored
7ad790d
Copy full SHA for 7ad790d
Commits on Oct 8, 2020
docs: improved documentation about username/password auth; added new write example (#159)
bednar
authored
aee00f8
Copy full SHA for aee00f8
Commits on Oct 2, 2020
chore(release): prepare for next development iteration 1.13.0
bednar
committed
24b0fca
Copy full SHA for 24b0fca
[maven-release-plugin] prepare for next development iteration
bednar
committed
1946167
Copy full SHA for 1946167
[maven-release-plugin] prepare release v1.12.0
bednar
committed
35f1169
Copy full SHA for 35f1169
chore(release): release version 1.12.0 [skip ci]
bednar
committed
ab4b8a8
Copy full SHA for ab4b8a8
Commits on Oct 1, 2020
feat: add exponential backoff strategy for retry (#156)
bednar
authored
e967762
Copy full SHA for e967762
chore: influxdb:2.0.0-rc is used as stable build (#157)
bednar
authored
2b82245
Copy full SHA for 2b82245
Commits on Sep 30, 2020
fix: compatibility tests between beta and nightly (https://github.com/influxdata/influxdb/pull/19636)
bednar
committed
d495d25
Copy full SHA for d495d25
Commits on Sep 18, 2020
chore: removed org labels, Pkg* removed from swagger (#153)
rhajek
authored
f5fef46
Copy full SHA for f5fef46
Commits on Sep 16, 2020
fix: always close pure OkHttp3 response (#151)
bednar
authored
7787a6f
Copy full SHA for 7787a6f
docs: JDK Version added to GitHub template for a bug
bednar
committed
41ac28a
Copy full SHA for 41ac28a
Commits on Sep 11, 2020
feat: update flux-dsl (#150)
bednar
authored
6a678cc
Copy full SHA for 6a678cc
Commits on Sep 10, 2020
chore: change default port from 9999 to 8086 (#148)
rhajek
authored
f341e00
Copy full SHA for f341e00
Commits on Aug 14, 2020
chore(release): prepare for next development iteration 1.12.0
bednar
committed
44cb1d7
Copy full SHA for 44cb1d7
[maven-release-plugin] prepare for next development iteration
bednar
committed
cbbcad6
Copy full SHA for cbbcad6
[maven-release-plugin] prepare release v1.11.0
bednar
committed
3662631
Copy full SHA for 3662631
chore(release): release version 1.11.0 [skip ci]
bednar
committed
e0af002
Copy full SHA for e0af002
Commits on Aug 13, 2020
chore: api generator was moved to separate influxdb-clients-apigen module (#142)
rhajek
authored
efc081d
Copy full SHA for efc081d
fix: put columns into cache after full initialization (#132)
bednar
authored
524994f
Copy full SHA for 524994f
Commits on Aug 11, 2020
feat: validate OffsetDateTime to satisfy RFC 3339 (#140)
bednar
authored
1fe6d72
Copy full SHA for 1fe6d72
feat: marked Apis as @ThreadSafe (#139)
bednar
authored
9c8af0c
Copy full SHA for 9c8af0c
Commits on Aug 10, 2020
chore: switch to build by Docker instead dedicated VM (#138)
bednar
authored
59061d2
Copy full SHA for 59061d2
fix: disable not working tests (https://github.com/influxdata/influxdb/issues/19234)
bednar
committed
503a9ec
Copy full SHA for 503a9ec
Commits on Jul 27, 2020
fix: Data Point: measurement name is requiring in constructor (#136)
bednar
authored
7ad58a0
Copy full SHA for 7ad58a0
Commits on Jul 20, 2020
docs: added GitHub templates for Bug report and Feature request, added configuration for Semantic Pull Requests (#131)
bednar
authored
536b82f
Copy full SHA for 536b82f
Commits on Jul 17, 2020
chore(release): prepare for next development iteration 1.11.0
bednar
committed
150cd4f
Copy full SHA for 150cd4f
[maven-release-plugin] prepare for next development iteration
bednar
committed
990f68b
Copy full SHA for 990f68b
[maven-release-plugin] prepare release v1.10.0
bednar
committed
34e3e92
Copy full SHA for 34e3e92
chore(release): release version 1.10.0 [skip ci]
bednar
committed
cdd71df
Copy full SHA for cdd71df
Commits on Jul 10, 2020
test: removed last() - see https://github.com/influxdata/influxdb/issues/18897
bednar
committed
b3bc92e
Copy full SHA for b3bc92e
Commits on Jun 30, 2020
fix: serialization of `\n`, `\r` and `\t` to Line Protocol, `=` is valid sign for measurement name (#129)
Show description for eb90ab5
bednar
authored
eb90ab5
Copy full SHA for eb90ab5
Commits on Jun 23, 2020
feat: update dependencies & plugins (#124)
bednar
authored
73de99d
Copy full SHA for 73de99d
Pagination
Previous
Next
You can’t perform that action at this time.