Just to clarify, are you running this on the current master code or with some local modifications (version upgrades)?
Colm. On Thu, Apr 6, 2023 at 9:08 AM Emmanuel Lécharny <[email protected]> wrote: > > Hi Colm, > > > > On 06/04/2023 09:54, Emmanuel Lécharny wrote: > > Hi Colm, > > > > On 06/04/2023 08:28, Colm O hEigeartaigh wrote: > >> Hi Emmanuel, > >> > >> When I bump the parent pom in directory-server, I still see OSGi > >> errors e.g.: > >> > >> [ERROR] > >> org.apache.directory.server.osgi.integ.ServerInterceptorsAuthZOsgiTest.null > >> [ERROR] Run 1: ServerInterceptorsAuthZOsgiTest » IllegalAccess tried > >> to access method org.apache.commons.logging.LogFactory.<init>()V from > >> class org.apache.commons.logging.impl.SLF4JLogFactory > >> [ERROR] Run 2: ServerInterceptorsAuthZOsgiTest » NoClassDefFound > >> Could not initialize class > >> shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory > >> > >> Is it working for you locally? > > > > Yesterday when I checked, itw as, but I will re-run the build to > > double-check. > > Works like a charm: > > $ mvn --version > OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256M; > support was removed in 8.0 > Apache Maven 3.8.1 (05c21c65bdfed0f71a2f2ada8b84da59348c4c5d) > Maven home: /opt/apache-maven-3.8.1 > Java version: 1.8.0_312, vendor: Temurin, runtime: > /Library/Java/JavaVirtualMachines/temurin-8.jdk/Contents/Home/jre > Default locale: fr_FR, platform encoding: UTF-8 > OS name: "mac os x", version: "10.16", arch: "x86_64", family: "mac" > > > $ mvn clean install > ... > > [INFO] Reactor Summary for ApacheDS 2.0.0.AM27-SNAPSHOT: > [INFO] > [INFO] ApacheDS ........................................... SUCCESS [ > 2.070 s] > [INFO] ApacheDS I18n ...................................... SUCCESS [ > 2.026 s] > [INFO] ApacheDS Core Constants ............................ SUCCESS [ > 0.402 s] > [INFO] ApacheDS Core API .................................. SUCCESS [ > 14.327 s] > [INFO] ApacheDS Core Shared ............................... SUCCESS [ > 1.222 s] > [INFO] ApacheDS Interceptors .............................. SUCCESS [ > 0.064 s] > [INFO] ApacheDS AdministrativePoint Interceptor ........... SUCCESS [ > 0.858 s] > [INFO] ApacheDS Authentication Interceptor ................ SUCCESS [ > 2.296 s] > [INFO] ApacheDS Interceptor to increment numeric attributes SUCCESS [ > 0.590 s] > [INFO] ApacheDS Authorization Interceptor ................. SUCCESS [ > 2.673 s] > [INFO] ApacheDS ChangeLog Interceptor ..................... SUCCESS [ > 0.654 s] > [INFO] ApacheDS Collective Attribute Interceptor .......... SUCCESS [ > 0.527 s] > [INFO] ApacheDS Event Interceptor ......................... SUCCESS [ > 0.552 s] > [INFO] ApacheDS Journal Interceptor ....................... SUCCESS [ > 0.521 s] > [INFO] ApacheDS Normalization Interceptor ................. SUCCESS [ > 1.994 s] > [INFO] ApacheDS Operational Attribute Interceptor ......... SUCCESS [ > 0.598 s] > [INFO] ApacheDS Referral Interceptor ...................... SUCCESS [ > 0.548 s] > [INFO] ApacheDS Schema Interceptor ........................ SUCCESS [ > 2.762 s] > [INFO] ApacheDS Subtree Interceptor ....................... SUCCESS [ > 2.922 s] > [INFO] ApacheDS Triggers Interceptor ...................... SUCCESS [ > 1.109 s] > [INFO] ApacheDS Core ...................................... SUCCESS [ > 3.410 s] > [INFO] ApacheDS Core AVL .................................. SUCCESS [ > 4.180 s] > [INFO] ApacheDS Generalized (X) DBM Partition ............. SUCCESS [ > 7.308 s] > [INFO] ApacheDS LDIF Partition ............................ SUCCESS [ > 3.299 s] > [INFO] ApacheDS JDBM Partition ............................ SUCCESS [ > 7.320 s] > [INFO] ApacheDS Mavibot Partition ......................... SUCCESS [ > 4.968 s] > [INFO] ApacheDS Core Annotations .......................... SUCCESS [ > 12.546 s] > [INFO] ApacheDS Core JNDI ................................. SUCCESS [ > 1.749 s] > [INFO] ApacheDS Protocol Kerberos Codec ................... SUCCESS [ > 2.458 s] > [INFO] ApacheDS Interceptors for Kerberos ................. SUCCESS [ > 0.788 s] > [INFO] ApacheDS Protocol Dhcp ............................. SUCCESS [ > 1.815 s] > [INFO] ApacheDS Protocol Shared ........................... SUCCESS [ > 0.648 s] > [INFO] ApacheDS Protocol Dns .............................. SUCCESS [ > 2.258 s] > [INFO] ApacheDS Protocol Ldap ............................. SUCCESS [ > 6.382 s] > [INFO] ApacheDS Protocol Ntp .............................. SUCCESS [ > 1.623 s] > [INFO] Apacheds Server Annotations ........................ SUCCESS [ > 8.740 s] > [INFO] ApacheDS Server Config ............................. SUCCESS [ > 5.448 s] > [INFO] ApacheDS Server JNDI ............................... SUCCESS [ > 1.721 s] > [INFO] ApacheDS Test Framework ............................ SUCCESS [ > 18.573 s] > [INFO] ApacheDS All ....................................... SUCCESS [ > 2.347 s] > [INFO] ApacheDS Logger Interceptor ........................ SUCCESS [ > 0.511 s] > [INFO] ApacheDS Password Policy Interceptor ............... SUCCESS [ > 0.495 s] > [INFO] ApacheDS Core Integration .......................... SUCCESS > [03:04 min] > [INFO] ApacheDS Server Integration ........................ SUCCESS > [05:52 min] > [INFO] ApacheDS DirectoryService-WebApp bridge ............ SUCCESS [ > 0.401 s] > [INFO] ApacheDS Jetty HTTP Server Integration ............. SUCCESS [ > 1.024 s] > [INFO] ApacheDS Service Builder ........................... SUCCESS [ > 3.224 s] > [INFO] Apache Directory LDAP Client API test .............. SUCCESS > [01:24 min] > [INFO] ApacheDS Service ................................... SUCCESS [ > 14.810 s] > [INFO] ApacheDS Wrapper ................................... SUCCESS [ > 0.923 s] > [INFO] ApacheDS Installers Maven Plugin ................... SUCCESS [ > 4.806 s] > [INFO] ApacheDS Installers ................................ SUCCESS [ > 0.856 s] > [INFO] ApacheDS OSGi Integration Tests .................... SUCCESS [ > 53.269 s] > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD SUCCESS > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 13:59 min > [INFO] Finished at: 2023-04-06T10:05:29+02:00 > [INFO] > ------------------------------------------------------------------------ > > > > > > > > > > > Apart from that, after the API release > >> I'd like to pause for a bit to enable dependabot and automated PR > >> builds, to make sure directory-server is up to date before releasing > >> it. > > > > Sure. I have some cleanup to do in the server code anyway, and I don't > > intend to release it before the en dof next week. > > > > PS: remember to add the required headers in the files you add (like the > > README.md). I have fixed one yesterday that forced me to revert the > > release. This is kind of a problem that the rat plugin is not run when > > doing a dry run ;-( > > > > Also I fixed the file, but the header is the wrong comment format (# > > which leads to incorrect formatting). I'll fix that. > > > > Thanks! > > > > > >> > >> Colm. > >> > >> On Wed, Apr 5, 2023 at 9:28 PM Emmanuel Lécharny <[email protected]> > >> wrote: > >>> > >>> Hi! > >>> > >>> I will cut a release of the Apache LDAP API 2.1.3 in the coming > >>> hours/days. > >>> > >>> That will will be followed by a release of teh Apache Directory server, > >>> which is long expected. > >>> > >>> Thanks ! > >>> -- > >>> *Emmanuel Lécharny - CTO* 205 Promenade des Anglais – 06200 NICE > >>> T. +33 (0)4 89 97 36 50 > >>> P. +33 (0)6 08 33 32 61 > >>> [email protected] https://www.busit.com/ > >>> > >>> --------------------------------------------------------------------- > >>> To unsubscribe, e-mail: [email protected] > >>> For additional commands, e-mail: [email protected] > >>> > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [email protected] > >> For additional commands, e-mail: [email protected] > >> > > > > -- > *Emmanuel Lécharny - CTO* 205 Promenade des Anglais – 06200 NICE > T. +33 (0)4 89 97 36 50 > P. +33 (0)6 08 33 32 61 > [email protected] https://www.busit.com/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
