Details
-
Type: Bug
-
Status: Resolved
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: 2.7
-
Fix Version/s: 2.8
-
Component/s: PicoContainer Scripting
-
Labels:None
-
Testcase included:yes
-
Number of attachments :
Description
The following test cases are (and have been for some time) failing in JRubyContainer Builder
testBuildingWithPicoSyntax
testParameterZero
testBuildContainerWithParentAttributesPropagatesComponentFactory
Currently they've been marked as ignored so at least maven reports can flag them.
I'm personally clueless when it comes to Ruby, so I have to pass this off to somebody (preferably much) more knowledgeable
Moved to Pico Scripting
Also: I've realized that this issue applies to anything dealing with Characteristics. So right now, we don't have anything demonstrating the equivalent of:
PicoContainer mpc = new PicoBuilder().withCaching().withLifecycle().build()
mpc.as(NO_CACHE).addComponent(String.class)