Confluence 10.0 beta 3 release is available now

This week we released the second beta (listed as beta 3) for Confluence. There are changes in this release that may directly affect third-party apps.

New in 10.0

To find out what’s in this release, check out the Confluence 10.0 beta release notes.

Get started

Download the beta from our site to start testing your app for compatibility with the changes. Be sure to take a look at our Preparing for Confluence 10.0 guide to find out what you need to do to make your app compatible. We’ll update that page regularly, so keep an eye on it to see any changes.

Reminder: for future release updates, make sure you visit the Atlassian changelog, and consider subscribing to the RSS feed.

The Atlassian Confluence team

1 Like

Hello!
I’m trying to run the new beta version via the sdk’s atlas-run-standalone, but whenever I try to upload a plugin I get the signature check error. I checked the effectivePom.xml that was generated and indeed the feature should be disabled, but it’s not. Is there a way to override this or a workaround for uploading a plugin?
Thanks!

Could you try passing --jvmargs "-Dupm.plugin.upload.enabled=true -Datlassian.upm.signature.check.disabled=true"?