rsandidfc commented on issue #9: Ehcache v3 update
URL: https://github.com/apache/directory-server/pull/9#issuecomment-451334354
 
 
   I was able to do a full build but some of the junit tests were throwing 
exceptions in the beforeclass methods, sorry I thought I’d fixed them all :-)
   
   A few of the tests that were very specifically testing the cache 
configurations no longer work with the more limited runtime controls of 
ehcache3.
   
   Sent from my iPhone
   
   > On Jan 3, 2019, at 10:16 AM, Emmanuel Lécharny <[email protected]> 
wrote:
   > 
   > I fixed the NPE, in {{AbstractBtreePartition}}, {{fetch()}} method :
   > `
   > public Entry fetch( PartitionTxn partitionTxn, String id ) throws 
LdapException
   > {
   > try
   > {
   > rwLock.readLock().lock();
   > 
   >         if ( id == null )
   >         {
   >             id = "";
   >         }
   >         
   >         Dn dn = buildEntryDn( partitionTxn, id );
   > `
   > 
   > Now, there are some other issues, OSGi related.
   > 
   > On it.
   > 
   > —
   > You are receiving this because you authored the thread.
   > Reply to this email directly, view it on GitHub, or mute the thread.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to