update to tapestry 5.3.8 and java8 (5.4-beta-31 exists)#1548
update to tapestry 5.3.8 and java8 (5.4-beta-31 exists)#1548based2 wants to merge 1 commit intoTechEmpower:masterfrom
Conversation
|
blocking on changes requested in #1547 |
|
Looks like this is close, but not quite there. Seems like there is a disagreement between jdk version and target release, in this case it seems like the target is 1.8 i.e. Java8. However the process is using Java7 to try to compile the code. See: http://stackoverflow.com/questions/28291691/fatal-error-compiling-invalid-target-release-1-8-help-1 |
|
Will require |
|
I can get everything to compile when I change source $IROOT/java7.installed it java8 in the setup.sh but it causes all of the tests to give a generic server error back. I'm looking more into why. |
|
I believe the version of maven we use has an issue with java8. If we updated maven to 3.1.1+ it should work. |
|
Updating maven did not seem to work. Poking around more. |
No description provided.