[
https://issues.apache.org/jira/browse/SLING-7511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16380889#comment-16380889
]
ASF GitHub Bot commented on SLING-7511:
---------------------------------------
volteanu commented on a change in pull request #6: SLING-7511: Add
importContent to SlingClient
URL:
https://github.com/apache/sling-org-apache-sling-testing-clients/pull/6#discussion_r171356545
##########
File path:
src/main/java/org/apache/sling/testing/clients/email/package-info.java
##########
@@ -17,7 +17,7 @@
* under the License.
*/
-@Version("1.1.0")
+@Version("1.2.0")
Review comment:
That was suggested by maven-bundle-plugin, because of newly inherited
methods:
```
[INFO]
-----------------------------------------------------------------------------------------------------------
[INFO] < org.apache.sling.testing.clients.email minor 1.2.0
1.1.0 1.2.0 -
[INFO] < class org.apache.sling.testing.clients.email.SlingEmailClient
[INFO] + method
importContent(java.lang.String,java.lang.String,java.io.File,int[])
[INFO] + return
org.apache.sling.testing.clients.SlingHttpResponse
[INFO] + method
importContent(java.lang.String,java.lang.String,java.lang.String,int[])
[INFO] + return
org.apache.sling.testing.clients.SlingHttpResponse
[INFO] + method
importJson(java.lang.String,org.codehaus.jackson.JsonNode,int[])
[INFO] + return
org.apache.sling.testing.clients.SlingHttpResponse
[INFO] - version 1.1.0
[INFO] + version 1.2.0
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Add importContent to SlingClient
> --------------------------------
>
> Key: SLING-7511
> URL: https://issues.apache.org/jira/browse/SLING-7511
> Project: Sling
> Issue Type: Improvement
> Components: Apache Sling Testing Clients
> Reporter: Valentin Olteanu
> Priority: Major
>
> Add operations specific to
> [http://sling.apache.org/documentation/bundles/manipulating-content-the-slingpostservlet-servlets-post.html#importing-content-structures]
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)