This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "jbehave-core".
The branch, master has been updated via 942d12b1b22ad12a7c7fa2ced67a2fb430bca128 (commit) from 6d2d120204b9cbbecdf2a36ad012799811924e68 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 942d12b1b22ad12a7c7fa2ced67a2fb430bca128 Author: Mauro Talevi <mauro.tal...@aquilonia.org> Date: Sat Apr 30 12:14:51 2011 +0200 JBEHAVE-492: Updated annotation builders to use steps factory by default. Behaviour controlled by @UsingEmbedder(stepsFactory=[true|false]) flag. Added CompositeStepsFactory to allow composition of steps factories, as typically used by DI containers. ----------------------------------------------------------------------- Summary of changes: .../jbehave/core/annotations/UsingEmbedder.java | 7 ++- .../core/configuration/AnnotationBuilder.java | 26 ++++++++++-- .../jbehave/core/steps/CompositeStepsFactory.java | 34 +++++++++++++++ .../configuration/AnnotationBuilderBehaviour.java | 43 ++++++++++++++++++++ .../groovy/GroovyAnnotationBuilder.java | 15 +++---- .../guice/GuiceAnnotationBuilder.java | 13 +++--- .../configuration/pico/PicoAnnotationBuilder.java | 15 +++---- .../spring/SpringAnnotationBuilder.java | 13 +++--- .../configuration/weld/WeldAnnotationBuilder.java | 14 +++---- 9 files changed, 133 insertions(+), 47 deletions(-) create mode 100644 jbehave-core/src/main/java/org/jbehave/core/steps/CompositeStepsFactory.java hooks/post-receive -- jbehave-core <hr/> <p> To unsubscribe from this list please visit: </p> <p> <a href="http://xircles.codehaus.org/manage_email">http://xircles.codehaus.org/manage_email</a>