qwazer

Results 14 issues of qwazer

The plugin fails with ``` Plugin 'com.vladsch.idea.multimarkdown' failed to initialize and will be disabled. Please restart IntelliJ IDEA. java.lang.NoSuchMethodError: 'void com.intellij.openapi.editor.colors.EditorColorsManager.addEditorColorsListener(com.intellij.openapi.editor.colors.EditorColorsListener, com.intellij.openapi.Disposable)' at com.vladsch.md.nav.MdPlugin.initComponent(MdPlugin.kt:154) at com.intellij.serviceContainer.MyComponentAdapter.doCreateInstance(MyComponentAdapter.kt:44) at com.intellij.serviceContainer.BaseComponentAdapter.getInstanceUncached(BaseComponentAdapter.kt:119) at com.intellij.serviceContainer.BaseComponentAdapter.getInstance(BaseComponentAdapter.kt:73)...

Cannot use with bundled "GitHub" plugin because of conflict with bundled "Markdown" plugin

Spring-batch has 2 annotations to simply context creation [EnableBatchProcessing](https://docs.spring.io/spring-batch/docs/current/api/org/springframework/batch/core/configuration/annotation/EnableBatchProcessing.html) [SpringBatchTest](https://docs.spring.io/spring-batch/docs/current/api/org/springframework/batch/test/context/SpringBatchTest.html) EnableBatchProcessing support's app contexts without `javax.sql.DataSource` bean. It's mentioned in javadoc > * If a user does not provide a...

in: test
type: enhancement

With step-04/apache.yml When I perform second try to ```bash $ ansible-playbook -i step-04/hosts -l host1.example.org step-04/apache.yml ``` I always got ```bash PLAY RECAP ********************************************************************* host1.example.org : ok=2 changed=1 unreachable=0 failed=0...

Rewrite this app with Spring Boot and replace all command-line parameters with flexible, highly configurable spring-boots externalized properties. http://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-external-config.html It will allow - more flexible configurations in CI environments -...

Hi Bartolomé I have a proposal to improve the feature "Avoid republishing for confluence pages" introduced in https://github.com/bsorrentino/maven-confluence-plugin/issues/150 and https://github.com/bsorrentino/maven-confluence-plugin/issues/163 Current implementation holds state in local filesystem. There are two...

enhancement
discussion

May be you'll be interested in using next docker image in your IT tests https://github.com/qwazer/atlassian-sdk-confluence It contain demo data provided by Atlassian and updates weekly (automatically by github actions).

discussion

HI @bsorrentino I'm thinking about #163 and I have the next proposal: #### Separate module `docs-to-confluence-format-converter` Create separate module `docs-to-confluence-format-converter` with next features: 1) Receive as input site description in...

To create [Info, Tip, Note, and Warning Macros] with [Admonition Extension] Currently, maven-confluence-plugin has own syntax called [InlineCode with macro syntax] But there is another syntax for the same purpose:...

enhancement

Some developers prefer to use lowercase for Jira issues, for example TST-01 and tst-01 add support for parsing lower-case projects keys

enhancement