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.CR1 to 7.1.0.Final #39071

Merged
merged 1 commit into from
Mar 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 28, 2024

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

Changelog

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

7.1.0.Final (2024-02-28)

** Bug * HSEARCH-5089 Retrieve the schema management strategy on start for the Standalone Pojo Mapper * HSEARCH-5039 Tenant filter should be a pre-filter for knn predicates

** Improvement * HSEARCH-5092 Make HibernateOrmSearchQueryAdapter compatible with a future ORM 6.5 release * HSEARCH-5091 Upgrade to Elasticsearch client 8.12.2 and test against Elasticsearch 8.12.2 * HSEARCH-5088 Limit OpenSearch vector search capabilities to 2.9+ versions * HSEARCH-5087 Add compatibility with OpenSearch 2.12.0 * HSEARCH-5083 Upgrade to AWS SDK 2.24.1

** Task * HSEARCH-5090 Fix typos/headings in @SearchEntity documentation * HSEARCH-5081 Fix very slow unit tests

Commits
  • b1b9844 [Jenkins release job] Preparing release 7.1.0.Final
  • 2967c04 [Jenkins release job] changelog.txt updated by release build 7.1.0.Final
  • 4b13d83 HSEARCH-5039 Follow up on: Disable some tests for OpenSearch/Elasticsearch th...
  • 8a486ef HSEARCH-5039 Mention the knn-nested and tenants/routing limitations
  • c2382f5 HSEARCH-5039 Make knn predicates append routing filters when necessary
  • 9e06526 HSEARCH-5039 Make knn predicates append tenant filters when necessary
  • 879c35d HSEARCH-5039 Remove unused collector method
  • abf9d5f HSEARCH-5092 Make HibernateOrmSearchQueryAdapter compatible with a future O...
  • 75ffd39 HSEARCH-5087 Follow up on: Disable some tests for OpenSearch 2.12
  • 684d8bb HSEARCH-5091 Test against Elasticsearch 8.12.2 by default
  • Additional commits viewable in compare view

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

Changelog

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

7.1.0.Final (2024-02-28)

** Bug * HSEARCH-5089 Retrieve the schema management strategy on start for the Standalone Pojo Mapper * HSEARCH-5039 Tenant filter should be a pre-filter for knn predicates

** Improvement * HSEARCH-5092 Make HibernateOrmSearchQueryAdapter compatible with a future ORM 6.5 release * HSEARCH-5091 Upgrade to Elasticsearch client 8.12.2 and test against Elasticsearch 8.12.2 * HSEARCH-5088 Limit OpenSearch vector search capabilities to 2.9+ versions * HSEARCH-5087 Add compatibility with OpenSearch 2.12.0 * HSEARCH-5083 Upgrade to AWS SDK 2.24.1

** Task * HSEARCH-5090 Fix typos/headings in @SearchEntity documentation * HSEARCH-5081 Fix very slow unit tests

Commits
  • b1b9844 [Jenkins release job] Preparing release 7.1.0.Final
  • 2967c04 [Jenkins release job] changelog.txt updated by release build 7.1.0.Final
  • 4b13d83 HSEARCH-5039 Follow up on: Disable some tests for OpenSearch/Elasticsearch th...
  • 8a486ef HSEARCH-5039 Mention the knn-nested and tenants/routing limitations
  • c2382f5 HSEARCH-5039 Make knn predicates append routing filters when necessary
  • 9e06526 HSEARCH-5039 Make knn predicates append tenant filters when necessary
  • 879c35d HSEARCH-5039 Remove unused collector method
  • abf9d5f HSEARCH-5092 Make HibernateOrmSearchQueryAdapter compatible with a future O...
  • 75ffd39 HSEARCH-5087 Follow up on: Disable some tests for OpenSearch 2.12
  • 684d8bb HSEARCH-5091 Test against Elasticsearch 8.12.2 by default
  • Additional commits viewable in compare view

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

Changelog

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

7.1.0.Final (2024-02-28)

** Bug * HSEARCH-5089 Retrieve the schema management strategy on start for the Standalone Pojo Mapper * HSEARCH-5039 Tenant filter should be a pre-filter for knn predicates

** Improvement * HSEARCH-5092 Make HibernateOrmSearchQueryAdapter compatible with a future ORM 6.5 release * HSEARCH-5091 Upgrade to Elasticsearch client 8.12.2 and test against Elasticsearch 8.12.2 * HSEARCH-5088 Limit OpenSearch vector search capabilities to 2.9+ versions * HSEARCH-5087 Add compatibility with OpenSearch 2.12.0 * HSEARCH-5083 Upgrade to AWS SDK 2.24.1

** Task * HSEARCH-5090 Fix typos/headings in @SearchEntity documentation * HSEARCH-5081 Fix very slow unit tests

Commits
  • b1b9844 [Jenkins release job] Preparing release 7.1.0.Final
  • 2967c04 [Jenkins release job] changelog.txt updated by release build 7.1.0.Final
  • 4b13d83 HSEARCH-5039 Follow up on: Disable some tests for OpenSearch/Elasticsearch th...
  • 8a486ef HSEARCH-5039 Mention the knn-nested and tenants/routing limitations
  • c2382f5 HSEARCH-5039 Make knn predicates append routing filters when necessary
  • 9e06526 HSEARCH-5039 Make knn predicates append tenant filters when necessary
  • 879c35d HSEARCH-5039 Remove unused collector method
  • abf9d5f HSEARCH-5092 Make HibernateOrmSearchQueryAdapter compatible with a future O...
  • 75ffd39 HSEARCH-5087 Follow up on: Disable some tests for OpenSearch 2.12
  • 684d8bb HSEARCH-5091 Test against Elasticsearch 8.12.2 by default
  • Additional commits viewable in compare view

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

Changelog

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

7.1.0.Final (2024-02-28)

** Bug * HSEARCH-5089 Retrieve the schema management strategy on start for the Standalone Pojo Mapper * HSEARCH-5039 Tenant filter should be a pre-filter for knn predicates

** Improvement * HSEARCH-5092 Make HibernateOrmSearchQueryAdapter compatible with a future ORM 6.5 release * HSEARCH-5091 Upgrade to Elasticsearch client 8.12.2 and test against Elasticsearch 8.12.2 * HSEARCH-5088 Limit OpenSearch vector search capabilities to 2.9+ versions * HSEARCH-5087 Add compatibility with OpenSearch 2.12.0 * HSEARCH-5083 Upgrade to AWS SDK 2.24.1

** Task * HSEARCH-5090 Fix typos/headings in @SearchEntity documentation * HSEARCH-5081 Fix very slow unit tests

Commits
  • b1b9844 [Jenkins release job] Preparing release 7.1.0.Final
  • 2967c04 [Jenkins release job] changelog.txt updated by release build 7.1.0.Final
  • 4b13d83 HSEARCH-5039 Follow up on: Disable some tests for OpenSearch/Elasticsearch th...
  • 8a486ef HSEARCH-5039 Mention the knn-nested and tenants/routing limitations
  • c2382f5 HSEARCH-5039 Make knn predicates append routing filters when necessary
  • 9e06526 HSEARCH-5039 Make knn predicates append tenant filters when necessary
  • 879c35d HSEARCH-5039 Remove unused collector method
  • abf9d5f HSEARCH-5092 Make HibernateOrmSearchQueryAdapter compatible with a future O...
  • 75ffd39 HSEARCH-5087 Follow up on: Disable some tests for OpenSearch 2.12
  • 684d8bb HSEARCH-5091 Test against Elasticsearch 8.12.2 by default
  • Additional commits viewable in compare view

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

Changelog

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

7.1.0.Final (2024-02-28)

** Bug * HSEARCH-5089 Retrieve the schema management strategy on start for the Standalone Pojo Mapper * HSEARCH-5039 Tenant filter should be a pre-filter for knn predicates

** Improvement * HSEARCH-5092 Make HibernateOrmSearchQueryAdapter compatible with a future ORM 6.5 release * HSEARCH-5091 Upgrade to Elasticsearch client 8.12.2 and test against Elasticsearch 8.12.2 * HSEARCH-5088 Limit OpenSearch vector search capabilities to 2.9+ versions * HSEARCH-5087 Add compatibility with OpenSearch 2.12.0 * HSEARCH-5083 Upgrade to AWS SDK 2.24.1

** Task * HSEARCH-5090 Fix typos/headings in @SearchEntity documentation * HSEARCH-5081 Fix very slow unit tests

Commits
  • b1b9844 [Jenkins release job] Preparing release 7.1.0.Final
  • 2967c04 [Jenkins release job] changelog.txt updated by release build 7.1.0.Final
  • 4b13d83 HSEARCH-5039 Follow up on: Disable some tests for OpenSearch/Elasticsearch th...
  • 8a486ef HSEARCH-5039 Mention the knn-nested and tenants/routing limitations
  • c2382f5 HSEARCH-5039 Make knn predicates append routing filters when necessary
  • 9e06526 HSEARCH-5039 Make knn predicates append tenant filters when necessary
  • 879c35d HSEARCH-5039 Remove unused collector method
  • abf9d5f HSEARCH-5092 Make HibernateOrmSearchQueryAdapter compatible with a future O...
  • 75ffd39 HSEARCH-5087 Follow up on: Disable some tests for OpenSearch 2.12
  • 684d8bb HSEARCH-5091 Test against Elasticsearch 8.12.2 by default
  • 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.CR1 to 7.1.0.Final.

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

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

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

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

Updates `org.hibernate.search:hibernate-search-util-common` from 7.1.0.CR1 to 7.1.0.Final
- [Release notes](https://github.com/hibernate/hibernate-search/releases)
- [Changelog](https://github.com/hibernate/hibernate-search/blob/7.1.0.Final/changelog.txt)
- [Commits](hibernate/hibernate-search@7.1.0.CR1...7.1.0.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] <[email protected]>
@dependabot dependabot bot added the area/dependencies Pull requests that update a dependency file label Feb 28, 2024
@quarkus-bot quarkus-bot bot added the area/hibernate-search Hibernate Search label Feb 28, 2024
Copy link

quarkus-bot bot commented Feb 28, 2024

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

@gastaldi gastaldi requested a review from yrodiere February 28, 2024 23:47
Copy link

quarkus-bot bot commented Feb 29, 2024

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit 927d7bd.

✅ 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.

Copy link
Member

@gsmet gsmet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Woot!

@gsmet gsmet merged commit 1b12f33 into main Mar 1, 2024
49 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.9 - main milestone Mar 1, 2024
@dependabot dependabot bot deleted the dependabot/maven/hibernate-search.version-7.1.0.Final branch March 1, 2024 08:40
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants