Slice 3.0.0

Download

Get from source:

git clone https://github.com/Cognifide/Slice
cd Slice
git checkout 3.0.0
mvn clean package

Get CQ package:

slice-assembly-3.0.0-cq.zip

 

Release notes:

New features:

  • new activation mechanism with static factories (see: Writing activator)
  • new validation API (incl. Validatable and Validator interfaces)
  • handling blank values

Bug fixes:

  • #5 SliceReference initialization fixed
  • #6 Forward page fixed
  • support for javax.inject.Inject in Slice resources added
  • reading component configuration in IncludeTag fixed