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 2014/11/07 14:47:54 UTC

[VOTE] Release of LDAP API 1.0.0-M25, take 2

Hi,

a second attempt to get it released, after a bug has been fixed in the 
sort control grammar.

 This is a vote for the 25th milestone of the 1.0.0 LDAP API/Shared,
1.0.0-M25.

It's a bug fix release.

It contains a few bug fixes, and some new features and a better Ldap
Connection Pool :

Bugs
* DIRAPI-137 Add Control support for  RFC 2891 - LDAP Control Extension for Server Side Sorting of Search Results http://www.faqs.org/rfcs/rfc2891.html
* DIRAPI-174 LdifReader should provide errors wih line number
* DIRAPI-184 Supply one method in SearchCursor to judge it has element or not.
* DIRAPI-201 Incossistent Import-Package in org.apache.directory.api.ldap.model
* DIRAPI-205 AliasDerefMode can't work for API when alias entries can be search out and Server is Sun Directory Server 
* DIRAPI-206 BindRequest logs exception on valid call to setter
* DIRAPI-208 The Connection Pool is a bit too aggressive when it comes to validate connections


The revision :

http://svn.apache.org/r1637341

The SVN tag:
http://svn.apache.org/repos/asf/directory/shared/tags/1.0.0-M25

The source and binary distribution packages:
http://people.apache.org/~elecharny/

The staging repository:
https://repository.apache.org/content/repositories/orgapachedirectory-1014/


Please cast your votes:
[ ] +1 Release Shared/LDAP API 1.0.0-M25
[ ] 0 abstain
[ ] -1 Do not release Shared/LDAP API 1.0.0-M25


Emmanuel

--
Regards,
Cordialement,
Emmanuel Lécharny
www.iktek.com



Re: [VOTE] Release of LDAP API 1.0.0-M25, take 2

Posted by Felix Knecht <fe...@apache.org>.
+1 Builds and tests run through smoothly.

Thanks and regards
Felix

On 11/07/2014 02:47 PM, Emmanuel Lécharny wrote:
> Hi,
>
> a second attempt to get it released, after a bug has been fixed in the
> sort control grammar.
>
>   This is a vote for the 25th milestone of the 1.0.0 LDAP API/Shared,
> 1.0.0-M25.
>
> It's a bug fix release.
>
> It contains a few bug fixes, and some new features and a better Ldap
> Connection Pool :
>
> Bugs
> * DIRAPI-137 Add Control support for  RFC 2891 - LDAP Control Extension for Server Side Sorting of Search Results http://www.faqs.org/rfcs/rfc2891.html
> * DIRAPI-174 LdifReader should provide errors wih line number
> * DIRAPI-184 Supply one method in SearchCursor to judge it has element or not.
> * DIRAPI-201 Incossistent Import-Package in org.apache.directory.api.ldap.model
> * DIRAPI-205 AliasDerefMode can't work for API when alias entries can be search out and Server is Sun Directory Server
> * DIRAPI-206 BindRequest logs exception on valid call to setter
> * DIRAPI-208 The Connection Pool is a bit too aggressive when it comes to validate connections
>
>
> The revision :
>
> http://svn.apache.org/r1637341
>
> The SVN tag:
> http://svn.apache.org/repos/asf/directory/shared/tags/1.0.0-M25
>
> The source and binary distribution packages:
> http://people.apache.org/~elecharny/
>
> The staging repository:
> https://repository.apache.org/content/repositories/orgapachedirectory-1014/
>
>
> Please cast your votes:
> [ ] +1 Release Shared/LDAP API 1.0.0-M25
> [ ] 0 abstain
> [ ] -1 Do not release Shared/LDAP API 1.0.0-M25
>
>
> Emmanuel
>
> --
> Regards,
> Cordialement,
> Emmanuel Lécharny
> www.iktek.com
>
>


Re: [VOTE] Release of LDAP API 1.0.0-M25, take 2

Posted by Emmanuel Lécharny <el...@gmail.com>.
Le 09/11/14 22:27, Stefan Seelmann a écrit :
> +1 from my side. Sucessfully build from SVN tag.
>
> I then tried to use this version in the Studio Tycho build, but failed.
> The Maven build fails with error "Unable to satisfy dependency", e.g.
> from org.apache.directory.api.util 1.0.0.M25 to package org.slf4 1.7.7.

Have you committed your change in studio-tycho ?
> In Eclispe target editor I just added org.apache.directory.api.util and
> org.slf4j, but I just get the error that org.slf4j can't be found. I'm
> clueless, this Tycho/Eclipse/OSGi crap makes me depressive...
Yeah, it seems complicated :/

i'll see if I can get some hand to solve this issue with a friend who
already have used Tycho.

Thanks Stefan !


Re: [VOTE] Release of LDAP API 1.0.0-M25, take 2

Posted by Stefan Seelmann <ma...@stefan-seelmann.de>.
+1 from my side. Sucessfully build from SVN tag.

I then tried to use this version in the Studio Tycho build, but failed.
The Maven build fails with error "Unable to satisfy dependency", e.g.
from org.apache.directory.api.util 1.0.0.M25 to package org.slf4 1.7.7.
In Eclispe target editor I just added org.apache.directory.api.util and
org.slf4j, but I just get the error that org.slf4j can't be found. I'm
clueless, this Tycho/Eclipse/OSGi crap makes me depressive...

Kind Regards,
Stefan


On 11/07/2014 02:47 PM, Emmanuel Lécharny wrote:
> Hi,
> 
> a second attempt to get it released, after a bug has been fixed in the 
> sort control grammar.
> 
>  This is a vote for the 25th milestone of the 1.0.0 LDAP API/Shared,
> 1.0.0-M25.
> 
> It's a bug fix release.
> 
> It contains a few bug fixes, and some new features and a better Ldap
> Connection Pool :
> 
> Bugs
> * DIRAPI-137 Add Control support for  RFC 2891 - LDAP Control Extension for Server Side Sorting of Search Results http://www.faqs.org/rfcs/rfc2891.html
> * DIRAPI-174 LdifReader should provide errors wih line number
> * DIRAPI-184 Supply one method in SearchCursor to judge it has element or not.
> * DIRAPI-201 Incossistent Import-Package in org.apache.directory.api.ldap.model
> * DIRAPI-205 AliasDerefMode can't work for API when alias entries can be search out and Server is Sun Directory Server 
> * DIRAPI-206 BindRequest logs exception on valid call to setter
> * DIRAPI-208 The Connection Pool is a bit too aggressive when it comes to validate connections
> 
> 
> The revision :
> 
> http://svn.apache.org/r1637341
> 
> The SVN tag:
> http://svn.apache.org/repos/asf/directory/shared/tags/1.0.0-M25
> 
> The source and binary distribution packages:
> http://people.apache.org/~elecharny/
> 
> The staging repository:
> https://repository.apache.org/content/repositories/orgapachedirectory-1014/
> 
> 
> Please cast your votes:
> [ ] +1 Release Shared/LDAP API 1.0.0-M25
> [ ] 0 abstain
> [ ] -1 Do not release Shared/LDAP API 1.0.0-M25
> 
> 
> Emmanuel
> 
> --
> Regards,
> Cordialement,
> Emmanuel Lécharny
> www.iktek.com
> 
> 


Resulr, was [VOTE] Release of LDAP API 1.0.0-M25, take 2

Posted by Emmanuel Lécharny <el...@gmail.com>.
Hi !

we have had 5 binding +1 for this release :

Felix, Kiran, Lucas, Stefan and me.$

I'm closing the vote and will release the jars.

Thanks everyone !

Re: [VOTE] Release of LDAP API 1.0.0-M25, take 2

Posted by Kiran Ayyagari <ka...@apache.org>.
built from the tag, looking good

[X] +1 Release Shared/LDAP API 1.0.0-M25

thanks Emmanuel


On Sat, Nov 8, 2014 at 7:44 AM, Lucas Theisen <lu...@pastdev.com>
wrote:

> +1 successful build and test on centos 6.3
> On Nov 7, 2014 8:49 AM, "Emmanuel Lécharny" <el...@gmail.com> wrote:
>
>> Hi,
>>
>> a second attempt to get it released, after a bug has been fixed in the
>> sort control grammar.
>>
>>  This is a vote for the 25th milestone of the 1.0.0 LDAP API/Shared,
>> 1.0.0-M25.
>>
>> It's a bug fix release.
>>
>> It contains a few bug fixes, and some new features and a better Ldap
>> Connection Pool :
>>
>> Bugs
>> * DIRAPI-137 Add Control support for  RFC 2891 - LDAP Control Extension
>> for Server Side Sorting of Search Results
>> http://www.faqs.org/rfcs/rfc2891.html
>> * DIRAPI-174 LdifReader should provide errors wih line number
>> * DIRAPI-184 Supply one method in SearchCursor to judge it has element or
>> not.
>> * DIRAPI-201 Incossistent Import-Package in
>> org.apache.directory.api.ldap.model
>> * DIRAPI-205 AliasDerefMode can't work for API when alias entries can be
>> search out and Server is Sun Directory Server
>> * DIRAPI-206 BindRequest logs exception on valid call to setter
>> * DIRAPI-208 The Connection Pool is a bit too aggressive when it comes to
>> validate connections
>>
>>
>> The revision :
>>
>> http://svn.apache.org/r1637341
>>
>> The SVN tag:
>> http://svn.apache.org/repos/asf/directory/shared/tags/1.0.0-M25
>>
>> The source and binary distribution packages:
>> http://people.apache.org/~elecharny/
>>
>> The staging repository:
>>
>> https://repository.apache.org/content/repositories/orgapachedirectory-1014/
>>
>>
>> Please cast your votes:
>> [ ] +1 Release Shared/LDAP API 1.0.0-M25
>> [ ] 0 abstain
>> [ ] -1 Do not release Shared/LDAP API 1.0.0-M25
>>
>>
>> Emmanuel
>>
>> --
>> Regards,
>> Cordialement,
>> Emmanuel Lécharny
>> www.iktek.com
>>
>>
>>


-- 
Kiran Ayyagari
http://keydap.com

Re: [VOTE] Release of LDAP API 1.0.0-M25, take 2

Posted by Lucas Theisen <lu...@pastdev.com>.
+1 successful build and test on centos 6.3
On Nov 7, 2014 8:49 AM, "Emmanuel Lécharny" <el...@gmail.com> wrote:

> Hi,
>
> a second attempt to get it released, after a bug has been fixed in the
> sort control grammar.
>
>  This is a vote for the 25th milestone of the 1.0.0 LDAP API/Shared,
> 1.0.0-M25.
>
> It's a bug fix release.
>
> It contains a few bug fixes, and some new features and a better Ldap
> Connection Pool :
>
> Bugs
> * DIRAPI-137 Add Control support for  RFC 2891 - LDAP Control Extension
> for Server Side Sorting of Search Results
> http://www.faqs.org/rfcs/rfc2891.html
> * DIRAPI-174 LdifReader should provide errors wih line number
> * DIRAPI-184 Supply one method in SearchCursor to judge it has element or
> not.
> * DIRAPI-201 Incossistent Import-Package in
> org.apache.directory.api.ldap.model
> * DIRAPI-205 AliasDerefMode can't work for API when alias entries can be
> search out and Server is Sun Directory Server
> * DIRAPI-206 BindRequest logs exception on valid call to setter
> * DIRAPI-208 The Connection Pool is a bit too aggressive when it comes to
> validate connections
>
>
> The revision :
>
> http://svn.apache.org/r1637341
>
> The SVN tag:
> http://svn.apache.org/repos/asf/directory/shared/tags/1.0.0-M25
>
> The source and binary distribution packages:
> http://people.apache.org/~elecharny/
>
> The staging repository:
> https://repository.apache.org/content/repositories/orgapachedirectory-1014/
>
>
> Please cast your votes:
> [ ] +1 Release Shared/LDAP API 1.0.0-M25
> [ ] 0 abstain
> [ ] -1 Do not release Shared/LDAP API 1.0.0-M25
>
>
> Emmanuel
>
> --
> Regards,
> Cordialement,
> Emmanuel Lécharny
> www.iktek.com
>
>
>