-
Suggestion
-
Resolution: Answered
-
None
-
None
-
None
NOTE: This suggestion is for Confluence Server. Using Confluence Cloud? See the corresponding suggestion.
The inline comments plugin shipped with Confluence 5.7 appears to have some service interfaces that would be useful to plugins:
- com.atlassian.confluence.plugins.inlinecomments.service.InlineCommentService
- com.atlassian.confluence.plugins.inlinecomments.service.ReplyCommentService
But these are not exposed as OSGI public services.
If these classes are intended to form part of a plugin API this issue is to make them public and export the required packages at the OSGI level. If these interfaces are intended to be internal this issue is about making a proper java api for this bundled plugin.
- relates to
-
CONFCLOUD-36645 Inline comments java API
- Closed
[CONFSERVER-36645] Inline comments java API
Workflow | Original: JAC Suggestion Workflow 4 [ 3564768 ] | New: JAC Suggestion Workflow 3 [ 4331671 ] |
Workflow | Original: JAC Suggestion Workflow 2 [ 3171865 ] | New: JAC Suggestion Workflow 4 [ 3564768 ] |
Status | Original: RESOLVED [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: JAC Suggestion Workflow [ 3026874 ] | New: JAC Suggestion Workflow 2 [ 3171865 ] |
Workflow | Original: Confluence Workflow - Public Facing v4 [ 2527675 ] | New: JAC Suggestion Workflow [ 3026874 ] |
Workflow | Original: Confluence Workflow - Public Facing v3 [ 2277561 ] | New: Confluence Workflow - Public Facing v4 [ 2527675 ] |
Workflow | Original: Confluence Workflow - Public Facing v3 - TEMP [ 2153733 ] | New: Confluence Workflow - Public Facing v3 [ 2277561 ] |
Workflow | Original: Confluence Workflow - Public Facing v3 [ 1939902 ] | New: Confluence Workflow - Public Facing v3 - TEMP [ 2153733 ] |
Workflow | Original: Confluence Workflow - Public Facing v2 [ 1759362 ] | New: Confluence Workflow - Public Facing v3 [ 1939902 ] |
Description |
Original:
The inline comments plugin shipped with Confluence 5.7 appears to have some service interfaces that would be useful to plugins:
* _com.atlassian.confluence.plugins.inlinecomments.service.InlineCommentService_ * _com.atlassian.confluence.plugins.inlinecomments.service.ReplyCommentService_ But these are not exposed as OSGI public services. If these classes are intended to form part of a plugin API this issue is to make them public and export the required packages at the OSGI level. If these interfaces are intended to be internal this issue is about making a proper java api for this bundled plugin. |
New:
{panel:bgColor=#e7f4fa} *NOTE:* This suggestion is for *Confluence Server*. Using *Confluence Cloud*? [See the corresponding suggestion|http://jira.atlassian.com/browse/CONFCLOUD-36645]. {panel} The inline comments plugin shipped with Confluence 5.7 appears to have some service interfaces that would be useful to plugins: * _com.atlassian.confluence.plugins.inlinecomments.service.InlineCommentService_ * _com.atlassian.confluence.plugins.inlinecomments.service.ReplyCommentService_ But these are not exposed as OSGI public services. If these classes are intended to form part of a plugin API this issue is to make them public and export the required packages at the OSGI level. If these interfaces are intended to be internal this issue is about making a proper java api for this bundled plugin. |
Link |
New:
This issue relates to |