Yoann Rodière (
https://hibernate.atlassian.net/secure/ViewProfile.jspa?accountId=557058%...
) *created* an issue
Hibernate Search (
https://hibernate.atlassian.net/browse/HSEARCH?atlOrigin=eyJpIjoiYWMwODll...
) / Improvement (
https://hibernate.atlassian.net/browse/HSEARCH-4743?atlOrigin=eyJpIjoiYWM...
) HSEARCH-4743 (
https://hibernate.atlassian.net/browse/HSEARCH-4743?atlOrigin=eyJpIjoiYWM...
) Skip Jandex index building for Hibernate JARs (
https://hibernate.atlassian.net/browse/HSEARCH-4743?atlOrigin=eyJpIjoiYWM...
)
Issue Type: Improvement Assignee: Yoann Rodière (
https://hibernate.atlassian.net/secure/ViewProfile.jspa?accountId=557058%...
) Components: mapper-pojo-base Created: 07/Nov/2022 07:08 AM Fix Versions: 6.2-backlog
Priority: Major Reporter: Yoann Rodière (
https://hibernate.atlassian.net/secure/ViewProfile.jspa?accountId=557058%...
)
Hibernate projects should already have a Jandex if they need to, so we can safely ignore
them.
This is especially important because Hibernate projects (e.g. Envers) may add new entity
types to an application, which could lead Hibernate Search to perform Jandex index
discovery for the corresponding jar (e.g. hibernate-envers.jar), which in some cases might
fail because the JAR doesn’t contain a Jandex index and it cannot be built (e.g. because
of Spring’s repackaged JARs that rely on nested JARs, which we cannot open because that
requires java.nio.file.FileSystems#newFileSystem(java.nio.file.Path,
java.util.Map<java.lang.String,?>) and Java 13).
(
https://hibernate.atlassian.net/browse/HSEARCH-4743#add-comment?atlOrigin...
) Add Comment (
https://hibernate.atlassian.net/browse/HSEARCH-4743#add-comment?atlOrigin...
)
Get Jira notifications on your phone! Download the Jira Cloud app for Android (
https://play.google.com/store/apps/details?id=com.atlassian.android.jira....
) or iOS (
https://itunes.apple.com/app/apple-store/id1006972087?pt=696495&ct=Em...
) This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100210- sha1:4f8bc0d )