This is an automated email from the ASF dual-hosted git repository.
gk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-parser.git
from ca6df04 Use turbine parent 12-SNAPSHOT and set commons-pool2 scope
provided.
new 5260957 Update dependency commons-lang3 v3.12.0
new 6d5e413 remove snapshot from parent and update version from
2.0.2-SNAPSHOT to 3.0.0-SNAPSHOT with java 11
new 3a8aa83 Update commons-lang2 to 3.13.0 and fulcrum-yaafi to newly
released 2.0.0
new 9da401b Use maxWait Duration on pool2, use non deprecated valueOf
methods in Numbers, add warning and adjust test settings, if borrowObject is
false and maxWaitInMillis is set, add log4j2 test logger configuration.
new b8c6c41 Update changes.xml, remove snapshots, minor code fixes
The 5 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.
Summary of changes:
pom.xml | 25 ++++++++---
src/changes/changes.xml | 14 +++++-
.../org/apache/fulcrum/parser/BaseValueParser.java | 8 ++--
.../fulcrum/parser/DefaultParserService.java | 14 ++++--
src/test/TestComponentConfig.xml | 5 ++-
src/test/log4j2-test.xml | 52 ++++++++++++++++++++++
.../apache/fulcrum/parser/BaseValueParserTest.java | 38 ++++++++--------
7 files changed, 121 insertions(+), 35 deletions(-)
create mode 100644 src/test/log4j2-test.xml