You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by nt...@apache.org on 2018/07/25 08:47:49 UTC

cayenne-website git commit: Update dev guide

Repository: cayenne-website
Updated Branches:
  refs/heads/asf-site a40f249b6 -> 5f67ca449


Update dev guide


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

Branch: refs/heads/asf-site
Commit: 5f67ca4491ac62ed2737c58e02776d7e9628f7a7
Parents: a40f249
Author: Nikita Timofeev <st...@gmail.com>
Authored: Wed Jul 25 11:47:46 2018 +0300
Committer: Nikita Timofeev <st...@gmail.com>
Committed: Wed Jul 25 11:47:46 2018 +0300

----------------------------------------------------------------------
 2018/07/cayenne-41m2-released.html |  9 ++++++---
 dev/running-unit-tests.html        | 15 +++++++++------
 2 files changed, 15 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/5f67ca44/2018/07/cayenne-41m2-released.html
----------------------------------------------------------------------
diff --git a/2018/07/cayenne-41m2-released.html b/2018/07/cayenne-41m2-released.html
index f4dc291..3ad834b 100644
--- a/2018/07/cayenne-41m2-released.html
+++ b/2018/07/cayenne-41m2-released.html
@@ -122,9 +122,11 @@ more over configuration is now saved so you can evolve it with your model and pe
 
 <p>Cayenne can be downloaded from <a href="/download.html">here</a>.</p>
 
-<div class="pb-3"><!-- gap 3rem --></div>
+<p>
+<div class="pb-3"></div>
 <h2 class="text-center">A full list of changes in this release:</h2>
-<div class="pb-2"><!-- gap 2rem --></div>
+
+<div class="pb-2"></div></p>
 
 <h4 id="changes-new-features">Changes/New Features:</h4>
 
@@ -156,7 +158,8 @@ more over configuration is now saved so you can evolve it with your model and pe
 <li><a href="https://issues.apache.org/jira/browse/CAY-2443">CAY-2443</a> Make SqlTemplate and SqlExec possible to return generated keys</li>
 </ul>
 
-<div class="pb-2"><!-- gap 2rem --></div>
+
+<div class="pb-2"></div>
 
 <h4 id="bug-fixes">Bug Fixes:</h4>
 

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/5f67ca44/dev/running-unit-tests.html
----------------------------------------------------------------------
diff --git a/dev/running-unit-tests.html b/dev/running-unit-tests.html
index 19ab3d5..70d1940 100644
--- a/dev/running-unit-tests.html
+++ b/dev/running-unit-tests.html
@@ -136,19 +136,22 @@ following databases that support in-memory mode:</p>
 
 <div class="pb-3"></div>
 
-<h2 id="running-against-database-in-docker-only-on-linux">Running Against Database in Docker (only on Linux)</h2>
+<h2 id="running-against-database-in-docker">Running Against Database in Docker</h2>
 
 <p>Another handy option to run Cayenne tests is with preconfigured docker profiles.
 The only thing you need is to install Docker.</p>
 
-<p>You can run tests with following <em>cayenneTestConnection</em> properties:</p>
+<p>You can run tests using following <em>cayenneTestConnection</em> properties:</p>
 
-<pre><code>$ mvn verify -DcayenneTestConnection=mysql-docker
-</code></pre>
+<ul>
+<li>mysql-docker</li>
+<li>postgres-docker</li>
+<li>sqlserver-docker</li>
+</ul>
 
-<p>or</p>
+<p>Like with in-memory databases no additional setup is required:</p>
 
-<pre><code>$ mvn verify -DcayenneTestConnection=postgres-docker    
+<pre><code>$ mvn verify -DcayenneTestConnection=mysql-docker   
 </code></pre>