You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2022/06/19 09:23:05 UTC

[GitHub] [servicecomb-java-chassis] Shoothzj commented on a diff in pull request #3096: [SCB-2582]bump apache version from 21 to 25

Shoothzj commented on code in PR #3096:
URL: https://github.com/apache/servicecomb-java-chassis/pull/3096#discussion_r901075240


##########
integration-tests/it-consumer/src/main/java/org/apache/servicecomb/it/deploy/MicroserviceDeploy.java:
##########
@@ -43,7 +43,12 @@ public MicroserviceDeployDefinition getMicroserviceDeployDefinition() {
   @Override
   protected String[] createCmds() {
     // must set jar at the end of the cmds
-    return new String[] {"java", "-jar"};
+    return new String[] {"java", "-jar",

Review Comment:
   I suggest don't commit this change if not needed.



-- 
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: commits-unsubscribe@servicecomb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org