Anastasiia Smirnova
Anastasiia Smirnova
I have a single page containing multiple rapi doc elements: ``` ``` I use hashlocation to show API documentation (activate specific rapidoc element) for a specific service. The following url...
This gives an ability to run maven-plugin integration tests without manually spinning Confluence server.
Currently `attributes` parameter in Maven plugin is of type Map, so it can be configured the following way: ``` ${confluence.documentation.attributes.attribute-1.value} ${confluence.documentation.attributes.attribute-2.value} ``` This is obvious and simple way to configure...
I would like to register custom extensions for the Asciidoctor. Currently Asciidoctor is created inside `AsciidocConfluencePage` and I do not like an idea to pass extensions to `newAsciidocConfluencePage` method. Instead...
When someone comments auto-generated pages -- we would like to have a group of people to be notified of these comments, but it is currently not possible to do via...
We observe increased timing on aerospike-client read operations after service is startup. Usually timing is around 2ms, but after startup it increases up to 100 ms. As I understand that...
Currently we are researching event sourcing feature to be able to automatically generate client dependencies on OpenApi spec changes. Messages that Apicurio-registry posts to Kafka contain the following data: ```...
If couchbase operation failed, isOk should return false, but instead it throws NPE. isOk method should check for 'status' field presence as getErrorMessage for 'error' does. ``` java.lang.NullPointerException: null at...
In case of Redis startup failed I get "Can't start redis server. Check logs for details." message. What logs should be checked? Logs of Redis? Then it would be better...