Upgrade from 7.1.1 to 7.2.0 throws exception(s)

Hey @horvoje

that’s because of the mismatch in JBoss Logging dependency :confused:

please try adding the

<dependency>
    <groupId>org.jboss.logging</groupId>
    <artifactId>jboss-logging</artifactId>
    <version>3.6.0.Final</version>
</dependency>

to force the 3.6.0 version to be used (7.2 series - Hibernate Search)

1 Like