Preparing for Crowd 4.0
This documentation is intended for Crowd developers who want to ensure that their existing add-ons are compatible with Crowd 4.0. Crowd 4.0 will contain breaking changes.
最新のマイルストーン
Release date | バージョン | ダウンロード |
---|---|---|
| 4.0.0-rc3 (EAP) | download link |
変更の概要
In this section we're summing up changes we intend to make in Crowd 4.0, and which are already part of Crowd 4.0 EAP, so you can start thinking how it might impact your apps
Java 11
In Crowd 4.0, we're introducing support for Java 11 (AdoptOpenJDK) runtime support. Java 8 will still be supported, and users can decide if they want to run their Crowd web application using Java 8, or Java 11. Apps should be compatible with both versions. Building is and will be performed on Java 8. So, in the upcoming release, Java 11 features will not be supported in the source code. We tested this EAP milestone against both AdoptOpenJDK 8 and AdoptOpenJDK 11. In this Crowd version, we are changing the API and some components. For the details, see Java 11 and Crowd platform upgrade. Additionally we are updating Guava library, commons-lang, and platform components.
Atlassian User Interface (AUI) upgrade
Crowd 4.0 will include a major upgrade of AUI (the Atlassian User Interface) to a current version of AUI 8. See the AUI upgrade guide to find out what's changing.
Spring のアップグレード
As part of our Platform 5 upgrade, we have upgraded Spring framework to 5.1.8. The main difference that can affect plugins is a change to the default Spring autowiring behaviour from "autodetect" to "constructor". Apps developers should start to use "constructor" injections.
Summary of version ugprades in 4.0.0-m03
変更 | 詳細 |
---|---|
Spring 5 への移行 |
|
Updated third-party libraries for Java 11 and Atlassian Platform 5.0.0 compatibility |
|
Updated all the platform components for Java 11 and Atlassian Platform 5.0.0 compatibility |
|
Summary of version ugprades in 4.0.0-rc3
変更 | 詳細 |
---|---|
Migrated to spring-security 5 |
|
Upgraded hibernate to 5.4.0.Final |
|
Updated third-party libraries |
|
Updated platform components |
|