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 9370eb6292c38f7566d6139574a52b801cc55bf4 (commit)
from e3d53b99c5289b3fab0f2c8e475649c20ffab22c (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 9370eb6292c38f7566d6139574a52b801cc55bf4
Author: Mauro Talevi <[email protected]>
Date: Mon Jun 13 15:15:32 2011 +0200
JBEHAVE-534: Separated matching of candidate steps, based on type, from the
creation of steps instance, only done if the candidate step matches.
-----------------------------------------------------------------------
Summary of changes:
.../jbehave/core/steps/AbstractStepsFactory.java | 24 +++++--
.../org/jbehave/core/steps/BeforeOrAfterStep.java | 8 +-
.../jbehave/core/steps/CompositeStepsFactory.java | 17 +++++
.../jbehave/core/steps/InjectableStepsFactory.java | 6 +-
.../jbehave/core/steps/InstanceStepsFactory.java | 25 ++++++--
.../jbehave/core/steps/ParameterConverters.java | 20 +++++-
.../jbehave/core/steps/ProvidedStepsFactory.java | 19 ++++++
.../java/org/jbehave/core/steps/StepCandidate.java | 18 +++--
.../java/org/jbehave/core/steps/StepCreator.java | 19 ++++--
.../main/java/org/jbehave/core/steps/Steps.java | 69 ++++++++++++++------
.../jbehave/core/steps/StepCandidateBehaviour.java | 18 +++--
.../jbehave/core/steps/StepCreatorBehaviour.java | 16 +++--
.../core/steps/groovy/GroovyStepsFactory.java | 12 ++-
.../steps/groovy/GroovyStepsFactoryBehaviour.java | 8 +-
.../core/steps/guice/GuiceStepsFactory.java | 43 +++++++++---
.../steps/guice/GuiceStepsFactoryBehaviour.java | 23 ++----
.../jbehave/core/steps/pico/PicoStepsFactory.java | 18 ++++--
.../core/steps/pico/PicoStepsFactoryBehaviour.java | 25 +++-----
.../core/steps/spring/SpringStepsFactory.java | 33 ++++++----
.../jbehave/core/steps/weld/WeldStepsFactory.java | 17 ++++-
20 files changed, 295 insertions(+), 143 deletions(-)
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>