This issue has been created
There are 3 updates.
 
 
Confluence / cid:jira-generated-image-avatar-82e4bd7c-4745-491c-a45a-fe955a74ae7e CONFLUENCE-346 Open

Provide methods to retrieve the link mapping more easily

 
View issue   ·   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-322bff04-9047-4410-874d-4e524535a2ec Raphaël Jakse created this issue on 13/Dec/24 11:21
 
Summary: Provide methods to retrieve the Link mapping more easily
Issue Type: cid:jira-generated-image-avatar-e6297d09-b378-4ff7-b08e-41bc8c0d961b Bug
Affects Versions: 9.66.0
Assignee: Unassigned
Components: XML
Created: 13/Dec/24 11:21
Priority: cid:jira-generated-image-static-major-99f06478-03cb-46f6-b9ba-33cd4982449c Major
Reporter: Raphaël Jakse
Description:

Currently, one can retrieve the link mapping corresponding to a confluence backup package by getting a map. This is quite inefficient as it requires building a potentially big map.

We introduce a LinkMappingReceiver class providing two methods that allows getting this data through callback, allowing to "stream" the link mapping data instead of storing it in a useless intermediate map.

 
 

3 updates

 
cid:jira-generated-image-avatar-322bff04-9047-4410-874d-4e524535a2ec Changes by Raphaël Jakse on 13/Dec/24 11:21
 
Summary: Provide methods to retrieve the Link link mapping more easily
Issue Type: Bug Improvement
Assignee: Raphaël Jakse