Paul Merlin a écrit : >> Right now we have 4 tests failing in the develop branch when using Java 8: >> https://qi4j.ci.cloudbees.com/job/qi4j-sdk.develop.weekly.tests.jdk8-open/106/testReport/ > I just fixed 3 of them. The fix was trivial and changes are in tests > only: composite types should be public. > > One failing test remains: > org.qi4j.regression.qi377.IssueTest.propertyNameCollisionsShouldWork() Fixed in 0a31fb8. Was caused by usage of HashMap instead of LinkedHashMap in CompositeMethodsModel, exhibited by changes in 8.
Develop on Java 8 is now all green^Wblue.
