You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by Apache Wiki <wi...@apache.org> on 2017/11/22 10:59:16 UTC

[Turbine Wiki] Update of "Turbine4/Turbine4.0" by GeorgKallidis

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Turbine Wiki" for change notification.

The "Turbine4/Turbine4.0" page has been changed by GeorgKallidis:
https://wiki.apache.org/turbine/Turbine4/Turbine4.0

New page:
== T U R B I N E 4.0    ==
----

= 4.0M2 -> 4.0 =

== Major changes ==

 * in general cft. [[http://turbine.apache.org/turbine/turbine-4.0/changes-report.html|Changes Report Turbine 4.0 ]]

 * The turbine-classic-pipeline.xml expects now nested pipeline/valves/valve elements:
  {{{ 
  <pipeline>
       <valves>
         <valve>org.apache.turbine.pipeline.DetermineActionValve</valve>
         <valve> ....
         ....
       </valves>
     </pipeline>
  }}}

 * If you need a custom wrapper (by default {{{o.a.t.om-security.DefaultUserImpl}}} class) you may add in TR.properties
  {{{
    services.SecurityService.wrapper.class=your.custom.package.Class
  }}}
  
 * Find related discussion and howtos also in section 4.0M2 -> 4.0 on page '''[[/Turbine4.0M2|Turbine 4.0 Milestone 2]]''' 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@turbine.apache.org
For additional commands, e-mail: dev-help@turbine.apache.org