Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Make project Java 6 compatible #4

Closed
nebhale opened this issue Oct 24, 2012 · 6 comments
Closed

Make project Java 6 compatible #4

nebhale opened this issue Oct 24, 2012 · 6 comments

Comments

@nebhale
Copy link
Contributor

nebhale commented Oct 24, 2012

Currently, REST Shell requires Java 7 in order to compile and run, however, Java 6 is still very widely used by developers. It appears that other than using the diamond operator and Strings in switch statements, there is no other use of Java 7 features, and not having those features shouldn't significantly affect the code.

Please update the source code to be Java 6 compatible.

@jbrisbin
Copy link
Contributor

Thanks for the pull request! Also merged a change to homebrew for version 1.1.3.RELEASE which is Java 1.6 compatible. Very fast turnaround on that (like, an hour! :).

@jotomo
Copy link

jotomo commented Oct 25, 2012

The HttpCommands class uses Java 7's new file API (java.nio) in several methods, so this still fails to run on Java 6.

@jbrisbin
Copy link
Contributor

Forgot about that. I'll switch that code out with the Java 6 equivalent.

@nebhale
Copy link
Contributor Author

nebhale commented Oct 25, 2012

I've opened Issue #6 to track this

@hanxing
Copy link

hanxing commented Apr 6, 2013

It's still not java 6 compatible as of today, most half year later than the original requested was made.

@markpollack
Copy link

Care to make a contribution?
M

Sent from my iPhone

On Apr 6, 2013, at 3:34 PM, hanxing [email protected] wrote:

It's still not java 6 compatible as of today, most half year later than the original requested was made.


Reply to this email directly or view it on GitHub.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

5 participants