You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_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._
4
4
5
5
---
6
6
## In this release:
7
7
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.
28
10
29
11
---
30
12
@@ -40,4 +22,4 @@ This version of the EFX Toolkit has a compile-time dependency on the following v
40
22
- eForms SDK 0.7.x
41
23
- eForms SDK 1.x.x
42
24
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