Release History

VersionDateDescription
1.1 2006-06-14
1.0 2004-12-09 Initial Release

Get the RSS feed of the last changes

Release 1.1 - 2006-06-14

TypeChangesBy
fix r 412789 ServletSessionScopeMap always forces a Session to be Created. Fixes CHAIN-30. niallp
fix r 412719 Portlet Map implementations' entry Set should contain Map.Entry elements. Fixes CHAIN-31. niallp
add r 411948 Provide a Map of Cookies in the WebContext. Fixes CHAIN-28. niallp
fix r 411893 Remove Static Log instances - see here . Fixes CHAIN-29. niallp
fix r 409125 Modify DispatchCommand so that it will compile using JDK 1.3 (remove JDK 1.4 method). Fixes CHAIN-11. niallp
fix r 356422 DispatchCommand - fix bug in handling InvocationTargetException. germuska
fix r 322530 Maven build updates. Fixes CHAIN-9. Thanks to Wendy Smoak. germuska
update r 315059 CatalogBase - add constructor which takes an already built map of commands, for easier use in dependency-injection environments. germuska
fix r 178565 DispatchCommand should unwrap InvocationTargetException. Fixes CHAIN-25. germuska
update r 178563 Expose catalogFactory so that subclasses can get at it. germuska
update r 165087 and r 178563 Decouple CatalogFactory lookup from Loo kupAction. Fixes CHAIN-3. germuska
fix r 161600 and r 412150 Make ContextBase live up to the Serializable contract that it inherits by virtue of extending HashMap. Fixes CHAIN-12. Thanks to Jeff Ramsdale and Dennis Lundberg . craigmcc
update r 156615 ChainResources - factor out the comma-delimited parsing into a separate method, fix the whitespace-skipping bugs in it. martinc
update r 154949 Add support for using LookupCommand in a way which does not pass through the result from the looked up command. germuska
add r 142926 Add new DispatchLookupCommand. Fixes CHAIN-14. Thanks to Sean Schofield. jmitchell
add r 142924 Add new test for LookupCommand. Fixes CHAIN-26. Thanks to Sean Schofield. jmitchell
add r 142922 Add new DispatchCommand. Fixes CHAIN-20. germuska
fix r 142919 CopyCommand does not work unless setValue is called. Fixes CHAIN-6. Thanks to William Slough and Sean Schofield . jmitchell
add r 142918 Provide a mechanism for encoding catalog and command in a single string Fixes CHAIN-19. Thanks to Joe Germuska. craigmcc
fix r 142917 Code fragment from 'cookbook' is incorrect. Fixes CHAIN-1. Thanks to Sergio Moretto. martinc

Release 1.0 - 2004-12-09

TypeChangesBy
fix r 142907 Make CatalogBase.getCommand() thread safe. Fixes CHAIN-5. Thanks to Manfred Wolff. mardon
update r 142905 LookupCommand should use new CatalogFactory. Fixes CHAIN-2. Thanks to Sean Schofield. craigmcc
fix r 142904 Sample catalog.xml missing < catalog > tag. Fixes CHAIN-10. Thanks to Sean Schofield. craigmcc
add r 142903 Add missing new class ConfigCatalogRule. Fixes CHAIN-7. Thanks to Sean Schofield. craigmcc
update r 142900 Make the impl. class of chainbase configurable. Fixes CHAIN-21. craigmcc
fix r 142898 Support for new CatalogFactory. Fixes CHAIN-23. Thanks to Sean Schofield. craigmcc
fix r 142831 and r 142833 tabs to spaces, Log name fix. Fixes CHAIN-8. Thanks to Otis Gospodnetic. martinc
fix r 142817 build.properties.sample should add commons-logging. Fixes CHAIN-15. Thanks to Joe Germuska. husted
update r 142814 Added JavaDoc and a toString() method to CatalogBase. Fixes CHAIN-22. Thanks to Matthew Sgarlata. husted