influxdata / influxdb-client-java

InfluxDB 2 JVM Based Clients
https://influxdata.github.io/influxdb-client-java/
MIT License
434 stars 129 forks source link

fix: Issue/623 #706

Closed karel-rehor closed 5 months ago

karel-rehor commented 5 months ago

Closes #623

Proposed Changes

Change the way in which InfluxDBClientOptions prepares a parsed URL, so that IPv6 addresses will be detected and preserved.

Checklist

codecov-commenter commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 88.37%. Comparing base (1b10317) to head (1605677).

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #706 +/- ## ============================================ + Coverage 88.33% 88.37% +0.04% - Complexity 771 784 +13 ============================================ Files 174 174 Lines 7088 7089 +1 Branches 389 390 +1 ============================================ + Hits 6261 6265 +4 + Misses 700 698 -2 + Partials 127 126 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.