Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
Clarify support for old Groovy Console variant
Browse files Browse the repository at this point in the history
  • Loading branch information
kwin authored Apr 25, 2023
1 parent 7a291f3 commit 15cb394
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions samples/groovy-package/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@

- executing Groovy scripts within an AEM environment
- the provided context includes many helper methods, Groovy extension methods and a DSL to create content
- see [https://github.com/orbinson/aem-groovy-console] for a complete list of features
- see <https://github.com/orbinson/aem-groovy-console> for a complete list of features

## Dependencies

This execution uses the following dependencies in version 18

- `be.orbinson.aem.groovy.console:aem-groovy-console`

Make sure the included bundles are installed and activated correctly and the `GroovyConsoleService` is active.
Make sure the relevant bundles are installed and activated correctly and the `GroovyConsoleService` is active.

The GroovyConsole was forked several times over the last year for support for the `icfolson` or `Citytechinc` variants please see version 2 of the `vault-upgrade-hook`. Furthermore the Groovy Console's compatibility changed with AEM 6.0/6.1, for support see the branch [groovy-console-v8](https://github.com/Netcentric/vault-upgrade-hook/tree/groovy-console-v8]groovy-console-v8).
The Groovy Console was forked several times over the last years. For support of the [ICF/Citytech](https://github.com/icfnext/aem-groovy-console) variant please see version 2 of the `vault-upgrade-hook`. Furthermore the Groovy Console's compatibility changed with AEM 6.0/6.1, for support see the branch [groovy-console-v8](https://github.com/Netcentric/vault-upgrade-hook/tree/groovy-console-v8]groovy-console-v8).

## Usage

Expand All @@ -28,4 +28,4 @@ With both packages groovy scripts can be executed. The advantage of the `script-

## Versioning

Groovy script's content is used to generate md5 hash which is used as its version.
Groovy script's content is used to generate md5 hash which is used as its version.

0 comments on commit 15cb394

Please sign in to comment.