Project

General

Profile

V27 » History » Version 8

Henning Blohm, 15.02.2020 15:51

1 1 Henning Blohm
h1. Z2-Environment version 2.7
2
3 8 Henning Blohm
("Version 2.6":https://redmine.z2-environment.net/versions/45, "Version 2.8":https://redmine.z2-environment.net/versions/47)
4 3 Henning Blohm
5
The main focus of version 2.7 is to support Java 11 also by language level. Version 2.7 is mostly a minor enhancement compared to v2.6:
6
7
* Support for java 11 (#2021)
8 4 Henning Blohm
* Jetty Upgrade (#2027)
9
* Further Deployment Layout cleanup (#1952)
10 1 Henning Blohm
* Clean instance separation for generated artifacts (#1491)
11 6 Henning Blohm
* API Enhancements (#1974, #2022, #2023, #2024, #2029)
12 1 Henning Blohm
* Removal of Home Layouts (#1981)
13 4 Henning Blohm
* Strict classpath sequence evaluation (#2028)
14
* Using Java 9 Process API features for worker process handling (#2020)
15 3 Henning Blohm
16
h2. Compatibility Notes
17
18
h3. Home Layouts (#1981)
19 1 Henning Blohm
20 5 Henning Blohm
As of version 2.7 worker processes implement IDependencyComponent and are started and maintained by simply being part of a dependency of the home process. Details may be found in the section "Worker Processes and Home Layouts":http://www.z2-environment.eu/v27doc#Worker%20Processes
21 1 Henning Blohm
22 5 Henning Blohm
Consequently, components of type *com.zfabrik.homeLayout* must be migrated
23
to *com.zfabrik.systemState*. The *home.workers* property should be replaced by *com.zfabrik.systemStates.dependency*. 
24 4 Henning Blohm
25 5 Henning Blohm
See e.g. the commit "dd462784":https://redmine.z2-environment.net/projects/z2-samples/repository/revisions/dd462784d1b25dc58b0cc4a840566a14bd8eec15/diff/environment/home.properties of *z2-samples.hibernate-basic*.
26 2 Henning Blohm
27
h2. Related
28
29 7 Henning Blohm
* [[Download#Version-27]]
30
31 2 Henning Blohm
{{child_pages}}