Crowd 6.3 Upgrade Notes
10 April, 2024
Here are some important notes on upgrading to Crowd 6.3. To learn about new features, check out the release notes.
Upgrade notes
Here's some important information you should know about:
Supported platforms
Added support for SQL Server 2022
Added Java 21 support
Deprecated support for SQL Server 2017
Deprecated support for MySQL 8.0
Deprecated support for Java 17
App developers
We’ve adopted the new Universal Plugin Manager (UPM) functionality of checking app signatures. This helps ensure the security of apps by validating their integrity and origin before installation, requiring them to have a digital signature.
This functionality is disabled in 6.3.0 and hidden behind a feature flag in upm.properties
(atlassian.upm.signature.check.enabled=false
).
See Enabling and testing app signature check in UPM for additional information.