Mark Adamcin

Results 11 issues of Mark Adamcin

* Adds additional "statement" column to "explain" selector * Uses parsed JCR-SQL2 query statement as value, but with "explain" command deleted. * AbstractQueryTest updated to retrieve "plan" value by selector...

Now, after checking the auth info from settings.xml, the provider chain will then check for credentials in 2 new ways before trying the IAM instance profile: 1. use the source...

This is a proper approach to resolving https://github.com/Adobe-Consulting-Services/acs-aem-commons/issues/2960 in a way that requires an increase in the minimum supported AEM version to 6.5 SP7. I rebased [the master PR branch...

This is a hack approach to resolving #2960 in a way that doesn't force a significant change in the supported AEM version. NOTE: Please see #2964 for non-hacky approach (against...

executed versions:set -DnewVersion=6.0.0 and changed tag to HEAD

* Adds additional "statement" column to "explain" selector * Uses parsed JCR-SQL2 query statement as value, but with "explain" command deleted. * AbstractQueryTest updated to retrieve "plan" value by selector...

# This is a Feature Proposal ## Description Our primary use case for this feature request is to be able to use the `validate-jwt` policy, but other policies will also...

resolves #95 by adding `@Ignore` to the SearchIT class. ## Description Skip the SearchIT test for product ## Related Issue #95 ## Motivation and Context SearchIT times out for customers...

[SearchIT performs what appears to be a pretty basic search](https://github.com/adobe/aem-test-samples/blob/8a5012240460a097e73748a4c200a6d905190627/smoke/src/main/java/com/adobe/cq/cloud/testing/it/smoke/SearchIT.java#L64), but the [CQClient.searchInPages() method](https://github.com/adobe/aem-testing-clients/blob/49921a9906a97623c66f5c1054629cfebc9b1864/src/main/java/com/adobe/cq/testing/client/CQClient.java#L554-L577) that it calls relies on the long-deprecated `com.day.cq.wcm.core.impl.servlets.FindReplaceServlet`, which constructs an XPath query that is not...