You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by Emmanuel Lécharny <el...@gmail.com> on 2023/04/05 20:28:33 UTC

Apache DLAP API 2.1.3 release coming soon

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
emmanuel.lecharny@busit.com https://www.busit.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org
For additional commands, e-mail: dev-help@directory.apache.org


Re: Apache DLAP API 2.1.3 release coming soon

Posted by Emmanuel Lécharny <el...@gmail.com>.
Here are the diff I have :

git diff pom.xml
diff --git a/pom.xml b/pom.xml
index 801543bac9..2562111904 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
    <parent>
      <groupId>org.apache.directory.project</groupId>
      <artifactId>project</artifactId>
-    <version>46</version>
+    <version>47</version>
      <relativePath />
    </parent>

@@ -46,7 +46,7 @@
      <doclint>none</doclint>

      <!-- Set versions for depending projects -->
- 
<org.apache.directory.api.version>2.1.2</org.apache.directory.api.version>
+ 
<org.apache.directory.api.version>2.1.3</org.apache.directory.api.version>

So basically, working from master, with some update related to the 
latest changes in Project/LDAP API


On 06/04/2023 10:43, Colm O hEigeartaigh wrote:
> 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 <el...@gmail.com> 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 <el...@gmail.com>
>>>> 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
>>>>> emmanuel.lecharny@busit.com https://www.busit.com/
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org
>>>>> For additional commands, e-mail: dev-help@directory.apache.org
>>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org
>>>> For additional commands, e-mail: dev-help@directory.apache.org
>>>>
>>>
>>
>> --
>> *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
>> emmanuel.lecharny@busit.com https://www.busit.com/
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org
>> For additional commands, e-mail: dev-help@directory.apache.org
>>

-- 
*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
emmanuel.lecharny@busit.com https://www.busit.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org
For additional commands, e-mail: dev-help@directory.apache.org


Re: Apache DLAP API 2.1.3 release coming soon

Posted by Colm O hEigeartaigh <co...@apache.org>.
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 <el...@gmail.com> 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 <el...@gmail.com>
> >> 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
> >>> emmanuel.lecharny@busit.com https://www.busit.com/
> >>>
> >>> ---------------------------------------------------------------------
> >>> To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org
> >>> For additional commands, e-mail: dev-help@directory.apache.org
> >>>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org
> >> For additional commands, e-mail: dev-help@directory.apache.org
> >>
> >
>
> --
> *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
> emmanuel.lecharny@busit.com https://www.busit.com/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org
> For additional commands, e-mail: dev-help@directory.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org
For additional commands, e-mail: dev-help@directory.apache.org


Re: Apache DLAP API 2.1.3 release coming soon

Posted by Emmanuel Lécharny <el...@gmail.com>.
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 <el...@gmail.com> 
>> 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
>>> emmanuel.lecharny@busit.com https://www.busit.com/
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org
>>> For additional commands, e-mail: dev-help@directory.apache.org
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org
>> For additional commands, e-mail: dev-help@directory.apache.org
>>
> 

-- 
*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
emmanuel.lecharny@busit.com https://www.busit.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org
For additional commands, e-mail: dev-help@directory.apache.org


Re: Apache DLAP API 2.1.3 release coming soon

Posted by Emmanuel Lécharny <el...@gmail.com>.
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.


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 <el...@gmail.com> 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
>> emmanuel.lecharny@busit.com https://www.busit.com/
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org
>> For additional commands, e-mail: dev-help@directory.apache.org
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org
> For additional commands, e-mail: dev-help@directory.apache.org
> 

-- 
*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
emmanuel.lecharny@busit.com https://www.busit.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org
For additional commands, e-mail: dev-help@directory.apache.org


Re: Apache DLAP API 2.1.3 release coming soon

Posted by Colm O hEigeartaigh <co...@apache.org>.
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? 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.

Colm.

On Wed, Apr 5, 2023 at 9:28 PM Emmanuel Lécharny <el...@gmail.com> 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
> emmanuel.lecharny@busit.com https://www.busit.com/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org
> For additional commands, e-mail: dev-help@directory.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org
For additional commands, e-mail: dev-help@directory.apache.org