Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change compile java level #6

Closed
nerro opened this issue Sep 5, 2014 · 2 comments
Closed

Change compile java level #6

nerro opened this issue Sep 5, 2014 · 2 comments
Assignees
Milestone

Comments

@nerro
Copy link
Owner

nerro commented Sep 5, 2014

In ant build.xml there are 3 specified releases:

  • 1.1 java
  • 1.4 java
  • 1.5 java

I think that minimal version should be changed and compile version too.

@nerro nerro added this to the 4.2.1 milestone Sep 5, 2014
@nerro
Copy link
Owner Author

nerro commented Sep 5, 2014

java 6 is support only for developers and it's not recommended for using in production. As already java 8 is out I decided to use java 7. Until 4.3 milestone the project will be developed with java 7, but released with java 6 compile level.

With milestone 4.3 the project will required java 7.

@nerro nerro self-assigned this Sep 5, 2014
@nerro
Copy link
Owner Author

nerro commented Sep 6, 2014

oracle highly recommend to use java 7 too.
http://www.java.com/en/download/faq/java_6.xml

nerro added a commit that referenced this issue Sep 6, 2014
- set compile level to java 1.6 for release
- rename jdk5 profile to jdk6
@nerro nerro closed this as completed Sep 7, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant