Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-search
Commit: 65bd38490423e9fd8d9a601b1576d625afbb28d4
https://github.com/hibernate/hibernate-search/commit/65bd38490423e9fd8d9a...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2023-06-22 (Thu, 22 Jun 2023)
Changed paths:
M documentation/src/main/asciidoc/public/reference/_mapping-configuration.adoc
M
mapper/orm/src/main/java/org/hibernate/search/mapper/orm/mapping/impl/HibernateOrmMappingInitiator.java
M
mapper/pojo-base/src/main/java/org/hibernate/search/mapper/pojo/mapping/definition/annotation/AnnotationMappingConfigurationContext.java
M
mapper/pojo-base/src/main/java/org/hibernate/search/mapper/pojo/mapping/definition/annotation/impl/AnnotationMappingConfigurationContextImpl.java
Log Message:
-----------
HSEARCH-4882 Avoid compilation failures when calling
AnnotationMappingConfigurationContext#add without Jandex in the classpath
If we overload the existing 'add' methods, then the compiler will fail
when we call any 'add' method without Jandex in the classpath, even if
it's not the one that uses Jandex.