You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2015/11/03 01:46:53 UTC

[1/2] isis-site git commit: ISIS-1195: release doc fixes

Repository: isis-site
Updated Branches:
  refs/heads/asf-site 8b7ec0636 -> b2d0972c0


ISIS-1195: release doc fixes


Project: http://git-wip-us.apache.org/repos/asf/isis-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis-site/commit/6222e585
Tree: http://git-wip-us.apache.org/repos/asf/isis-site/tree/6222e585
Diff: http://git-wip-us.apache.org/repos/asf/isis-site/diff/6222e585

Branch: refs/heads/asf-site
Commit: 6222e585d1a77938e52d0a73277f0b43c0d79dd5
Parents: 8b7ec06
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Mon Nov 2 19:21:58 2015 +0000
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Mon Nov 2 19:21:58 2015 +0000

----------------------------------------------------------------------
 content/guides/cg.html | 18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis-site/blob/6222e585/content/guides/cg.html
----------------------------------------------------------------------
diff --git a/content/guides/cg.html b/content/guides/cg.html
index 2a41b33..cdc3ba0 100644
--- a/content/guides/cg.html
+++ b/content/guides/cg.html
@@ -3938,8 +3938,8 @@ mvn jetty:run                  # runs as mvn jetty plugin</code></pre>
 </div>
 <div class="listingblock">
 <div class="content">
-<pre class="CodeRay highlight"><code>git push origin refs/tags/isis-$ISISREL-$ISISRC:refs/tags/isis-$ISISREL-$ISISRC
-git push origin refs/tags/simpleapp-archetype-$ISISREL-$ISISRC:refs/tags/simpleapp-archetype-$ISISREL-$ISISRC
+<pre class="CodeRay highlight"><code>git push origin refs/tags/isis-$ISISREL:refs/tags/isis-$ISISREL-$ISISRC
+git push origin refs/tags/simpleapp-archetype-$ISISREL:refs/tags/simpleapp-archetype-$ISISREL-$ISISRC
 git fetch</code></pre>
 </div>
 </div>
@@ -4898,23 +4898,27 @@ The vote is UNSUCCESSFUL.</code></pre>
 <p>delete the remote branch, for example:<br></p>
 <div class="listingblock">
 <div class="content">
-<pre class="CodeRay highlight"><code data-lang="bash">git push origin –delete isis-1.9.0 # $ISISART-$SISREL</code></pre>
+<pre class="CodeRay highlight"><code data-lang="bash">git push --delete origin release-1.10.0-RC1</code></pre>
 </div>
 </div>
 </li>
 <li>
-<p>delete the remote origin server&#8217;s tag, for example:<br></p>
+<p>delete the remote origin server&#8217;s tags, for example:<br></p>
 <div class="listingblock">
 <div class="content">
-<pre class="CodeRay highlight"><code data-lang="bash">git push origin –delete refs/tags/isis-1.9.0-RC1</code></pre>
+<pre class="CodeRay highlight"><code data-lang="bash">git push --delete origin isis-1.10.0-RC1
+git push --delete origin simpleapp-archetype-1.10.0-RC1</code></pre>
 </div>
 </div>
 </li>
 <li>
-<p>delete the tag that was created locally, for example:<br></p>
+<p>delete the tags that were created locally, for example:<br></p>
 <div class="listingblock">
 <div class="content">
-<pre class="CodeRay highlight"><code data-lang="bash">git tag -d isis-1.9.0 # $ISISART-$SISREL</code></pre>
+<pre class="CodeRay highlight"><code data-lang="bash">git tag -d isis-1.10.0
+git tag -d isis-1.10.0-RC1
+git tag -d simpleapp-archetype-1.10.0
+git tag -d simpleapp-archetype-1.10.0-RC1</code></pre>
 </div>
 </div>
 </li>


[2/2] isis-site git commit: owasp, jdeps, online demos

Posted by da...@apache.org.
owasp, jdeps, online demos


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

Branch: refs/heads/asf-site
Commit: b2d0972c0ada20a7e24e2983fe377eec4acfd360
Parents: 6222e58
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Tue Nov 3 00:46:00 2015 +0000
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Tue Nov 3 00:46:00 2015 +0000

----------------------------------------------------------------------
 content/documentation.html | 17 ++++++++++-------
 content/guides/cg.html     | 40 +++++++++++++++++++++++++++++++++++++---
 2 files changed, 47 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis-site/blob/b2d0972c/content/documentation.html
----------------------------------------------------------------------
diff --git a/content/documentation.html b/content/documentation.html
index 467256e..acfc5ed 100644
--- a/content/documentation.html
+++ b/content/documentation.html
@@ -542,7 +542,7 @@ table.CodeRay td.code>pre{padding:0}
 <p><a href="./guides/tg.html">Tutorials</a></p>
 </li>
 <li>
-<p><a href="http://www.javadoc.io/doc/org.apache.isis.core/isis-core-applib/1.9.0">Javadoc</a> (not ASF)</p>
+<p><a href="http://www.javadoc.io/doc/org.apache.isis.core/isis-core-applib/1.9.0">Javadoc (for Applib)</a> (not ASF)</p>
 </li>
 </ul>
 </div></div></td>
@@ -688,24 +688,27 @@ table.CodeRay td.code>pre{padding:0}
 <tbody>
 <tr>
 <td class="tableblock halign-left valign-top"><div><div class="paragraph">
-<p><strong>Example Apps:</strong></p>
+<p><strong>Example Apps (not ASF):</strong></p>
 </div>
 <div class="ulist">
 <ul>
 <li>
-<p><a href="http://github.com/estatio/estatio">Estatio</a> (not ASF)</p>
+<p><a href="http://github.com/estatio/estatio">Estatio</a></p>
 </li>
 <li>
-<p><a href="http://github.com/isisaddons/isis-app-todoapp">TodoApp Example App</a> (not ASF)</p>
+<p><a href="http://github.com/isisaddons/isis-app-todoapp">TodoApp</a> (<a href="http://mmyco.co.uk:8180/todoapp/">online demo, v1.9.0</a>)</p>
 </li>
 <li>
-<p><a href="http://github.com/isisaddons/isis-app-kitchensink">Kitchensink App</a> (not ASF)</p>
+<p><a href="http://github.com/isisaddons/isis-app-kitchensink">Kitchensink</a> (<a href="http://mmyco.co.uk:8180/kitchensink/">online demo, v1.9.0</a>)</p>
 </li>
 <li>
-<p><a href="http://github.com/isisaddons/isis-app-neoapp">Neo4J Example App</a> (not ASF)</p>
+<p><a href="http://github.com/isisaddons/isis-app-neoapp">Neo4J Example</a></p>
 </li>
 <li>
-<p><a href="http://github.com/isisaddons/isis-app-simpledsl">Isis DSL Example App</a> (not ASF)</p>
+<p><a href="http://github.com/isisaddons/isis-app-quickstart">Quickstart</a></p>
+</li>
+<li>
+<p><a href="http://github.com/isisaddons/isis-app-simpledsl">Isis DSL Example</a></p>
 </li>
 </ul>
 </div></div></td>

http://git-wip-us.apache.org/repos/asf/isis-site/blob/b2d0972c/content/guides/cg.html
----------------------------------------------------------------------
diff --git a/content/guides/cg.html b/content/guides/cg.html
index cdc3ba0..2e5c2d9 100644
--- a/content/guides/cg.html
+++ b/content/guides/cg.html
@@ -2215,12 +2215,11 @@ mvn clean install -o -T1C</code></pre>
 </div>
 <div class="listingblock">
 <div class="content">
-<pre class="CodeRay highlight"><code data-lang="bash">cd core
-mvn org.owasp:dependency-check-maven:aggregate</code></pre>
+<pre class="CodeRay highlight"><code data-lang="bash">mvn org.owasp:dependency-check-maven:aggregate -Dowasp</code></pre>
 </div>
 </div>
 <div class="paragraph">
-<p>This will generate a single report under <code>core/target/dependency-check-report.html</code>.</p>
+<p>This will generate a single report under <code>target/dependency-check-report.html</code>.</p>
 </div>
 <div class="admonitionblock note">
 <table>
@@ -2236,6 +2235,40 @@ mvn org.owasp:dependency-check-maven:aggregate</code></pre>
 </tr>
 </table>
 </div>
+<div class="paragraph">
+<p>To disable, either run in offline mode (add <code>-o</code> or <code>--offline</code>) or omit the <code>owasp</code> property.</p>
+</div>
+</div>
+<div class="sect2">
+<h3 id="_checking_for_use_of_internal_jdk_apis">6.5. Checking for use of internal JDK APIs</h3>
+<div class="paragraph">
+<p>Apache Isis configures the <a href="https://maven.apache.org/plugins-archives/maven-jdeps-plugin-3.0.0/">jdeps maven plugin</a> to check for any usage of internal JDK APIs.  This is in preparation for Java 9 module system (Jigsaw) which will prevent such usage of APIs.</p>
+</div>
+<div class="paragraph">
+<p>To check, run:</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code data-lang="bash">mvn clean install -Djdeps</code></pre>
+</div>
+</div>
+<div class="paragraph">
+<p>This will fail the build on any module that currently uses an internal JDK API.</p>
+</div>
+<div class="admonitionblock note">
+<table>
+<tr>
+<td class="icon">
+<i class="fa icon-note" title="Note"></i>
+</td>
+<td class="content">
+<div class="paragraph">
+<p>At the time of writing the <code>isis-core-schema</code> module fails the build.</p>
+</div>
+</td>
+</tr>
+</table>
+</div>
 </div>
 </div>
 </div>
@@ -7662,6 +7695,7 @@ xxx<br>
 <li><a href="#_installing_maven">6.2. Installing Maven</a></li>
 <li><a href="#_building_all_of_apache_isis">6.3. Building all of Apache Isis</a></li>
 <li><a href="#_checking_for_vulnerabilities">6.4. Checking for Vulnerabilities</a></li>
+<li><a href="#_checking_for_use_of_internal_jdk_apis">6.5. Checking for use of internal JDK APIs</a></li>
 </ul>
 </li>
 <li><a href="#_cg_contributing">7. Contributing</a>