| Type |
Changes |
By |
 |
Upgrade to Commons Digester 1.8 to fix bug loading webapp resources. Fixes CHAIN-33
. |
niallp
|
 |
Upgrade Commons Logging dependency to 1.0.4 |
rahul
|
 |
to prevent dependency problems for maven2 users. |
niallp
|
 |
Improve instantiation performance of ContextBase subclasses. Fixes CHAIN-32
. Thanks to Joshua Graham. |
niallp
|
| Type |
Changes |
By |
 |
ServletSessionScopeMap always forces a Session to be Created. Fixes CHAIN-30
. |
niallp
|
 |
Portlet Map implementations' entry Set should contain Map.Entry elements. Fixes CHAIN-31
. |
niallp
|
 |
Provide a Map of Cookies in the WebContext. Fixes CHAIN-28
. |
niallp
|
 |
. Fixes CHAIN-29
. |
niallp
|
 |
Modify DispatchCommand so that it will compile using JDK 1.3 (remove JDK 1.4 method). Fixes CHAIN-11
. |
niallp
|
 |
DispatchCommand - fix bug in handling InvocationTargetException. |
germuska
|
 |
Maven build updates. Fixes CHAIN-9
. Thanks to Wendy Smoak. |
germuska
|
 |
CatalogBase - add constructor which takes an already built map of commands, for easier use in dependency-injection environments. |
germuska
|
 |
DispatchCommand should unwrap InvocationTargetException. Fixes CHAIN-25
. |
germuska
|
 |
Expose catalogFactory so that subclasses can get at it. |
germuska
|
 |
Decouple CatalogFactory lookup from LookupAction. Fixes CHAIN-3
. |
germuska
|
 |
Make ContextBase live up to the Serializable contract that it inherits by virtue of extending HashMap. Fixes CHAIN-12
. |
craigmcc
|
 |
ChainResources - factor out the comma-delimited parsing into a separate method, fix the whitespace-skipping bugs in it. |
martinc
|
 |
Add support for using LookupCommand in a way which does not pass through the result from the looked up command. |
germuska
|
 |
Add new DispatchLookupCommand. Fixes CHAIN-14
. Thanks to Sean Schofield. |
jmitchell
|
 |
Add new test for LookupCommand. Fixes CHAIN-26
. Thanks to Sean Schofield. |
jmitchell
|
 |
Add new DispatchCommand. Fixes CHAIN-20
. |
germuska
|
 |
CopyCommand does not work unless setValue is called. Fixes CHAIN-6
. |
jmitchell
|
 |
Provide a mechanism for encoding catalog and command in a single string Fixes CHAIN-19
. Thanks to Joe Germuska. |
craigmcc
|
 |
Code fragment from 'cookbook' is incorrect. Fixes CHAIN-1
. Thanks to Sergio Moretto. |
martinc
|
| Type |
Changes |
By |
 |
Make CatalogBase.getCommand() thread safe. Fixes CHAIN-5
. Thanks to Manfred Wolff. |
mardon
|
 |
LookupCommand should use new CatalogFactory. Fixes CHAIN-2
. Thanks to Sean Schofield. |
craigmcc
|
 |
Sample catalog.xml missing tag. Fixes CHAIN-10
. Thanks to Sean Schofield. |
craigmcc
|
 |
Add missing new class ConfigCatalogRule. Fixes CHAIN-7
. Thanks to Sean Schofield. |
craigmcc
|
 |
Make the impl. class of chainbase configurable. Fixes CHAIN-21
. |
craigmcc
|
 |
Support for new CatalogFactory. Fixes CHAIN-23
. Thanks to Sean Schofield. |
craigmcc
|
 |
tabs to spaces, Log name fix. Fixes CHAIN-8
. Thanks to Otis Gospodnetic. |
martinc
|
 |
build.properties.sample should add commons-logging. Fixes CHAIN-15
. Thanks to Joe Germuska. |
husted
|
 |
Added JavaDoc and a toString() method to CatalogBase. Fixes CHAIN-22
. Thanks to Matthew Sgarlata. |
husted
|