Skip to content

Commit 0db905b

Browse files
author
Jeff Bornemann
committed
Update the README for AEM 6.2 support
Update to package install filter to allow Grabbit extensions
1 parent 13ddab3 commit 0db905b

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ image:https://api.bintray.com/packages/twcable/aem/Grabbit/images/download.svg[t
2626
* General Information
2727

2828
** link:{docsDir}/RELEASE_NOTES.md[Releases]
29-
** link:{docsDir}/AEMSupport.adoc[Dependencies & Version Support]
29+
** link:{docsDir}/AEMSupport.adoc[Installation & Version Support]
3030

3131
* Using Grabbit
3232

docs/AEMSupport.adoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
== Dependencies
1+
== What you need to run Grabbit.
22

3-
* AEM/CQ
4-
* To run Grabbit in your AEM/CQ instance, **you need to install a Fragment Bundle once per instance. It can be found link:https://bintray.com/artifact/download/twcable/aem/dependencies/Sun-Misc-Fragment-Bundle-1.0.0.zip[here]**
3+
* Supported AEM/CQ version per below
4+
* One-time installation of a system Fragment Bundle is needed. It can be found link:https://bintray.com/artifact/download/twcable/aem/dependencies/Sun-Misc-Fragment-Bundle-1.0.0.zip[here]
5+
* If running AEM 6.2 with the AEM Deserialization Firewall enabled, link:https://bintray.com/twcable/aem/download_file?file_path=dependencies%2FGrabbit-Deserialization-Firewall-Configuration-1.0.zip[this package] is required in order
6+
for Grabbit to work. If running the deserialization firewall with custom blacklist/whitelist rules, check out the package description to gather which additional paths will need to be considered.
57
68
== Below details AEM version support for the various releases of Grabbit.
79
```

src/main/content/META-INF/vault/filter.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
Defines which repository items are generally included
44
-->
55
<workspaceFilter vesion="1.0">
6-
<filter root="/apps/grabbit" />
6+
<filter root="/apps/grabbit/config"/>
7+
<filter root="/apps/grabbit/install"/>
78
</workspaceFilter>

0 commit comments

Comments
 (0)