Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2025

Bumps elastic/elasticsearch from 9.0.4 to 9.2.0.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file docker Pull requests that update Docker code labels Oct 27, 2025
@quarkus-bot

This comment has been minimized.

@yrodiere
Copy link
Member

@dependabot recreate

Bumps elastic/elasticsearch from 9.0.4 to 9.2.0.

---
updated-dependencies:
- dependency-name: elastic/elasticsearch
  dependency-version: 9.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/docker/src/main/docker/elastic/elasticsearch-9.2.0 branch from 4748cca to f05c4cf Compare October 27, 2025 09:30
@quarkus-bot

This comment has been minimized.

to match the one from the dockerfile
@quarkus-bot
Copy link

quarkus-bot bot commented Oct 27, 2025

Status for workflow Build

This is the status report for running Build on commit 87ac12b.

Failing Jobs

Status Name Step Failures Logs Raw logs
Build Build with Maven Failures Logs Raw logs

Full information is available in the Build summary check run.

Failures

⚙️ Build #

- Failing: Root module 

📦 Root module

io.quarkus.search.app.SearchServiceTest.categories line 299 - More details - Source on GitHub

java.lang.AssertionError: 

Expecting actual:
  []
to contain exactly in any order:
  [https://quarkus.io/guides/hibernate-orm-panache-kotlin]
but could not find the following elements:
  [https://quarkus.io/guides/hibernate-orm-panache-kotlin]

io.quarkus.search.app.SearchServiceTest.findAllUppercase line 484 - More details - Source on GitHub

java.lang.AssertionError: 

Expecting ArrayList:
  []
to contain:
  ["<span class="highlighted">Duplicated</span> <span class="highlighted">context</span>, <span class="highlighted">context</span> <span class="highlighted">locals</span>, <span class="highlighted">asynchronous</span> <span class="highlighted">processing</span> <span class="highlighted">and</span> <span class="highlighted">propagation</span>"]
but could not find the following element(s):
  ["<span class="highlighted">Duplicated</span> <span class="highlighted">context</span>, <span class="highlighted">context</span> <span class="highlighted">locals</span>, <span class="highlighted">asynchronous</span> <span class="highlighted">processing</span> <span class="highlighted">and</span> <span class="highlighted">propagation</span>"]

io.quarkus.search.app.SearchServiceTest.findBuildItem line 471 - More details - Source on GitHub

java.lang.AssertionError: 

Expecting ArrayList:
  []
to contain only:
  [["…allow No Javadoc found <span class="highlighted">io.quarkus.deployment.pkg.builditem.NativeImageBuildItem</span> No Javadoc found Show…"]]
but could not find the following element(s):
  [["…allow No Javadoc found <span class="highlighted">io.quarkus.deployment.pkg.builditem.NativeImageBuildItem</span> No Javadoc found Show…"]]

io.quarkus.search.app.SearchServiceTest.findConfigProperty line 445 - More details - Source on GitHub

java.lang.AssertionError: 

Expecting ArrayList:
  []
to contain only:
  [["…false <span class="highlighted">quarkus.vertx.eventbus.tcp</span>-<span class="highlighted">keep</span>-<span class="highlighted">alive</span> Whether to <span class="highlighted">keep</span> the TCP connection opened (<span class="highlighted">keep</span>-<span class="highlighted">alive</span>). Environment…"]]
but could not find the following element(s):
  [["…false <span class="highlighted">quarkus.vertx.eventbus.tcp</span>-<span class="highlighted">keep</span>-<span class="highlighted">alive</span> Whether to <span class="highlighted">keep</span> the TCP connection opened (<span class="highlighted">keep</span>-<span class="highlighted">alive</span>). Environment…"]]

io.quarkus.search.app.SearchServiceTest.findEnvVariable line 433 - More details - Source on GitHub

java.lang.AssertionError: 

Expecting ArrayList:
  []
to contain only:
  [[]]
but could not find the following element(s):
  [[]]

io.quarkus.search.app.SearchServiceTest.findFQCN line 458 - More details - Source on GitHub

java.lang.AssertionError: 

Expecting ArrayList:
  []
to contain only:
  [["…allow No Javadoc found <span class="highlighted">io.quarkus.deployment.pkg.builditem.NativeImageBuildItem</span> No Javadoc found Show…"]]
but could not find the following element(s):
  [["…allow No Javadoc found <span class="highlighted">io.quarkus.deployment.pkg.builditem.NativeImageBuildItem</span> No Javadoc found Show…"]]

io.quarkus.search.app.SearchServiceTest.highlight_content line 346 - More details - Source on GitHub

java.lang.AssertionError: 

Expected size: 9 but was: 0 in:
[]
	at io.quarkus.search.app.SearchServiceTest.highlight_content(SearchServiceTest.java:346)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at io.quarkus.test.junit.QuarkusTestExtension.runExtensionMethod(QuarkusTestExtension.java:998)
	at io.quarkus.test.junit.QuarkusTestExtension.interceptTestMethod(QuarkusTestExtension.java:846)

io.quarkus.search.app.SearchServiceTest.highlight_summary line 330 - More details - Source on GitHub

org.opentest4j.AssertionFailedError: 

expected: 8
 but was: 0
	at io.quarkus.search.app.SearchServiceTest.highlight_summary(SearchServiceTest.java:330)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at io.quarkus.test.junit.QuarkusTestExtension.runExtensionMethod(QuarkusTestExtension.java:998)
	at io.quarkus.test.junit.QuarkusTestExtension.interceptTestMethod(QuarkusTestExtension.java:846)

io.quarkus.search.app.SearchServiceTest.highlight_title line 312 - More details - Source on GitHub

java.lang.AssertionError: 

Expecting ArrayList:
  []
to contain:
  ["Simplified Hibernate <span class="highlighted">ORM</span> with Panache",
    "Using Hibernate <span class="highlighted">ORM</span> and Jakarta Persistence",
    "Simplified Hibernate <span class="highlighted">ORM</span> with Panache and Kotlin"]

io.quarkus.search.app.SearchServiceTest.language line 388 - More details - Source on GitHub

java.lang.AssertionError: 

Expecting ArrayList:
  []
to contain:
  ["Stork リファレンス<span class="highlighted">ガイド</span>",
    "Hibernate ORMとElasticsearch/OpenSearchでHibernate Searchを使用"]
but could not find the following element(s):

io.quarkus.search.app.SearchServiceTest.projections line 246 - More details - Source on GitHub

java.lang.AssertionError: 

Expecting actual:
  []
to contain exactly in any order:
  [https://quarkus.io/guides/hibernate-orm,
    https://quarkus.io/guides/hibernate-orm-panache,
    https://quarkus.io/guides/hibernate-orm-panache-kotlin,

io.quarkus.search.app.SearchServiceTest.queryEmptyString line 134 - More details - Source on GitHub

java.lang.AssertionError: 

Expecting actual:
  []
to contain exactly in any order:
  [https://quarkus.io/guides/hibernate-orm,
    https://quarkus.io/guides/hibernate-orm-panache,
    https://quarkus.io/guides/hibernate-orm-panache-kotlin,

io.quarkus.search.app.SearchServiceTest.queryMatchingFullTerm line 74 - More details - Source on GitHub

java.lang.AssertionError: 

Expecting actual:
  []
to contain exactly in any order:
  [https://quarkus.io/guides/hibernate-orm,
    https://quarkus.io/guides/hibernate-orm-panache,
    https://quarkus.io/guides/hibernate-orm-panache-kotlin,

io.quarkus.search.app.SearchServiceTest.queryMatchingIncludedAdoc line 94 - More details - Source on GitHub

java.lang.AssertionError: 

Expecting actual:
  []
to contain exactly in any order:
  [https://quarkus.io/guides/hibernate-orm,
    https://quarkus.io/guides/hibernate-reactive,
    https://quarkus.io/guides/all-config]

io.quarkus.search.app.SearchServiceTest.queryMatchingPrefixTerm line 104 - More details - Source on GitHub

java.lang.AssertionError: 

Expecting actual:
  []
to contain exactly in any order:
  [https://quarkus.io/guides/hibernate-orm,
    https://quarkus.io/guides/hibernate-orm-panache,
    https://quarkus.io/guides/hibernate-orm-panache-kotlin,

io.quarkus.search.app.SearchServiceTest.queryMatchingTwoTerms line 123 - More details - Source on GitHub

java.lang.AssertionError: 

Expecting actual:
  []
to contain exactly in any order:
  [https://quarkus.io/guides/hibernate-search-orm-elasticsearch,
    https://quarkus.io/guides/all-config,
    https://quarkus.io/guides/all-builditems]

io.quarkus.search.app.SearchServiceTest.queryNotProvided line 144 - More details - Source on GitHub

java.lang.AssertionError: 

Expecting actual:
  []
to contain exactly in any order:
  [https://quarkus.io/guides/hibernate-orm,
    https://quarkus.io/guides/hibernate-orm-panache,
    https://quarkus.io/guides/hibernate-orm-panache-kotlin,

io.quarkus.search.app.SearchServiceTest.relevance(String, URI[])[1] query=orm, expectedGuideUrls=[https://quarkus.io/guides/hibernate-orm-panache, https://quarkus.io/guides/hibernate-orm, https://quarkus.io/guides/hibernate-search-orm-elasticsearch, https://quarkus.io/guides/hibernate-orm-panache-kotlin, https://quarkus.io/guides/hibernate-reactive-panache, https://quarkus.io/guides/hibernate-reactive] line 193 - More details - Source on GitHub

java.lang.AssertionError: 

Expecting actual:
  []
to start with:
  [https://quarkus.io/guides/hibernate-orm-panache,
    https://quarkus.io/guides/hibernate-orm,
    https://quarkus.io/guides/hibernate-search-orm-elasticsearch,

io.quarkus.search.app.SearchServiceTest.relevance(String, URI[])[2] query=reactive, expectedGuideUrls=[https://quarkus.io/guides/hibernate-reactive, https://quarkus.io/guides/hibernate-reactive-panache] line 193 - More details - Source on GitHub

java.lang.AssertionError: 

Expecting actual:
  []
to start with:
  [https://quarkus.io/guides/hibernate-reactive,
    https://quarkus.io/guides/hibernate-reactive-panache]

io.quarkus.search.app.SearchServiceTest.relevance(String, URI[])[3] query=hiber, expectedGuideUrls=[https://quarkus.io/guides/hibernate-search-orm-elasticsearch, https://quarkus.io/guides/hibernate-reactive, https://quarkus.io/guides/hibernate-reactive-panache, https://quarkus.io/guides/hibernate-orm-panache, https://quarkus.io/guides/hibernate-orm, https://quarkus.io/guides/hibernate-orm-panache-kotlin] line 193 - More details - Source on GitHub

java.lang.AssertionError: 

Expecting actual:
  []
to start with:
  [https://quarkus.io/guides/hibernate-search-orm-elasticsearch,
    https://quarkus.io/guides/hibernate-reactive,
    https://quarkus.io/guides/hibernate-reactive-panache,

io.quarkus.search.app.SearchServiceTest.relevance(String, URI[])[4] query=jpa, expectedGuideUrls=[https://quarkus.io/guides/hibernate-orm, https://quarkus.io/guides/hibernate-orm-panache, https://quarkus.io/guides/hibernate-orm-panache-kotlin, https://quarkus.io/guides/hibernate-reactive-panache] line 193 - More details - Source on GitHub

java.lang.AssertionError: 

Expecting actual:
  []
to start with:
  [https://quarkus.io/guides/hibernate-orm,
    https://quarkus.io/guides/hibernate-orm-panache,
    https://quarkus.io/guides/hibernate-orm-panache-kotlin,

io.quarkus.search.app.SearchServiceTest.relevance(String, URI[])[5] query=jakarta persistence, expectedGuideUrls=[https://quarkus.io/guides/hibernate-orm, https://quarkus.io/guides/hibernate-orm-panache, https://quarkus.io/guides/hibernate-orm-panache-kotlin, https://quarkus.io/guides/hibernate-reactive-panache] line 193 - More details - Source on GitHub

java.lang.AssertionError: 

Expecting actual:
  []
to start with:
  [https://quarkus.io/guides/hibernate-orm,
    https://quarkus.io/guides/hibernate-orm-panache,
    https://quarkus.io/guides/hibernate-orm-panache-kotlin,

io.quarkus.search.app.SearchServiceTest.relevance(String, URI[])[6] query=search, expectedGuideUrls=[https://quarkus.io/guides/hibernate-search-orm-elasticsearch] line 193 - More details - Source on GitHub

java.lang.AssertionError: 

Expecting actual:
  []
to start with:
  [https://quarkus.io/guides/hibernate-search-orm-elasticsearch]

	at io.quarkus.search.app.SearchServiceTest.relevance(SearchServiceTest.java:193)

io.quarkus.search.app.SearchServiceTest.relevance(String, URI[])[7] query=stork, expectedGuideUrls=[https://quarkus.io/guides/stork-reference] line 193 - More details - Source on GitHub

java.lang.AssertionError: 

Expecting actual:
  []
to start with:
  [https://quarkus.io/guides/stork-reference]

	at io.quarkus.search.app.SearchServiceTest.relevance(SearchServiceTest.java:193)

io.quarkus.search.app.SearchServiceTest.relevance(String, URI[])[8] query=spring data, expectedGuideUrls=[https://quarkus.io/guides/spring-data-jpa] line 193 - More details - Source on GitHub

java.lang.AssertionError: 

Expecting actual:
  []
to start with:
  [https://quarkus.io/guides/spring-data-jpa]

	at io.quarkus.search.app.SearchServiceTest.relevance(SearchServiceTest.java:193)

io.quarkus.search.app.SearchServiceTest.searchForPhrase line 416 - More details - Source on GitHub

java.lang.AssertionError: 

Expecting ArrayList:
  []
to contain:
  ["Duplicated context, context locals, <span class="highlighted">asynchronous processing and propagation</span>"]
but could not find the following element(s):
  ["Duplicated context, context locals, <span class="highlighted">asynchronous processing and propagation</span>"]

io.quarkus.search.app.SearchServiceTest.suggestion line 499 - More details - Source on GitHub

java.lang.NullPointerException: Cannot invoke "io.quarkus.search.app.dto.SearchResult$Suggestion.query()" because the return value of "io.quarkus.search.app.dto.SearchResult.suggestion()" is null
	at io.quarkus.search.app.SearchServiceTest.suggestion(SearchServiceTest.java:499)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at io.quarkus.test.junit.QuarkusTestExtension.runExtensionMethod(QuarkusTestExtension.java:998)
	at io.quarkus.test.junit.QuarkusTestExtension.interceptTestMethod(QuarkusTestExtension.java:846)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)

io.quarkus.search.app.SearchServiceTest.version line 270 - More details - Source on GitHub

java.lang.AssertionError: 

Expecting actual not to be empty
	at io.quarkus.search.app.SearchServiceTest.version(SearchServiceTest.java:270)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at io.quarkus.test.junit.QuarkusTestExtension.runExtensionMethod(QuarkusTestExtension.java:998)
	at io.quarkus.test.junit.QuarkusTestExtension.interceptTestMethod(QuarkusTestExtension.java:846)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file docker Pull requests that update Docker code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants