-
Notifications
You must be signed in to change notification settings - Fork 3k
Bump elasticsearch-opensource-components.version from 9.2.2 to 9.2.3 #51658
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
Bump elasticsearch-opensource-components.version from 9.2.2 to 9.2.3 #51658
Conversation
Bumps `elasticsearch-opensource-components.version` from 9.2.2 to 9.2.3. Updates `org.elasticsearch.client:elasticsearch-rest-client` from 9.2.2 to 9.2.3 - [Release notes](https://github.com/elastic/elasticsearch/releases) - [Changelog](https://github.com/elastic/elasticsearch/blob/main/CHANGELOG.md) - [Commits](elastic/elasticsearch@v9.2.2...v9.2.3) Updates `co.elastic.clients:elasticsearch-java` from 9.2.2 to 9.2.3 - [Release notes](https://github.com/elastic/elasticsearch-java/releases) - [Changelog](https://github.com/elastic/elasticsearch-java/blob/main/CHANGELOG.md) - [Commits](elastic/elasticsearch-java@v9.2.2...v9.2.3) Updates `org.elasticsearch.client:elasticsearch-rest-client-sniffer` from 9.2.2 to 9.2.3 - [Release notes](https://github.com/elastic/elasticsearch/releases) - [Changelog](https://github.com/elastic/elasticsearch/blob/main/CHANGELOG.md) - [Commits](elastic/elasticsearch@v9.2.2...v9.2.3) --- updated-dependencies: - dependency-name: org.elasticsearch.client:elasticsearch-rest-client dependency-version: 9.2.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: co.elastic.clients:elasticsearch-java dependency-version: 9.2.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.elasticsearch.client:elasticsearch-rest-client-sniffer dependency-version: 9.2.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
|
/cc @gsmet (elasticsearch), @loicmathieu (elasticsearch), @marko-bekhta (elasticsearch) |
Status for workflow
|
| Status | Name | Step | Failures | Logs | Raw logs | Build scan |
|---|---|---|---|---|---|---|
| ✔️ | JVM Tests - JDK 17 | Logs | Raw logs | 🔍 | ||
| ✔️ | JVM Tests - JDK 21 | Logs | Raw logs | 🔍 | ||
| ❌ | JVM Tests - JDK 21 Semeru | Build |
Failures | Logs | Raw logs | 🔍 |
| ✔️ | JVM Tests - JDK 25 | Logs | Raw logs | 🔍 | ||
| ✔️ | Gradle Tests - JDK 17 | Logs | Raw logs | 🔍 | ||
| ❌ | Gradle Tests - JDK 17 Windows | Build |
Logs | Raw logs | 🚧 |
You can consult the Develocity build scans.
Failures
⚙️ JVM Tests - JDK 21 Semeru #
- Failing: devtools/gradle/gradle-application-plugin extensions/panache/hibernate-orm-panache-kotlin/runtime
! Skipped: devtools/bom-descriptor-json extensions/panache/hibernate-orm-panache-kotlin/deployment 📦 devtools/gradle/gradle-application-plugin
❌ Failed to execute goal org.codehaus.mojo:exec-maven-plugin:3.6.2:exec (gradle) on project io.quarkus.gradle.plugin: Command execution failed.
📦 extensions/panache/hibernate-orm-panache-kotlin/runtime
❌ Failed to execute goal org.jetbrains.kotlin:kotlin-maven-plugin:2.3.0:compile (compile) on project quarkus-hibernate-orm-panache-kotlin: Compilation failure
Flaky tests - Develocity
⚙️ JVM Tests - JDK 17 Windows
📦 extensions/micrometer-opentelemetry/deployment
❌ io.quarkus.micrometer.opentelemetry.deployment.compatibility.MicrometerTimedInterceptorTest.testTimeMethod - History
Stream has no elements-java.lang.IllegalArgumentException
Details
java.lang.IllegalArgumentException: Stream has no elements
at io.quarkus.micrometer.opentelemetry.deployment.common.MetricDataFilter.lambda$lastReading$2(MetricDataFilter.java:214)
at java.base/java.util.Optional.orElseThrow(Optional.java:403)
at io.quarkus.micrometer.opentelemetry.deployment.common.MetricDataFilter.lastReading(MetricDataFilter.java:214)
at io.quarkus.micrometer.opentelemetry.deployment.common.MetricDataFilter.lastReadingDataPoint(MetricDataFilter.java:232)
at io.quarkus.micrometer.opentelemetry.deployment.compatibility.MicrometerTimedInterceptorTest.testTimeMethod(MicrometerTimedInterceptorTest.java:76)
📦 extensions/quartz/deployment
❌ io.quarkus.quartz.test.PausedSchedulerTest.testSchedulerPauseResume - History
expected: <false> but was: <true>-org.opentest4j.AssertionFailedError
Details
org.opentest4j.AssertionFailedError: expected: <false> but was: <true>
at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:158)
at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:139)
at org.junit.jupiter.api.AssertFalse.failNotFalse(AssertFalse.java:69)
at org.junit.jupiter.api.AssertFalse.assertFalse(AssertFalse.java:41)
at org.junit.jupiter.api.AssertFalse.assertFalse(AssertFalse.java:35)
at org.junit.jupiter.api.Assertions.assertFalse(Assertions.java:246)
at io.quarkus.quartz.test.PausedSchedulerTest.testSchedulerPauseResume(PausedSchedulerTest.java:47)
marko-bekhta
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hibernate Search Tests passed:
Bumps
elasticsearch-opensource-components.versionfrom 9.2.2 to 9.2.3.Updates
org.elasticsearch.client:elasticsearch-rest-clientfrom 9.2.2 to 9.2.3Release notes
Sourced from org.elasticsearch.client:elasticsearch-rest-client's releases.
Commits
d8972a7[Inference API] Use dimensions field in JinaAI text_embedding requests (#139549)630b65b[9.2] Address CompoundRetrieverBuilder Failure Handling (#136732) (#139483)ef03007Fix PushDownAndCombineLimits local limit handling when the limits are equal (...d27dd84[CI] Rerun failing tests for periodic build pipelines (#139200) (#139430)115c3b7Fix offset maths bug in InetAddress parsing (#139420) (#139428)5738aa9Add test for int-to-long sort BWC conversion (#139358)4ae2f2dMake testTopNSortExpressionWithinRemoteEnrichAliasing not require exact temp ...3003abdFix GPU vector merge slice position bug (#139063) (#139324)d07767cChange checkFileRead to throw IOException (#139320) (#139332)cee7566Use correct index version constant for a 9.2 patch version (#139361)Updates
co.elastic.clients:elasticsearch-javafrom 9.2.2 to 9.2.3Commits
13c2817Adding spring data es metadata to runtime info (#1058) (#1117)4fa418f[codegen] update to latest spec (#1115)7fffadbJava semconv update + capturehttp.response.status_code(#1111) (#1112)cf4d175bump versionUpdates
org.elasticsearch.client:elasticsearch-rest-client-snifferfrom 9.2.2 to 9.2.3Release notes
Sourced from org.elasticsearch.client:elasticsearch-rest-client-sniffer's releases.
Commits
d8972a7[Inference API] Use dimensions field in JinaAI text_embedding requests (#139549)630b65b[9.2] Address CompoundRetrieverBuilder Failure Handling (#136732) (#139483)ef03007Fix PushDownAndCombineLimits local limit handling when the limits are equal (...d27dd84[CI] Rerun failing tests for periodic build pipelines (#139200) (#139430)115c3b7Fix offset maths bug in InetAddress parsing (#139420) (#139428)5738aa9Add test for int-to-long sort BWC conversion (#139358)4ae2f2dMake testTopNSortExpressionWithinRemoteEnrichAliasing not require exact temp ...3003abdFix GPU vector merge slice position bug (#139063) (#139324)d07767cChange checkFileRead to throw IOException (#139320) (#139332)cee7566Use correct index version constant for a 9.2 patch version (#139361)You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)