What's New With 6.5.x
July 9th, 2021
Compatibility Notes
Please note that the following ticket corrects behavior in ColdBox that MIGHT affect interceptors
that have injected dependencies that have the same name as application helper methods from other modules.
Example:
The interceptor above has a dependency of auth
from the cbauth
module. However, the cbauth
module also has an application helper called auth
. So at runtime, this will throw an exception:
This is because now we can't inject the cbauth
mixin because we already have a cbauth
dependency injected. The resolution, is to RENAME the injection variables so they don't collide with module application helpers.
6.5.2 Release Notes - July 14, 2021
Regression
6.5.1 Release Notes - July 12th, 2021
Bug
Improvement
6.5.0 Release Notes - July 9th, 2021
Last updated
Was this helpful?