This is an automated email from the ASF dual-hosted git repository. gk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-security.git
commit 55f0104855ae0c22bec4a08bf917d7f8291c6872 Author: Georg Kallidis <[email protected]> AuthorDate: Tue Sep 21 10:51:23 2021 +0100 fix update reference to Torquue 4.1 --- xdocs/index.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/xdocs/index.xml b/xdocs/index.xml index 9fa681e..c2d19c7 100644 --- a/xdocs/index.xml +++ b/xdocs/index.xml @@ -242,9 +242,11 @@ As a default, the Torque Security Service uses <code>fulcrum</code> as the name of the connection pool for the tables used. This should be considered in the Torque configuration when the service is deployed. Another mapping <code>default</code> is provided for the Turbine models. + Additionally Torque-OM peer classes could be made configurable by using a <a href="http://turbine.apache.org/fulcrum/fulcrum-security/apidocs/org/apache/fulcrum/security/torque/peer/TorqueTurbinePeer.html">(marker) interface</a>. - This will be supported out of the box in schema configuration in <a href="http://db.apache.org/torque">Torque 4.1</a> release. - Until then class annotation has to be done manually, check examples in <a href="http://svn.apache.org/repos/asf/turbine/fulcrum/trunk/security/torque/src/test/">Fulcrum Security Torque</a>! + This is supported out of the box in schema configuration <a href="http://db.apache.org/torque">Torque 5.0</a> release. + + Before class annotation had to be done manually, check examples in <a href="http://svn.apache.org/repos/asf/turbine/fulcrum/trunk/security/torque/src/test/">Fulcrum Security Torque</a>! and for background cft. <a href="https://issues.apache.org/jira/browse/TORQUE-309">Torque-309</a>. </p>
