From e340ff84e3fd6677d72572353c6635cd350d6435 Mon Sep 17 00:00:00 2001 From: Bertrand Lorentz Date: Fri, 2 Aug 2024 11:09:19 +0200 Subject: [PATCH 1/2] CHANGELOG: Update for version 1.4.0 --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 713a041..b71fd51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,12 @@ -# eForms Core Library 1.3.0 Release Notes +# eForms Core Library 1.4.0 Release Notes The eForms Core Library is a collection of utilities that are used by our sample applications as well as the EFX Toolkit for Java Developers. ## In this release -This release improves XPathProcessor contextualisation by fixing an issue that caused unnecessary back-steps to be inserted in the contextualised output when both XPaths contain predicates. +This release adds the option to indicate a qualifier for SDK components. If there are 2 or more classes that have an @SdkComponent annotation with the same version and component type, this allows you to differentiate them and load the component with the matching qualifier. + +The versions of various dependencies was updated: ANTLR 4.13.1, JAXB 4.0.4, logback 1.5.3, ph-genericode 7.1.1. ## Download From 3cc7a299695d8a3ff70a8d923ee8ae4f48519336 Mon Sep 17 00:00:00 2001 From: Bertrand Lorentz Date: Fri, 2 Aug 2024 11:11:32 +0200 Subject: [PATCH 2/2] pom: Update version to 1.4.0 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 511e4ff..8697b2a 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ eu.europa.ted.eforms eforms-core-java - 1.4.0-SNAPSHOT + 1.4.0 eForms Core Library API and tools for eForms applications. @@ -44,7 +44,7 @@ - 2023-11-17T15:30:31Z + 2024-08-02T09:11:15Z UTF-8 s01.oss.sonatype.org