confluence-publisher
confluence-publisher copied to clipboard
Maven plugin and Docker image to convert AsciiDoc and publish it to Confluence
The maven plugin currently does not support personal access tokens, but that's very easy to add, as the ConfluenceRestClient already does support them. When the ConfluenceRestClient gets a username ==...
In my context, authentication must be bearer. It would be good to tell in the doc, that you need to give the username as empty in that case. Also I...
In order to allow developers to use additional Confluence macros not officially supported by the Confluence Publisher without increasing the complexity and maintenance efforts of the Confluence Publisher itself, an...
The documentation is really sparse when it comes to describe the functionality for updating existing pages instead of just writing new ones. Can someone enlighten me how I can achieve...
Steps to reproduce: - Have a simple Asciidoc file with `:imagesdir: ./images` - Add an image in the `images/` subdirectory. - Include the image from the AsciiDoc file, e.g. `image::myimage.png[My...
#365 In the first place for security concerns, but also to diminish the total image size and get some free performance improvements, upgrade to JRE 17 base image.
The current Docker image is still based on OpenJDK 8 and has a size of 433MB (uncompressed) / 116MB (compressed). Consider updating to OpenJDK 11 (as used on the build...
Thanks for this great project. Here is a scenario causing issue: - Create adoc page with some attachments (e.g. *image:* or *plantuml:*) - Publish page to Confluence - Remove the...
Hi, Not sure this is an issue of the plugin or confluence itself, bit this is the issue I am experiencing: I have an asciidoc file with asciidoc like the...
Hi, fix #358 I choose to use a post-processor to convert span to tag : * `Underline` -> `Underline` * `Strikethrough` -> `Strikethrough` This post-processor is named fixHtmlTags. It parses...