An Apache Sling based platform - a 'Swiss Knife' for the content repository
This release adds a new tab in the browser that allows editing Sling Context Aware Configurations:
Second, it includes our first AI feature : JCR queries can be generated via AI using the OpenAI API. That does need an OpenAI API key configured in the Composum Nodes AI Service Configuration or the environment variable OPENAI_API_KEY, though; access to gpt-4 / gpt-4-turbo-preview is recommended. It is also possible to use Anthropic Claude.
For instructions and more information take a look to the Homepage.
The 4.x release branch is the branch currently under development that is aimed at compatibility from Sling 12 version; it's also compatible with AEM 6.5.x and AEMaaCS. All new features and changes are implemented here.
Download (Maven Central)
- Composum Nodes Package
- Nodes AEM Package
- Nodes Commons bundle
- Nodes 'jslibs' bundle
- Nodes Console bundle
- Package Manager bundle
- User Management bundle
What's Changed
- solves #314: Use correct comparison of the selector and class by @royteeuwen in #315
- closes #316 return all restrictions if there are multiple restrictions by @stoerr in #317
- #318 Browser Extension: Sling Context Aware Configuration by @stoerr in #319
- Generate JCR queries with AI by @stoerr in #321 #326
- re #323 remove guava because that's not contained in Sling 12 anymore. by @stoerr in #324
- Bugfixes for context aware configuration display by @stoerr in #325
- Bugfix/caconfigfixes by @stoerr in #327
Full Changelog: composum-nodes-4.3.3...composum-nodes-4.3.4