Download
Get from source:
git clone https:
cd Slice
git checkout 4.3.0
mvn clean package
|
Get AEM/CQ package:
slice-assembly-4.3.0-cq.zip
Release Notes:
New Feature
Improvement
- [SLICE-53] - Support for tag code completion in JSPs (TagExtraInfo)
- [SLICE-115] - Support for all collections mapping with @Children
- [SLICE-119] - Change order of Field Post Processors
- [SLICE-120] - Update poms and dependencies
- [SLICE-121] - javax.inject bundle should be installed first
- [SLICE-126] - Update docs related to mapper enhancement
- [SLICE-132] - Bind only if not bound (OSGi / Guice autobinder)
- [SLICE-134] - Improve SliceBindingsProvider performance
- [SLICE-137] - OsgiServices should be bound in ContextScope
Bug
- [SLICE-116] - NPE thrown if path or resource is null
- [SLICE-122] - Can't add custom processor in some cases
- [SLICE-133] - Slice fails to retrieve request on error page handled by acs-commons error handler
- [SLICE-136] - ClassCastException thrown by TagData.getAttributeString()