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: [email protected]
For additional commands, e-mail: [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to