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

doebele pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/empire-db.git


The following commit(s) were added to refs/heads/master by this push:
     new e3f235d  EMPIREDB-354 empty string constant added for convenience.
e3f235d is described below

commit e3f235dfacb65fa128b1c3cf79e16fa62f8ec4dd
Author: Rainer Döbele <[email protected]>
AuthorDate: Wed May 26 11:01:05 2021 +0200

    EMPIREDB-354
    empty string constant added for convenience.
---
 .../src/main/java/org/apache/empire/commons/StringUtils.java   | 10 ++++++++++
 pom.xml                                                        |  4 ++--
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/empire-db/src/main/java/org/apache/empire/commons/StringUtils.java 
b/empire-db/src/main/java/org/apache/empire/commons/StringUtils.java
index 6b4b088..4f41468 100644
--- a/empire-db/src/main/java/org/apache/empire/commons/StringUtils.java
+++ b/empire-db/src/main/java/org/apache/empire/commons/StringUtils.java
@@ -31,6 +31,16 @@ public class StringUtils
     }
 
     /**
+     * Empty String
+     */
+    public static final String EMPTY = "";
+
+    /**
+     * Single Space
+     */
+    public static final String SPACE = " ";
+
+    /**
      * Converts a value to a string.
      * If the value is null then the default value is returned.
      * 
diff --git a/pom.xml b/pom.xml
index 681dd2b..038423a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -365,12 +365,12 @@
                        <dependency>
                                <groupId>org.apache.myfaces.core</groupId>
                                <artifactId>myfaces-api</artifactId>
-                               <version>2.2.12</version>
+                               <version>2.2.14</version>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.myfaces.core</groupId>
                                <artifactId>myfaces-impl</artifactId>
-                               <version>2.2.12</version>
+                               <version>2.2.14</version>
                        </dependency>
                        <dependency>
                            <groupId>javax.el</groupId>

Reply via email to