JBoss Identity IDM component 1.0.0.Alpha4 was tagged today.
Major changes are:
1) Improved testsuite with database coverage for:
- HSQLDB
- MySQL 4
- MySQL 5
- SQLServer
- PostgreSQL 8.2.3
- Oracle 9i
- Oracle 10g
with automated build in hudson:
http://hudson.jboss.org/hudson/view/JBoss Identity/
2) JBoss AS Integration (contributed by Jeff Yu)
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=154262
3) Some API improvements including:
- Role and RoleType properties exposed in RoleManager interface
- IdentitySearchControl[] was changed into IdentitySearchCriteria object created with
method in PersistenceManager and RelationshipManager interfaces
| public interface IdentitySearchCriteria
| {
|
| IdentitySearchCriteria sort(SortOrder order) throws UnsupportedCriterium;
|
| IdentitySearchCriteria sortAttributeName(String name) throws UnsupportedCriterium;
|
| IdentitySearchCriteria page(int firstResult, int maxResults) throws
UnsupportedCriterium;
|
| IdentitySearchCriteria attributeValuesFilter(String attributeName, String[]
attributeValue) throws UnsupportedCriterium;
|
| IdentitySearchCriteria idFilter(String filter) throws UnsupportedCriterium;
|
| }
|
- a preview of a new query API (still not implemented fully)
http://anonsvn.jboss.org/repos/jbossidentity/idm/tags/1.0.0.Alpha4/idm-ap...
4) A usual portion of bug fixes and testcases...
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4226513#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...