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

Java 7 support?! #15

Open
ianaz opened this issue Feb 18, 2015 · 7 comments
Open

Java 7 support?! #15

ianaz opened this issue Feb 18, 2015 · 7 comments

Comments

@ianaz
Copy link

ianaz commented Feb 18, 2015

Many of us still uses Java 7, especially in old projects. Would be possible to make a Java 7 compatible jar?

@desrever-nu
Copy link

+1. I sent the dev an email a few minutes ago with the same request

@evanwong
Copy link
Owner

Will try to look into some good ways for doing this.

@stemlaur
Copy link

Hello, do you have any news regarding the compatibility with Java 7 ?

@evanwong
Copy link
Owner

Unfortunately not much update yet.
Since I am using lambda in the implementation, I am not able to compile it using Java 7. Still trying to see if there is a good way of doing that.

@stemlaur
Copy link

Thx @evanwong for your reply

@stemlaur
Copy link

As I see, the only use of lambda is for the ExecutorService.
I might take a look and submit a PR if I find the time for it.

@evanwong
Copy link
Owner

evanwong commented Apr 3, 2015

I actually found a good (seems to be) workaround using retrolambda. Tested it with Java7.

Gradle:

compile 'io.evanwong.oss:hipchat-java7:0.3.0'

Maven:

<dependency>
    <groupId>io.evanwong.oss</groupId>
    <artifactId>hipchat-java7</artifactId>
    <version>0.3.0</version>
</dependency>

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

4 participants