This week we released the first beta for Confluence 11. There are changes in this release that may directly affect third-party apps.
New in 11.0
To find out what’s in this release, check out the Confluence 11.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 11.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
I am getting this error during startup
Caused by: org.osgi.framework.BundleException: Unable to resolve foo.app-confluence-common [294](R 294.0): missing requirement [foo.app-confluence-common [294](R 294.0)] osgi.wiring.package; (osgi.wiring.package=com.atlassian.user.security.password) Unresolved requirements: [[foo.app-confluence-common [294](R 294.0)] osgi.wiring.package; (osgi.wiring.package=com.atlassian.user.security.password)]
I am importing and using:
import com.atlassian.user.security.password.Credential;
Did this move to a separate dependency I need to add as compile scope? It worked with Confluence 10 and 11 m55.
Hey there,
it seems for Confluence that background color in the dark mode was changed and adjusted to the color used in Cloud. Before the background color was #1d2125 and now it seems to be #1F1F21.
The problem is that our macro still renders the old, more greener color #1d2125, which looks terrible in Confluence 11.
Could you please advice us, what CSS variable we are supposed to use now to get background color Confluence uses? Thank you!
Best,
Cedric
Hey there,
What I also noticed is that there are way less logs. For example in previous milestone versions I could see when a new plugin JAR was detected and trying to be installed. Now I see no logs about this at all.
Is it supposed to be like that? How can I go back to the old logging configuration? Thank you!
Best,
Cedric