Author: gk
Date: Thu Dec 6 10:19:23 2018
New Revision: 1848278
URL: http://svn.apache.org/viewvc?rev=1848278&view=rev
Log:
- Update changes
Modified:
turbine/fulcrum/trunk/security/src/changes/changes.xml
Modified: turbine/fulcrum/trunk/security/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/security/src/changes/changes.xml?rev=1848278&r1=1848277&r2=1848278&view=diff
==============================================================================
--- turbine/fulcrum/trunk/security/src/changes/changes.xml (original)
+++ turbine/fulcrum/trunk/security/src/changes/changes.xml Thu Dec 6 10:19:23
2018
@@ -23,7 +23,17 @@
<author email="[email protected]">Eric Pugh</author>
</properties>
<body>
- <release version="1.1.2" date="in Subversion">
+ <release version="1.1.3" date="in Subversion">
+ <action type="update" dev="jp">
+ Update to commons-lang3, Java 8 by default
+ </action>
+ <action type="update" dev="gk">
+ - TurbineAccessControlList interface with generic type bound
+ - Java 8 by default
+ - Fix Torque OM build lifecycle (depends on Torque 4.0)
+ </action>
+ </release>
+ <release version="1.1.2" date="2018-02-02">
<action type="update" dev="gk">
- Torque Turbine Relationships in ACL (Access Control List, which is
immutable) with custom relationships: If not using the provided OM classes two
approaches exist to get proper ACL user/role/groups. Either overriding or by
configuration: Overriding the method retrieveAttachedObjects is done in custom
User OM class or use xml configuration and proper schema interface settings
(Torque OM), cft. test example.
- Added interfaces (TorqueTurbineUserGroupRolePeer,
TurbineUserGroupRoleModelPeerMapper) and abstract class
(TorqueAbstractTurbineTurbineSecurityEntityDefault) for OM mapping.