Repeating a question I previously posted in the 8.7 thread that has not been addressed. I see that this is now broken in 8.8.0-beta1 (not just in 9.0). I assume that 8.8 is shipping to customers next week, so the question becomes even more urgent.
How would Atlassian suggest that apps remain compatible with Confluence DC read-only mode, when the only Atlassian-suggested method for handling read-only mode has been removed and ServiceExceptionManager
is no longer accessible?
[…] I see that the
confluence-rest-api
package has also been withdrawn. Apps need to use theServiceExceptionManager
interface contained within, as indicated by the Atlassian tutorial for making apps compatible with read-only mode .