Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [smila-dev] Migration to Galileo and related stuff

Hi,

The branch

https://dev.eclipse.org/svnroot/rt/org.eclipse.smila/branches/2009-07-03_Galileo-Migration

now contains a SMILA version that needs Galileo and Java 6 and uses the javax.xml.stream
and .bind APIs and implementations that comes with the JRE. Also I replaced some of our
own third party bundles with the Orbit versions. So far everything seems to work
(and it seems that the Stax usage problems I've mentioned below do not occur, too, it just 
works (-: it's not yet in the branch, though).

Feel free to test and comment. Actually, *please* test, if you have some time. Thanks ;-). 

Cheers,
Jürgen.


> -----Original Message-----
> From: smila-dev-bounces@xxxxxxxxxxx [mailto:smila-dev-
> bounces@xxxxxxxxxxx] On Behalf Of Juergen.Schumacher@xxxxxxxxxxx
> Sent: Friday, July 03, 2009 2:43 PM
> To: smila-dev@xxxxxxxxxxx
> Subject: [smila-dev] Migration to Galileo and related stuff
> 
> Hi,
> 
> I've just created a branch for the migration of SMILA to Galileo (apart
> from just being
> up to date we need this to include the Distributed OSGi implementation
> by the ECF project):
> 
> 
> In this process I also want to replace some of our own third party
> bundles by bundles from
> Orbit, and especially I want to move to Java 6 as the minimal required
> version. Apart from
> Java 5 reaching it's "End of Service Life" very soon (end of October),
> today I've again
> encountered problems with our java.xml.stream bundles so that I didn't
> manage to instantiate
> StAX readers/writers in all situations and was not able yet to solve
> this in a nice way
> (and Daniel has also tried this for a day this week without success). I
> assume that these
> problems would finally be solved if we do not provide our own bundles
> anymore but just use
> the APIs (and implementation) from the JRE. And the same probably goes
> for javax.xml.bind &
> co. Or are there any reasons that we should keep this stuff as own
> bundles? Any feedback is welcome, of course (-;
> 
> Have a nice weekend!
> 
> Cheers,
> Jürgen
> _______________________________________________
> smila-dev mailing list
> smila-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/smila-dev


Back to the top