You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sounds a bit like distinction between AEM Classic and AEMaaCS (SDK or Cloud), but in fact what is meant here is if the composite node store is used (where only one mount is read-write)
I propose to rename
isCompositeNodeStore to isAppsReadOnly
isCloudReadyInstance to isCompositeNodeStore
That way it is much clearer what is meant.
The text was updated successfully, but these errors were encountered:
Actually I was wrong, AEM is not using the composite node store during the image build phase. The seed mode is just for pre-populating the default store but does not allow to write to /apps or /libs. I tried to clarify this in https://github.com/apache/jackrabbit-oak/pull/1719/files.
Currently the RuntimeHelper exposes two methods related to cloud
Both namings are a bit unfortunate, because
I propose to rename
isCompositeNodeStore
toisAppsReadOnly
isCloudReadyInstance
toisCompositeNodeStore
That way it is much clearer what is meant.
The text was updated successfully, but these errors were encountered: