Issues
- The MockAemAdapterFactory doesn't correctly adapt a Resource to a ContentFragmentWTES-75
- Support Granite Asset APIWTES-73
- ctx.load().json parse exception when moving from 4.1.0 to 4.1.2WTES-72
- Add support for Apache Sling Models Impl >= 1.5.0WTES-71
- Expose direct access to MockExternalizer object used by AemContextImplWTES-68
- Unable to get Content Fragment value in the form of an ObjectWTES-64
- ReplicationStatus should be supported in AEM mocksWTES-51
- Sling Adapters cache overly eagerWTES-46
- Incompatible Version of commons-imagingWTES-37
9 of 9
The following lines of code are wrong when trying to adapt a
Resource
to aContentFragment
:A
ContentFragment
is anAsset
that has thecontentFragment
boolean property set totrue
on thejcr:content
sub-node of typedam:AssetContent
. Moreover, a validContentFragment
has a model, which theMockContentFragment
also doesn’t seem to support.