Skip to content

Commit 5a98146

Browse files
authored
Update CHANGELOG.md
1 parent b61ba01 commit 5a98146

1 file changed

Lines changed: 4 additions & 22 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,12 @@
1-
# EFX Toolkit 1.1.0 Release Notes
1+
# EFX Toolkit 1.1.1 Release Notes
22

33
_The EFX Toolkit for Java developers is a library that enables the transpilation of [EFX](https://docs.ted.europa.eu/eforms/latest/efx) expressions and templates to different target languages. It also includes an implementation of an EFX-to-XPath transpiler._
44

55
---
66
## In this release:
77

8-
In this release we moved some utility classes to a new java library: [eforms-core-java](https://github.com/OP-TED/eforms-core-java). These utility classes enable the parallel use of multiple major versions of the SDK by applications. We decided to extract this functionality to a new shared library so that it can also be used by applications that do not necessarily need EFX translation.
9-
10-
This release also removes the need to use the "classindex" annotation processor plugin. You can remove the following section from your pom.xml:
11-
12-
```
13-
<plugin>
14-
<groupId>org.apache.maven.plugins</groupId>
15-
<artifactId>maven-compiler-plugin</artifactId>
16-
<version>${version.compiler.plugin}</version>
17-
<configuration>
18-
<annotationProcessorPaths>
19-
<annotationProcessorPath>
20-
<groupId>org.atteo.classindex</groupId>
21-
<artifactId>classindex</artifactId>
22-
<version>${version.classindex}</version>
23-
</annotationProcessorPath>
24-
</annotationProcessorPaths>
25-
</configuration>
26-
</plugin>
27-
```
8+
- We fixed a bug that was causing (in some cases) the wrong relative XPath to be calculated for fields that point to XML attributes.
9+
- We fixed an issue with variable scoping in EFX Templates.
2810

2911
---
3012

@@ -40,4 +22,4 @@ This version of the EFX Toolkit has a compile-time dependency on the following v
4022
- eForms SDK 0.7.x
4123
- eForms SDK 1.x.x
4224

43-
It also depends on the [eForms Core Java library](https://github.com/OP-TED/eforms-core-java) version 0.1.0.
25+
It also depends on the [eForms Core Java library](https://github.com/OP-TED/eforms-core-java) version 0.1.1.

0 commit comments

Comments
 (0)