Not sure about the target version; we may want to upgrade in a 5.10 instead, because this breaks compatibility with 5.2. We'll see.
Work in progress available at: https://github.com/yrodiere/hibernate-search/commits/orm-5.3 Building this branch requires :
# To have access to a "dist" artifact an updated version of WildFly 12. Currently it isn't available in any Maven repository, so you'll need to build WildFly master and install it locally ({{mvn clean install -DskipTests}}). # To have access to a WildFly/JPA2.2 patch file artifact for WildFly 12. Currently it isn't available in any Maven repository Hibernate ORM , so you'll need to build from [my branch| see: https://github.com/ yrodiere hibernate /hibernate- jpa-api orm / tree pull / 2.2-wildfly12] and install it locally ({{mvn clean install}}). This build requires WildFly 12 too. 2092 |
|