Skip to:
jbehave-sprint-archetype doesn't compile in version 4.1.1 (but fine works in version 4.1)
How to reproduce:
Result:
These two lines in MyStories.java cause compiler errors:
MyStories.java
I've created a new pull request: https://github.com/jbehave/jbehave-core/pull/157which contain a fix for the following archetypes:
jbehave-pico-archetype
jbehave-simple-archetype
jbehave-guice-archetype
jbehave-spring-archetypePlease rewiev this change and consider to pulling it, thank you.
Apart from jbehave-sprint-archetype, there is exactly the same issue in the following archetypes in version 4.1.2 (and 4.1.1):
jbehave-needle-archetype
I will change my pull request and apply this fix for all of these archetypes.
I've created a pull request for this issue: https://github.com/jbehave/jbehave-core/pull/156Please review and considder to pulling it, thank you.
jbehave-sprint-archetype doesn't compile in version 4.1.1 (but fine works in version 4.1)
How to reproduce:
Result:
These two lines in
MyStories.java
cause compiler errors: