I've been using 3.3-SNAPSHOT for my own jbehave test and have now tested them with 3.3-beta-3 and everything is working. I getting 1 unexpected failure with the trader-weld example
org/jbehave/examples/trader/stories/examples_table_loaded_from_classpath.story
Scenario: Table parameter loaded from a classpath resource
org.jbehave.core.io.InvalidStoryResource: Invalid story resource for org/jbehave/examples/trader/stories/traders.table
at org.jbehave.core.io.LoadFromURL.loadResourceAsText(LoadFromURL.java:17)
at org.jbehave.core.model.ExamplesTableFactory.createExamplesTable(ExamplesTableFactory.java:64)
at org.jbehave.core.steps.ParameterConverters$ExamplesTableConverter.convertValue(ParameterConverters.java:540)
at org.jbehave.core.steps.ParameterConverters.convert(ParameterConverters.java:112)
at org.jbehave.core.steps.StepCreator.convertParameters(StepCreator.java:183)
at org.jbehave.core.steps.StepCreator.access$1200(StepCreator.java:21)
at org.jbehave.core.steps.StepCreator$ParameterizedStep.parametriseStep(StepCreator.java:463)
at org.jbehave.core.steps.StepCreator$ParameterizedStep.perform(StepCreator.java:427)
at org.jbehave.core.embedder.StoryRunner$FineSoFar.run(StoryRunner.java:281)
I haven't had a chance to look into this one yet but I suspect it's just a configuration issue. Other than this failure it's all looking good.
This is the commit with the initial support
https://github.com/aaronwalker/jbehave-core/commit/03884a58b58164675d569186166db7e7d3ad38a9
I still need to add an example but I thought I send this to get some feedback