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 0a42b5db1e67df7195fa0e61e79e15718a344c29 (commit)
via 2d04f1ed0cf31bd66bbef8ac32da9d8a419faa7b (commit)
from 96f8a6d27d85c7a5ea4586041522f05da6ad4f31 (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 0a42b5db1e67df7195fa0e61e79e15718a344c29
Author: Mauro Talevi <[email protected]>
Date: Sat Jun 19 16:27:28 2010 +0200
JBEHAVE-315: Added DateConverter.
commit 2d04f1ed0cf31bd66bbef8ac32da9d8a419faa7b
Author: Mauro Talevi <[email protected]>
Date: Sat Jun 19 15:41:34 2010 +0200
JBEHAVE-264: Allow steps methods to be used as parameter converters, when
annotated by @AsParameterConverter.
-----------------------------------------------------------------------
Summary of changes:
.../src/site/content/configuring-stories.html | 4 +-
distribution/src/site/content/i18n-stories.html | 3 +-
.../src/site/content/parameter-converters.html | 72 +++----
distribution/src/site/content/reports.html | 2 -
distribution/src/site/content/running-stories.html | 6 -
.../examples/trader/ClasspathTraderEmbedder.java | 9 +-
.../org/jbehave/examples/trader/TraderSteps.java | 38 +++-
.../org/jbehave/examples/trader/TraderStory.java | 16 +-
.../trader/converters/CalendarConverter.java | 9 -
.../examples/trader/converters/DateConverter.java | 33 ---
.../trader/converters/TraderConverter.java | 4 +-
.../examples/trader/i18n/ItTraderStory.java | 39 ++--
.../trader/stories/ClaimsWithNullCalendar.java | 2 +-
.../trader/stories/trader_sells_all_stocks.story | 6 +
.../core/steps/ParameterConvertersBehaviour.java | 236 +++++++++++---------
.../java/org/jbehave/core/steps/SomeSteps.java | 4 +
...foreScenario.java => AsParameterConverter.java} | 2 +-
.../jbehave/core/configuration/Configuration.java | 12 +-
.../jbehave/core/steps/InstanceStepsFactory.java | 28 +++-
.../jbehave/core/steps/ParameterConverters.java | 226 ++++++++++++++-----
20 files changed, 449 insertions(+), 302 deletions(-)
delete mode 100644
examples/trader/src/main/java/org/jbehave/examples/trader/converters/DateConverter.java
copy
jbehave-core/src/main/java/org/jbehave/core/annotations/{BeforeScenario.java =>
AsParameterConverter.java} (86%)
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>