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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,13 @@
1
-
# eForms Core Library 1.0.0 Release Notes
1
+
# eForms Core Library 1.0.1 Release Notes
2
2
3
3
_The library is a collection of utilities that are used by our sample applications as well as the EFX Toolkit for Java Developers._
4
4
5
5
## In this release:
6
-
This release introduces a significant refactoring of pre-existing code aiming at better organising this library as well as other libraries and applications that use it.
6
+
This patch updates fixes the Sdk Downloader facility to handle the case where a VERSION file already exists on the root folder of the downloaded eForms SDK.
7
+
It also fixes the following two issues:
8
+
- The SDK Downloader was considering a snapshot of a minor version to be the latest of the previous minor version.
9
+
- SdkComponentFactory was scanning for implementation classes only in the current classloader. It now scans in all available (loaded) classloaders.
7
10
8
-
It is the first major release of the eForms Core Library for Java developers.
9
11
## Download
10
12
11
13
You can download the latest eForms Core library from Maven Central.
0 commit comments