You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2018/06/22 08:27:31 UTC

[incubator-servicecomb-saga] branch master updated (d24cb61 -> f9c04d0)

This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-saga.git.


    from d24cb61  SCB-630 Active the -Pdocker profile if detect the docker installation
     new a056b6d  Updated the ROADMAP.md file
     new f9c04d0  Added mysql profile into alpha-server build

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ROADMAP.md                 | 4 ++--
 alpha/alpha-server/pom.xml | 9 +++++++++
 2 files changed, 11 insertions(+), 2 deletions(-)


[incubator-servicecomb-saga] 01/02: Updated the ROADMAP.md file

Posted by ni...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-saga.git

commit a056b6da58d7b74e8ed2714a56d8bad52e7be06c
Author: Willem Jiang <ji...@huawei.com>
AuthorDate: Fri Jun 15 14:50:24 2018 +0800

    Updated the ROADMAP.md file
---
 ROADMAP.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ROADMAP.md b/ROADMAP.md
index fdd992d..b3cbabf 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -12,8 +12,8 @@
 
 ### Test
 - [] [SCB-668](https://issues.apache.org/jira/browse/SCB-668) Using docker-compose file to start Services from docker plugin in the Accept test(new)
-- [] [SCB-306](https://issues.apache.org/jira/browse/SCB-306) Simulate different recover use cases (new)
-- [] [SCB-24](https://issues.apache.org/jira/browse/SCB-24) Performance impacts test (new)
+- [] [SCB-306](https://issues.apache.org/jira/browse/SCB-306) Simulate different recover use cases 
+- [] [SCB-240](https://issues.apache.org/jira/browse/SCB-240) Performance impacts test
 
 
 ### Omega


[incubator-servicecomb-saga] 02/02: Added mysql profile into alpha-server build

Posted by ni...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-saga.git

commit f9c04d0bb8d306ca943aa5e54ce4c1a62fb52ac7
Author: Willem Jiang <ji...@huawei.com>
AuthorDate: Fri Jun 22 16:27:01 2018 +0800

    Added mysql profile into alpha-server build
---
 alpha/alpha-server/pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/alpha/alpha-server/pom.xml b/alpha/alpha-server/pom.xml
index bfb8843..85370c3 100644
--- a/alpha/alpha-server/pom.xml
+++ b/alpha/alpha-server/pom.xml
@@ -195,5 +195,14 @@
         </dependency>
       </dependencies>
     </profile>
+    <profile>
+      <id>mysql</id>
+      <dependencies>
+        <dependency>
+          <groupId>mysql</groupId>
+          <artifactId>mysql-connector-java</artifactId>
+        </dependency>
+      </dependencies>
+    </profile>
   </profiles>
 </project>