[ https://issues.apache.org/jira/browse/MARMOTTA-124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13665125#comment-13665125 ]
ASF subversion and git services commented on MARMOTTA-124: ---------------------------------------------------------- Commit f78994cee7eccd1c2122de371580db61fefa2f7b in branch refs/heads/develop from [~wastl] [ https://git-wip-us.apache.org/repos/asf?p=incubator-marmotta.git;h=f78994c ] upgrade to Java 7 as dependency, because the new Jetty used for testing is built with it and we anyways have it on the agenda (MARMOTTA-124) > Update to Java-7 > ---------------- > > Key: MARMOTTA-124 > URL: https://issues.apache.org/jira/browse/MARMOTTA-124 > Project: Marmotta > Issue Type: Improvement > Reporter: Jakob Frank > Priority: Blocker > Fix For: 4.0-incubating > > > Java-6 soon reaches EOL and Java-7 adds some new language features, including: > try-with-resources blocks, which operate on implementations of the new > java.lang.AutoCloseable interface. These can be used to avoid manual handling > for the closing of resources where possible. > improved File IO, using the new java.nio.file.Path interface as the basic > object > multi-catch exception blocks, syntactic sugar to avoid having to write > multiple catch blocks for the same handling > generics diamond syntax, syntactic sugar to avoid having to write generic > types as often > http://docs.oracle.com/javase/7/docs/technotes/guides/language/enhancements.html > Waiting for https://openrdf.atlassian.net/browse/SES-1691 -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira