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
Adjust API of ElasticsearchContainer so as to not expose shaded transient dependency (#964, fixes #958) Note: This means that usages of elasticsearchContainer.getHost() should be replaced with HttpHost.create(elasticsearchContainer.getHttpHostAddress())@rnorth
Add self-typing generics to ElasticsearchContainer (#963, fixes #962) @kiview
Publish artifacts to Maven Local before running examples on CircleCI (#903) @kiview