diff --git a/norconex-commons-lang/TODO.txt b/norconex-commons-lang/TODO.txt deleted file mode 100644 index e895aea6..00000000 --- a/norconex-commons-lang/TODO.txt +++ /dev/null @@ -1,29 +0,0 @@ -TODO: -============== - -- Consider using Apache Commons Exec to replace SystemCommand? - -- Allows to specify a velocity-tools.properties or equivalent in classpath - root (e.g. classes/ folder) to define custom classes/tools to be used - by Velocity. - -- Upgrade to Commons Configuration 2.x -- Upgrade to Apache Velocity 2.x when available in Maven. - - - See after upgrading above two if we can get rid of - Commons Collections 3.x and Commons Lang 2.x - -- Upgrade to slf4j. - -- Modify Jar copier to handle cases where snapshot are timestamped instead and - not being considered the latest when they should. Like: - norconex-commons-lang-1.13.0-20170328.184247-17.jar vs - norconex-commons-lang-1.13.0-SNAPSHOT.jar - https://github.com/Norconex/collector-http/issues/331#issuecomment-290196986 - -- Redo DurationUtil to be more flexible (using fluid builder approach. - or check Apache or Java 8 equivalent classes if they can be made as flexible. - Look at: - https://commons.apache.org/proper/commons-lang/javadocs/api-3.5/index.html?org/apache/commons/lang3/time/DurationFormatUtils.html - http://docs.oracle.com/javase/8/docs/api/java/time/format/DateTimeFormatterBuilder.html - http://joda-time.sourceforge.net/apidocs/org/joda/time/format/PeriodFormatterBuilder.html diff --git a/norconex-commons-lang/pom.xml b/norconex-commons-lang/pom.xml index 7c091d6a..8f247b6d 100644 --- a/norconex-commons-lang/pom.xml +++ b/norconex-commons-lang/pom.xml @@ -19,7 +19,7 @@ 4.0.0 com.norconex.commons norconex-commons-lang - 1.15.2-SNAPSHOT + 1.15.2 jar Norconex Commons Lang @@ -27,7 +27,7 @@ UTF-8 UTF-8 - 1.15.1 + 1.15.2 3.6 1.10 diff --git a/norconex-commons-lang/src/changes/changes.xml b/norconex-commons-lang/src/changes/CHANGES.xml similarity index 99% rename from norconex-commons-lang/src/changes/changes.xml rename to norconex-commons-lang/src/changes/CHANGES.xml index 5640d021..a3e91874 100644 --- a/norconex-commons-lang/src/changes/changes.xml +++ b/norconex-commons-lang/src/changes/CHANGES.xml @@ -7,7 +7,7 @@ - + Added conditional checks before log4j-specific method calls not covered by "log4j-over-slf4j".