Details
-
Type: New Feature
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: 3.x
-
Component/s: Spring Support
-
Labels:None
-
Patch Submitted:Yes
-
Number of attachments :
Description
I have implemented an initial version, it is a clone of master branch of jbehave project. My implementation is on git@github.com:maggandalf/jbehave-core.git
Configuring Embedder for working with Spring shall be:
<jbehave:embedder id="embedder">
<jbehave:classpathLoader>target/classes</jbehave:classpathLoader>
<jbehave:output>TXT</jbehave:output>
<jbehave:output>HTML</jbehave:output>
<jbehave:output>CONSOLE</jbehave:output>
</jbehave:embedder>
Activity
Mauro Talevi
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Mauro Talevi [ maurotalevi ] | |
Fix Version/s | 3.4 [ 17278 ] |
Mauro Talevi
made changes -
Summary | Implements JBehave Spring Namespace for easier integration between JBehave and Spring | Add JBehave Spring Namespace support for easier configuration |
Mauro Talevi
made changes -
Status | Open [ 1 ] | In Progress [ 3 ] |
Mauro Talevi
made changes -
Fix Version/s | 3.x [ 16979 ] | |
Fix Version/s | 3.4 [ 17278 ] | |
Affects Version/s | 3.x [ 16979 ] |
Mauro Talevi
made changes -
Status | In Progress [ 3 ] | Open [ 1 ] |
Hi Alex, thanks for the very good contribution. I've pulled it in master.
A couple of comments:
What is not quite clear is your goal, i.e. you want to provide a namespaced version of the normal spring configuration or to just allow the construction of the embedder.
It's be very useful if you could also provide a unit-level behaviour that clarified your intent. You could start from SpringAnnotationBuilderBehaviour as a based for you SpringNamespaceConfigurationBehaviour.