-1 Main blockers: * Maven groupId is org.apache.directory.project, I think it should be org.apache.directory.fortress (or just org.apache.fortress)? * Dependency JGraphT 0.7.3 is LGPL, we should consider to update to more recent 0.9.1 which has dual licence LGPL or EPL and choose the EPL one.
Additional things to fix: * The root folder and the lib folder contain various license files. I think only the main LICENSE file should remain in the root folder. Other licenses should be moved to a distinctive "licenses" folder. * We also need to check which license file are required, compare with generated target/maven-shared-archive-resources/META-INF/DEPENDENCIES file. * The LICENSE.cmdLineParser.txt is required as source file is included (org/apache/directory/fortress/core/cli/CmdLineParser.java) * I think the Terracotta license is not required as we only use ehcache-core which uses Apache License * The NOTICE file does not seem to have the common format. Last question: Is is right that mvn clean install doesn't run any tests? (I didn't read the readme yet ;) Kind Regards, Stefan On 04/08/2015 12:48 AM, Emmanuel Lécharny wrote: > Hi, > > This is a vote for the Fortress Core 1.0-RC40 release. This is a Release > Candidate, it will be > followed by potentially a few other release candidate before we reach a 1.0.0. > > This will also be the first Fortress Core release at Apache. > > > Here is the list of fixed issues sinc ethe code has been injected into teh > ASF repository: > > > Bugs : > ------ > * [FC-6] - delPermObjs causes LDAP 80 error > * [FC-8] - Add SSD Constraint check to updateRole > * [FC-9] - CreateSession error on ApacheDS and Ubuntu 32 > * [FC-11] - MDB Error during deletion > * [FC-12] - Delete descendant role error > * [FC-37] - Accelerator jar is refering to a SNAPSHOT version of the > released LDAP API > > * [FC-39] - Cleanup NPE during ldap pool init > * [FC-47] - OrganizationalUnitDao create attribute syntax violation > * [FC-49] - The J2eePolicyMgrImpl.createSession() class stores the wront > type into the context > * [FC-54] - Benchmark activities > * [FC-57] - Fortress testCreateSession fails negative test > * [FC-58] - Selenium Firefox Driver hangs on Ubuntu 14.04 > * [FC-60] - Add RFC2307bis attributes to User @XmlType > * [FC-63] - Search only returns 100 > * [FC-64] - AdminRoleDAO.unload has NPE > * [FC-65] - Turn off Fortress audit and pw policy test cases > * [FC-67] - Fix config switch for slapd attributes > * [FC-70] - remove dummy object from web lists > * [FC-74] - DSD checking on hierarchical relationships incorrect > * [FC-80] - Fix logout for unauthorized users > > > Improvements : > -------------- > * [FC-7] - Enhance Role Assignment Func > * [FC-22] - Switch to junit 4.11 > * [FC-23] - Make the PasswordPolicy code to work with ApacheDS > * [FC-24] - Add the missing serialVersionUID for Serializable classes > * [FC-25] - Improve the way Factories create instances > * [FC-31] - Add sortvals to slapd.conf > * [FC-44] - Define a LdapPool configuration taht does not validate > connections > * [FC-45] - Normalize fortress test policies > * [FC-48] - remove log4j from realm impl > * [FC-55] - Backup Accelerator Session DB on recreate > * [FC-56] - Fix Documentation > * [FC-59] - Modify sample Fortress Rest Server policy > * [FC-62] - Update ant dependencies > * [FC-66] - add panel headers > * [FC-68] - Rename config artifacts > * [FC-69] - Sort lists in fortress web > * [FC-71] - add description field to permission page > * [FC-72] - display select to info panel > * [FC-82] - upgrade CXF in rest component > * [FC-83] - Cleanup core test processing > * [FC-84] - Add console and cli to mvn > * [FC-87] - mavenize jmeter tests > > > New Features : > -------------- > * [FC-50] - Add password policy support > * [FC-78] - add deserializer to realm policymgr > > > Tasks : > ------- > * [FC-2] - Fulfill the IP Clearance form > * [FC-30] - UnboundID SDK removal preparations > * [FC-40] - Use the LDAP API constants instead of GlobalIDs constants > when possible > > > The revision : > > http://git-wip-us.apache.org/repos/asf/directory-fortress-core/commit/bb913713 > > The SVN tag: > refs/tags/1.0-RC40 > > The source and binary distribution packages: > http://people.apache.org/~elecharny/ > > The staging repository: > ttps://repository.apache.org/content/repositories/orgapachedirectory-1028 > <https://repository.apache.org/content/repositories/orgapachedirectory-1028> > > > Please cast your votes: > [ ] +1 Release Fortress Core 1.0.-RC40 > [ ] 0 abstain > [ ] -1 Do not release Fortress Core 1.0.-RC40 > > > -- > Regards, > Cordialement, > Emmanuel Lécharny > www.iktek.com > > >
