Updated: Python<->Java remote services

2019-04-03 Thread Scott Lewis
There is a new release (2.9.0) of theECF distribution provider[1] 
forOSGi R7 Remote Services[2] between Karaf/Java and Python runtimes.



This release has:


An upgraded version ofPy4j

An upgraded version ofGoogle Protocol Buffers

Enhances the distribution provider based upon the new Py4j and Protobuf 
versions



Inthis previous blog posting 
[3] 
there are links to tutorials and examples showing how to use remote 
services between Python<->Java.



Both service impls and service consumers may be implemented in either 
Java or Python.



Scott


[1] https://github.com/ECF/Py4j-RemoteServicesProvider

[2] https://wiki.eclipse.org/Eclipse_Communication_Framework_Project

[3] 
http://eclipseecf.blogspot.com/2018/08/osgi-remote-services-between-python-and.html




Re: Hazelcast and Spring 5

2019-04-03 Thread Oleg Cohen
I have tried ... I think the issue is that even the latest version of
hazelcast (3.11.2) still only imports up to Spring 4

org.springframework.security.core.session;resolution:=optional;version="[3.2,4)"

On Wed, Apr 3, 2019 at 4:15 AM Oleg Cohen 
wrote:

> Where can I see what is included in the hazelcast feature? I can try to
> load/wrap the bundles in my own feature, but I think cellar would still
> pull 3.9.1 as a dependency.
>
> On Wed, Apr 3, 2019 at 4:12 AM Jean-Baptiste Onofré 
> wrote:
>
>> By the way, you can try a wrap on hazelcast to change the import, that
>> could work.
>>
>> Regards
>> JB
>>
>> On 03/04/2019 10:06, Oleg Cohen wrote:
>> > Greetings,
>> >
>> > I am using Hazelcast for HTTP session clustering. As I use Spring
>> > Security I need to use com.hazelcast.web.spring.SpringAwareWebFilter
>> > instead of com.hazelcast.web.WebFilter.
>> >
>> > The spring-aware filter needs the
>> > org.springframework.security.web.session package. I am using Spring
>> > Security 5, but the current hazelcast bundle (3.9.1) doesn't go above
>> > version 4
>> >
>> (org.springframework.security.web.session;resolution:=optional;version="[3.2,4)")
>> >
>> > Is there any way to get a revised one that would work with Spring and
>> > Spring Security 5?
>> >
>> > Thank you!
>> > Oleg
>> >
>> >
>>
>> --
>> Jean-Baptiste Onofré
>> jbono...@apache.org
>> http://blog.nanthrax.net
>> Talend - http://www.talend.com
>>
>
>
> --
> *Oleg Cohen  |  Principal  |  **A S S U R E B R I D G E*
> *Office: +1 617 564 0737  |  Mobile: +1 617 455 7927  |  Fax: +1 888 409
> 6995*
> *Email: oleg.co...@assurebridge.com   **|
>  www.assurebridge.com *
>


-- 
*Oleg Cohen  |  Principal  |  **A S S U R E B R I D G E*
*Office: +1 617 564 0737  |  Mobile: +1 617 455 7927  |  Fax: +1 888 409
6995*
*Email: oleg.co...@assurebridge.com   **|
 www.assurebridge.com *


Re: Hazelcast and Spring 5

2019-04-03 Thread Oleg Cohen
Where can I see what is included in the hazelcast feature? I can try to
load/wrap the bundles in my own feature, but I think cellar would still
pull 3.9.1 as a dependency.

On Wed, Apr 3, 2019 at 4:12 AM Jean-Baptiste Onofré  wrote:

> By the way, you can try a wrap on hazelcast to change the import, that
> could work.
>
> Regards
> JB
>
> On 03/04/2019 10:06, Oleg Cohen wrote:
> > Greetings,
> >
> > I am using Hazelcast for HTTP session clustering. As I use Spring
> > Security I need to use com.hazelcast.web.spring.SpringAwareWebFilter
> > instead of com.hazelcast.web.WebFilter.
> >
> > The spring-aware filter needs the
> > org.springframework.security.web.session package. I am using Spring
> > Security 5, but the current hazelcast bundle (3.9.1) doesn't go above
> > version 4
> >
> (org.springframework.security.web.session;resolution:=optional;version="[3.2,4)")
> >
> > Is there any way to get a revised one that would work with Spring and
> > Spring Security 5?
> >
> > Thank you!
> > Oleg
> >
> >
>
> --
> Jean-Baptiste Onofré
> jbono...@apache.org
> http://blog.nanthrax.net
> Talend - http://www.talend.com
>


-- 
*Oleg Cohen  |  Principal  |  **A S S U R E B R I D G E*
*Office: +1 617 564 0737  |  Mobile: +1 617 455 7927  |  Fax: +1 888 409
6995*
*Email: oleg.co...@assurebridge.com   **|
 www.assurebridge.com *


Re: Hazelcast and Spring 5

2019-04-03 Thread Jean-Baptiste Onofré
By the way, you can try a wrap on hazelcast to change the import, that
could work.

Regards
JB

On 03/04/2019 10:06, Oleg Cohen wrote:
> Greetings,
> 
> I am using Hazelcast for HTTP session clustering. As I use Spring
> Security I need to use com.hazelcast.web.spring.SpringAwareWebFilter
> instead of com.hazelcast.web.WebFilter.
> 
> The spring-aware filter needs the
> org.springframework.security.web.session package. I am using Spring
> Security 5, but the current hazelcast bundle (3.9.1) doesn't go above
> version 4
> (org.springframework.security.web.session;resolution:=optional;version="[3.2,4)")
> 
> Is there any way to get a revised one that would work with Spring and
> Spring Security 5?
> 
> Thank you!
> Oleg
> 
> 

-- 
Jean-Baptiste Onofré
jbono...@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com


Re: Hazelcast and Spring 5

2019-04-03 Thread Oleg Cohen
Thank you, JB!

On Wed, Apr 3, 2019 at 4:11 AM Jean-Baptiste Onofré  wrote:

> Hi Oleg,
>
> I will extend the range and test it (that's part of Cellar).
>
> Regards
> JB
>
> On 03/04/2019 10:06, Oleg Cohen wrote:
> > Greetings,
> >
> > I am using Hazelcast for HTTP session clustering. As I use Spring
> > Security I need to use com.hazelcast.web.spring.SpringAwareWebFilter
> > instead of com.hazelcast.web.WebFilter.
> >
> > The spring-aware filter needs the
> > org.springframework.security.web.session package. I am using Spring
> > Security 5, but the current hazelcast bundle (3.9.1) doesn't go above
> > version 4
> >
> (org.springframework.security.web.session;resolution:=optional;version="[3.2,4)")
> >
> > Is there any way to get a revised one that would work with Spring and
> > Spring Security 5?
> >
> > Thank you!
> > Oleg
> >
> >
>
> --
> Jean-Baptiste Onofré
> jbono...@apache.org
> http://blog.nanthrax.net
> Talend - http://www.talend.com
>


-- 
*Oleg Cohen  |  Principal  |  **A S S U R E B R I D G E*
*Office: +1 617 564 0737  |  Mobile: +1 617 455 7927  |  Fax: +1 888 409
6995*
*Email: oleg.co...@assurebridge.com   **|
 www.assurebridge.com *


Re: Hazelcast and Spring 5

2019-04-03 Thread Jean-Baptiste Onofré
Hi Oleg,

I will extend the range and test it (that's part of Cellar).

Regards
JB

On 03/04/2019 10:06, Oleg Cohen wrote:
> Greetings,
> 
> I am using Hazelcast for HTTP session clustering. As I use Spring
> Security I need to use com.hazelcast.web.spring.SpringAwareWebFilter
> instead of com.hazelcast.web.WebFilter.
> 
> The spring-aware filter needs the
> org.springframework.security.web.session package. I am using Spring
> Security 5, but the current hazelcast bundle (3.9.1) doesn't go above
> version 4
> (org.springframework.security.web.session;resolution:=optional;version="[3.2,4)")
> 
> Is there any way to get a revised one that would work with Spring and
> Spring Security 5?
> 
> Thank you!
> Oleg
> 
> 

-- 
Jean-Baptiste Onofré
jbono...@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com


Hazelcast and Spring 5

2019-04-03 Thread Oleg Cohen
Greetings,

I am using Hazelcast for HTTP session clustering. As I use Spring Security
I need to use com.hazelcast.web.spring.SpringAwareWebFilter instead
of com.hazelcast.web.WebFilter.

The spring-aware filter needs the org.springframework.security.web.session
package. I am using Spring Security 5, but the current hazelcast bundle
(3.9.1) doesn't go above version 4
(org.springframework.security.web.session;resolution:=optional;version="[3.2,4)")

Is there any way to get a revised one that would work with Spring and
Spring Security 5?

Thank you!
Oleg