davidhtien / ganymed-ssh-2

Automatically exported from code.google.com/p/ganymed-ssh-2
Other
0 stars 0 forks source link

Define minimum system requirement #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What is the minimum runtime to target? Java 1.5?

Original issue reported on code.google.com by dkocher@sudo.ch on 27 May 2011 at 9:33

GoogleCodeExporter commented 8 years ago
Well, now that we added references to StringBuilder, we need to specify Java 5 
as the minimal requirement.

Original comment by cleondris on 28 May 2011 at 11:56

GoogleCodeExporter commented 8 years ago
In r19.

Original comment by dkocher@sudo.ch on 28 May 2011 at 11:59

GoogleCodeExporter commented 8 years ago
So J2ME is no more a target platform? See also issue 4.

Original comment by dkocher@sudo.ch on 28 May 2011 at 12:00

GoogleCodeExporter commented 8 years ago
J2ME compliance was an initial thing in 2005, when we first installed Ganymed 
on smart phones. However, this is out of focus for a long time. On the other 
hand, 1.4.2 compliance has always been stressed. I think as of 2011 we can ramp 
up the requirements easily to Java 5.0. Somebody who still uses Java 1.4.2 
shall use the older Ganymed releases, they are stable and have worked for 
years. For us, Java 5.0 is a nice thing, e.g, it allows us to use generics and 
have cleaner code without using Vectors that store "objects" etc.

Original comment by cleondris on 28 May 2011 at 12:22