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

Bump hibernate-search.version from 7.1.0.Final to 7.1.1.Final #40264

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 24, 2024

Bumps hibernate-search.version from 7.1.0.Final to 7.1.1.Final.
Updates org.hibernate.search:hibernate-search-bom from 7.1.0.Final to 7.1.1.Final

Changelog

Sourced from org.hibernate.search:hibernate-search-bom's changelog.

Hibernate Search Changelog

7.1.0.CR1 (2024-02-12)

** Improvement * HSEARCH-5078 Upgrade to Hibernate ORM 6.4.4.Final * HSEARCH-5077 Upgrade to Elasticsearch client 8.12.1 and test against Elasticsearch 8.12.1 * HSEARCH-5074 Upgrade JBeret to 2.2.1.Final * HSEARCH-5073 Add minimum_should_match to simple query string predicate * HSEARCH-5071 Upgrade to Hibernate ORM 6.4.3.Final * HSEARCH-5070 Update latexmath formulas in the documentation to correctly render in a PDF * HSEARCH-5069 Upgrade to Lucene 9.9.2 * HSEARCH-5068 Simplify entity registration in the Standalone POJO mapper * HSEARCH-5067 Allow targeting entities by name in the Standalone POJO Mapper * HSEARCH-5064 Integrate Elasticsearch's knn query introduced in 8.12 * HSEARCH-5020 Increase the max allowed dimension for a Lucene backend

** New Feature * HSEARCH-5079 Support @IndexedEmbedded on Hibernate ORM column mapped with @JdbcTypeCode(SqlTypes.JSON) * HSEARCH-4563 queryString predicate for advanced, Lucene-syntax query strings

** Task * HSEARCH-5050 Update link to documentation for batch_fetch_size in Hibernate ORM 6.4+ * HSEARCH-5033 Better tests and documentation of limitations around nested fields for highlighting

7.1.0.Alpha2 (2024-01-24)

** Bug * HSEARCH-5031 Mass indexing ID loading queries with discriminator multi-tenancy may cross tenant boundaries in some cases

** Improvement * HSEARCH-5065 Two-phase boot for the standalone POJO mapper * HSEARCH-5060 Upgrade to Hibernate ORM 6.4.2.Final * HSEARCH-5059 Add compatiblity with Elasticsearch 8.12.0 and upgrade to Elasticsearch client 8.12.0 * HSEARCH-5057 Upgrade to AWS SDK 2.23.3 * HSEARCH-5056 Rename VectorField#beamWidth / VectorField#maxConnections to align with Elasticsearch/OpenSearch naming * HSEARCH-5055 Upgrade to Elasticsearch client 8.11.4 and test against Elasticsearch 8.11.4 * HSEARCH-5052 knn predicate: filter out results based on similarity * HSEARCH-5047 Upgrade JBeret to 2.2.0.Final * HSEARCH-5046 Upgrade to AWS SDK 2.22.1 * HSEARCH-5043 Upgrade to Lucene 9.9.1 * HSEARCH-5042 Upgrade to Hibernate ORM 6.4.1.Final * HSEARCH-5038 Align vector similarity naming between backends * HSEARCH-5036 Upgrade to Elasticsearch client 8.11.3 and test against Elasticsearch 8.11.3 * HSEARCH-5034 Allow passing BeanReference when registering beans to BeanConfigurationContext * HSEARCH-5032 Upgrade to Elasticsearch client 8.11.2 and test against Elasticsearch 8.11.2 * HSEARCH-5025 Add container extraction support to @​VectorField

... (truncated)

Commits
  • b00d45a [Jenkins release job] Preparing release 7.1.1.Final
  • 14613d3 [Jenkins release job] changelog.txt updated by release build 7.1.1.Final
  • 4054190 HSEARCH-5123 Update generated docs metadata
  • e10467d Add Gradle Enterprise / Develocity rules in .gitignore
  • 6d26ca1 HSEARCH-5128 Add comments to suggest updating POMs when adding tested Elastic...
  • 73bbbdb HSEARCH-5128 More reliably document supported Java versions
  • 7be189e HSEARCH-5114 Revert back to Elasticsearch client 8.12.2
  • 1199ad1 HSEARCH-5125 Test against Elasticsearch 8.13.2
  • 91527c1 HSEARCH-5121 Test against Elasticsearch 8.13.1
  • e0015d4 HSEARCH-5121 Upgrade to Elasticsearch client 8.13.1
  • Additional commits viewable in compare view

Updates org.hibernate.search:hibernate-search-mapper-orm from 7.1.0.Final to 7.1.1.Final

Changelog

Sourced from org.hibernate.search:hibernate-search-mapper-orm's changelog.

Hibernate Search Changelog

7.1.0.CR1 (2024-02-12)

** Improvement * HSEARCH-5078 Upgrade to Hibernate ORM 6.4.4.Final * HSEARCH-5077 Upgrade to Elasticsearch client 8.12.1 and test against Elasticsearch 8.12.1 * HSEARCH-5074 Upgrade JBeret to 2.2.1.Final * HSEARCH-5073 Add minimum_should_match to simple query string predicate * HSEARCH-5071 Upgrade to Hibernate ORM 6.4.3.Final * HSEARCH-5070 Update latexmath formulas in the documentation to correctly render in a PDF * HSEARCH-5069 Upgrade to Lucene 9.9.2 * HSEARCH-5068 Simplify entity registration in the Standalone POJO mapper * HSEARCH-5067 Allow targeting entities by name in the Standalone POJO Mapper * HSEARCH-5064 Integrate Elasticsearch's knn query introduced in 8.12 * HSEARCH-5020 Increase the max allowed dimension for a Lucene backend

** New Feature * HSEARCH-5079 Support @IndexedEmbedded on Hibernate ORM column mapped with @JdbcTypeCode(SqlTypes.JSON) * HSEARCH-4563 queryString predicate for advanced, Lucene-syntax query strings

** Task * HSEARCH-5050 Update link to documentation for batch_fetch_size in Hibernate ORM 6.4+ * HSEARCH-5033 Better tests and documentation of limitations around nested fields for highlighting

7.1.0.Alpha2 (2024-01-24)

** Bug * HSEARCH-5031 Mass indexing ID loading queries with discriminator multi-tenancy may cross tenant boundaries in some cases

** Improvement * HSEARCH-5065 Two-phase boot for the standalone POJO mapper * HSEARCH-5060 Upgrade to Hibernate ORM 6.4.2.Final * HSEARCH-5059 Add compatiblity with Elasticsearch 8.12.0 and upgrade to Elasticsearch client 8.12.0 * HSEARCH-5057 Upgrade to AWS SDK 2.23.3 * HSEARCH-5056 Rename VectorField#beamWidth / VectorField#maxConnections to align with Elasticsearch/OpenSearch naming * HSEARCH-5055 Upgrade to Elasticsearch client 8.11.4 and test against Elasticsearch 8.11.4 * HSEARCH-5052 knn predicate: filter out results based on similarity * HSEARCH-5047 Upgrade JBeret to 2.2.0.Final * HSEARCH-5046 Upgrade to AWS SDK 2.22.1 * HSEARCH-5043 Upgrade to Lucene 9.9.1 * HSEARCH-5042 Upgrade to Hibernate ORM 6.4.1.Final * HSEARCH-5038 Align vector similarity naming between backends * HSEARCH-5036 Upgrade to Elasticsearch client 8.11.3 and test against Elasticsearch 8.11.3 * HSEARCH-5034 Allow passing BeanReference when registering beans to BeanConfigurationContext * HSEARCH-5032 Upgrade to Elasticsearch client 8.11.2 and test against Elasticsearch 8.11.2 * HSEARCH-5025 Add container extraction support to @​VectorField

... (truncated)

Commits
  • b00d45a [Jenkins release job] Preparing release 7.1.1.Final
  • 14613d3 [Jenkins release job] changelog.txt updated by release build 7.1.1.Final
  • 4054190 HSEARCH-5123 Update generated docs metadata
  • e10467d Add Gradle Enterprise / Develocity rules in .gitignore
  • 6d26ca1 HSEARCH-5128 Add comments to suggest updating POMs when adding tested Elastic...
  • 73bbbdb HSEARCH-5128 More reliably document supported Java versions
  • 7be189e HSEARCH-5114 Revert back to Elasticsearch client 8.12.2
  • 1199ad1 HSEARCH-5125 Test against Elasticsearch 8.13.2
  • 91527c1 HSEARCH-5121 Test against Elasticsearch 8.13.1
  • e0015d4 HSEARCH-5121 Upgrade to Elasticsearch client 8.13.1
  • Additional commits viewable in compare view

Updates org.hibernate.search:hibernate-search-engine from 7.1.0.Final to 7.1.1.Final

Changelog

Sourced from org.hibernate.search:hibernate-search-engine's changelog.

Hibernate Search Changelog

7.1.0.CR1 (2024-02-12)

** Improvement * HSEARCH-5078 Upgrade to Hibernate ORM 6.4.4.Final * HSEARCH-5077 Upgrade to Elasticsearch client 8.12.1 and test against Elasticsearch 8.12.1 * HSEARCH-5074 Upgrade JBeret to 2.2.1.Final * HSEARCH-5073 Add minimum_should_match to simple query string predicate * HSEARCH-5071 Upgrade to Hibernate ORM 6.4.3.Final * HSEARCH-5070 Update latexmath formulas in the documentation to correctly render in a PDF * HSEARCH-5069 Upgrade to Lucene 9.9.2 * HSEARCH-5068 Simplify entity registration in the Standalone POJO mapper * HSEARCH-5067 Allow targeting entities by name in the Standalone POJO Mapper * HSEARCH-5064 Integrate Elasticsearch's knn query introduced in 8.12 * HSEARCH-5020 Increase the max allowed dimension for a Lucene backend

** New Feature * HSEARCH-5079 Support @IndexedEmbedded on Hibernate ORM column mapped with @JdbcTypeCode(SqlTypes.JSON) * HSEARCH-4563 queryString predicate for advanced, Lucene-syntax query strings

** Task * HSEARCH-5050 Update link to documentation for batch_fetch_size in Hibernate ORM 6.4+ * HSEARCH-5033 Better tests and documentation of limitations around nested fields for highlighting

7.1.0.Alpha2 (2024-01-24)

** Bug * HSEARCH-5031 Mass indexing ID loading queries with discriminator multi-tenancy may cross tenant boundaries in some cases

** Improvement * HSEARCH-5065 Two-phase boot for the standalone POJO mapper * HSEARCH-5060 Upgrade to Hibernate ORM 6.4.2.Final * HSEARCH-5059 Add compatiblity with Elasticsearch 8.12.0 and upgrade to Elasticsearch client 8.12.0 * HSEARCH-5057 Upgrade to AWS SDK 2.23.3 * HSEARCH-5056 Rename VectorField#beamWidth / VectorField#maxConnections to align with Elasticsearch/OpenSearch naming * HSEARCH-5055 Upgrade to Elasticsearch client 8.11.4 and test against Elasticsearch 8.11.4 * HSEARCH-5052 knn predicate: filter out results based on similarity * HSEARCH-5047 Upgrade JBeret to 2.2.0.Final * HSEARCH-5046 Upgrade to AWS SDK 2.22.1 * HSEARCH-5043 Upgrade to Lucene 9.9.1 * HSEARCH-5042 Upgrade to Hibernate ORM 6.4.1.Final * HSEARCH-5038 Align vector similarity naming between backends * HSEARCH-5036 Upgrade to Elasticsearch client 8.11.3 and test against Elasticsearch 8.11.3 * HSEARCH-5034 Allow passing BeanReference when registering beans to BeanConfigurationContext * HSEARCH-5032 Upgrade to Elasticsearch client 8.11.2 and test against Elasticsearch 8.11.2 * HSEARCH-5025 Add container extraction support to @​VectorField

... (truncated)

Commits
  • b00d45a [Jenkins release job] Preparing release 7.1.1.Final
  • 14613d3 [Jenkins release job] changelog.txt updated by release build 7.1.1.Final
  • 4054190 HSEARCH-5123 Update generated docs metadata
  • e10467d Add Gradle Enterprise / Develocity rules in .gitignore
  • 6d26ca1 HSEARCH-5128 Add comments to suggest updating POMs when adding tested Elastic...
  • 73bbbdb HSEARCH-5128 More reliably document supported Java versions
  • 7be189e HSEARCH-5114 Revert back to Elasticsearch client 8.12.2
  • 1199ad1 HSEARCH-5125 Test against Elasticsearch 8.13.2
  • 91527c1 HSEARCH-5121 Test against Elasticsearch 8.13.1
  • e0015d4 HSEARCH-5121 Upgrade to Elasticsearch client 8.13.1
  • Additional commits viewable in compare view

Updates org.hibernate.search:hibernate-search-mapper-pojo-base from 7.1.0.Final to 7.1.1.Final

Changelog

Sourced from org.hibernate.search:hibernate-search-mapper-pojo-base's changelog.

Hibernate Search Changelog

7.1.0.CR1 (2024-02-12)

** Improvement * HSEARCH-5078 Upgrade to Hibernate ORM 6.4.4.Final * HSEARCH-5077 Upgrade to Elasticsearch client 8.12.1 and test against Elasticsearch 8.12.1 * HSEARCH-5074 Upgrade JBeret to 2.2.1.Final * HSEARCH-5073 Add minimum_should_match to simple query string predicate * HSEARCH-5071 Upgrade to Hibernate ORM 6.4.3.Final * HSEARCH-5070 Update latexmath formulas in the documentation to correctly render in a PDF * HSEARCH-5069 Upgrade to Lucene 9.9.2 * HSEARCH-5068 Simplify entity registration in the Standalone POJO mapper * HSEARCH-5067 Allow targeting entities by name in the Standalone POJO Mapper * HSEARCH-5064 Integrate Elasticsearch's knn query introduced in 8.12 * HSEARCH-5020 Increase the max allowed dimension for a Lucene backend

** New Feature * HSEARCH-5079 Support @IndexedEmbedded on Hibernate ORM column mapped with @JdbcTypeCode(SqlTypes.JSON) * HSEARCH-4563 queryString predicate for advanced, Lucene-syntax query strings

** Task * HSEARCH-5050 Update link to documentation for batch_fetch_size in Hibernate ORM 6.4+ * HSEARCH-5033 Better tests and documentation of limitations around nested fields for highlighting

7.1.0.Alpha2 (2024-01-24)

** Bug * HSEARCH-5031 Mass indexing ID loading queries with discriminator multi-tenancy may cross tenant boundaries in some cases

** Improvement * HSEARCH-5065 Two-phase boot for the standalone POJO mapper * HSEARCH-5060 Upgrade to Hibernate ORM 6.4.2.Final * HSEARCH-5059 Add compatiblity with Elasticsearch 8.12.0 and upgrade to Elasticsearch client 8.12.0 * HSEARCH-5057 Upgrade to AWS SDK 2.23.3 * HSEARCH-5056 Rename VectorField#beamWidth / VectorField#maxConnections to align with Elasticsearch/OpenSearch naming * HSEARCH-5055 Upgrade to Elasticsearch client 8.11.4 and test against Elasticsearch 8.11.4 * HSEARCH-5052 knn predicate: filter out results based on similarity * HSEARCH-5047 Upgrade JBeret to 2.2.0.Final * HSEARCH-5046 Upgrade to AWS SDK 2.22.1 * HSEARCH-5043 Upgrade to Lucene 9.9.1 * HSEARCH-5042 Upgrade to Hibernate ORM 6.4.1.Final * HSEARCH-5038 Align vector similarity naming between backends * HSEARCH-5036 Upgrade to Elasticsearch client 8.11.3 and test against Elasticsearch 8.11.3 * HSEARCH-5034 Allow passing BeanReference when registering beans to BeanConfigurationContext * HSEARCH-5032 Upgrade to Elasticsearch client 8.11.2 and test against Elasticsearch 8.11.2 * HSEARCH-5025 Add container extraction support to @​VectorField

... (truncated)

Commits
  • b00d45a [Jenkins release job] Preparing release 7.1.1.Final
  • 14613d3 [Jenkins release job] changelog.txt updated by release build 7.1.1.Final
  • 4054190 HSEARCH-5123 Update generated docs metadata
  • e10467d Add Gradle Enterprise / Develocity rules in .gitignore
  • 6d26ca1 HSEARCH-5128 Add comments to suggest updating POMs when adding tested Elastic...
  • 73bbbdb HSEARCH-5128 More reliably document supported Java versions
  • 7be189e HSEARCH-5114 Revert back to Elasticsearch client 8.12.2
  • 1199ad1 HSEARCH-5125 Test against Elasticsearch 8.13.2
  • 91527c1 HSEARCH-5121 Test against Elasticsearch 8.13.1
  • e0015d4 HSEARCH-5121 Upgrade to Elasticsearch client 8.13.1
  • Additional commits viewable in compare view

Updates org.hibernate.search:hibernate-search-util-common from 7.1.0.Final to 7.1.1.Final

Changelog

Sourced from org.hibernate.search:hibernate-search-util-common's changelog.

Hibernate Search Changelog

7.1.0.CR1 (2024-02-12)

** Improvement * HSEARCH-5078 Upgrade to Hibernate ORM 6.4.4.Final * HSEARCH-5077 Upgrade to Elasticsearch client 8.12.1 and test against Elasticsearch 8.12.1 * HSEARCH-5074 Upgrade JBeret to 2.2.1.Final * HSEARCH-5073 Add minimum_should_match to simple query string predicate * HSEARCH-5071 Upgrade to Hibernate ORM 6.4.3.Final * HSEARCH-5070 Update latexmath formulas in the documentation to correctly render in a PDF * HSEARCH-5069 Upgrade to Lucene 9.9.2 * HSEARCH-5068 Simplify entity registration in the Standalone POJO mapper * HSEARCH-5067 Allow targeting entities by name in the Standalone POJO Mapper * HSEARCH-5064 Integrate Elasticsearch's knn query introduced in 8.12 * HSEARCH-5020 Increase the max allowed dimension for a Lucene backend

** New Feature * HSEARCH-5079 Support @IndexedEmbedded on Hibernate ORM column mapped with @JdbcTypeCode(SqlTypes.JSON) * HSEARCH-4563 queryString predicate for advanced, Lucene-syntax query strings

** Task * HSEARCH-5050 Update link to documentation for batch_fetch_size in Hibernate ORM 6.4+ * HSEARCH-5033 Better tests and documentation of limitations around nested fields for highlighting

7.1.0.Alpha2 (2024-01-24)

** Bug * HSEARCH-5031 Mass indexing ID loading queries with discriminator multi-tenancy may cross tenant boundaries in some cases

** Improvement * HSEARCH-5065 Two-phase boot for the standalone POJO mapper * HSEARCH-5060 Upgrade to Hibernate ORM 6.4.2.Final * HSEARCH-5059 Add compatiblity with Elasticsearch 8.12.0 and upgrade to Elasticsearch client 8.12.0 * HSEARCH-5057 Upgrade to AWS SDK 2.23.3 * HSEARCH-5056 Rename VectorField#beamWidth / VectorField#maxConnections to align with Elasticsearch/OpenSearch naming * HSEARCH-5055 Upgrade to Elasticsearch client 8.11.4 and test against Elasticsearch 8.11.4 * HSEARCH-5052 knn predicate: filter out results based on similarity * HSEARCH-5047 Upgrade JBeret to 2.2.0.Final * HSEARCH-5046 Upgrade to AWS SDK 2.22.1 * HSEARCH-5043 Upgrade to Lucene 9.9.1 * HSEARCH-5042 Upgrade to Hibernate ORM 6.4.1.Final * HSEARCH-5038 Align vector similarity naming between backends * HSEARCH-5036 Upgrade to Elasticsearch client 8.11.3 and test against Elasticsearch 8.11.3 * HSEARCH-5034 Allow passing BeanReference when registering beans to BeanConfigurationContext * HSEARCH-5032 Upgrade to Elasticsearch client 8.11.2 and test against Elasticsearch 8.11.2 * HSEARCH-5025 Add container extraction support to @​VectorField

... (truncated)

Commits
  • b00d45a [Jenkins release job] Preparing release 7.1.1.Final
  • 14613d3 [Jenkins release job] changelog.txt updated by release build 7.1.1.Final
  • 4054190 HSEARCH-5123 Update generated docs metadata
  • e10467d Add Gradle Enterprise / Develocity rules in .gitignore
  • 6d26ca1 HSEARCH-5128 Add comments to suggest updating POMs when adding tested Elastic...
  • 73bbbdb HSEARCH-5128 More reliably document supported Java versions
  • 7be189e HSEARCH-5114 Revert back to Elasticsearch client 8.12.2
  • 1199ad1 HSEARCH-5125 Test against Elasticsearch 8.13.2
  • 91527c1 HSEARCH-5121 Test against Elasticsearch 8.13.1
  • e0015d4 HSEARCH-5121 Upgrade to Elasticsearch client 8.13.1
  • Additional commits viewable in compare view

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 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)

Bumps `hibernate-search.version` from 7.1.0.Final to 7.1.1.Final.

Updates `org.hibernate.search:hibernate-search-bom` from 7.1.0.Final to 7.1.1.Final
- [Release notes](https://github.com/hibernate/hibernate-search/releases)
- [Changelog](https://github.com/hibernate/hibernate-search/blob/main/changelog.txt)
- [Commits](hibernate/hibernate-search@7.1.0.Final...7.1.1.Final)

Updates `org.hibernate.search:hibernate-search-mapper-orm` from 7.1.0.Final to 7.1.1.Final
- [Release notes](https://github.com/hibernate/hibernate-search/releases)
- [Changelog](https://github.com/hibernate/hibernate-search/blob/main/changelog.txt)
- [Commits](hibernate/hibernate-search@7.1.0.Final...7.1.1.Final)

Updates `org.hibernate.search:hibernate-search-engine` from 7.1.0.Final to 7.1.1.Final
- [Release notes](https://github.com/hibernate/hibernate-search/releases)
- [Changelog](https://github.com/hibernate/hibernate-search/blob/main/changelog.txt)
- [Commits](hibernate/hibernate-search@7.1.0.Final...7.1.1.Final)

Updates `org.hibernate.search:hibernate-search-mapper-pojo-base` from 7.1.0.Final to 7.1.1.Final
- [Release notes](https://github.com/hibernate/hibernate-search/releases)
- [Changelog](https://github.com/hibernate/hibernate-search/blob/main/changelog.txt)
- [Commits](hibernate/hibernate-search@7.1.0.Final...7.1.1.Final)

Updates `org.hibernate.search:hibernate-search-util-common` from 7.1.0.Final to 7.1.1.Final
- [Release notes](https://github.com/hibernate/hibernate-search/releases)
- [Changelog](https://github.com/hibernate/hibernate-search/blob/main/changelog.txt)
- [Commits](hibernate/hibernate-search@7.1.0.Final...7.1.1.Final)

---
updated-dependencies:
- dependency-name: org.hibernate.search:hibernate-search-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.hibernate.search:hibernate-search-mapper-orm
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.hibernate.search:hibernate-search-engine
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.hibernate.search:hibernate-search-mapper-pojo-base
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.hibernate.search:hibernate-search-util-common
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the area/dependencies Pull requests that update a dependency file label Apr 24, 2024
@quarkus-bot quarkus-bot bot added the area/hibernate-search Hibernate Search label Apr 24, 2024
Copy link

quarkus-bot bot commented Apr 24, 2024

/cc @gsmet (hibernate-search), @yrodiere (hibernate-search)

Copy link

quarkus-bot bot commented Apr 25, 2024

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit 014d60f.

✅ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

You can consult the Develocity build scans.


Flaky tests - Develocity

⚙️ JVM Tests - JDK 17

📦 extensions/hibernate-orm/deployment

io.quarkus.hibernate.orm.HibernateHotReloadTestCase.testImportSqlWithContinuousTesting - History

  • Failed to wait for test run 3 State{lastRun=1, running=true, inProgress=false, run=1, passed=1, failed=0, skipped=0, isBrokenOnly=false, isTestOutput=false, isInstrumentationBasedReload=false, isLiveReload=true} - org.awaitility.core.ConditionTimeoutException
org.awaitility.core.ConditionTimeoutException: Failed to wait for test run 3 State{lastRun=1, running=true, inProgress=false, run=1, passed=1, failed=0, skipped=0, isBrokenOnly=false, isTestOutput=false, isInstrumentationBasedReload=false, isLiveReload=true}
	at io.quarkus.test.ContinuousTestingTestUtils.waitForNextCompletion(ContinuousTestingTestUtils.java:44)
	at io.quarkus.hibernate.orm.HibernateHotReloadTestCase.testImportSqlWithContinuousTesting(HibernateHotReloadTestCase.java:87)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Caused by: org.awaitility.core.ConditionTimeoutException: Condition returned by method "waitForNextCompletion" in class io.quarkus.test.ContinuousTestingTestUtils was not fulfilled within 1 minutes.
	at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)

⚙️ Maven Tests - JDK 17 Windows

📦 integration-tests/maven

io.quarkus.maven.it.CreateProjectMojoIT.testProjectGenerationFromScratch - History

  • Cannot delete directory: target\test-classes\projects\project-generation - java.lang.RuntimeException
java.lang.RuntimeException: Cannot delete directory: target\test-classes\projects\project-generation
	at io.quarkus.maven.it.MojoTestBase.initEmptyProject(MojoTestBase.java:72)
	at io.quarkus.maven.it.CreateProjectMojoIT.testProjectGenerationFromScratch(CreateProjectMojoIT.java:60)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Caused by: org.apache.commons.io.IOExceptionList: 1 exception(s): [org.apache.commons.io.IOIndexedException: IOException #0: Cannot delete file: target\test-classes\projects\project-generation\build-create-project-generation.log]
	at org.apache.commons.io.IOExceptionList.checkEmpty(IOExceptionList.java:50)

io.quarkus.maven.it.CreateProjectMojoIT.testProjectGenerationFromScratch - History

  • Cannot delete directory: target\test-classes\projects\project-generation - java.lang.RuntimeException
java.lang.RuntimeException: Cannot delete directory: target\test-classes\projects\project-generation
	at io.quarkus.maven.it.MojoTestBase.initEmptyProject(MojoTestBase.java:72)
	at io.quarkus.maven.it.CreateProjectMojoIT.testProjectGenerationFromScratch(CreateProjectMojoIT.java:60)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Caused by: org.apache.commons.io.IOExceptionList: 1 exception(s): [org.apache.commons.io.IOIndexedException: IOException #0: Cannot delete file: target\test-classes\projects\project-generation\build-create-project-generation.log]
	at org.apache.commons.io.IOExceptionList.checkEmpty(IOExceptionList.java:50)

@yrodiere yrodiere merged commit e2315ec into main Apr 25, 2024
51 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.11 - main milestone Apr 25, 2024
@dependabot dependabot bot deleted the dependabot/maven/hibernate-search.version-7.1.1.Final branch April 25, 2024 07:39
@gsmet gsmet modified the milestones: 3.11 - main, 3.10.1 May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependencies Pull requests that update a dependency file area/hibernate-search Hibernate Search kind/component-upgrade triage/flaky-test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants