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  a5e3649af40a8322d744136097ebb3c56e7415ff (commit)
      from  a60bb6db8c4c4b405ea0a8abc385f8e90a4b8936 (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 a5e3649af40a8322d744136097ebb3c56e7415ff
Author: Mauro Talevi <[email protected]>
Date:   Tue Jun 15 09:52:26 2010 +0100

    JBEHAVE-311:  Refactored all StepsFactory implementations to implement 
InjectableStepsFactory.
    Changed signature to return a List of CandidateSteps.

-----------------------------------------------------------------------

Summary of changes:
 .../examples/trader/ClasspathTraderEmbedder.java   |   26 +++++-----
 .../org/jbehave/examples/trader/TraderSteps.java   |    4 +-
 .../org/jbehave/examples/trader/TraderStory.java   |   10 ++--
 .../trader/guice/TraderStoryUsingGuice.java        |    4 +-
 .../examples/trader/i18n/ItTraderStory.java        |    4 +-
 .../trader/pico/TraderStoryUsingPicoContainer.java |    4 +-
 .../examples/trader/spring/SpringTraderRunner.java |   14 +++---
 .../trader/spring/TraderStoryUsingSpring.java      |    4 +-
 .../jbehave/examples/trader/stories/AndStep.java   |    4 +-
 .../trader/stories/ClaimsWithNullCalendar.java     |    6 +-
 .../stories/FailureFollowedByGivenStories.java     |    4 +-
 .../examples/trader/stories/PriorityMatching.java  |    4 +-
 .../org/jbehave/core/steps/StepsBehaviour.java     |    2 +-
 .../main/java/org/jbehave/core/AbstractStory.java  |    4 ++
 .../main/java/org/jbehave/core/RunnableStory.java  |    9 ++++
 .../jbehave/core/steps/InjectableStepsFactory.java |    9 ++++
 .../jbehave/core/steps/InstanceStepsFactory.java   |   37 ++++++++++++++
 .../main/java/org/jbehave/core/steps/Steps.java    |   50 ++++++++++++--------
 .../java/org/jbehave/core/steps/StepsFactory.java  |   31 ------------
 .../steps/guice/GuiceStepsFactoryBehaviour.java    |   15 +++---
 .../core/steps/guice/GuiceStepsFactory.java        |    9 ++--
 .../core/steps/pico/PicoStepsFactoryBehaviour.java |   15 +++---
 .../jbehave/core/steps/pico/PicoStepsFactory.java  |    9 ++--
 .../steps/spring/SpringStepsFactoryBehaviour.java  |   15 +++---
 .../core/steps/spring/SpringStepsFactory.java      |    9 ++--
 25 files changed, 177 insertions(+), 125 deletions(-)
 create mode 100644 
jbehave-core/src/main/java/org/jbehave/core/steps/InjectableStepsFactory.java
 create mode 100644 
jbehave-core/src/main/java/org/jbehave/core/steps/InstanceStepsFactory.java
 delete mode 100644 
jbehave-core/src/main/java/org/jbehave/core/steps/StepsFactory.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>

Reply via email to