Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix the conflicts of PR https://github.com/influxdata/influxdb-java/pull/321 #1

Merged
merged 181 commits into from
May 11, 2018

Conversation

lxhoan
Copy link

@lxhoan lxhoan commented May 9, 2018

this PR to resolve the conflicts of the original PR influxdata#321
it also holds the fixes for other build and junit failures made by PR influxdata#321

majst01 and others added 30 commits June 13, 2017 13:41
QueryResult to Object mapper added
InfluxDBResultMapper was not prepared to handle the 'null' value instad of an empty collection returned by the JSON parser used by InfluxDB client. The null value will be returned whenever a query returns with no result as explained in influxdata/influxdb#7596
…ceived-from-influxdb

Fixed NPE when no series is present in QueryResult object
propagate IOExceptions to consumer
…ryresult-groupby

Added support map queryresult groupby
…ryresult-groupby

Added support map queryresult groupby
hampelratte and others added 27 commits March 17, 2018 14:39
Fixed checkstyle issues and formatted according to project standard
(hopefully)
Added a test which executes a BoundParameterQuery against an actual
database.
The checks in BoundParameterQuery have been removed, because InfluxDB
does that already and returns appropriate error messages in case of an
invalid request.
Added short paragraph in README, which describes the parameter binding
for queries. Also added an entry for the parameter binding pull request
to the changelog.
…date from 0.8.0 -> 0.8.1 because only this works with java10
Fixed setAccessible modif. on POJOs and changes are not reversed anymore
since the build mehtod contains validation for fields emptiness, there should be also way, how to figure out, whether the Builder contains any fields (to prevent the build method from throwing an exception)
allow to figure out, whether the Point.Builder has any fields
influxdata#371 Support dynamic measurement name in InfluxDBResultMapper
@lxhoan
Copy link
Author

lxhoan commented May 9, 2018

@joelmarty, please consider to merge this PR

@lxhoan lxhoan merged commit f5634ce into intesens:influxdb-java-182 May 11, 2018
@lxhoan
Copy link
Author

lxhoan commented May 11, 2018

due to no response from repo owner, I merged it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.