Author: tv
Date: Wed Sep 11 19:29:01 2013
New Revision: 1522001
URL: http://svn.apache.org/r1522001
Log:
Document changes
Modified:
turbine/core/trunk/src/changes/changes.xml
Modified: turbine/core/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/turbine/core/trunk/src/changes/changes.xml?rev=1522001&r1=1522000&r2=1522001&view=diff
==============================================================================
--- turbine/core/trunk/src/changes/changes.xml (original)
+++ turbine/core/trunk/src/changes/changes.xml Wed Sep 11 19:29:01 2013
@@ -25,6 +25,13 @@
<body>
<release version="4.0-M2" date="in Subversion">
+ <action type="update" dev="tv">
+ Refactor handling of annotated fields into AnnotationProcessor.
+ </action>
+ <action type="add" dev="tv">
+ Add Annotation @TurbineConfiguration to inject a configuration
+ instance into objects.
+ </action>
<action type="fix" dev="tv">
Fix Velocity logging.
</action>
@@ -38,8 +45,8 @@
Use Apache Turbine Parent POM version 2
</action>
<action type="add" dev="tv">
- Add Annotation @InjectService to inject Turbine service instance into
assemblers
- such as screens, actions, navigations etc.
+ Add Annotation @TurbineService to inject Turbine service instance into
assemblers
+ such as screens, actions, navigations etc. and pipeline valves.
See VelocityActionWithServiceInjection for an example.
</action>
<action type="add" dev="tv">