[struts] branch master updated: use NumberUtils.isCreatable instead of deprecated NumberUtils.isNumber

2018-02-06 Thread amashchenko
This is an automated email from the ASF dual-hosted git repository.

amashchenko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git


The following commit(s) were added to refs/heads/master by this push:
 new 6ae63d7  use NumberUtils.isCreatable instead of deprecated 
NumberUtils.isNumber
6ae63d7 is described below

commit 6ae63d7669ce00afc3db99359193efe3db8d6df3
Author: Aleksandr Mashchenko 
AuthorDate: Tue Feb 6 18:22:40 2018 +0200

use NumberUtils.isCreatable instead of deprecated NumberUtils.isNumber
---
 .../main/java/com/opensymphony/xwork2/config/impl/AbstractMatcher.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/core/src/main/java/com/opensymphony/xwork2/config/impl/AbstractMatcher.java 
b/core/src/main/java/com/opensymphony/xwork2/config/impl/AbstractMatcher.java
index d75a39b..3b3b74b 100644
--- 
a/core/src/main/java/com/opensymphony/xwork2/config/impl/AbstractMatcher.java
+++ 
b/core/src/main/java/com/opensymphony/xwork2/config/impl/AbstractMatcher.java
@@ -161,7 +161,7 @@ public abstract class AbstractMatcher implements 
Serializable {
 //the values map will contain entries like name->"Lex Luthor" and 
1->"Lex Luthor"
 //now add the non-numeric values
 for (Map.Entry entry: vars.entrySet()) {
-if (!NumberUtils.isNumber(entry.getKey())) {
+if (!NumberUtils.isCreatable(entry.getKey())) {
 map.put(entry.getKey(), entry.getValue());
 }
 }

-- 
To stop receiving notification emails like this one, please contact
amashche...@apache.org.


[struts-site] branch asf-site updated: Updates production by Jenkins

2018-02-06 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/struts-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
 new 73f6d36  Updates production by Jenkins
73f6d36 is described below

commit 73f6d36b5fa7948a33bbe76d74c201134f7938dd
Author: jenkins 
AuthorDate: Tue Feb 6 10:15:55 2018 +

Updates production by Jenkins
---
 content/archetype-catalog.xml | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/content/archetype-catalog.xml b/content/archetype-catalog.xml
index f7a17e2..78a6192 100644
--- a/content/archetype-catalog.xml
+++ b/content/archetype-catalog.xml
@@ -7,49 +7,49 @@
 
 org.apache.struts
 struts2-archetype-blank
-2.5.5
+2.5.14
 
https://repository.apache.org/content/groups/public/
 Struts 2 Archetypes - Blank
 
 
 org.apache.struts
 struts2-archetype-convention
-2.5.5
+2.5.14
 
https://repository.apache.org/content/groups/public/
 Struts 2 Archetypes - Blank Convention
 
 
 org.apache.struts
 struts2-archetype-dbportlet
-2.5.5
+2.5.14
 
https://repository.apache.org/content/groups/public/
 Struts 2 Archetypes - Database Portlet
 
 
 org.apache.struts
 struts2-archetype-plugin
-2.5.5
+2.5.14
 
https://repository.apache.org/content/groups/public/
 Struts 2 Archetypes - Plugin
 
 
 org.apache.struts
 struts2-archetype-portlet
-2.5.5
+2.5.14
 
https://repository.apache.org/content/groups/public/
 Struts 2 Archetypes - Portlet
 
 
 org.apache.struts
 struts2-archetype-starter
-2.5.5
+2.5.14
 
https://repository.apache.org/content/groups/public/
 Struts 2 Archetypes - Starter
 
 
 org.apache.struts
 struts2-archetype-angularjs
-2.5.5
+2.5.14
 
https://repository.apache.org/content/groups/public/
 Struts 2 Archetypes - Angular JS
 

-- 
To stop receiving notification emails like this one, please contact
git-site-r...@apache.org.


[struts-site] branch master updated: Updates archetypes version to 2.5.14

2018-02-06 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts-site.git


The following commit(s) were added to refs/heads/master by this push:
 new c6e9ebd  Updates archetypes version to 2.5.14
c6e9ebd is described below

commit c6e9ebdbd32e684eee8fe2dd30ffc6e6bfaeaf30
Author: Lukasz Lenart 
AuthorDate: Tue Feb 6 11:03:34 2018 +0100

Updates archetypes version to 2.5.14
---
 _config.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_config.yml b/_config.yml
index ba250af..b044f34 100644
--- a/_config.yml
+++ b/_config.yml
@@ -12,7 +12,7 @@ kramdown:
 # Simplifies introducing changes related to the latest release
 current_version: 2.5.14.1
 current_version_short: 2514.1
-archetype_version: 2.5.5
+archetype_version: 2.5.14
 current_beta_version: 2.5-BETA3
 current_beta_version_short: 25B3
 release_date: 30 November 2017

-- 
To stop receiving notification emails like this one, please contact
lukaszlen...@apache.org.