Thilo Goetz | 8 Aug 14:15
Picon
Picon

Moving to Java 1.5?

Hi all,

our upcoming (hopefully very soon) 2.2 release will still
be Java 1.4 compatible.  We're currently having a discussion
on the development list if for the next version, we should
move to Java 1.5.  This would mean that future UIMA versions
would no longer be able to run in Java 1.4, but would
require 1.5 or newer.

Java 1.4 is getting quite long in the tooth, and most people
have moved.  Java 1.5 brought many changes and improvements
which we would like to be able to exploit in UIMA.

So my question is: would this cause major headaches for
anybody around here?  Anybody still committed to Java 1.4
for the foreseeable future?

The corresponding uima-dev mail thread is here:
http://www.mail-archive.com/uima-dev%40incubator.apache.org/msg03860.html

--Thilo

Torsten Zesch | 9 Aug 10:06
Picon
Favicon

RE: Moving to Java 1.5?

We also vote for 1.5.
This would enable some interesting new features, e.g. a better linking
of annotators and descriptors through Java annotations.

Torsten

J. William Murdock | 8 Aug 20:02

Re: Moving to Java 1.5?

I would favor moving to Java 1.5.

Thilo Goetz wrote:
> Hi all,
>
> our upcoming (hopefully very soon) 2.2 release will still
> be Java 1.4 compatible.  We're currently having a discussion
> on the development list if for the next version, we should
> move to Java 1.5. 

--

-- 
Bill Murdock, PhD
UIMA User (but not a UIMA developer or official spokesperson)
IBM Watson Research Center
19 Skyline Dr., Hawthorne, NY  10532  USA
http://bill.murdocks.org

Yoshinobu KANO | 9 Aug 01:16
Picon

Re: Moving to Java 1.5?

I prefer moving to Java 1.5, and hope that the UIMA API will use generics in
later releases.

-Yoshinobu

Thilo Goetz wrote:
> > Hi all,
> >
> > our upcoming (hopefully very soon) 2.2 release will still
> > be Java 1.4 compatible.  We're currently having a discussion
> > on the development list if for the next version, we should
> > move to Java 1.5.
>
>

--

-- 
Yoshinobu KANO
kano@...
Tsujii Laboratory, the University of Tokyo
http://www-tsujii.is.s.u-tokyo.ac.jp/
Matthew Campbell | 9 Aug 15:37
Favicon

Re: Moving to Java 1.5?

I'm with Yoshinobu.  I've caught myself looking for generics several 
times in the API, and they would be a welcome addition.  That said, I'd 
welcome a move to 1.5 myself.

-Matt

Yoshinobu KANO wrote:
> I prefer moving to Java 1.5, and hope that the UIMA API will use generics in
> later releases.
>
> -Yoshinobu
>
> Thilo Goetz wrote:
>   
>>> Hi all,
>>>
>>> our upcoming (hopefully very soon) 2.2 release will still
>>> be Java 1.4 compatible.  We're currently having a discussion
>>> on the development list if for the next version, we should
>>> move to Java 1.5.
>>>       
>>     
>
>   

Picon

Re: Moving to Java 1.5?

We have moved to 1.5.

FYI, we find this tool useful when we want to run our 1.5 code on a 1.4 JVM: http://retroweaver.sourceforge.net

Greg Holmberg

 -------------- Original message ----------------------
From: Thilo Goetz <twgoetz@...>
> Hi all,
> 
> our upcoming (hopefully very soon) 2.2 release will still
> be Java 1.4 compatible.  We're currently having a discussion
> on the development list if for the next version, we should
> move to Java 1.5.  This would mean that future UIMA versions
> would no longer be able to run in Java 1.4, but would
> require 1.5 or newer.
> 
> Java 1.4 is getting quite long in the tooth, and most people
> have moved.  Java 1.5 brought many changes and improvements
> which we would like to be able to exploit in UIMA.
> 
> So my question is: would this cause major headaches for
> anybody around here?  Anybody still committed to Java 1.4
> for the foreseeable future?
> 
> The corresponding uima-dev mail thread is here:
> http://www.mail-archive.com/uima-dev%40incubator.apache.org/msg03860.html
> 
> --Thilo

(Continue reading)

marc.light | 8 Aug 16:04
Picon

RE: Moving to Java 1.5?


We would welcome a move to 1.5.

Marc

-----Original Message-----
From: Thilo Goetz [mailto:twgoetz@...] 
Sent: Wednesday, August 08, 2007 7:15 AM
To: uima-user@...
Subject: Moving to Java 1.5?

Hi all,

our upcoming (hopefully very soon) 2.2 release will still be Java 1.4
compatible.  We're currently having a discussion on the development list
if for the next version, we should move to Java 1.5.  This would mean
that future UIMA versions would no longer be able to run in Java 1.4,
but would require 1.5 or newer.

Java 1.4 is getting quite long in the tooth, and most people have moved.
Java 1.5 brought many changes and improvements which we would like to be
able to exploit in UIMA.

So my question is: would this cause major headaches for anybody around
here?  Anybody still committed to Java 1.4 for the foreseeable future?

The corresponding uima-dev mail thread is here:
http://www.mail-archive.com/uima-dev%40incubator.apache.org/msg03860.htm
l

(Continue reading)

Andrew Serff | 8 Aug 14:54

Re: Moving to Java 1.5?

I vote for 1.5!  We have no need for 1.4 compatibility.  I'm actually 
running it on Java SE 6...so I'm good. 

Andrew
Thilo Goetz wrote:
> Hi all,
>
> our upcoming (hopefully very soon) 2.2 release will still
> be Java 1.4 compatible.  We're currently having a discussion
> on the development list if for the next version, we should
> move to Java 1.5.  This would mean that future UIMA versions
> would no longer be able to run in Java 1.4, but would
> require 1.5 or newer.
>
> Java 1.4 is getting quite long in the tooth, and most people
> have moved.  Java 1.5 brought many changes and improvements
> which we would like to be able to exploit in UIMA.
>
> So my question is: would this cause major headaches for
> anybody around here?  Anybody still committed to Java 1.4
> for the foreseeable future?
>
> The corresponding uima-dev mail thread is here:
> http://www.mail-archive.com/uima-dev%40incubator.apache.org/msg03860.html
>
> --Thilo
>   

Scott Songlin Piao | 8 Aug 15:35
Picon
Favicon

RE: Moving to Java 1.5?

As I know Java 1.5 is a kind of norm nowadays - I myself have been using Java 1.5.X for the past two years, so I
think the later version of UIMA should move to 1.5 as soon as possible. 

Scott Piao

-----Original Message-----
From: Andrew Serff [mailto:lists@...] 
Sent: 08 August 2007 13:55
To: uima-user@...
Subject: Re: Moving to Java 1.5?

I vote for 1.5!  We have no need for 1.4 compatibility.  I'm actually
running it on Java SE 6...so I'm good.

Andrew
Thilo Goetz wrote:
> Hi all,
>
> our upcoming (hopefully very soon) 2.2 release will still
> be Java 1.4 compatible.  We're currently having a discussion
> on the development list if for the next version, we should
> move to Java 1.5.  This would mean that future UIMA versions
> would no longer be able to run in Java 1.4, but would
> require 1.5 or newer.
>
> Java 1.4 is getting quite long in the tooth, and most people
> have moved.  Java 1.5 brought many changes and improvements
> which we would like to be able to exploit in UIMA.
>
> So my question is: would this cause major headaches for
(Continue reading)

candel | 8 Aug 15:19
Picon
Picon

Re: Moving to Java 1.5?

Andrew Serff wrote:

> I vote for 1.5!  We have no need for 1.4 compatibility.  I'm actually 
> running it on Java SE 6...so I'm good.
> Andrew
> Thilo Goetz wrote:
>
>> Hi all,
>>
>> our upcoming (hopefully very soon) 2.2 release will still
>> be Java 1.4 compatible.  We're currently having a discussion
>> on the development list if for the next version, we should
>> move to Java 1.5.  This would mean that future UIMA versions
>> would no longer be able to run in Java 1.4, but would
>> require 1.5 or newer.
>>
>> Java 1.4 is getting quite long in the tooth, and most people
>> have moved.  Java 1.5 brought many changes and improvements
>> which we would like to be able to exploit in UIMA.
>>
>> So my question is: would this cause major headaches for
>> anybody around here?  Anybody still committed to Java 1.4
>> for the foreseeable future?
>>
>> The corresponding uima-dev mail thread is here:
>> http://www.mail-archive.com/uima-dev%40incubator.apache.org/msg03860.html 
>>
>>
>> --Thilo
>>   
(Continue reading)


Gmane