Is Modifiable Request Context Provider available in v13?

Hi Andre,

The part (@hippo:availability=‘preview’) is added by the context
indeed. This is because you are using an HST query via
HstQueryManager. Just don’t use the HstQueryManager but query JCR
directly with ‘mySession’. You can use

mySession.getWorkspace().getQueryManager().createQuery(query, “xpath”).execute()

After that, use
org.hippoecm.hst.content.beans.manager.ObjectConverter#getObject(javax.jcr.Node)
to transform the resulting nodes into HippoBean instances

HTH,

Regards Ard