Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-dev] Git main push: Bug#282074 - JGroups support

The extension component is under, foundation.

It contains a build file and Eclipse project similar to other extensions.
If you need to run tests with the extensions, you will need to add the project to eclipse.  Otherwise there is no dependencies on it, so you do not need to add it.

The JGroups and Kryo jars can be downloaded from their respective sites.  Once the maven build is working, it should pull in the jars.

Currently this component is not part of the build, so should not affect anything.


-----Original Message-----
From: Andrei Ilitchev 
Sent: May-08-13 12:10 PM
To: Dev mailing list for Eclipse Persistence Services
Subject: Re: [eclipselink-dev] Git main push: Bug#282074 - JGroups support

Hi James,

 > - Moved KryoSerializer to extension.
Where is KryoSerializer now? How to find the extension?

Thanks,
Andrei

On 5/7/2013 1:39 PM, James Sutherland wrote:
> Git main push: Bug#282074 - JGroups support
>
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=282074
>
> Adds cache coordination support for JGroups.
>
> Adds "extension" component for extensions to support third party libraries.
>
> Changes:
>
> - Added JGroups Transport and Connection classes.
>
> - Added cache coordination type, "jgroups".
>
> - Added JGroups RCM test model.
>
> - Moved KryoSerializer to extension.
>
>
>
> _______________________________________________
> eclipselink-dev mailing list
> eclipselink-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/eclipselink-dev
>
_______________________________________________
eclipselink-dev mailing list
eclipselink-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-dev


Back to the top