-
Notifications
You must be signed in to change notification settings - Fork 29
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
Officially remove support for Java 1.6 #5
Comments
I submitted a small PR (#8) which makes the project 1.6 compatible. Can we have this for at least one release - pretty please? :-) It also makes it so JUnit is a compile time dependency so that users of the library aren't forced to use the specific version of JUnit used by cpsuite (by virtue of it being a transitive dependency) or having to do manual exclusions. FYI, the parent pom seems to have a newer version than it's being used (14 vs. 17 - see http://search.maven.org/#search|ga|1|a%3A%22takari%22) and there is a newer maven compiler plugin (the parent pom v14 specifies 2.3.2 while v17 specifies 3.2 and the latest is 3.3 - see http://search.maven.org/#search|ga|1|maven-compiler-plugin). Perhaps we can upgrade these? Also, any reason for using packaging "takari-jar" and the "takari-lifecycle-plugin"? I had to comment these out / revert back to plain jar packaging, otherwise I couldn't import the project into Eclipse / couldn't build it on the command line. On the command line I get:
I'm using Ubuntu 15.04 with OpenJDK 1.8.0_45-internal and Maven 3.3.3:
|
Sure, we can do this release for 1.6. No problem. |
I'll make some instructions on why we use takari-jar, as I wish those to remain. They should work correctly in Eclipse. Did M2Eclipse not find the right connector for you? |
Will there be an upcoming release which fixes the 1.6 compatibility? Right now I cannot use the cpsuite plugin from maven. |
There are some references to Java 1.6 and this project is only going to support Java 1.7+ so the documentation needs to be corrected.
The text was updated successfully, but these errors were encountered: