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 diff --git a/pom.xml b/pom.xml index 511e4ff..2e9c120 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ eu.europa.ted.eforms eforms-core-java - 1.4.0-SNAPSHOT + 1.5.0-SNAPSHOT eForms Core Library API and tools for eForms applications. @@ -44,7 +44,7 @@ - 2023-11-17T15:30:31Z + 2024-08-02T09:50:45Z UTF-8 s01.oss.sonatype.org