Gentoo Archives: gentoo-java

From: Krzysiek Pawlik <nelchael@g.o>
To: Gentoo Java <gentoo-java@l.g.o>
Subject: Re: [gentoo-java] Re: Deprecating JDK 1.4
Date: Wed, 16 Jul 2008 12:15:17
Message-Id: 487DE651.5050609@gentoo.org
In Reply to: [gentoo-java] Re: Deprecating JDK 1.4 by "Jörg Schaible"
1 Jörg Schaible wrote:
2 > Please note, that Sun is still supporting JDK 1.3 for *paying* customers. It
3 > will take years till Sun is completely dropping 1.4:
4 >
5 > http://www.sun.com/software/javaseforbusiness/support.jsp
6
7 Yes, but the free Java world goes forward, plethora of projects use generics -
8 and they require >= 1.5 (or any other feature of JDK 1.5).
9
10 > Therefore I still have even 1.3 ebuilds on my local tree. And I had to
11 > download and use the official ant binaries to run it with 1.3. Dropping 1.4
12 > means also that it is no longer possible to run Maven with its minimum JDK
13 > requirement.
14
15 Yes, but VM which is running maven is not the same as VM for which the code is
16 generated (note -source and -target options of javac).
17
18 > In Gentoo all is about choice, but this seem not to apply for Java
19 > development. For me it gets unusable.
20
21 You're missing the point: the official tree (gentoo-x86) will require >=1.5,
22 *but*: if you install JDK 1.4 (or any other version) you can still use it for
23 your own software (including maven, ant and so on).
24
25 Also like I said - more and more things require 1.5, which means that all things
26 depending on them also need to be >= 1.5. For example: new hessian requires >=
27 1.5, which means that mx4j needs also to be switched to 1.5, which means we have
28 to switch anything depending on mx4j, and so on.
29
30 --
31 Krzysiek Pawlik <nelchael at gentoo.org> key id: 0xBC555551
32 desktop-misc, java, apache, ppc, vim, kernel, python...

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-java] Re: Deprecating JDK 1.4 "Petteri Räty" <betelgeuse@g.o>
[gentoo-java] Re: Re: Deprecating JDK 1.4 "Jörg Schaible" <joerg.schaible@×××.de>