forked from apache/commons-chain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
RELEASE-NOTES.txt
55 lines (39 loc) · 1.52 KB
/
RELEASE-NOTES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
$Id$
Commons Chain Package
Version 1.3.0
Release Notes
INTRODUCTION:
============
The changes-report.html provides details of changes in each release:
o https://weblegacy.github.io/commons-chain/changes-report.html
For more information on Apache Commons Chain, see
o https://weblegacy.github.io/commons-chain/
COMPATIBILITY
=============
Chain 1.3.0 (Core) is nearly binary and source compatible with version 1.2.
For detail differences see
o https://weblegacy.github.io/commons-chain/commons-chain/japicmp.html
The packages from Chain 1.3.0 (Web-part) are renamed:
JEE8-compatible
o org.apache.commons.chain.web.faces --> org.apache.commons.chain.web.javax.faces
o org.apache.commons.chain.web.portlet --> org.apache.commons.chain.web.javax.portlet
o org.apache.commons.chain.web.servlet --> org.apache.commons.chain.web.javax.servlet
JEE9+-compatible
o org.apache.commons.chain.web.faces --> org.apache.commons.chain.web.jakarta.faces
o org.apache.commons.chain.web.servlet --> org.apache.commons.chain.web.jakarta.servlet
The logging-framework has changed:
o commons-logging --> slf4j
The minimum JDK version required is JDK-8
NEW FEATURES:
============
o Modularization
o Split into submodules for core, web, javax and jakarta
o JEE9+ enabled
o Generics
o Replace logging-framework: commons-logging --> slf4j
CHANGES:
========
For a detail list, see
o https://weblegacy.github.io/commons-chain/
BUG REPORTS ADDRESSED:
=====================