I'm working to replace the integration tests using the now outdated
EAP Alphas with WildFly 8.0.0.Beta1, which also has the benefit to
remove the need for the enterprise repository.
This requires:
- updating to ORM 4.3
- updating to Infinispan 6.0.x
- building the project with Java7
Java7 is needed as the Arquillian connectors for WildFly are compiled
without Java6 compatibility, my guess is the whole WildFly needs it
too.
As a consequence, that would mean that Hibernate Search from 4.5.x
would need to be compiled with Java7, ideally attempting to maintain
Java6 compatibility as possible (Animal sniffer & co).
Thoughts?
Cheers,
Sanne