vdmeer/asciitable

Any chance to maven.compiler.target to 1.7?

Closed this issue · 9 comments

I'm using this in a script I pass to people that do not have Java 8 installed

I need to look at the code base for v0.0.2 (the one that's on Maven Central), it might be possible. For v0.0.3 (current GitHub code) it will not work since J8 features are used all over the place (default methods in interfaces and the like).

Are you using v0.0.2 or are you building from current GitHub code?

I'm using 0.0.2, thanks for looking into it
El 16/6/2015 18:54, "Sven van der Meer" notifications@github.com escribió:

I need to look at the code base for v0.0.2 (the one that's on Maven
Central), it might be possible. For v0.0.3 (current GitHub code) it will
not work since J8 features are used all over the place (default methods in
interfaces and the like).

Are you using v0.0.2 or are you building from current GitHub code?


Reply to this email directly or view it on GitHub
#1 (comment).

Someone has tried that before, have a look at this repo: https://github.com/dmitrygusev/asciitable

I have a J7 version compiled now, seems to work. Where do you want that going to?

Change of plans: I have just released asciitable v0.0.5, which is now a Java7 implementation. it contains a v1 (the old one) and a v2 (a new) table implementation. The release just went through sonatype, next update and it should be on maven central. You might need to check your code (packages changed), but beside that it should do the job and run in Java 7.

Thank you very much, I won't have time to revisit until a few weeks from now, i'll let you know if I have any issues

Yes, please do. Open a new issue on v0.0.5 for any problems (it's java7 now). Thanks!

Just to let you know: v0.2.2 is now out (in a couple of hours also on Maven Central). All Java 7 with lots of additions for V2 table.
/sven

Thanks!

Sent with MailTrack
https://mailtrack.io/install?source=signature&lang=en&referral=hithwen@gmail.com&idSignature=22

On Wed, Sep 2, 2015 at 5:40 AM, Sven van der Meer notifications@github.com
wrote:

Just to let you know: v0.2.2 is now out (in a couple of hours also on
Maven Central). All Java 7 with lots of additions for V2 table.
/sven


Reply to this email directly or view it on GitHub
#1 (comment).