AEM_61_RECOMPILE_JSPS
1) In AEM <= 6.0 the compiled classes are placed in CRX /var/classes - http://localhost:4502/crx/de/index.jsp#/var/classes. To force recompile any jsp files, deleting the node in /var/classes helped; with AEM 61, the compiled class files are NOT placed in /var/classes any more, so to recompile jsps, use Felix Console - http://localhost:4502/system/console/slingjsp or to be 100% sure to the naked eye, follow these steps
a. Stop bundle org.apache.sling.commons.fsclassloader
b. Search with keyword classes in CQ install folder <author>\crx-quickstart\launchpad\felix
c. Delete generated java/class files from <author>\crx-quickstart\launchpad\felix\<bundleXYZ>\data\classes
d. Delete generated java files from /var/classes in CRX (sightly generated java files are placed here)
e. Restart bundle org.apache.sling.commons.fsclassloader
AEM_61_OSGI_INSTALL_ACTION
2) OSGI action when updating packages in AEM. Packages with SNAPSHOT in name have special meaning; SNAPSHOT packages are only for Dev environment. Thanks to Ian Boston for the tip
Current Version | New Version | Action |
---|---|---|
1.0.22 | 1.0.23 | Install |
1.0.22 | 1.0.23-SNAPSHOT | Install |
1.0.23 | 1.0.23-SNAPSHOT | Ignore |
1.0.23-SNAPSHOT | 1.0.23-SNAPSHOT | Install |
1.0.23-SNAPSHOT | 1.0.23-r231423423 | Install |
1.0.23-r231423423 | 1.0.23-r231423423 | Ignore |
1.0.23-r231423423 | 1.0.23-r231423424 | Install (last digit 4 > 3) |
1.0.23-SNAPSHOT | 1.0.23-T1r231423423 | Install |
1.0.23-T1r231423423 | 1.0.23-T2r231423423 | Install (Patch revision number - T2r > T1r) |
AEM_61_ADD_WORKFLOW_ADMINISTRATORS
3) By default, only administrators can view all workflow instances; to add users/groups for administering workflows (view, terminate, monitor workflows created by other users), give necessary read/write permissions on /etc/workflow/instances and add user/group to Superuser of Adobe Granite Workflow Service - http://localhost:4502/system/console/configMgr/com.adobe.granite.workflow.core.WorkflowSessionFactory
4) By default, when html tags like hyperlink from an external website are copied into Rich Text Editor (not source edit mode) all attributes are NOT copied (so you may only see href copied and not others ). To copy other attributes like say class, role etc. htmlPasteRules have to be defined in the edit plugin of RTE. For more options check the documentation
To copy css classes, make sure cssMode is defined