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

   https://issues.apache.org/jira/browse/SLING-12241
   
   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 inside this PR
   
   - NPE fix
   - Added test coverage
   - Fixed compiler warnings
   - Added missing javadoc
   


-- 
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