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 de13774b7037ddddb083922bac657d3bcf632e18 (commit)
via fd7fc6fcc96969c3bf3ee538d0d0aa5d31339d17 (commit)
via 95075813b498ec3fd80d50e713e3ecb4738dd90a (commit)
from 2d1ba445e5f73eb9d7e97951396452a2dc8f30a1 (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 de13774b7037ddddb083922bac657d3bcf632e18
Author: Mauro Talevi <[email protected]>
Date: Sun Jun 20 13:37:40 2010 +0200
JBEHAVE-265: Some tidying up of Cristiano Gavião excellent contribution.
commit fd7fc6fcc96969c3bf3ee538d0d0aa5d31339d17
Merge: 2d1ba445e5f73eb9d7e97951396452a2dc8f30a1
95075813b498ec3fd80d50e713e3ecb4738dd90a
Author: Mauro Talevi <[email protected]>
Date: Sun Jun 20 11:59:46 2010 +0200
Merge branch 'master' of ../jbehave-core-annotated-configuration
commit 95075813b498ec3fd80d50e713e3ecb4738dd90a
Author: Cristiano Gaviao <[email protected]>
Date: Sat Jun 19 21:45:04 2010 -0300
Implementation of annotation handling for Jbehave.
-----------------------------------------------------------------------
Summary of changes:
.../trader/AnnotatedTraderStoryRunner.java | 65 ++++
.../org/jbehave/examples/trader/TraderSteps.java | 328 ++++++++++----------
.../jbehave/examples/trader/TraderStoryRunner.java | 56 ++--
jbehave-core/.gitignore | 1 +
jbehave-core/pom.xml | 216 +++++++-------
.../AnnotatedConfigurationBehaviour.java | 11 +
.../{Given.java => WithCandidateSteps.java} | 10 +-
.../core/annotations/WithConfiguration.java | 79 +++++
.../core/configuration/AnnotationBuilder.java | 132 ++++++++
.../core/configuration/AnnotationFinder.java | 232 ++++++++++++++
.../core/configuration/AnnotationMonitor.java | 7 +
.../configuration/MissingAnnotationException.java | 32 ++
.../configuration/MostUsefulConfiguration.java | 142 +++++-----
.../PrintStreamAnnotationMonitor.java | 21 ++
.../jbehave/core/steps/InstanceStepsFactory.java | 24 +-
15 files changed, 975 insertions(+), 381 deletions(-)
create mode 100644
examples/trader/src/main/java/org/jbehave/examples/trader/AnnotatedTraderStoryRunner.java
create mode 100644 jbehave-core/.gitignore
create mode 100644
jbehave-core/src/behaviour/java/org/jbehave/core/configuration/AnnotatedConfigurationBehaviour.java
copy jbehave-core/src/main/java/org/jbehave/core/annotations/{Given.java =>
WithCandidateSteps.java} (59%)
create mode 100644
jbehave-core/src/main/java/org/jbehave/core/annotations/WithConfiguration.java
create mode 100644
jbehave-core/src/main/java/org/jbehave/core/configuration/AnnotationBuilder.java
create mode 100644
jbehave-core/src/main/java/org/jbehave/core/configuration/AnnotationFinder.java
create mode 100644
jbehave-core/src/main/java/org/jbehave/core/configuration/AnnotationMonitor.java
create mode 100644
jbehave-core/src/main/java/org/jbehave/core/configuration/MissingAnnotationException.java
create mode 100644
jbehave-core/src/main/java/org/jbehave/core/configuration/PrintStreamAnnotationMonitor.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>