You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@polygene.apache.org by ni...@apache.org on 2017/04/13 05:49:29 UTC

[1/5] polygene-java git commit: Need same version in Yeoman generator. This should be automated, but I think I don't have time to worry about it right now.

Repository: polygene-java
Updated Branches:
  refs/heads/develop 21e66bcef -> 38c4da0fa


Need same version in Yeoman generator. This should be automated, but I think I don't have time to worry about it right now.


Project: http://git-wip-us.apache.org/repos/asf/polygene-java/repo
Commit: http://git-wip-us.apache.org/repos/asf/polygene-java/commit/77d89506
Tree: http://git-wip-us.apache.org/repos/asf/polygene-java/tree/77d89506
Diff: http://git-wip-us.apache.org/repos/asf/polygene-java/diff/77d89506

Branch: refs/heads/develop
Commit: 77d89506b97c607a9e49fdf843c2f68569bde9a5
Parents: 26a8907
Author: niclas <ni...@spicter.com>
Authored: Wed Apr 12 10:34:26 2017 +0800
Committer: niclas <ni...@spicter.com>
Committed: Wed Apr 12 10:34:26 2017 +0800

----------------------------------------------------------------------
 tools/generator-polygene/package.json | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/polygene-java/blob/77d89506/tools/generator-polygene/package.json
----------------------------------------------------------------------
diff --git a/tools/generator-polygene/package.json b/tools/generator-polygene/package.json
index d410b9e..2cebf27 100644
--- a/tools/generator-polygene/package.json
+++ b/tools/generator-polygene/package.json
@@ -1,7 +1,7 @@
 {
   "name": "generator-polygene",
-  "version": "0.1.0",
-  "description": "",
+  "version": "3.0.0",
+  "description": "Generates an Apache Polygene project.",
   "scripts": {
     "test": "./node_modules/mocha/bin/mocha test/**/*_test.js"
   },
@@ -9,7 +9,8 @@
     "app"
   ],
   "keywords": [
-    "yeoman-generator"
+    "yeoman-generator",
+    "apache-polygene"
   ],
   "dependencies": {
     "yeoman-generator": "^0.24.1"


[2/5] polygene-java git commit: Signed Paul's key with mine, and uploaded to MIT PGP server.

Posted by ni...@apache.org.
Signed Paul's key with mine, and uploaded to MIT PGP server.


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

Branch: refs/heads/develop
Commit: 797001185a626039c5049fab5ccc4e200426017d
Parents: 77d8950
Author: niclas <ni...@spicter.com>
Authored: Wed Apr 12 10:34:45 2017 +0800
Committer: niclas <ni...@spicter.com>
Committed: Wed Apr 12 10:34:45 2017 +0800

----------------------------------------------------------------------
 KEYS | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/polygene-java/blob/79700118/KEYS
----------------------------------------------------------------------
diff --git a/KEYS b/KEYS
index a5d2f9d..8eca70e 100644
--- a/KEYS
+++ b/KEYS
@@ -26,7 +26,7 @@ Developers:
   Releases will be signed using one of the keys present in this file. This file
   will be available with the distributed Apache Polygene releases at:
 
-      https://dist.apache.org/repos/dist/polygene/KEYS
+      https://dist.apache.org/repos/dist/release/polygene/KEYS
 
 ********************************************************************************
 
@@ -156,11 +156,13 @@ jTyg19IQRme7
 -----END PGP PUBLIC KEY BLOCK-----
 
 
-pub   8192R/7D0391AC 2015-04-27
-uid                  Paul Merlin (Apache) <pa...@apache.org>
-sig 3        7D0391AC 2015-04-27  Paul Merlin (Apache) <pa...@apache.org>
-sub   8192R/091BA717 2015-04-27
-sig          7D0391AC 2015-04-27  Paul Merlin (Apache) <pa...@apache.org>
+pub   rsa8192 2015-04-27 [SC]
+      2E8933D9CBD2C88991E7B186D79DEC497D0391AC
+uid           [  full  ] Paul Merlin (Apache) <pa...@apache.org>
+sig 3        D79DEC497D0391AC 2015-04-27  Paul Merlin (Apache) <pa...@apache.org>
+sig          995ADEF432D40AD6 2017-04-12  Niclas Hedhman <ni...@hedhman.org>
+sub   rsa8192 2015-04-27 [E]
+sig          D79DEC497D0391AC 2015-04-27  Paul Merlin (Apache) <pa...@apache.org>
 
 -----BEGIN PGP PUBLIC KEY BLOCK-----
 Version: GnuPG/MacGPG2 v2.0.22 (Darwin)


[3/5] polygene-java git commit: Incorrect used of {@link}.

Posted by ni...@apache.org.
Incorrect used of {@link}.


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

Branch: refs/heads/develop
Commit: aa89e5b30b074bb05118ebf1eb6f51bc6cc6a2f3
Parents: 7970011
Author: niclas <ni...@spicter.com>
Authored: Wed Apr 12 17:02:05 2017 +0800
Committer: niclas <ni...@spicter.com>
Committed: Wed Apr 12 17:02:05 2017 +0800

----------------------------------------------------------------------
 .../java/org/apache/polygene/api/serialization/Converter.java  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/polygene-java/blob/aa89e5b3/core/api/src/main/java/org/apache/polygene/api/serialization/Converter.java
----------------------------------------------------------------------
diff --git a/core/api/src/main/java/org/apache/polygene/api/serialization/Converter.java b/core/api/src/main/java/org/apache/polygene/api/serialization/Converter.java
index b411ad3..243e64c 100644
--- a/core/api/src/main/java/org/apache/polygene/api/serialization/Converter.java
+++ b/core/api/src/main/java/org/apache/polygene/api/serialization/Converter.java
@@ -20,7 +20,7 @@ package org.apache.polygene.api.serialization;
 /**
  * Converter for (de)serialization.
  *
- * Convert instances of {@link T} to String and the other way around.
+ * Convert instances of {@code T} to String and the other way around.
  *
  * @param <T> the converted type
  */
@@ -34,7 +34,7 @@ public interface Converter<T>
     /**
      * Convert.
      *
-     * @param object the {@link T} to convert to String, never null
+     * @param object the {@code T} to convert to String, never null
      * @return the String representation of the given object
      */
     String toString( T object );
@@ -42,7 +42,7 @@ public interface Converter<T>
     /**
      * Revert.
      *
-     * @param string the String to convert back to {@link T}
+     * @param string the String to convert back to {@code T}
      * @return the {@link T}
      */
     T fromString( String string );


[5/5] polygene-java git commit: Fix problem in web.xml template

Posted by ni...@apache.org.
Fix problem in web.xml template


Project: http://git-wip-us.apache.org/repos/asf/polygene-java/repo
Commit: http://git-wip-us.apache.org/repos/asf/polygene-java/commit/38c4da0f
Tree: http://git-wip-us.apache.org/repos/asf/polygene-java/tree/38c4da0f
Diff: http://git-wip-us.apache.org/repos/asf/polygene-java/diff/38c4da0f

Branch: refs/heads/develop
Commit: 38c4da0fad755b17b4fa01fb2dbcb1f17fac3b5f
Parents: e236498
Author: niclas <ni...@spicter.com>
Authored: Thu Apr 13 13:48:57 2017 +0800
Committer: niclas <ni...@spicter.com>
Committed: Thu Apr 13 13:48:57 2017 +0800

----------------------------------------------------------------------
 .../app/templates/RestAPIApplication/web.xml.tmpl              | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/polygene-java/blob/38c4da0f/tools/generator-polygene/app/templates/RestAPIApplication/web.xml.tmpl
----------------------------------------------------------------------
diff --git a/tools/generator-polygene/app/templates/RestAPIApplication/web.xml.tmpl b/tools/generator-polygene/app/templates/RestAPIApplication/web.xml.tmpl
index d650933..75075b2 100644
--- a/tools/generator-polygene/app/templates/RestAPIApplication/web.xml.tmpl
+++ b/tools/generator-polygene/app/templates/RestAPIApplication/web.xml.tmpl
@@ -23,18 +23,18 @@
          version="2.5">
 
     <display-name><%= polygene.name %></display-name>
-<% if( polygene.hasFeature( "security" ) { %>
+<% if( polygene.hasFeature( "security" )) { %>
     <listener>
         <listener-class>org.apache.shiro.web.env.EnvironmentLoaderListener</listener-class>
     </listener>
 <% } %>
-<% if( polygene.hasFeature( "security" ) { %>
+<% if( polygene.hasFeature( "security" ) ) { %>
     <filter>
         <filter-name>ShiroFilter</filter-name>
         <filter-class>org.apache.shiro.web.servlet.ShiroFilter</filter-class>
     </filter>
 <% } %>
-<% if( polygene.hasFeature( "security" ) { %>
+<% if( polygene.hasFeature( "security" ) ) { %>
     <-- Filter all web requests.  This filter mapping is typically declared
         before all others to ensure any other filters are secured as well: -->
     <filter-mapping>


[4/5] polygene-java git commit: Merge remote-tracking branch 'origin/develop' into develop

Posted by ni...@apache.org.
Merge remote-tracking branch 'origin/develop' into develop


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

Branch: refs/heads/develop
Commit: e236498ac918105bde0c10fd48d56edf6d81eeab
Parents: aa89e5b 21e66bc
Author: niclas <ni...@spicter.com>
Authored: Thu Apr 13 09:32:27 2017 +0800
Committer: niclas <ni...@spicter.com>
Committed: Thu Apr 13 09:32:27 2017 +0800

----------------------------------------------------------------------
 .../structure/release/ReleasePlugin.groovy      |  2 +-
 gradle/wrapper/gradle-wrapper.properties        |  2 +-
 .../docs/tutorials/howto-releasing-apache.txt   | 34 ++++++++++----------
 3 files changed, 19 insertions(+), 19 deletions(-)
----------------------------------------------------------------------