etugarev opened a new pull request, #47:
URL: https://github.com/apache/sling-org-apache-sling-testing-clients/pull/47

   When using the AEM testing Clients: anonymous client to access content on a 
publish instance ( AEMCS)  the client throws an NPE
   
   to reproduce:
   
   ```
    anonymousPublish = cqBaseClassRule.publishRule.getClient(CQClient.class, 
null, null);
    anonymousPublish.doGet("/graphql/execute.json", 204);
   ```
   What is in this PR:
   
   - NPE fix
   - Added Unit test
   - Removed usage of deprecated methods
   - Fixed few warnings


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to