You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fortress@directory.apache.org by Shawn McKinney <sm...@apache.org> on 2020/05/22 20:04:47 UTC

[VOTE] Apache Fortress 2.0.5 release

Hello,

This is an announcement to vote for the next release of Apache Directory Fortress, 2.0.5.

Here are the list of bugs and enhancements:

https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315921&version=12348279

A tag created for git: ‘2.0.5', and the sources may be pulled using git commands:
git clone --branch 2.0.5 https://git-wip-us.apache.org/repos/asf/directory-fortress-core.git
git clone --branch 2.0.5 https://git-wip-us.apache.org/repos/asf/directory-fortress-realm.git
git clone --branch 2.0.5 https://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse.git
git clone --branch 2.0.5 https://git-wip-us.apache.org/repos/asf/directory-fortress-commander.git
	
with their associated checksums:
- core:  04b7e6eee81a2f51c01bf793c86978730e33fc1b
- realm: 28aa7da13e6f3cd683b2c8c71eff6387af674583 
- rest:  cd0092ee400c8fffed15e19edade209bf320fc1a
- web:   cdabf2fb9db5334fa537bf2bd46572fb7c285161

Or, source and binary distros may be downloaded from SVN:
- https://dist.apache.org/repos/dist/dev/directory/fortress/2.0.5/

The staging repo on Nexus:
- https://repository.apache.org/content/repositories/orgapachedirectory-1191

Test against LDAP using one of these:
- https://github.com/apache/directory-fortress-core/blob/master/README-QUICKSTART-DOCKER-APACHEDS.md
- https://github.com/apache/directory-fortress-core/blob/master/README-QUICKSTART-DOCKER-SLAPD.md

- Choose one of the above.  Complete (only) the sections leading up to and including the SECTION entitled: 'Apache Fortress Core Integration Test’

Please vote:
[ ] +1   | Release Fortress 2.0.5
[ ] +/-0 | Abstain
[ ] -1   | Do *NOT* Release Fortress 2.0.5

—
Shawn


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


Re: [VOTE] Apache Fortress 2.0.5 release

Posted by Shawn McKinney <sm...@apache.org>.

> On May 23, 2020, at 8:09 AM, Emmanuel Lécharny <el...@gmail.com> wrote:
> 
> I'm currently running the tests against 2.0.5. There is a problem in the Dockerfile, which tries to download ApacheDS 2.0.0-M24 from the wrong place :
> 
> # Install ApacheDS
> RUN \
>     wget http://www.apache.org/dist//directory/apacheds/dist/${APACHEDS_VERSION}/apacheds-${APACHEDS_VERSION}-amd64.deb -q -O /tmp/apacheds.deb && \
> 
> should be :
> 
> 
> # Install ApacheDS
> RUN \
>     wget http://archive.apache.org/dist//directory/apacheds/dist/${APACHEDS_VERSION}/apacheds-${APACHEDS_VERSION}-amd64.deb -q -O /tmp/apacheds.deb && \
> 
> 
> Every version but the last one are moved to archive.
> 
> Not a blocker, but something to fix in the next release.
> 

Good catch Emmanuel.  I’ll get it fixed.

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


Re: [VOTE] Apache Fortress 2.0.5 release

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


I'm currently running the tests against 2.0.5. There is a problem in the 
Dockerfile, which tries to download ApacheDS 2.0.0-M24 from the wrong 
place :

# Install ApacheDS
RUN \
     wget 
http://www.apache.org/dist//directory/apacheds/dist/${APACHEDS_VERSION}/apacheds-${APACHEDS_VERSION}-amd64.deb 
-q -O /tmp/apacheds.deb && \

should be :


# Install ApacheDS
RUN \
     wget 
http://archive.apache.org/dist//directory/apacheds/dist/${APACHEDS_VERSION}/apacheds-${APACHEDS_VERSION}-amd64.deb 
-q -O /tmp/apacheds.deb && \


Every version but the last one are moved to archive.

Not a blocker, but something to fix in the next release.


On 22/05/2020 22:04, Shawn McKinney wrote:
> Hello,
>
> This is an announcement to vote for the next release of Apache Directory Fortress, 2.0.5.
>
> Here are the list of bugs and enhancements:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315921&version=12348279
>
> A tag created for git: ‘2.0.5', and the sources may be pulled using git commands:
> git clone --branch 2.0.5 https://git-wip-us.apache.org/repos/asf/directory-fortress-core.git
> git clone --branch 2.0.5 https://git-wip-us.apache.org/repos/asf/directory-fortress-realm.git
> git clone --branch 2.0.5 https://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse.git
> git clone --branch 2.0.5 https://git-wip-us.apache.org/repos/asf/directory-fortress-commander.git
> 	
> with their associated checksums:
> - core:  04b7e6eee81a2f51c01bf793c86978730e33fc1b
> - realm: 28aa7da13e6f3cd683b2c8c71eff6387af674583
> - rest:  cd0092ee400c8fffed15e19edade209bf320fc1a
> - web:   cdabf2fb9db5334fa537bf2bd46572fb7c285161
>
> Or, source and binary distros may be downloaded from SVN:
> - https://dist.apache.org/repos/dist/dev/directory/fortress/2.0.5/
>
> The staging repo on Nexus:
> - https://repository.apache.org/content/repositories/orgapachedirectory-1191
>
> Test against LDAP using one of these:
> - https://github.com/apache/directory-fortress-core/blob/master/README-QUICKSTART-DOCKER-APACHEDS.md
> - https://github.com/apache/directory-fortress-core/blob/master/README-QUICKSTART-DOCKER-SLAPD.md
>
> - Choose one of the above.  Complete (only) the sections leading up to and including the SECTION entitled: 'Apache Fortress Core Integration Test’
>
> Please vote:
> [ ] +1   | Release Fortress 2.0.5
> [ ] +/-0 | Abstain
> [ ] -1   | Do *NOT* Release Fortress 2.0.5
>
> —
> Shawn
>
>
> ---------------------------------------------------------------------
> 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


[Result][VOTE] Apache Fortress 2.0.5 release

Posted by Shawn McKinney <sm...@apache.org>.
I’m closing the vote with a +3 count, myself, Emmanuel and Stefan.  

Will be publishing artifacts, updating the website. We’ll announce in a couple of days.

Thanks,

—
Shawn

> On May 25, 2020, at 2:27 PM, Stefan Seelmann <ma...@stefan-seelmann.de> wrote:
> 
> +1
> 
> * Checked checksums and signatures
> * Checked legal files
> * Built with Java 8, 11 (and 14)
> 
> Kind Regards,
> Stefan
> 
> PS: fortress-core fails to compile with Java 14 because java.xml.bind is
> no longer part of the JDK and needs to be added as dependency.
> 
> 
> On 5/22/20 10:04 PM, Shawn McKinney wrote:
>> Hello,
>> 
>> This is an announcement to vote for the next release of Apache Directory Fortress, 2.0.5.
>> 
>> Here are the list of bugs and enhancements:
>> 
>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315921&version=12348279
>> 
>> A tag created for git: ‘2.0.5', and the sources may be pulled using git commands:
>> git clone --branch 2.0.5 https://git-wip-us.apache.org/repos/asf/directory-fortress-core.git
>> git clone --branch 2.0.5 https://git-wip-us.apache.org/repos/asf/directory-fortress-realm.git
>> git clone --branch 2.0.5 https://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse.git
>> git clone --branch 2.0.5 https://git-wip-us.apache.org/repos/asf/directory-fortress-commander.git
>> 	
>> with their associated checksums:
>> - core:  04b7e6eee81a2f51c01bf793c86978730e33fc1b
>> - realm: 28aa7da13e6f3cd683b2c8c71eff6387af674583
>> - rest:  cd0092ee400c8fffed15e19edade209bf320fc1a
>> - web:   cdabf2fb9db5334fa537bf2bd46572fb7c285161
>> 
>> Or, source and binary distros may be downloaded from SVN:
>> - https://dist.apache.org/repos/dist/dev/directory/fortress/2.0.5/
>> 
>> The staging repo on Nexus:
>> - https://repository.apache.org/content/repositories/orgapachedirectory-1191
>> 
>> Test against LDAP using one of these:
>> - https://github.com/apache/directory-fortress-core/blob/master/README-QUICKSTART-DOCKER-APACHEDS.md
>> - https://github.com/apache/directory-fortress-core/blob/master/README-QUICKSTART-DOCKER-SLAPD.md
>> 
>> - Choose one of the above.  Complete (only) the sections leading up to and including the SECTION entitled: 'Apache Fortress Core Integration Test’
>> 
>> Please vote:
>> [ ] +1   | Release Fortress 2.0.5
>> [ ] +/-0 | Abstain
>> [ ] -1   | Do *NOT* Release Fortress 2.0.5
>> 
>> —
>> Shawn
>> 
>> 
>> ---------------------------------------------------------------------
>> 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
> 


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


[Result][VOTE] Apache Fortress 2.0.5 release

Posted by Shawn McKinney <sm...@apache.org>.
I’m closing the vote with a +3 count, myself, Emmanuel and Stefan.  

Will be publishing artifacts, updating the website. We’ll announce in a couple of days.

Thanks,

—
Shawn

> On May 25, 2020, at 2:27 PM, Stefan Seelmann <ma...@stefan-seelmann.de> wrote:
> 
> +1
> 
> * Checked checksums and signatures
> * Checked legal files
> * Built with Java 8, 11 (and 14)
> 
> Kind Regards,
> Stefan
> 
> PS: fortress-core fails to compile with Java 14 because java.xml.bind is
> no longer part of the JDK and needs to be added as dependency.
> 
> 
> On 5/22/20 10:04 PM, Shawn McKinney wrote:
>> Hello,
>> 
>> This is an announcement to vote for the next release of Apache Directory Fortress, 2.0.5.
>> 
>> Here are the list of bugs and enhancements:
>> 
>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315921&version=12348279
>> 
>> A tag created for git: ‘2.0.5', and the sources may be pulled using git commands:
>> git clone --branch 2.0.5 https://git-wip-us.apache.org/repos/asf/directory-fortress-core.git
>> git clone --branch 2.0.5 https://git-wip-us.apache.org/repos/asf/directory-fortress-realm.git
>> git clone --branch 2.0.5 https://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse.git
>> git clone --branch 2.0.5 https://git-wip-us.apache.org/repos/asf/directory-fortress-commander.git
>> 	
>> with their associated checksums:
>> - core:  04b7e6eee81a2f51c01bf793c86978730e33fc1b
>> - realm: 28aa7da13e6f3cd683b2c8c71eff6387af674583
>> - rest:  cd0092ee400c8fffed15e19edade209bf320fc1a
>> - web:   cdabf2fb9db5334fa537bf2bd46572fb7c285161
>> 
>> Or, source and binary distros may be downloaded from SVN:
>> - https://dist.apache.org/repos/dist/dev/directory/fortress/2.0.5/
>> 
>> The staging repo on Nexus:
>> - https://repository.apache.org/content/repositories/orgapachedirectory-1191
>> 
>> Test against LDAP using one of these:
>> - https://github.com/apache/directory-fortress-core/blob/master/README-QUICKSTART-DOCKER-APACHEDS.md
>> - https://github.com/apache/directory-fortress-core/blob/master/README-QUICKSTART-DOCKER-SLAPD.md
>> 
>> - Choose one of the above.  Complete (only) the sections leading up to and including the SECTION entitled: 'Apache Fortress Core Integration Test’
>> 
>> Please vote:
>> [ ] +1   | Release Fortress 2.0.5
>> [ ] +/-0 | Abstain
>> [ ] -1   | Do *NOT* Release Fortress 2.0.5
>> 
>> —
>> Shawn
>> 
>> 
>> ---------------------------------------------------------------------
>> 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
> 


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


Re: [VOTE] Apache Fortress 2.0.5 release

Posted by Shawn McKinney <sm...@apache.org>.
> On May 25, 2020, at 2:27 PM, Stefan Seelmann <ma...@stefan-seelmann.de> wrote:
> 
> PS: fortress-core fails to compile with Java 14 because java.xml.bind is
> no longer part of the JDK and needs to be added as dependency.

Hi Stefan,

Good catch. A profile was in the core’s pom. But, it only activated on jdk11. 

Will change to activate for jdk 9 and beyond...

<profile>
  <id>jdk-9+</id>
  <activation>
    <jdk>[9,]</jdk>   
   </activation>
   <dependencies>
     <dependency>
       <groupId>javax.xml.bind</groupId>
       <artifactId>jaxb-api</artifactId>           
      </dependency>. 
   </dependencies>
</profile>

Thanks for pointing it out.

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


Re: [VOTE] Apache Fortress 2.0.5 release

Posted by Stefan Seelmann <ma...@stefan-seelmann.de>.
+1

* Checked checksums and signatures
* Checked legal files
* Built with Java 8, 11 (and 14)

Kind Regards,
Stefan

PS: fortress-core fails to compile with Java 14 because java.xml.bind is
no longer part of the JDK and needs to be added as dependency.


On 5/22/20 10:04 PM, Shawn McKinney wrote:
> Hello,
> 
> This is an announcement to vote for the next release of Apache Directory Fortress, 2.0.5.
> 
> Here are the list of bugs and enhancements:
> 
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315921&version=12348279
> 
> A tag created for git: ‘2.0.5', and the sources may be pulled using git commands:
> git clone --branch 2.0.5 https://git-wip-us.apache.org/repos/asf/directory-fortress-core.git
> git clone --branch 2.0.5 https://git-wip-us.apache.org/repos/asf/directory-fortress-realm.git
> git clone --branch 2.0.5 https://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse.git
> git clone --branch 2.0.5 https://git-wip-us.apache.org/repos/asf/directory-fortress-commander.git
> 	
> with their associated checksums:
> - core:  04b7e6eee81a2f51c01bf793c86978730e33fc1b
> - realm: 28aa7da13e6f3cd683b2c8c71eff6387af674583 
> - rest:  cd0092ee400c8fffed15e19edade209bf320fc1a
> - web:   cdabf2fb9db5334fa537bf2bd46572fb7c285161
> 
> Or, source and binary distros may be downloaded from SVN:
> - https://dist.apache.org/repos/dist/dev/directory/fortress/2.0.5/
> 
> The staging repo on Nexus:
> - https://repository.apache.org/content/repositories/orgapachedirectory-1191
> 
> Test against LDAP using one of these:
> - https://github.com/apache/directory-fortress-core/blob/master/README-QUICKSTART-DOCKER-APACHEDS.md
> - https://github.com/apache/directory-fortress-core/blob/master/README-QUICKSTART-DOCKER-SLAPD.md
> 
> - Choose one of the above.  Complete (only) the sections leading up to and including the SECTION entitled: 'Apache Fortress Core Integration Test’
> 
> Please vote:
> [ ] +1   | Release Fortress 2.0.5
> [ ] +/-0 | Abstain
> [ ] -1   | Do *NOT* Release Fortress 2.0.5
> 
> —
> Shawn
> 
> 
> ---------------------------------------------------------------------
> 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: [VOTE] Apache Fortress 2.0.5 release

Posted by Shawn McKinney <sm...@apache.org>.
> On May 25, 2020, at 9:55 AM, Emmanuel Lécharny <el...@gmail.com> wrote:
> 
> I'm following the https://github.com/apache/directory-fortress-core/blob/master/README-QUICKSTART-DOCKER-APACHEDS.md page :
> 
> 3. Run the docker container:
> 
> |CONTAINER_ID=$(docker run -d -P apachedirectory/apacheds-for-apache-fortress-tests) CONTAINER_PORT=$(docker inspect --format='{{(index (index .NetworkSettings.Ports "10389/tcp") 0).HostPort}}' $CONTAINER_ID) echo $CONTAINER_PORT ... |
> 
> 5. Edit the /build.properties/ file:
> 
> |vi build.properties |
> 
> 6. Update the /ldap.port/ prop:
> 
> |ldap.port= port from earlier step
> |

Got it.  Good idea. I’ll look at updating the doc. Simplify, remove the fussing with property files for tests.

Thanks Emmanuel!

—
Shawn


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


Re: [VOTE] Apache Fortress 2.0.5 release

Posted by Emmanuel Lécharny <el...@gmail.com>.
On 25/05/2020 16:30, Shawn McKinney wrote:
>> On May 24, 2020, at 3:48 PM, Emmanuel Lécharny <el...@gmail.com> wrote:
>>
>> On 24/05/2020 13:44, Shawn McKinney wrote:
>>>> On May 23, 2020, at 10:41 PM, Emmanuel Lécharny <el...@gmail.com> wrote:
>>>>
>>>> My +1
>>>>
>>>> - run tests against git repo and distros
>>>>
>>>> - check hashes
>>>>
>>>> All is good for me (except the Dockerfile used for tests).
>>> Cool.  I spent some time yesterday working on the Docker tests for both apacheds and openldap.  Fixed the problem you identified.  Found another with openldap, the slapd.conf was missing, which would broke those tests as well.  Updated the container images in docker hub. Should be all good now.
>>
>> I think you may find a way to automatically set the LDAP port to be fixed instead of having to change the config file. This is a annoying step. (not a big deal though...)
> Not sure I’m tracking here.  As in the client has to set the port in the build.properties file?


I'm following the 
https://github.com/apache/directory-fortress-core/blob/master/README-QUICKSTART-DOCKER-APACHEDS.md 
page :


 3. Run the docker container:

|CONTAINER_ID=$(docker run -d -P 
apachedirectory/apacheds-for-apache-fortress-tests) 
CONTAINER_PORT=$(docker inspect --format='{{(index (index 
.NetworkSettings.Ports "10389/tcp") 0).HostPort}}' $CONTAINER_ID) echo 
$CONTAINER_PORT ... |

 5. Edit the /build.properties/ file:

|vi build.properties |

 6. Update the /ldap.port/ prop:

|ldap.port= port from earlier step
|



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


Re: [VOTE] Apache Fortress 2.0.5 release

Posted by Shawn McKinney <sm...@apache.org>.
> On May 24, 2020, at 3:48 PM, Emmanuel Lécharny <el...@gmail.com> wrote:
> 
> On 24/05/2020 13:44, Shawn McKinney wrote:
>>> On May 23, 2020, at 10:41 PM, Emmanuel Lécharny <el...@gmail.com> wrote:
>>> 
>>> My +1
>>> 
>>> - run tests against git repo and distros
>>> 
>>> - check hashes
>>> 
>>> All is good for me (except the Dockerfile used for tests).
>> Cool.  I spent some time yesterday working on the Docker tests for both apacheds and openldap.  Fixed the problem you identified.  Found another with openldap, the slapd.conf was missing, which would broke those tests as well.  Updated the container images in docker hub. Should be all good now.
> 
> 
> I think you may find a way to automatically set the LDAP port to be fixed instead of having to change the config file. This is a annoying step. (not a big deal though...)

Not sure I’m tracking here.  As in the client has to set the port in the build.properties file?

That was fixed some time ago. The ldap server coordinates may be inserted as java system properties…

https://github.com/apache/directory-fortress-core/blob/master/README-CONFIG.md

SECTION 4. Fortress Configuration Overrides

Optional - Used to override fortress properties at runtime.

These fortress properties may be overridden at runtime by setting as Java System Properties:

	• fortress.host
	• fortress.port
	• fortress.admin.user
	• fortress.admin.pw
	• fortress.min.admin.conn
	• fortress.max.admin.conn
	• fortress.enable.ldap.ssl
	• fortress.enable.ldap.ssl.debug
	• fortress.trust.store
	• fortress.trust.store.password
	• fortress.trust.store.onclasspath
	• fortress.config.realm
	• fortress.config.root
	• fortress.ldap.server.type
	• fortress.is.arbac02
The minimum system.properties to enable fortress apis to work (without a config file):

	• fortress.admin.user
	• fortress.admin.pw=secret
	• fortress.config.root=ou=Config,dc=example,dc=com
If the ldap host and port are not the default (localhost:389) set these two:

	• fortress.host
	• fortress.port

  




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


Re: [VOTE] Apache Fortress 2.0.5 release

Posted by Emmanuel Lécharny <el...@gmail.com>.
On 24/05/2020 13:44, Shawn McKinney wrote:
>> On May 23, 2020, at 10:41 PM, Emmanuel Lécharny <el...@gmail.com> wrote:
>>
>> My +1
>>
>> - run tests against git repo and distros
>>
>> - check hashes
>>
>> All is good for me (except the Dockerfile used for tests).
> Cool.  I spent some time yesterday working on the Docker tests for both apacheds and openldap.  Fixed the problem you identified.  Found another with openldap, the slapd.conf was missing, which would broke those tests as well.  Updated the container images in docker hub.  Should be all good now.


I think you may find a way to automatically set the LDAP port to be 
fixed instead of having to change the config file. This is a annoying 
step. (not a big deal though...)



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


Re: [VOTE] Apache Fortress 2.0.5 release

Posted by Shawn McKinney <sm...@apache.org>.
> On May 23, 2020, at 10:41 PM, Emmanuel Lécharny <el...@gmail.com> wrote:
> 
> My +1
> 
> - run tests against git repo and distros
> 
> - check hashes
> 
> All is good for me (except the Dockerfile used for tests).

Cool.  I spent some time yesterday working on the Docker tests for both apacheds and openldap.  Fixed the problem you identified.  Found another with openldap, the slapd.conf was missing, which would broke those tests as well.  Updated the container images in docker hub.  Should be all good now.

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


Re: [VOTE] Apache Fortress 2.0.5 release

Posted by Emmanuel Lécharny <el...@gmail.com>.
My +1

- run tests against git repo and distros

- check hashes

All is good for me (except the Dockerfile used for tests).


Thanks Shawn !

On 22/05/2020 22:04, Shawn McKinney wrote:
> Hello,
>
> This is an announcement to vote for the next release of Apache Directory Fortress, 2.0.5.
>
> Here are the list of bugs and enhancements:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315921&version=12348279
>
> A tag created for git: ‘2.0.5', and the sources may be pulled using git commands:
> git clone --branch 2.0.5 https://git-wip-us.apache.org/repos/asf/directory-fortress-core.git
> git clone --branch 2.0.5 https://git-wip-us.apache.org/repos/asf/directory-fortress-realm.git
> git clone --branch 2.0.5 https://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse.git
> git clone --branch 2.0.5 https://git-wip-us.apache.org/repos/asf/directory-fortress-commander.git
> 	
> with their associated checksums:
> - core:  04b7e6eee81a2f51c01bf793c86978730e33fc1b
> - realm: 28aa7da13e6f3cd683b2c8c71eff6387af674583
> - rest:  cd0092ee400c8fffed15e19edade209bf320fc1a
> - web:   cdabf2fb9db5334fa537bf2bd46572fb7c285161
>
> Or, source and binary distros may be downloaded from SVN:
> - https://dist.apache.org/repos/dist/dev/directory/fortress/2.0.5/
>
> The staging repo on Nexus:
> - https://repository.apache.org/content/repositories/orgapachedirectory-1191
>
> Test against LDAP using one of these:
> - https://github.com/apache/directory-fortress-core/blob/master/README-QUICKSTART-DOCKER-APACHEDS.md
> - https://github.com/apache/directory-fortress-core/blob/master/README-QUICKSTART-DOCKER-SLAPD.md
>
> - Choose one of the above.  Complete (only) the sections leading up to and including the SECTION entitled: 'Apache Fortress Core Integration Test’
>
> Please vote:
> [ ] +1   | Release Fortress 2.0.5
> [ ] +/-0 | Abstain
> [ ] -1   | Do *NOT* Release Fortress 2.0.5
>
> —
> Shawn
>
>
> ---------------------------------------------------------------------
> 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: [VOTE] Apache Fortress 2.0.5 release

Posted by Shawn McKinney <sm...@apache.org>.
> On May 23, 2020, at 3:02 PM, Emmanuel Lécharny <el...@gmail.com> wrote:
> 
> Doh... Seems I have been caught twice by the same trap...
> 
> Sorry for the noise.
> 
> I'll keep going with the checks, the first steps (checking the sources from git) is OK for me.

No worries Emmanuel, thanks for taking a look!  At some point, the uploads to maven repo need to be updated.  

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


Re: [VOTE] Apache Fortress 2.0.5 release

Posted by Emmanuel Lécharny <el...@gmail.com>.
On 23/05/2020 16:31, Shawn McKinney wrote:
>> On May 23, 2020, at 8:44 AM, Emmanuel Lécharny <el...@gmail.com> wrote:
>>
>> Another blunder :/
>>
>> The hashes *must* be >=  SHA-256. MD5 and SHA1 are not anymore valid.
>>
>> Can you generate the hashes and put them on https://repository.apache.org/content/repositories/orgapachedirectory-1191/org/apache/directory/fortress/fortress-core/2.0.5/ ?
>>
>> Thanks !
>>
>> (that means you'll have to fix the way those hashes are generated when releasing).
> Hi Emmanuel,
>
> We’re talking about what gets uploaded to maven repo (automatically).  This will require changing the pom?
>
> Also, didn’t we cover this last time?
>
> http://mail-archives.apache.org/mod_mbox/directory-dev/201912.mbox/%3c0cd0210c-c594-c48e-9a01-7d7cd11736c3@gmail.com%3e


Doh... Seems I have been caught twice by the same trap...

Sorry for the noise.


I'll keep going with the checks, the first steps (checking the sources 
from git) is OK for me.


Thanks Shawn !



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


Re: [VOTE] Apache Fortress 2.0.5 release

Posted by Shawn McKinney <sm...@apache.org>.
> On May 23, 2020, at 8:44 AM, Emmanuel Lécharny <el...@gmail.com> wrote:
> 
> Another blunder :/
> 
> The hashes *must* be >=  SHA-256. MD5 and SHA1 are not anymore valid.
> 
> Can you generate the hashes and put them on https://repository.apache.org/content/repositories/orgapachedirectory-1191/org/apache/directory/fortress/fortress-core/2.0.5/ ?
> 
> Thanks !
> 
> (that means you'll have to fix the way those hashes are generated when releasing).

Hi Emmanuel,

We’re talking about what gets uploaded to maven repo (automatically).  This will require changing the pom?

Also, didn’t we cover this last time?  

http://mail-archives.apache.org/mod_mbox/directory-dev/201912.mbox/%3c0cd0210c-c594-c48e-9a01-7d7cd11736c3@gmail.com%3e

As for what gets uploaded to apache dist, they will be (are) signed properly:

https://dist.apache.org/repos/dist/dev/directory/fortress/2.0.5/

Thanks

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


Re: [VOTE] Apache Fortress 2.0.5 release

Posted by Emmanuel Lécharny <el...@gmail.com>.
Another blunder :/

The hashes *must* be >=  SHA-256. MD5 and SHA1 are not anymore valid.


Can you generate the hashes and put them on 
https://repository.apache.org/content/repositories/orgapachedirectory-1191/org/apache/directory/fortress/fortress-core/2.0.5/ 
?


Thanks !


(that means you'll have to fix the way those hashes are generated when 
releasing).


Thanks !

On 22/05/2020 22:04, Shawn McKinney wrote:
> Hello,
>
> This is an announcement to vote for the next release of Apache Directory Fortress, 2.0.5.
>
> Here are the list of bugs and enhancements:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315921&version=12348279
>
> A tag created for git: ‘2.0.5', and the sources may be pulled using git commands:
> git clone --branch 2.0.5 https://git-wip-us.apache.org/repos/asf/directory-fortress-core.git
> git clone --branch 2.0.5 https://git-wip-us.apache.org/repos/asf/directory-fortress-realm.git
> git clone --branch 2.0.5 https://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse.git
> git clone --branch 2.0.5 https://git-wip-us.apache.org/repos/asf/directory-fortress-commander.git
> 	
> with their associated checksums:
> - core:  04b7e6eee81a2f51c01bf793c86978730e33fc1b
> - realm: 28aa7da13e6f3cd683b2c8c71eff6387af674583
> - rest:  cd0092ee400c8fffed15e19edade209bf320fc1a
> - web:   cdabf2fb9db5334fa537bf2bd46572fb7c285161
>
> Or, source and binary distros may be downloaded from SVN:
> - https://dist.apache.org/repos/dist/dev/directory/fortress/2.0.5/
>
> The staging repo on Nexus:
> - https://repository.apache.org/content/repositories/orgapachedirectory-1191
>
> Test against LDAP using one of these:
> - https://github.com/apache/directory-fortress-core/blob/master/README-QUICKSTART-DOCKER-APACHEDS.md
> - https://github.com/apache/directory-fortress-core/blob/master/README-QUICKSTART-DOCKER-SLAPD.md
>
> - Choose one of the above.  Complete (only) the sections leading up to and including the SECTION entitled: 'Apache Fortress Core Integration Test’
>
> Please vote:
> [ ] +1   | Release Fortress 2.0.5
> [ ] +/-0 | Abstain
> [ ] -1   | Do *NOT* Release Fortress 2.0.5
>
> —
> Shawn
>
>
> ---------------------------------------------------------------------
> 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: [VOTE] Apache Fortress 2.0.5 release

Posted by Stefan Seelmann <ma...@stefan-seelmann.de>.
I'll check tomorrow night (if noone else votes until then).

Kind Regards,
Stefan


On 5/22/20 10:04 PM, Shawn McKinney wrote:
> Hello,
> 
> This is an announcement to vote for the next release of Apache Directory Fortress, 2.0.5.
> 
> Here are the list of bugs and enhancements:
> 
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315921&version=12348279
> 
> A tag created for git: ‘2.0.5', and the sources may be pulled using git commands:
> git clone --branch 2.0.5 https://git-wip-us.apache.org/repos/asf/directory-fortress-core.git
> git clone --branch 2.0.5 https://git-wip-us.apache.org/repos/asf/directory-fortress-realm.git
> git clone --branch 2.0.5 https://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse.git
> git clone --branch 2.0.5 https://git-wip-us.apache.org/repos/asf/directory-fortress-commander.git
> 	
> with their associated checksums:
> - core:  04b7e6eee81a2f51c01bf793c86978730e33fc1b
> - realm: 28aa7da13e6f3cd683b2c8c71eff6387af674583 
> - rest:  cd0092ee400c8fffed15e19edade209bf320fc1a
> - web:   cdabf2fb9db5334fa537bf2bd46572fb7c285161
> 
> Or, source and binary distros may be downloaded from SVN:
> - https://dist.apache.org/repos/dist/dev/directory/fortress/2.0.5/
> 
> The staging repo on Nexus:
> - https://repository.apache.org/content/repositories/orgapachedirectory-1191
> 
> Test against LDAP using one of these:
> - https://github.com/apache/directory-fortress-core/blob/master/README-QUICKSTART-DOCKER-APACHEDS.md
> - https://github.com/apache/directory-fortress-core/blob/master/README-QUICKSTART-DOCKER-SLAPD.md
> 
> - Choose one of the above.  Complete (only) the sections leading up to and including the SECTION entitled: 'Apache Fortress Core Integration Test’
> 
> Please vote:
> [ ] +1   | Release Fortress 2.0.5
> [ ] +/-0 | Abstain
> [ ] -1   | Do *NOT* Release Fortress 2.0.5
> 
> —
> Shawn
> 
> 
> ---------------------------------------------------------------------
> 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