GiraffaFS / giraffa

Giraffa FileSystem (Slack: giraffa-fs.slack.com)
https://giraffa.ci.cloudbees.com
Apache License 2.0
17 stars 6 forks source link

Update POM to Java 7 #181

Closed milandesai closed 9 years ago

milandesai commented 9 years ago

Our pom file unnecessarily restricts us to Java 6, which means we can't use Java 7 features such as Diamonds and multi-catch. Let's bump this to Java 7.

To take advantage of Java 7 features, all project members using IntelliJ should ensure that in the Project Structure window, the Project SDK is configured for 1.7 and the Project Language Level is configured for 7. All project members should actively use diamonds and multi-catch when applicable in new patches.

milandesai commented 9 years ago

Created pull request with trivial change. Encountered no problems with build.

pjeli commented 9 years ago

+1. Let's do this. Will have to update Jenkins build afterwards as right now its using 1.6.

shvachko commented 9 years ago

Committed. Thanks, Milan. Let's not forget to update Jenkins.