Hi All, Today I set up a CI job for tomee 7.0.x. I initially set up Java 7 but I got the "Unsupported major.minor version 52.0" error so the job currently uses Java 8 and maven 3.3.9. The current branch status is here https://ci-builds.apache.org/job/Tomee/job/tomee-7.0.x/3/
One of the failing test is because one of the examples requires the usage of 7.0.8-SNAPSHOT:zip:plus. https://github.com/apache/tomee/blob/tomee-7.0.x/examples/connector-ear/connector-sample-functional-tests/src/test/java/org/superbiz/moviefun/DeployInWebAppsDirectoryTest.java#L108 I'll open a JIRA and a Patch for that test. The second failing test trowed a: [Fatal Error] :8:23: Invalid byte 2 of 2-byte UTF-8 sequence. error. https://ci-builds.apache.org/job/Tomee/job/tomee-7.0.x/org.superbiz$moviefun-functional-test/3/testReport/junit/org.superbiz.moviefun/MoviesArquillianHtmlUnitTest/org_superbiz_moviefun_MoviesArquillianHtmlUnitTest/ If someone wants to take a swing on this, feel free to pick it up. Remember to create a JIRA and notify the mailing list to avoid duplication of work. The thrid failing test: javax.ws.rs.NotSupportedException: HTTP 415 Unsupported Media Type https://ci-builds.apache.org/job/Tomee/job/tomee-7.0.x/org.superbiz$tomee-webprofile-embedded/3/testReport/junit/org.superbiz.movie/MovieServiceTest/addMovie/ If someone wants to take a swing on this, feel free to pick it up. Remember to create a JIRA and notify the mailing list to avoid duplication of work. -- Atentamente: César Hernández.
