| | 152 | == Version 2.6.1 (August 2008) CODENAME: FAITH == |
|---|
| | 153 | |
|---|
| | 154 | === Bug Fixes === |
|---|
| | 155 | |
|---|
| | 156 | * #492 MTLogger Tracer method when called asynchrounously and from a remote call behaves weirdly, blanking out some variables due to cfthread. |
|---|
| | 157 | * #493 setView() with no layout is not blanking out a pre-set layout |
|---|
| | 158 | * #494 proxy,sessionstart,sessionend concurreny issues when !ConfigAutoReload is set. |
|---|
| | 159 | * #495 Throw an error that is informative when interceptor classes are not found instead of a bogus error. |
|---|
| | 160 | * #499 onInvalidEvent crashes in SES mode |
|---|
| | 161 | * #500 on Invalid Event error type is not configured correctly |
|---|
| | 162 | * #501 resource bundle not handling relative paths, update to use same approach as other plugins |
|---|
| | 163 | * #502 useSetterInjection not passed correctly across the inheritance tree in the beanFactory |
|---|
| | 164 | * #503 Interceptor Service not registering correctly on demand registrations and doing double puts on some states |
|---|
| | 165 | * #504 Interceptor state addition of an exists method, so overwriting does not occur |
|---|
| | 166 | * #506 Missing onException core interception point |
|---|
| | 167 | * #507 !ExceptionHandler not firing on proxy errors |
|---|
| | 168 | * #508 Request Context Decorator overriding the memento and loosing the controller reference |
|---|
| | 169 | * #511 Resource bundle paths bug when unit testing remotely |
|---|
| | 170 | * #517 event.noRender() has wrong logic for the remove bit |
|---|
| | 171 | |
|---|
| | 172 | === New Features === |
|---|
| | 173 | * #491 beanfactory - autowire() add a stoprecursion string. |
|---|
| | 174 | * #516 Project SideBar: A developer's toolbar |
|---|
| | 175 | * #518 New cache manager new method: getCachedObjectMetadata(objectKey) |
|---|
| | 176 | * #521 New core interception !AfterCacheElementExpired |
|---|
| | 177 | * #523 Programmatically override eviction policy via new method: setEvictionPolicy() |
|---|
| | 178 | * #509 New Interceptor Ouput Buffer, to produce output from your interceptors |
|---|
| | 179 | * #519 New Eviction Policy: FIFO (First In First Out) |
|---|
| | 180 | |
|---|