You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by sk...@apache.org on 2016/12/21 12:35:02 UTC

cayenne git commit: updating Docker profile for MySQL

Repository: cayenne
Updated Branches:
  refs/heads/master 48d9d7bfc -> d01cc37aa


updating Docker profile for MySQL


Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo
Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/d01cc37a
Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/d01cc37a
Diff: http://git-wip-us.apache.org/repos/asf/cayenne/diff/d01cc37a

Branch: refs/heads/master
Commit: d01cc37aa892ee9809f772ab72791fe95abc52e0
Parents: 48d9d7b
Author: Savva Kolbachev <s....@gmail.com>
Authored: Wed Dec 21 15:10:10 2016 +0300
Committer: Savva Kolbachev <s....@gmail.com>
Committed: Wed Dec 21 15:10:10 2016 +0300

----------------------------------------------------------------------
 .travis.yml | 2 +-
 pom.xml     | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cayenne/blob/d01cc37a/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index cd15731..6a0de0b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,7 +28,7 @@ env:
   - DB_PROFILE=hsql
   - DB_PROFILE=h2
   - DB_PROFILE=derby
-#  - DB_PROFILE=mysql-docker
+  - DB_PROFILE=mysql-docker
 #  - DB_PROFILE=postgres-docker
 
 jdk:

http://git-wip-us.apache.org/repos/asf/cayenne/blob/d01cc37a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 38b62cb..711ca97 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1381,6 +1381,9 @@
 											<MYSQL_ALLOW_EMPTY_PASSWORD>yes</MYSQL_ALLOW_EMPTY_PASSWORD>
 											<MYSQL_DATABASE>cayenne</MYSQL_DATABASE>
 										</env>
+										<cmd>
+											--character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci
+										</cmd>
 									</run>
 								</image>
 							</images>