Jakob Frank created MARMOTTA-124:
------------------------------------

             Summary: 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

Reply via email to