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 2017/01/03 18:51:13 UTC

isis git commit: ISIS-1560: updates website for 1.13.2.1 release

Repository: isis
Updated Branches:
  refs/heads/master a6ca638c2 -> b17573ccc


ISIS-1560: updates website for 1.13.2.1 release


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

Branch: refs/heads/master
Commit: b17573ccce22ef0830f6665d33a0474d887925bf
Parents: a6ca638
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Tue Jan 3 18:50:01 2017 +0000
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Tue Jan 3 18:50:01 2017 +0000

----------------------------------------------------------------------
 .../main/asciidoc/_release-notes_1.13.2.1.adoc  | 20 ++++++++++++++++++++
 .../src/main/asciidoc/doap_isis.rdf             | 12 +++++++++++-
 .../src/main/asciidoc/downloads.adoc            |  2 +-
 .../_tg_stop-scaffolding-start-coding.adoc      |  9 ++++-----
 ...fun_getting-started_simpleapp-archetype.adoc |  2 +-
 .../documentation/src/main/asciidoc/index.html  |  2 +-
 .../src/main/asciidoc/release-notes.adoc        | 12 +++++++++++-
 7 files changed, 49 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/b17573cc/adocs/documentation/src/main/asciidoc/_release-notes_1.13.2.1.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/_release-notes_1.13.2.1.adoc b/adocs/documentation/src/main/asciidoc/_release-notes_1.13.2.1.adoc
new file mode 100644
index 0000000..25b637a
--- /dev/null
+++ b/adocs/documentation/src/main/asciidoc/_release-notes_1.13.2.1.adoc
@@ -0,0 +1,20 @@
+
+
+
+[[r1.13.2.1]]
+= 1.13.2.1
+
+Update for the simpleapp archetype only, which improves docker support as well as reducing amount of boilerplate by backing out some of the mixins.
+It also fixes an issue with the fixture scripts (noted in previous release).
+
+
+
+== Improvement
+
+* link:https://issues.apache.org/jira/browse/ISIS-1559[ISIS-1559] - Remove the mixins from the simpleapp archetype - adds too much boilerplate
+* link:https://issues.apache.org/jira/browse/ISIS-1558[ISIS-1558] - Extend simpleapp archetype to also build docker images
+
+
+== Task
+
+* link:https://issues.apache.org/jira/browse/ISIS-1560[ISIS-1560] - Release 1.13.2.1 archetype

http://git-wip-us.apache.org/repos/asf/isis/blob/b17573cc/adocs/documentation/src/main/asciidoc/doap_isis.rdf
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/doap_isis.rdf b/adocs/documentation/src/main/asciidoc/doap_isis.rdf
index 910bcfd..dda1b38 100644
--- a/adocs/documentation/src/main/asciidoc/doap_isis.rdf
+++ b/adocs/documentation/src/main/asciidoc/doap_isis.rdf
@@ -36,6 +36,16 @@
     <category rdf:resource="http://projects.apache.org/category/web-framework" />
 
     
+    <!-- 2017-01-03 release -->
+    <release>
+      <Version>
+        <name>simpleapp-archetype</name>
+        <created>2017-01-03</created>
+        <revision>1.13.2.1</revision>
+      </Version>
+    </release>
+    
+
     <!-- 2016-12-14 releases -->
     <release>
       <Version>
@@ -51,7 +61,7 @@
         <revision>1.13.2</revision>
       </Version>
     </release>
-    
+
 
     <!-- 2016-10-30 releases -->
     <release>

http://git-wip-us.apache.org/repos/asf/isis/blob/b17573cc/adocs/documentation/src/main/asciidoc/downloads.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/downloads.adoc b/adocs/documentation/src/main/asciidoc/downloads.adoc
index 4a6d667..2e4988f 100644
--- a/adocs/documentation/src/main/asciidoc/downloads.adoc
+++ b/adocs/documentation/src/main/asciidoc/downloads.adoc
@@ -30,7 +30,7 @@ Core:
 
 Archetypes:
 
-* https://www.apache.org/dyn/closer.cgi/isis/archetype/simpleapp-archetype/simpleapp-archetype-1.13.2-source-release.zip[simpleapp-archetype-1.13.2] (http://www.apache.org/dist/isis/archetype/simpleapp-archetype/simpleapp-archetype-1.13.2-source-release.zip.asc[asc], http://www.apache.org/dist/isis/archetype/simpleapp-archetype/simpleapp-archetype-1.13.2-source-release.zip.md5[md5])
+* https://www.apache.org/dyn/closer.cgi/isis/archetype/simpleapp-archetype/simpleapp-archetype-1.13.2.1-source-release.zip[simpleapp-archetype-1.13.2.1] (http://www.apache.org/dist/isis/archetype/simpleapp-archetype/simpleapp-archetype-1.13.2.1-source-release.zip.asc[asc], http://www.apache.org/dist/isis/archetype/simpleapp-archetype/simpleapp-archetype-1.13.2.1-source-release.zip.md5[md5])
 
 
 

http://git-wip-us.apache.org/repos/asf/isis/blob/b17573cc/adocs/documentation/src/main/asciidoc/guides/_tg_stop-scaffolding-start-coding.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/_tg_stop-scaffolding-start-coding.adoc b/adocs/documentation/src/main/asciidoc/guides/_tg_stop-scaffolding-start-coding.adoc
index b2adc55..544ad16 100644
--- a/adocs/documentation/src/main/asciidoc/guides/_tg_stop-scaffolding-start-coding.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/_tg_stop-scaffolding-start-coding.adoc
@@ -30,7 +30,7 @@ Run the simpleapp archetype to build an empty Isis application:
 mvn archetype:generate  \
     -D archetypeGroupId=org.apache.isis.archetype \
     -D archetypeArtifactId=simpleapp-archetype \
-    -D archetypeVersion=1.13.2 \
+    -D archetypeVersion=1.13.2.1 \
     -D groupId=com.mycompany \
     -D artifactId=myapp \
     -D version=1.0-SNAPSHOT \
@@ -48,14 +48,14 @@ Start off by building the app from the command line:
 [source,bash]
 ----
 cd myapp
-mvn clean install
+mvn clean install -D mavenmixin-jettyconsole
 ----
 
 Once that's built then run using:
 
 [source,bash]
 ----
-mvn antrun:run -P self-host
+mvn -pl webapp antrun:run -D mavenmixin-jettyconsole
 ----
 
 A splash screen should appear offering to start up the app. Go ahead and start; the web browser should be opened at http://localhost:8080[http://localhost:8080]
@@ -64,8 +64,7 @@ Alternatively, you can run using the mvn-jetty-plugin:
 
 [source,bash]
 ----
-cd webapp
-mvn jetty:run
+mvn -pl webapp jetty:run
 ----
 
 This will accomplish the same thing, though the webapp is mounted at a slightly different URL

http://git-wip-us.apache.org/repos/asf/isis/blob/b17573cc/adocs/documentation/src/main/asciidoc/guides/_ugfun_getting-started_simpleapp-archetype.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/_ugfun_getting-started_simpleapp-archetype.adoc b/adocs/documentation/src/main/asciidoc/guides/_ugfun_getting-started_simpleapp-archetype.adoc
index 2d29ee6..acf796c 100644
--- a/adocs/documentation/src/main/asciidoc/guides/_ugfun_getting-started_simpleapp-archetype.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/_ugfun_getting-started_simpleapp-archetype.adoc
@@ -24,7 +24,7 @@ To build the app from the latest stable release, then run the following command:
 mvn archetype:generate  \
     -D archetypeGroupId=org.apache.isis.archetype \
     -D archetypeArtifactId=simpleapp-archetype \
-    -D archetypeVersion=1.13.2 \
+    -D archetypeVersion=1.13.2.1 \
     -D groupId=com.mycompany \
     -D artifactId=myapp \
     -D version=1.0-SNAPSHOT \

http://git-wip-us.apache.org/repos/asf/isis/blob/b17573cc/adocs/documentation/src/main/asciidoc/index.html
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/index.html b/adocs/documentation/src/main/asciidoc/index.html
index 68658c7..2f097aa 100644
--- a/adocs/documentation/src/main/asciidoc/index.html
+++ b/adocs/documentation/src/main/asciidoc/index.html
@@ -719,7 +719,7 @@ And I must say this: "Great Support from the development team"</p>
 mvn archetype:generate  \
     -D archetypeGroupId=org.apache.isis.archetype \
     -D archetypeArtifactId=simpleapp-archetype \
-    -D archetypeVersion=1.13.2 \
+    -D archetypeVersion=1.13.2.1 \
     -D groupId=com.mycompany \
     -D artifactId=myapp \
     -D version=1.0-SNAPSHOT \

http://git-wip-us.apache.org/repos/asf/isis/blob/b17573cc/adocs/documentation/src/main/asciidoc/release-notes.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/release-notes.adoc b/adocs/documentation/src/main/asciidoc/release-notes.adoc
index 763dcd4..b2e85a2 100644
--- a/adocs/documentation/src/main/asciidoc/release-notes.adoc
+++ b/adocs/documentation/src/main/asciidoc/release-notes.adoc
@@ -21,7 +21,15 @@ This table summarises all releases of Apache Isis to date.
 | Bugs
 | JIRA relnotes
 
-| xref:r1.13.2[1.13.2]
+| xref:r1.13.2.1[1.13.2.1]
+| 03-jan-2017
+| Patch release for simpleapp archetype only (docker images, regular actions instead of mixins)
+| 0
+| 2
+| 0
+| https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311171&version=12338937[Release notes for v1.13.2.1]
+
+| xref:r1.13.2.1[1.13.2]
 | 14-dec-2016
 | Patch release, modular simpleapp archetype
 | 2
@@ -266,6 +274,8 @@ This table summarises all releases of Apache Isis to date.
 
 
 
+include::_release-notes_1.13.2.1.adoc[leveloffset=+1]
+include::_release-notes_1.13.2.adoc[leveloffset=+1]
 include::_release-notes_1.13.2.adoc[leveloffset=+1]
 include::_release-notes_1.13.1.adoc[leveloffset=+1]
 include::_release-notes_1.13.0.adoc[leveloffset=+1]