Skip to content

Commit bf124dd

Browse files
Merge branch 'main' into develop and update version to 1.5.0-SNAPSHOT
2 parents 287e763 + 7e7c13c commit bf124dd

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
# eForms Core Library 1.3.0 Release Notes
1+
# eForms Core Library 1.4.0 Release Notes
22

33
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.
44

55
## In this release
66

7-
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.
7+
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.
8+
9+
The versions of various dependencies was updated: ANTLR 4.13.1, JAXB 4.0.4, logback 1.5.3, ph-genericode 7.1.1.
810

911
## Download
1012

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>eu.europa.ted.eforms</groupId>
55
<artifactId>eforms-core-java</artifactId>
6-
<version>1.4.0-SNAPSHOT</version>
6+
<version>1.5.0-SNAPSHOT</version>
77

88
<name>eForms Core Library</name>
99
<description>API and tools for eForms applications.</description>
@@ -44,7 +44,7 @@
4444
</distributionManagement>
4545

4646
<properties>
47-
<project.build.outputTimestamp>2023-11-17T15:30:31Z</project.build.outputTimestamp>
47+
<project.build.outputTimestamp>2024-08-02T09:50:45Z</project.build.outputTimestamp>
4848
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4949

5050
<sonatype.server.url>s01.oss.sonatype.org</sonatype.server.url>

0 commit comments

Comments
 (0)