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 2019/01/03 10:29:12 UTC

[isis] branch release-1.17.0-RC3 created (now 4aeada0)

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

danhaywood pushed a change to branch release-1.17.0-RC3
in repository https://gitbox.apache.org/repos/asf/isis.git.


      at 4aeada0  ISIS-1899: bumps revision property across all pom.xml's back to 1.0.0-SNAPSHOT

This branch includes the following new commits:

     new 575a45b  ISIS-1899: bumps revision property across all pom.xml's to 1.17.0
     new 6395334  ISIS-1899: recreating simpleapp archetype
     new ab2f5de  ISIS-1899: recreating helloworld archetype
     new 4aeada0  ISIS-1899: bumps revision property across all pom.xml's back to 1.0.0-SNAPSHOT

The 4 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.



[isis] 03/04: ISIS-1899: recreating helloworld archetype

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

danhaywood pushed a commit to branch release-1.17.0-RC3
in repository https://gitbox.apache.org/repos/asf/isis.git

commit ab2f5de3223b5877845739f4eab925a6b4050848
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Wed Jan 2 10:09:50 2019 +0000

    ISIS-1899: recreating helloworld archetype
---
 .../main/java/domainapp/application/isis-non-changing.properties    | 6 ------
 .../src/test/resources/projects/basic/archetype.properties          | 2 +-
 2 files changed, 1 insertion(+), 7 deletions(-)

diff --git a/example/archetype/helloworld/src/main/resources/archetype-resources/src/main/java/domainapp/application/isis-non-changing.properties b/example/archetype/helloworld/src/main/resources/archetype-resources/src/main/java/domainapp/application/isis-non-changing.properties
index 868c5d4..a84ec19 100644
--- a/example/archetype/helloworld/src/main/resources/archetype-resources/src/main/java/domainapp/application/isis-non-changing.properties
+++ b/example/archetype/helloworld/src/main/resources/archetype-resources/src/main/java/domainapp/application/isis-non-changing.properties
@@ -20,7 +20,6 @@ ${symbol_pound}  under the License.
 
 
 
-${symbol_pound}isis.services.eventbus.implementation=guava
 isis.services.eventbus.implementation=axon
 
 isis.reflector.validator.allowDeprecated=false
@@ -29,10 +28,6 @@ isis.reflector.validator.explicitObjectType=true
 isis.reflector.validator.serviceActionsOnly=true
 isis.reflector.validator.mixinsOnly=true
 
-${symbol_pound}isis.reflector.facet.domainObjectLayoutAnnotation.titleUiEvent.postForDefault=true
-${symbol_pound}isis.reflector.facet.domainObjectLayoutAnnotation.iconUiEvent.postForDefault=true
-${symbol_pound}isis.reflector.facet.domainObjectLayoutAnnotation.cssClassUiEvent.postForDefault=true
-
 isis.reflector.facet.cssClassFa.patterns=${symbol_escape}
                         new.*:fa-plus,${symbol_escape}
                         add.*:fa-plus-square,${symbol_escape}
@@ -68,7 +63,6 @@ isis.viewer.wicket.themes.enabled=Cosmo,Flatly,Darkly,Sandstone,United
 
 isis.viewer.wicket.maxTitleLengthInStandaloneTables=0
 isis.viewer.wicket.maxTitleLengthInParentedTables=0
-isis.viewer.wicket.dialogMode=modal
 
 
 isis.persistor.datanucleus.impl.datanucleus.schema.validateTables=true
diff --git a/example/archetype/helloworld/src/test/resources/projects/basic/archetype.properties b/example/archetype/helloworld/src/test/resources/projects/basic/archetype.properties
index 25bd801..25c6141 100644
--- a/example/archetype/helloworld/src/test/resources/projects/basic/archetype.properties
+++ b/example/archetype/helloworld/src/test/resources/projects/basic/archetype.properties
@@ -1,4 +1,4 @@
-#Mon Dec 31 17:20:57 GMT 2018
+#Wed Jan 02 10:09:45 GMT 2019
 package=it.pkg
 version=0.1-SNAPSHOT
 groupId=archetype.it


[isis] 02/04: ISIS-1899: recreating simpleapp archetype

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

danhaywood pushed a commit to branch release-1.17.0-RC3
in repository https://gitbox.apache.org/repos/asf/isis.git

commit 6395334414201007962150eeef9f4165a9a8e9d4
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Wed Jan 2 10:06:33 2019 +0000

    ISIS-1899: recreating simpleapp archetype
---
 .../simpleapp/src/test/resources/projects/basic/archetype.properties    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/example/archetype/simpleapp/src/test/resources/projects/basic/archetype.properties b/example/archetype/simpleapp/src/test/resources/projects/basic/archetype.properties
index e2de8a4..1e3dd31 100644
--- a/example/archetype/simpleapp/src/test/resources/projects/basic/archetype.properties
+++ b/example/archetype/simpleapp/src/test/resources/projects/basic/archetype.properties
@@ -1,4 +1,4 @@
-#Mon Dec 31 17:14:26 GMT 2018
+#Wed Jan 02 10:06:23 GMT 2019
 package=it.pkg
 version=0.1-SNAPSHOT
 groupId=archetype.it


[isis] 01/04: ISIS-1899: bumps revision property across all pom.xml's to 1.17.0

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

danhaywood pushed a commit to branch release-1.17.0-RC3
in repository https://gitbox.apache.org/repos/asf/isis.git

commit 575a45bd481476043f852c40395fe1306b5267a2
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Wed Jan 2 08:11:10 2019 +0000

    ISIS-1899: bumps revision property across all pom.xml's to 1.17.0
---
 core/pom.xml                           | 2 +-
 example/application/helloworld/pom.xml | 2 +-
 example/application/simpleapp/pom.xml  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/core/pom.xml b/core/pom.xml
index 4039257..79c3c80 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -46,7 +46,7 @@
     <inceptionYear>2010</inceptionYear>
 
     <properties>
-        <revision>1.0.0-SNAPSHOT</revision>
+        <revision>1.17.0</revision>
         <isis.version>${revision}</isis.version>
 
         <isis.skipTests>false</isis.skipTests>
diff --git a/example/application/helloworld/pom.xml b/example/application/helloworld/pom.xml
index c091f66..916a1c4 100644
--- a/example/application/helloworld/pom.xml
+++ b/example/application/helloworld/pom.xml
@@ -36,7 +36,7 @@
     <packaging>war</packaging>
 
     <properties>
-        <revision>1.0.0-SNAPSHOT</revision>
+        <revision>1.17.0</revision>
         <isis.version>${revision}</isis.version>
 
         <compiler-plugin.source>1.8</compiler-plugin.source>
diff --git a/example/application/simpleapp/pom.xml b/example/application/simpleapp/pom.xml
index 4ca6f69..3d5a6eb 100644
--- a/example/application/simpleapp/pom.xml
+++ b/example/application/simpleapp/pom.xml
@@ -36,7 +36,7 @@
     <packaging>pom</packaging>
 
     <properties>
-        <revision>1.0.0-SNAPSHOT</revision>
+        <revision>1.17.0</revision>
         <isis.version>${revision}</isis.version>
 
         <!-- bumping to 1.18.4 causes a conflict with DataNucleus' annotation processor. -->


[isis] 04/04: ISIS-1899: bumps revision property across all pom.xml's back to 1.0.0-SNAPSHOT

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

danhaywood pushed a commit to branch release-1.17.0-RC3
in repository https://gitbox.apache.org/repos/asf/isis.git

commit 4aeada022eab3f9d52a19382bccf9fd7318b3e3b
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Thu Jan 3 10:28:28 2019 +0000

    ISIS-1899: bumps revision property across all pom.xml's back to 1.0.0-SNAPSHOT
---
 core/pom.xml                           | 2 +-
 example/application/helloworld/pom.xml | 2 +-
 example/application/simpleapp/pom.xml  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/core/pom.xml b/core/pom.xml
index 79c3c80..4039257 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -46,7 +46,7 @@
     <inceptionYear>2010</inceptionYear>
 
     <properties>
-        <revision>1.17.0</revision>
+        <revision>1.0.0-SNAPSHOT</revision>
         <isis.version>${revision}</isis.version>
 
         <isis.skipTests>false</isis.skipTests>
diff --git a/example/application/helloworld/pom.xml b/example/application/helloworld/pom.xml
index 916a1c4..c091f66 100644
--- a/example/application/helloworld/pom.xml
+++ b/example/application/helloworld/pom.xml
@@ -36,7 +36,7 @@
     <packaging>war</packaging>
 
     <properties>
-        <revision>1.17.0</revision>
+        <revision>1.0.0-SNAPSHOT</revision>
         <isis.version>${revision}</isis.version>
 
         <compiler-plugin.source>1.8</compiler-plugin.source>
diff --git a/example/application/simpleapp/pom.xml b/example/application/simpleapp/pom.xml
index 3d5a6eb..4ca6f69 100644
--- a/example/application/simpleapp/pom.xml
+++ b/example/application/simpleapp/pom.xml
@@ -36,7 +36,7 @@
     <packaging>pom</packaging>
 
     <properties>
-        <revision>1.17.0</revision>
+        <revision>1.0.0-SNAPSHOT</revision>
         <isis.version>${revision}</isis.version>
 
         <!-- bumping to 1.18.4 causes a conflict with DataNucleus' annotation processor. -->