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
Removed null constraints on NodeInfo fields that are returned null from Amazon OpenSearch Service (#1132) (#1136)
* Removed the null constraints on NodeInfo.host, NodeInfo.Ip, NodeInfo.TransportAddress
* Added a CHANGELOG entry, made the getters nullable and removed extra white space
* modified the PR link in the changelog
---------
(cherry picked from commit 94171f8)
Signed-off-by: Dan Cecoi <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Dan Cecoi <[email protected]>
Copy file name to clipboardexpand all lines: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
13
13
### Removed
14
14
15
15
### Fixed
16
+
- Fixed handling of NodeInfo fields that are not returned by Amazon OpenSearch Service ([#1132](https://github.com/opensearch-project/opensearch-java/pull/1132))
0 commit comments