Hi All,We are creating Query object using below code.javax.jcr.query.Query query = queryManager.createQuery(queryString, javax.jcr.query.Query.XPATH);As javax.jcr.query.Query.XPATH constant has been deprecated in AEM 6.2,what will be the alternative approach to create query object of type XPATH,I ...