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

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

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

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 >

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

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 

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