[GitHub] [directory-server] ben-manes commented on issue #13: WIP Attempt to move from ehcache to JCache+Caffeine

2019-03-30 Thread GitBox
ben-manes commented on issue #13: WIP Attempt to move from ehcache to JCache+Caffeine URL: https://github.com/apache/directory-server/pull/13#issuecomment-478307418 Unless you intend to plug in alternative JCache providers, I'd recommend using the Caffeine APIs directly. I think they are

Re: Existing ApacheDS containers?

2019-03-30 Thread Marc Boorshtein
> > > > There are many other images named "apacheds" [3] from other users, some > provide the source Dockerfile. > > As a general rule I avoid images from sources I don't trust so I thought I'd ask here first. > I think it would be nice to provide an offical Docker image, maybe with > the next

Re: [directory-server] 01/02: Bumped up ehcache version to 3.6.1

2019-03-30 Thread Emmanuel Lécharny
On 30/03/2019 09:38, Stefan Seelmann wrote: On 1/21/19 5:04 AM, Emmanuel Lécharny wrote: On 21/01/2019 03:16, Richard Sand wrote: HI guys - I cloned master to start swapping the ehcahe3 to caffeine. But because caffeine is actually a bit more similar to ehcache2, I’m thinking of going back

Re: Release train, soon...

2019-03-30 Thread Stefan Seelmann
On 3/30/19 9:34 AM, Emmanuel Lécharny wrote: > Hi all ! > > releases of the LDAP API and ApacheDS are slowly getting ready. We have > had to deal with various challenges ! > > - First, the LDAP API has been heavily refactored, for better > performance. The API itself will not change, this is the

Re: [directory-server] 01/02: Bumped up ehcache version to 3.6.1

2019-03-30 Thread Stefan Seelmann
On 1/21/19 5:04 AM, Emmanuel Lécharny wrote: > > On 21/01/2019 03:16, Richard Sand wrote: >> HI guys - >> >> I cloned master to start swapping the ehcahe3 to caffeine. But because >> caffeine is actually a bit more similar to ehcache2, I’m thinking of >> going back to AM25 and starting from

Release train, soon...

2019-03-30 Thread Emmanuel Lécharny
Hi all ! releases of the LDAP API and ApacheDS are slowly getting ready. We have had to deal with various challenges ! - First, the LDAP API has been heavily refactored, for better performance. The API itself will not change, this is the internal that are changing. - We have had to wait

[GitHub] [directory-server] seelmann opened a new pull request #13: WIP Attempt to move from ehcache to JCache+Caffeine

2019-03-30 Thread GitBox
seelmann opened a new pull request #13: WIP Attempt to move from ehcache to JCache+Caffeine URL: https://github.com/apache/directory-server/pull/13 This is an automated message from the Apache Git Service. To respond to the

Re: Existing ApacheDS containers?

2019-03-30 Thread Emmanuel Lécharny
On 30/03/2019 08:59, Stefan Seelmann wrote: On 3/29/19 9:21 PM, Marc Boorshtein wrote: All, I need a container that I can spin up quickly that i can just feed an LDIF file and be listening on 10636. Has anyone containerized apacheds? Can't imagine its hard but I thought I'd see if anyone

Re: Existing ApacheDS containers?

2019-03-30 Thread Stefan Seelmann
On 3/29/19 9:21 PM, Marc Boorshtein wrote: > All, > > I need a container that I can spin up quickly that i can just feed an LDIF > file and be listening on 10636. Has anyone containerized apacheds? Can't > imagine its hard but I thought I'd see if anyone else tried it already. There is no

Re: Existing ApacheDS containers?

2019-03-30 Thread Emmanuel Lécharny
On 30/03/2019 00:24, Marc Boorshtein wrote: It generates a native binary and (according to doc) takes less time to start. But more than that we don't need to install JRE inside the container. Those are all at the moment appear to be good things, but haven't tested these in a