dropwizard-elasticsearch icon indicating copy to clipboard operation
dropwizard-elasticsearch copied to clipboard

A set of classes for using Elasticsearch in a Dropwizard service.

Results 11 dropwizard-elasticsearch issues
Sort by recently updated
recently updated
newest added

Bumps [elasticsearch](https://github.com/elastic/elasticsearch) from 2.4.6 to 8.4.0. Release notes Sourced from elasticsearch's releases. Elasticsearch 8.4.0 Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/8.4/release-notes-8.4.0.html Elasticsearch 8.3.3 Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/8.3/release-notes-8.3.3.html Elasticsearch 8.3.2 Downloads: https://elastic.co/downloads/elasticsearch...

dependencies
java

Bumps [dropwizard-bom](https://github.com/dropwizard/dropwizard) from 1.3.16 to 2.1.1. Release notes Sourced from dropwizard-bom's releases. v2.1.1 What's Changed Update dependency org.checkerframework:checker-qual to v3.22.0 (release/2.1.x) by @​renovate in dropwizard/dropwizard#5262 Update dependency org.liquibase:liquibase-core to v4.10.0...

dependencies
java

Bumps [joschi/setup-jdk](https://github.com/joschi/setup-jdk) from 2.4.0 to 2.5.1. Release notes Sourced from joschi/setup-jdk's releases. v2.5.1 🚨 Important Notice The joschi/setup-jdk GitHub Action is deprecated. Please consider switching to the official actions/setup-java action...

dependencies
github_actions

Hello, You can now access the client via the the request scope: By registering the provider in the application run method: ``` java environment.jersey().register(EsProvider.binder(managedClient)); ``` You will be able to...

Hi, I'm getting error `java.lang.IllegalStateException: Received message from unsupported version: [2.0.0] minimal compatible version is: [5.0.0]` when making request to ElasticSearch v5. Will there be a release for ElasticSearch v5.x...

Please add support for adding ES Client Plugins (like the `org.elasticsearch.index.reindex.ReindexPlugin`). Currently it's not possible to configure one or more plugins via `EsConfiguration`. As a workaround I've to do something...

Let's say I want to install Elasticsearch mapper-attachments plugin only for my node, it this possible just by adding the below dependency into the .pom file of my dropwizard application?...

Bumps [dropwizard-bom](https://github.com/dropwizard/dropwizard) from 1.3.16 to 2.1.4. Release notes Sourced from dropwizard-bom's releases. v2.1.4 What's Changed Update dependency com.fasterxml.jackson:jackson-bom to v2.13.4.20221012 (release/2.1.x) by @​renovate in dropwizard/dropwizard#6070 Update dependency joda-time:joda-time to v2.12.0...

dependencies
java

Bumps [elasticsearch](https://github.com/elastic/elasticsearch) from 2.4.6 to 8.4.3. Release notes Sourced from elasticsearch's releases. Elasticsearch 8.4.3 Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/8.4/release-notes-8.4.3.html Elasticsearch 8.4.2 Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/8.4/release-notes-8.4.2.html Elasticsearch 8.4.1 Downloads: https://elastic.co/downloads/elasticsearch...

dependencies
java