Details
Description
I had mentioned on the mail list that I needed to have my own builders that didn't autostart pico like the default implementation did. The problem is that I wanted to be able to use deployer which uses the ScriptedContainerBuilderFactory to resolve the composition script extension to the builder.
So I've modified ScriptedContainerBuilderFactory to allow for registration/override of new handlers. I tried to make it thread-safe since esp in a web environment, who knows what order bootstrap code might well be called, and added reset and query capabilities for better testability.
HTH!
-Mike
Activity
Michael Rimov
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 1.0-RC2 [ 11851 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Resolution | Fixed [ 1 ] | |
Assignee | Michael Rimov [ rimovm ] |
Michael Rimov
made changes -
Status | Closed [ 6 ] | Reopened [ 4 ] |
Resolution | Fixed [ 1 ] |
Michael Rimov
made changes -
Attachment | scriptedcontainerbuilderpatch.zip [ 18012 ] |
Mauro Talevi
made changes -
Fix Version/s | 1.0 [ 10148 ] | |
Fix Version/s | 1.0-RC2 [ 11851 ] |
Michael Rimov
made changes -
Resolution | Fixed [ 1 ] | |
Status | Reopened [ 4 ] | Closed [ 6 ] |
New CustomGroovyNodeBuilder is now the default node builder.