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

New extension quarkus-hibernate-search-orm-elasticsearch-aws #18107

Merged
merged 6 commits into from
Jun 28, 2021

Conversation

yrodiere
Copy link
Member

@yrodiere yrodiere commented Jun 23, 2021

Creating as a draft because this PR is based on #18106, which must be merged first. => Done

This adds a Quarkus extension that can be used together with quarkus-hibernate-search-orm-elasticsearch so that requests sent to Elasticsearch are signed. This is mandatory when using Amazon Elasticsearch Service (at least when using it through port 80 or 443, which is the recommended practice AFAIK).

Essentially it adds this feature, which was previously missing in Quarkus: https://docs.jboss.org/hibernate/stable/search/reference/en-US/html_single/#backend-elasticsearch-configuration-aws

@quarkus-bot quarkus-bot bot added area/core area/dependencies Pull requests that update a dependency file area/documentation area/hibernate-search Hibernate Search area/infra-automation anything related to CI, bots, etc. that are used to automated our infrastructure labels Jun 23, 2021
@quarkus-bot quarkus-bot bot added the area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins label Jun 23, 2021
@yrodiere yrodiere marked this pull request as ready for review June 23, 2021 16:15
@quarkus-bot
Copy link

quarkus-bot bot commented Jun 23, 2021

This workflow status is outdated as a new workflow run has been triggered.

🚫 This workflow run has been cancelled.

Failing Jobs - Building 02c74be

⚠️ Artifacts of the workflow run were not available thus the report misses some details.

Status Name Step Test failures Logs Raw logs
CI Sanity Check Build ⚠️ Check → Logs Raw logs

@quarkus-bot
Copy link

quarkus-bot bot commented Jun 23, 2021

This workflow status is outdated as a new workflow run has been triggered.

Failing Jobs - Building 02c74be

Status Name Step Test failures Logs Raw logs
JVM Tests - JDK 11 Build Test failures Logs Raw logs
JVM Tests - JDK 16 Build Test failures Logs Raw logs
Native Tests - Data6 Build Test failures Logs Raw logs

Full information is available in the Build summary check run.

Test Failures

⚙️ JVM Tests - JDK 11 #

📦 integration-tests/hibernate-search-orm-elasticsearch-aws

io.quarkus.it.hibernate.search.elasticsearch.aws.HibernateSearchAwsTest.testSearch - More details - Source on GitHub


⚙️ JVM Tests - JDK 16 #

📦 integration-tests/hibernate-search-orm-elasticsearch-aws

io.quarkus.it.hibernate.search.elasticsearch.aws.HibernateSearchAwsTest.testSearch - More details - Source on GitHub


⚙️ Native Tests - Data6 #

📦 integration-tests/hibernate-search-orm-elasticsearch-aws

io.quarkus.it.hibernate.search.elasticsearch.aws.HibernateSearchAwsInGraalIT.testSearch - More details - Source on GitHub

@quarkus-bot
Copy link

quarkus-bot bot commented Jun 24, 2021

Failing Jobs - Building 4f66d14

Status Name Step Test failures Logs Raw logs
Maven Tests - JDK 11 Build Test failures Logs Raw logs

Full information is available in the Build summary check run.

Test Failures

⚙️ Maven Tests - JDK 11 #

📦 integration-tests/maven

io.quarkus.maven.it.JarRunnerIT.testThatLegacyJarFormatWorks line 203 - More details - Source on GitHub

@gsmet gsmet merged commit e997a99 into quarkusio:main Jun 28, 2021
@quarkus-bot quarkus-bot bot added this to the 2.1 - main milestone Jun 28, 2021
@yrodiere yrodiere deleted the hsearch-aws branch August 4, 2021 07:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/core area/dependencies Pull requests that update a dependency file area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins area/documentation area/hibernate-search Hibernate Search area/infra-automation anything related to CI, bots, etc. that are used to automated our infrastructure
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants