Hi,
A quick reminder for those projects that wish to run integration tests on
WildFly 10: This requires the build to run on Java 8.
Preferably, this should be enforced e.g. through the Maven enforcer plug-in
or similar. Running tests on WF 10 on an older JDK fails. The cause is a
bit tough to fin
Another change is to make sure our test user has create/drop privileges on
all databases, and to be able to create/drop databases:
grant create, drop on *.* to 'hibernate_orm_test'@'localhost';
We will need similar for the other databases too.
On Tue, Jul 21, 2015 at 6:02 PM Sanne Grinovero w