Branch: refs/heads/6.1
Home:
https://github.com/hibernate/hibernate-search
Commit: 1f8e971cdca8e09f4c63a6481c0a5971932982b1
https://github.com/hibernate/hibernate-search/commit/1f8e971cdca8e09f4c63...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2022-09-01 (Thu, 01 Sep 2022)
Changed paths:
M .github/dependabot.yml
M integrationtest/mapper/orm-spring/pom.xml
M integrationtest/showcase/library/pom.xml
M jakarta/mapper/orm/pom.xml
M jakarta/util/internal/test/orm/pom.xml
M mapper/orm/pom.xml
M orm6/mapper/orm/pom.xml
M orm6/parents/integrationtest/pom.xml
M orm6/parents/internal/pom.xml
M orm6/parents/public/pom.xml
M orm6/util/internal/test/orm/pom.xml
M pom.xml
M util/internal/test/common/pom.xml
M util/internal/test/orm/pom.xml
Log Message:
-----------
HSEARCH-4691 Backport HSEARCH-4484 Align byte-buddy dependency on Hibernate ORM even in
Spring tests
Spring uses an older version of byte-buddy that won't work with recent
versions of Mockito, so we have to explicitly manage that dependency.
But we don't want to diverge from the version used by Hibernate ORM,
hence the limited dependency management (only for spring-related ITs)
and hacks to get maven-enforcer-plugin to check for dependency
alignment.
Commit: a13bd9c7b6e7799b697896e773b23afa55315f8d
https://github.com/hibernate/hibernate-search/commit/a13bd9c7b6e7799b6978...
Author: dependabot[bot] <49699333+dependabot[bot](a)users.noreply.github.com>
Date: 2022-09-01 (Thu, 01 Sep 2022)
Changed paths:
M pom.xml
Log Message:
-----------
HSEARCH-4691 Backport HSEARCH-4484 Bump maven-enforcer-plugin from 3.0.0 to 3.1.0
Bumps [
maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.0.0 to
3.1.0.
- [Release
notes](https://github.com/apache/maven-enforcer/releases)
-
[
Commits](https://github.com/apache/maven-enforcer/compare/enforcer-3.0.0....
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-enforcer-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support(a)github.com>
Commit: 9e87ed01336184e826e5f9a5870dfbc6444771bf
https://github.com/hibernate/hibernate-search/commit/9e87ed01336184e826e5...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2022-09-01 (Thu, 01 Sep 2022)
Changed paths:
M .github/dependabot.yml
M distribution/pom.xml
M distribution/src/main/assembly/dist.xml
M integrationtest/mapper/orm-cdi/pom.xml
M integrationtest/mapper/orm-spring/pom.xml
M integrationtest/showcase/library/pom.xml
M jakarta/integrationtest/mapper/orm-cdi/pom.xml
M jakarta/mapper/orm-batch-jsr352/jberet/pom.xml
M jakarta/mapper/orm/pom.xml
M jakarta/parents/integrationtest/pom.xml
M jakarta/parents/internal/pom.xml
M jakarta/parents/public/pom.xml
M jakarta/util/internal/integrationtest/jberet-se/pom.xml
M jakarta/util/internal/test/orm/pom.xml
M mapper/orm-batch-jsr352/jberet/pom.xml
M mapper/orm/pom.xml
M mapper/pojo-base/pom.xml
M orm6/integrationtest/mapper/orm-cdi/pom.xml
M orm6/mapper/orm-batch-jsr352/jberet/pom.xml
M orm6/mapper/orm-coordination-outbox-polling/pom.xml
M orm6/mapper/orm/pom.xml
M orm6/parents/integrationtest/pom.xml
M orm6/parents/internal/pom.xml
M orm6/parents/public/pom.xml
M orm6/util/internal/integrationtest/jberet-se/pom.xml
M orm6/util/internal/test/orm/pom.xml
M pom.xml
M util/internal/integrationtest/jberet-se/pom.xml
M util/internal/integrationtest/v5migrationhelper/pom.xml
Log Message:
-----------
HSEARCH-4691 Remove dependency management for dependencies in common with Hibernate
ORM
Compare:
https://github.com/hibernate/hibernate-search/compare/e5af2970b0da...9e87...