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 a4f81f403d25753e0f4e7a8d93a7db8ccbf0422f (commit)
via f7d7c85c5d4ed470471e7cc36a0e417c66e29348 (commit)
via 331b9dc4b1ca53dfc82608efc4fde8626a244278 (commit)
via 0bd9d800e894744b9167fef69e378c6149a65920 (commit)
via 3ec662e77a754ed4d8c5a708fa0977290cd740da (commit)
via 9951b9cd54d6eea621adbe7f97caa930c6fa05db (commit)
from 12e89a77e0e9584963280d27688cd7d8c6b96e5c (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 a4f81f403d25753e0f4e7a8d93a7db8ccbf0422f
Author: Mauro Talevi <[email protected]>
Date: Thu Nov 24 12:26:22 2011 +0000
JBEHAVE-646: Added named_parameters.story to show how @Named annotations
can override the natural parameter order.
commit f7d7c85c5d4ed470471e7cc36a0e417c66e29348
Author: Mauro Talevi <[email protected]>
Date: Thu Nov 24 11:11:21 2011 +0000
JBEHAVE-625: Updated docs.
commit 331b9dc4b1ca53dfc82608efc4fde8626a244278
Author: Mauro Talevi <[email protected]>
Date: Thu Nov 24 10:33:04 2011 +0000
JBEHAVE-625: Allow/configure groovy-based meta-filters for stories that
are not written in groovy and without dependency on jbehave-groovy.
commit 0bd9d800e894744b9167fef69e378c6149a65920
Author: Mauro Talevi <[email protected]>
Date: Thu Nov 24 10:24:20 2011 +0000
Minor code cleanup
commit 3ec662e77a754ed4d8c5a708fa0977290cd740da
Author: Mauro Talevi <[email protected]>
Date: Thu Nov 24 11:18:38 2011 +0100
JBEHAVE-625: Fixed java.lang.NoClassDefFoundError:
groovy/lang/GroovyClassLoader using mvn, by adding the groovy dependency to the
plugin configuration.
commit 9951b9cd54d6eea621adbe7f97caa930c6fa05db
Author: Mauro Talevi <[email protected]>
Date: Thu Nov 24 11:03:10 2011 +0100
JBEHAVE-625: Updated groovy example to use meta filters. The default
MetaMatcher works fine but the Groovy one fails on
java.lang.NoClassDefFoundError: groovy/lang/GroovyClassLoader using mvn.
-----------------------------------------------------------------------
Summary of changes:
distribution/src/site/content/maven-goals.html | 29 ++++++++++
distribution/src/site/content/meta-filtering.html | 59 +++++++++++--------
examples/groovy/pom.xml | 14 +++++
.../org/jbehave/examples/groovy/GroovyStories.java | 6 ++
.../examples/groovy/stories/using_groovy.story | 5 ++
examples/threads/pom.xml | 10 +++-
.../org/jbehave/examples/trader/TraderStories.java | 3 +-
.../org/jbehave/examples/trader/TraderStory.java | 3 +-
.../trader/steps/NamedParametersSteps.java | 35 ++++++++++++
.../{PendingStats.java => NamedParameters.java} | 2 +-
.../examples/trader/stories/named_parameters.story | 10 +++
.../org/jbehave/core/configuration/Keywords.java | 28 ++++-----
.../org/jbehave/core/steps/CandidateSteps.java | 2 +-
13 files changed, 160 insertions(+), 46 deletions(-)
create mode 100644
examples/trader/src/main/java/org/jbehave/examples/trader/steps/NamedParametersSteps.java
copy
examples/trader/src/main/java/org/jbehave/examples/trader/stories/{PendingStats.java
=> NamedParameters.java} (65%)
mode change 100755 => 100644
create mode 100755
examples/trader/src/main/java/org/jbehave/examples/trader/stories/named_parameters.story
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>