This is an automated email from the ASF dual-hosted git repository.
gk pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/turbine-core.git
from ba1d39ce Refactored and Fixed Date time formatter: extend with zoneId,
use locale in tool, if available, add debug log in RundataLocalizationService
new 84d70b62 Turbine Services annotation: allow class level declaration as
an alternative to set the service identifier and the ability to 'inherit'
turbine services in fields and methods.
new 557dd58b Update changes.xml and javadoc, add debug logging
new 306fff6b Ignore eclipse annotation generated folders. Disable
(comment) experimental settings in test classes. Adjust changes.xml.
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 2 +
conf/test/CompleteTurbineResources.properties | 8 ++
conf/test/fulcrumComponentConfiguration.xml | 2 +
conf/test/fulcrumRoleConfiguration.xml | 6 ++
src/changes/changes.xml | 8 ++
.../turbine/annotation/AnnotationProcessor.java | 65 ++++++++++++++--
.../apache/turbine/annotation/TurbineService.java | 6 +-
.../services/FieldAnnotatedTurbineBaseService.java | 63 ++++++++++++++++
.../MethodAnnotatedTurbineBaseService.java | 59 +++++++++++++++
.../localization/DateTimeFormatterService.java | 9 +--
.../apache/turbine/modules/ActionLoaderTest.java | 21 ++++++
...elocityActionWithExtendedServiceInjection.java} | 38 +++++-----
.../services/ServiceWithServiceInjection.java | 88 ++++++++++++++++++++++
.../services/ServiceWithServiceInjection2.java | 61 +++++++++++++++
14 files changed, 402 insertions(+), 34 deletions(-)
create mode 100644
src/java/org/apache/turbine/services/FieldAnnotatedTurbineBaseService.java
create mode 100644
src/java/org/apache/turbine/services/MethodAnnotatedTurbineBaseService.java
copy
src/test/org/apache/turbine/modules/actions/{VelocityActionWithServiceInjection.java
=> VelocityActionWithExtendedServiceInjection.java} (59%)
create mode 100644
src/test/org/apache/turbine/services/ServiceWithServiceInjection.java
create mode 100644
src/test/org/apache/turbine/services/ServiceWithServiceInjection2.java