Examples for Behaviour Driven Development
AsciiDoc Web Editor with live preview
Repository with examples how to apply ArchUnit to a Java project
Demo to show how to diff output of Asciidoctor
Asciidoctor Deep Dive Example Repository
Bot for Prometheus' Alertmanager
arc42 - the template for software architecture documentation and communication
Arquillian provides a component model for integration tests, which includes dependency injection and container life cycle management. Instead of managing a runtime in your test, Arquillian brings your test to the runtime.
issue closedasciidoctor/asciidoctor-intellij-plugin
Preview: Support for remote CSS
I'd like to to use stylesdir and stylesheet attributes to override default styles applied to my document by the JCEF Browser. This, however, only works if CSS files are stored locally.
My company has an internal repo, where all asciidoc related files are stored (e.g. css, common includes etc.) - this allows everyone to start working on the document with almost zero configuration.
Is there a way to specify placement of CSS files like this
:stylesdir: https://internal.asciidoc.repository/asciidoc/css/asciidoc-skins
:stylesheet: adoc-colony.css
instead of this
:stylesdir: ./
:stylesheet: adoc-colony.css
closed time in 9 hours
GauntletPLissue commentasciidoctor/asciidoctor-intellij-plugin
Preview: Support for remote CSS
Good to hear that! As usual I'll keep this version for a few more days as a pre-release before I promote it to a regular release. This allows you and other users of this pre-release to report bugs regarding this and other features that are part of the pre-release.
If I should forget to promote it to a regular, please ping me with a short comment in this ticket.
comment created time in 9 hours
push eventahus1/intellij-asciidoc-plugin.ahus1.de
commit sha 91d8c8f7d9e0b18fefb4ef7fbbead8ada0032cd0
cleanup
commit sha 8bbf7d9fac87de3d3c1eb8b3aa85bd21c0faa3c7
making the background blur
push time in 19 hours
push eventasciidoctor/asciidoctor-intellij-plugin
commit sha e66b9fd5cdde55d61b290eae82a6d45d6cdf23c1
moving JavaFX blurry docs from wiki to documentation folder
push time in 20 hours
issue commentasciidoctor/asciidoctor-intellij-plugin
Preview: Support for remote CSS
Pre-release 0.31.32 supports also the shorter version where stylesdir is not set in the document.
comment created time in a day
created tagasciidoctor/asciidoctor-intellij-plugin
AsciiDoc plugin for products on the IntelliJ platform (IDEA, RubyMine, etc)
created time in a day
push eventasciidoctor/asciidoctor-intellij-plugin
commit sha e9c098b1a81572d90d54b4bd55f56ec9d8918cf7
a number before a punctuation mark treated as end of sentence only when at end of a line (#470)
commit sha 7e34e3078d202fa3dac0641d09ccc1d5a7a4e6bc
fix `linkcss` support when no `stylesdir` has been defined (#556)
commit sha e7a6409426bdb7b708feafcafc54e9dab42af4a9
moving docs for Spring REST docs to plugin homepage
push time in a day
issue closedasciidoctor/asciidoctor-intellij-plugin
Bold font used on the preview where it should be regular font
= Bold
This is bold.
== Bold ?
Bold again ?

<!-- go to File -> Settings -> Plugins -> AsciiDoc and type in the version number you see --> AsciiDoc Plugin Version
0.30.41
IDE Name and Version
WebStorm 2019.3.3
Build #WS-193.6494.34, built on February 11, 2020
Runtime version: 11.0.5+10-b520.38 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Linux 4.15.0-88-generic
GC: ParNew, ConcurrentMarkSweep
Memory: 1931M
Cores: 8
Registry: debugger.watches.in.variables=false
Non-Bundled Plugins: BashSupport, net.seesharpsoft.intellij.plugins.csv, org.asciidoctor.intellij.asciidoc, org.jetbrains.plugins.slim, org.toml.lang
closed time in 2 days
Mogztterissue commentasciidoctor/asciidoctor-intellij-plugin
Bold font used on the preview where it should be regular font
IntelliJ is phasing out JavaFX in favor of JCEF; there is a near to nothing chance for this to be fixed in JavaFX.
This issue has only been observed on JavaFX, therefore I close this issue. Please comment if you disagree.
comment created time in 2 days
issue closedasciidoctor/asciidoctor-intellij-plugin
Sentence-per-line violated by reformat if sentence ends with a digit
Apply a reformat to the following document:
= Title
Some text here.
Some text about CSS3.
Some more text.
Expected: document is not modified.
Actual: document is formatted this way:
= Title
Some text here.
Some text about CSS3. Some more text.
<!-- go to File -> Settings -> Plugins -> AsciiDoc and type in the version number you see --> AsciiDoc Plugin Version: 0.30.59.1
<!-- go to Help -> About, hover with the mouse over the logo - then a small icon to click on appears. Click on it to copy your IDE version to your clipboard and paste the contents of your clipboard here --> IDE Name and Version: RubyMine 2020.1 Build #RM-201.6668.156, built on April 14, 2020 Runtime version: 11.0.6+8-b765.25 amd64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o Windows 10 10.
closed time in 2 days
slonopotamusissue commentasciidoctor/asciidoctor-intellij-plugin
Sentence-per-line violated by reformat if sentence ends with a digit
A dot after a number is ambiguous. It could be the end of a sentence or not. As it is ambiguous, the plugin will keep it "as is". Both two texts will not be reformatted and be kept as is.
Some text here.
Some text about CSS3.
Some more text.
and
Some text here.
Some text about CSS3. Some more text.
This will be part of the next upcoming release.
comment created time in 2 days
issue closedasciidoctor/asciidoctor-intellij-plugin
Add Content Security Policy to HTML preview
... like implemented by the Markdown plugin. Users will be able to disable it in the settings.
closed time in 2 days
ahus1issue commentasciidoctor/asciidoctor-intellij-plugin
Add Content Security Policy to HTML preview
The JCEF preview now has a CSP.
comment created time in 2 days
push eventasciidoctor/asciidoctor-intellij-plugin
commit sha 8dae73e65adc894054f4b81d64d953e671ee8d6f
for nested includes, highlight errors in the parent files (#550)
push time in 2 days
issue closedasciidoctor/asciidoctor-intellij-plugin
include file not found in nested include is highlighted in first line of the master document
<!-- Please fill out the following if you report a problem. It will help to find the cause of the issue. Otherwise please delete this text.
First describe the behavior you see in the IDE or plugin (either a problem or a bug).
Then describe the behavior you expect or want to see in the IDE or plugin.
Please provide a minimal Asciidoctor example.
It helps to reproduce the problem/feature request!
Thanks! -->
Experiencing an IDE-error cf. picture, in the manual documentation itself, saying
include file not found: doctoolchain/build/docs/contributors/manual/04_further_reading.adoc
(doctoolchain/src/docs/manual/feedback.adoc, line 6)
(uri:classloader:/gems/asciidoctor-2.0.10/lib/asciidoctor/reader.rb:preprocess_include_directive)

<!-- go to File -> Settings -> Plugins -> AsciiDoc and type in the version number you see --> AsciiDoc Plugin Version: 0.31.27
<!-- go to Help -> About, hover with the mouse over the logo - then a small icon to click on appears. Click on it to copy your IDE version to your clipboard and paste the contents of your clipboard here --> IDE Name and Version: IntelliJ 2020.2.1
closed time in 2 days
mariushillekeissue commentasciidoctor/asciidoctor-intellij-plugin
include file not found in nested include is highlighted in first line of the master document
The next upcoming release highlight errors in the parent files on the correct line, event for nested includes.
comment created time in 2 days
push eventasciidoctor/asciidoctor-intellij-plugin
commit sha bce76e5004f50d7cd8b8894b8099f82708ebe3ec
simplify even further for contributors
push time in 2 days
push eventasciidoctor/asciidoctor-intellij-plugin
commit sha b102b1fd0c90962f026aa425c642ec4e3b435b44
cleanup to make it easier for first-time contributors
push time in 2 days
push eventasciidoctor/asciidoctor-intellij-plugin
commit sha 05147a938c27db5b9daae92bfb3a2e9c82e1e131
upgrade gradle plugin
commit sha 830fe677b63af861cdfe2ff4c67fbd7dd70769e8
prepare for hacktoberfest
push time in 2 days
push eventasciidoctor/asciidoctor-intellij-plugin
commit sha c3334efbccc4ed69ad3a0bce76bbe0f21ad9cf52
adding missing image
push time in 2 days
push eventasciidoctor/asciidoctor-intellij-plugin
commit sha 8e77cf12b5d471c653880eb08aadf11bb0610df9
documenting Asciidoclet reformatting settings
push time in 2 days
issue commentasciidoctor/asciidoctor-intellij-plugin
Preview: Support for remote CSS
I've added support for linkcss in the preview in the pre-release version 0.31.31. The example provided by @mojavelinux works now both in the JavaFX and the JCEF preview.
I've also updated the docs: https://intellij-asciidoc-plugin.ahus1.de/docs/users-guide/features/advanced/stylesheets.html
@GauntletPL - please give it a try. If the docs need improvement, please comment here or provide a pull request.
The pre-release of the plugin is available from GitHub releases and the IntelliJ AsciiDoc EAP repository.

comment created time in 2 days
push eventasciidoctor/asciidoctor-intellij-plugin
commit sha 63a2a98713f87af1f01847abe112a1f0c20287e1
update docs to show version from where this is available from (#556)
push time in 2 days
created tagasciidoctor/asciidoctor-intellij-plugin
AsciiDoc plugin for products on the IntelliJ platform (IDEA, RubyMine, etc)
created time in 2 days
push eventasciidoctor/asciidoctor-intellij-plugin
commit sha d9ce99b6c21ca76a2583dac355bf9f71e6af14e9
support `linkcss` attribute for custom stylesheets in preview (#556)
push time in 2 days
issue commentasciidoctor/asciidoctor-intellij-plugin
Preview: Support for remote CSS
@GauntletPL - thanks for reporting this. This is a reasonable scenario that the plugin should support.
As the plugin uses the "embedded" Asciidoctor converter and later adds a custom header/footer, some feature that affect header/footer might not be supported yet.
A quick test on my side revealed that linkcss is not supported by the plugin, yet.
I'll see after it that the preview supports this in an upcoming release.
comment created time in 2 days
issue commentahus1/keycloak-dropwizard-integration
JaxrsBearerTokenFilterImpl deprecated
This class has been deprecated for a while. I don't know about alternatives.
The strategy for keycloak-dropwizard-bearermodule: I'll internalize the class into the library once it is no longer available in the main keycloak distribution.
I hope this answers your question. Please close this ticket if it does.
comment created time in 3 days
issue commentasciidoctor/asciidoctorj-diagram
asciidoctorj-diagram hasn't been released yet, therefore IntelliJ hasn't upgraded yet. No harm done!
As you pulled release 2.0.3, the master of asciidoctorj-diagram will probably fail to build.
Depending on when you plan to publish a new 2.0.4 version it is up to @robertpanzer to decide if he wants to wait, or to roll back the master to 2.0.2.
comment created time in 4 days
push eventahus1/intellij-asciidoc-plugin.ahus1.de
commit sha 84ac6e37fa74a0489a8681d53004996d948a8888
dont't follow link to GitHub Repository
push time in 5 days
created tagasciidoctor/asciidoctor-intellij-plugin
AsciiDoc plugin for products on the IntelliJ platform (IDEA, RubyMine, etc)
created time in 5 days
push eventasciidoctor/asciidoctor-intellij-plugin
commit sha 52535cd82755194a1ef85a88f436726b65e9f684
adding entry in navigation (#555)
push time in 5 days
push eventasciidoctor/asciidoctor-intellij-plugin
commit sha 8c27fb0d82c901db9db0baa26fd99a512655efae
fixing link for enabling JavaFX by changing the JDK (#555)
push time in 5 days
push eventasciidoctor/asciidoctor-intellij-plugin
commit sha cee9c74705e739103e5b804b8a961c1d5aa24d43
published to support latest EAP version
push time in 6 days
created tagasciidoctor/asciidoctor-intellij-plugin
AsciiDoc plugin for products on the IntelliJ platform (IDEA, RubyMine, etc)
created time in 6 days
push eventasciidoctor/asciidoctor-intellij-plugin
commit sha c7d4167c057f410013756600424b1644d94d9b7b
updating changelog
push time in 6 days
push eventasciidoctor/asciidoctor-intellij-plugin
commit sha 30a63f4289b187bd34147d8a10fffaeb479dd81b
fix link to JCEF preview documentation (#555)
push time in 6 days
issue commentasciidoctor/asciidoctor-intellij-plugin
Asciidoclet: The correct rendering requires additional blank lines
Hi @schittli, thanks for reporting this. The behavior you see is the "header" of an AsciiDoc document.
The two lines of text just after a title (the one with the single =) are used for revision and author information. They will never show up in the preview.
The first real content will start after two lines of text OR after a blank line. If you add attributes into the header these don't count as lines. A full example looks like this:
= The Dangerous and Thrilling Documentation Chronicles
Kismet Chameleon <[email protected]>
v1.0, October 2, 2013: First incarnation
I hope this explains the behavior you see.
Unfortunately the AsciiDoclet snippets can't show syntax highlighting in the editor. If you copy your example to an AsciiDoc file you could at least see some syntax highlighting. I would like to name an automated rule how to detect such a situation, but unfortunately I can't.
comment created time in 6 days
issue closedasciidoctor/asciidoctor-intellij-plugin
Bad Link to Documentation in the "JCEF Preview is Available" Banner
What Happens
- AsciiDoc presents a banner indicating an advanced JCEF preview is available.
- When you click on the "Yes, tell me more!" link, it results in a 404

Excepted
The correct link should open.
The link is pointing to: https://intellij-asciidoc-plugin.ahus1.de/docs/users-guide/preview/jcef-preview.html But the correct link is: https://intellij-asciidoc-plugin.ahus1.de/docs/users-guide/features/preview/jcef-preview.html
Looks like it is this line that needs fixing. If you would like a PR, I can submit one. But it seems to me a PR would be a lot more work for you given the simplicity of the fix.
Versions
AsciiDoc Plugin Version: 0.31.28
IDE Name and Version: IntelliJ IDEA 2020.2.2 (Ultimate Edition) Build #IU-202.7319.50, built on September 14, 2020
closed time in 6 days
Javaruissue commentasciidoctor/asciidoctor-intellij-plugin
Bad Link to Documentation in the "JCEF Preview is Available" Banner
Thanks, I was wondering if the notification was valid. It appears it is. As the next release will contain the fix, I'll close this issue then.
comment created time in 6 days
issue commentasciidoctor/asciidoctor-intellij-plugin
Bad Link to Documentation in the "JCEF Preview is Available" Banner
Thanks, will be fixed in next upcoming version.
I wonder: what runtime did you use for your IDE? The pre-packaged runtime of 2020.2.2 should support JCEF out of the box.
comment created time in 6 days
issue commentasciidoctor/asciidoctor-intellij-plugin
Back port AsciidoctorJ extensions feature to IntelliJ 2020.1.1
Hi @JMikeP - did you have a chance to tackle the first question:
Did you test the extension you want to use with the latest version of IntelliJ and the AsciiDoc plugin?
Please let me know if you into issues.
comment created time in 6 days
issue commentasciidoctor/asciidoctor-intellij-plugin
Feature: refactoring to allow xref's to be fully qualified (or not)
There is unfortunately a semantic difference between xref:b.adoc[] and xref:bar:foo:b.adoc[]:
- the short form will link to the page in the current component's version
- the long form will link to the page in the lastest component's version
- there is an "extra long form
xref:{page-version}@bar:foo:b.adoc[]that would link to the page in the current component's version
If you would use the long version in all your docs, the user will switch to the latest release documentation (even after they selected a specific version). This would make your documentation quite unusable.
The conclusion I came to:
- links should always be as short as possible when navigating within a component
- components should be defined on the level where you create major/minor releases
- when users would navigate between modules and expect to stay within the version they have selected, these modules should be part of the same component
I haven't seen that written down as a best practice anywhere yet, maybe I should raise that to the maintainers.
See #418 for a previous discussion, especially https://github.com/asciidoctor/asciidoctor-intellij-plugin/issues/418#issuecomment-615989451. Dan writes:
If you want to specify the component name, but stay in the current version, you can use:
xref:{page-version}@component-name::index.adoc[]
While this is a technically correct syntax, this is quite hard to read/maintain IMHO.
The three semantically identical forms to toggle between would then be:
xref:b.adoc[]
xref:foo:b.adoc[]
xref:{page-version}@bar:foo:b.adoc[]
I'm a little hesitant to allow rotating between these link types. That's probably the reason why I haven't touched it yet.
I'd like to hear your thoughts.
comment created time in 7 days
issue commentasciidoctor/asciidoctor-intellij-plugin
@ari: it uses the PATH environment of the IDE when rendering the preview.
You can set a full path to the executable using an attribute (either in the plugin's settings or in the document) as described in the FAQ.
:mermaid: ./node_modules/.bin/mmdc
:phantomjs_2: ./node_modules/.bin/phantomjs
[mermaid]
----
classDiagram
class Animal {
+int age
}
----
Reading the notes in https://github.com/asciidoctor/asciidoctor-diagram/issues/275 this attributes will change in the upcoming asciidoctorj-diagram 2.0.3
comment created time in 7 days
issue commentasciidoctor/asciidoctor-intellij-plugin
@rdmueller - there seem to be some updates to handle incorrect mermaid diagrams in https://github.com/asciidoctor/asciidoctor-diagram/issues/257 and https://github.com/asciidoctor/asciidoctor-diagram/issues/275 - both are part of asciidoctor-diagram 2.0.3.
I'm currently waiting for the new release to propagate to asciidoctorj-diagram https://github.com/asciidoctor/asciidoctorj-diagram/pull/5
comment created time in 7 days
pull request commentasciidoctor/asciidoctorj-diagram
Upgrade to asciidoctor-diagram 2.0.3
Take your time. Nothing urgent here, just want to stay up-to-date with upstream releases.
comment created time in 8 days
push eventahus1/intellij-asciidoc-plugin.ahus1.de
commit sha 666474a659fb05e5114e880c93cbb4c19aa5cddb
upgrades; remove monkey-patched antora-lunr
push time in 8 days
issue commentasciidoctor/asciidoctor-intellij-plugin
Inline anchors in section titles are not resolved properly
This is now available as part of pre-release 0.31.28.
The pre-release of the plugin is available from GitHub releases and the IntelliJ AsciiDoc EAP repository.
comment created time in 8 days
created tagasciidoctor/asciidoctor-intellij-plugin
AsciiDoc plugin for products on the IntelliJ platform (IDEA, RubyMine, etc)
created time in 8 days
push eventasciidoctor/asciidoctor-intellij-plugin
commit sha 1bae1760440d41d66885b049888df53186ff370d
fixing typo in docs
commit sha 589278ff22fba55e38ca7f5a41e77545022efcf7
moving content from the Wiki to the plugin's website
commit sha 0f7f03c7adb98621a426b5e423bb15a95db6568e
internalize classes so JavaFX preview continues to work in IntelliJ 2020.3 and Android Studio 4.2
commit sha 61a1e8f30677e3ea4864a71121e7a0c742bc4333
update IntellIJ API usage to be in-line with upcoming 2020.3
commit sha bc493a4e056a6f7d266667832a73a712ddac0a07
support includes in lists and handle comments in header lines correctly
push time in 8 days
push eventvuejsfrankfurt/vuejsfrankfurt.de
commit sha 128f0081c545593345585533cc55c7f1b2c0b567
upgrade dependency with vulnerability
push time in 9 days
push eventahus1/asciidoc-editor
commit sha 5a7b2856f336708668236084f58aa2ea1639c269
fixate version of chromium
push time in 9 days
push eventahus1/asciidoc-editor
commit sha 5570b9d38edc310a1d6f5b35a06a36a9dd60f48d
update dependencies
push time in 9 days
PR opened asciidoctor/asciidoctorj-diagram
This updates the status badge on the repository's README
The badge show the CI workflow status on the master branch.
See https://docs.github.com/en/actions/managing-workflow-runs/adding-a-workflow-status-badge#using-the-branch-parameter for the docs.
pr created time in 9 days
PR opened asciidoctor/asciidoctorj-diagram
A new version of asciidoctor-diagram has been released, let's keep this project it in-sync
pr created time in 9 days
create barnchahus1/asciidoctorj-diagram
branch : upgrade-asciidoctor-diagram-2.0.3
created branch time in 9 days
fork ahus1/asciidoctorj-diagram
AsciidoctorJ Diagram bundles the Asciidoctor Diagram RubyGem (asciidoctor-diagram) so it can be loaded into the JVM using JRuby.
fork in 9 days
push eventasciidoctor/asciidoctor-intellij-plugin
commit sha d2b1ef1bef548712a10aa2d3fbe3a016f3886d71
moving content from the wiki to the web site
push time in 10 days
push eventasciidoctor/asciidoctor-intellij-plugin
commit sha 53fbf5272512b3628d1fdfcd8daf34fef3226285
moving the docs for Antora
push time in 12 days
push eventasciidoctor/asciidoctor-intellij-plugin
commit sha 5f69688b1be5508bc93569a7404540df392adbaf
upgrade to AsciidoctorJ 2.4.1
commit sha d8acbf0c118a223f2403842240ffc21cfbe315e0
new stable version
commit sha 2f6b93023d024825e17059617b986dc58d6230f9
moving the docs
push time in 12 days
issue commentasciidoctor/asciidoctor-intellij-plugin
Diagram not rendered when using opts=inline to a block
Thanks for sharing this. I might have fixed inlined SVG as part of issue #548, that ended up in pre-release 0.31.25 and stable-release 0.31.27.
JCEF preview now uses real SVGs, and the proper content-security-policy in the preview. If you find anything else that bothers you, please don't hesitate to open an issue.
comment created time in 13 days
issue commentasciidoctor/asciidoctor-intellij-plugin
include file not found in nested include is highlighted in first line of the master document
When rendering the preview, a nested include is mission.
The plugin currently maps all errors that occur outside of the current document to the first line of the document.
What would be the behavior you expect?
comment created time in 14 days
issue commentasciidoctor/asciidoctor-intellij-plugin
Back port AsciidoctorJ extensions feature to IntelliJ 2020.1.1
Good to hear that you like the AsciidoctorJ feature. Please be aware that not all AsciidoctorJ extensions might work as expected. Did you test the extension you want to use with the latest version of IntelliJ and the AsciiDoc plugin?
I usually back-port only bug fixes, not features. Are you (or is someone else in your organisation) willing to provide a pull request with a backport of #532?
comment created time in 14 days
push eventahus1/keycloak-dropwizard-integration
commit sha 8f9bccdf6949dd09630b7a02ce73c3918d7fb419
fixing typo
push time in 14 days
issue closedasciidoctor/asciidoctor-intellij-plugin
add third party asciidoc extension
I mean today there is no way to add third party AsciiDoc extensions to the plugin, so that it will be affected in the preview panel.
I think it would be a good idea to have a general way to add third party extensions. I'm to familar with the intellij plugin development, but if you give me some hints, i would like to try it.
I think for the issue #237 it would also be nice, to have some kind of possibility.
closed time in 15 days
uniqueckissue commentasciidoctor/asciidoctor-intellij-plugin
add third party asciidoc extension
I'm closing this issue as there hasn't been a response for more than two weeks. Please continue to share your experiences as comments in this ticket, and I'll re-open it.
To share things that worked for you with future developers, please consider a pull request to the plugin's documentation.
comment created time in 15 days
push eventvuejsfrankfurt/vuejsfrankfurt.de
commit sha 3cd2cad85b94a8362e7f5eaf5bd536fe44cc33ba
updated libraries
push time in 16 days
push eventvuejsfrankfurt/vuejsfrankfurt.de
commit sha 9abe0107dc6dc711e909c1f2be5ae70b3844c726
update libraries
push time in 16 days
push eventahus1/intellij-asciidoc-plugin.ahus1.de
commit sha 79c6bbcca8e58c908fb6643d3898cea92fe9b462
updating Jekyll to update Kramdown as well
push time in 16 days
push eventahus1/keycloak-dropwizard-integration
commit sha fb03b180dc66a1aa91f583a0b5356a7918f94491
fix link to travis CI
push time in 16 days
push eventahus1/keycloak-dropwizard-integration
commit sha 0b89e277c2421a1862be789e4ea038f2e8cda9a1
adding build status
push time in 16 days
push eventahus1/keycloak-dropwizard-integration
commit sha 59030fe396660c4dbf10ff2500efbaf1816ffb98
upgrading maven, maven wrapper and dropwizard
push time in 16 days
push eventahus1/keycloak-dropwizard-integration
commit sha 7b8b7ae5fb9eeedf9b3900382dbc2e32f9e5fb51
Add missing test dependency Fixes ahus1/keycloak-dropwizard-integration#36
commit sha 378cb979eb7d2362cb7f05b1d7a989e822725a07
Merge pull request #37 from gjvoosten/GH-36 Add missing test dependency
push time in 16 days
PR merged ahus1/keycloak-dropwizard-integration
Fixes ahus1/keycloak-dropwizard-integration#36
pr closed time in 16 days
issue closedahus1/keycloak-dropwizard-integration
java.lang.IllegalStateException: InjectionManagerFactory not found.
Running master @fca9af0 the example:
mvn test -pl keycloak-dropwizard-jaxrs-example -am -Pkeycloak-dropwizard-jaxrs-example
fails with:
at org.glassfish.jersey.internal.inject.Injections.lambda$lookupInjectionManagerFactory$0(Injections.java:74)
at java.util.Optional.orElseThrow(Optional.java:290)
at org.glassfish.jersey.internal.inject.Injections.lookupInjectionManagerFactory(Injections.java:74)
at org.glassfish.jersey.internal.inject.Injections.createInjectionManager(Injections.java:69)
at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:259)
at org.glassfish.jersey.servlet.WebComponent.<init>(WebComponent.java:311)
at org.glassfish.jersey.servlet.ServletContainer.init(ServletContainer.java:154)
at org.glassfish.jersey.servlet.ServletContainer.init(ServletContainer.java:347)
at javax.servlet.GenericServlet.init(GenericServlet.java:180)
at org.eclipse.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:602)
Originally posted by @gjvoosten in https://github.com/ahus1/keycloak-dropwizard-integration/issues/31#issuecomment-630610979
... and I needed to add a dependency:
<dependency>
<groupId>org.glassfish.jersey.inject</groupId>
<artifactId>jersey-hk2</artifactId>
<version>2.30.1</version>
</dependency>
to be able to run e.g. mvn test -pl keycloak-dropwizard-jaxrs-example -am -Pkeycloak-dropwizard-jaxrs-example
closed time in 16 days
robsheppull request commentahus1/keycloak-dropwizard-integration
ok, I've updated the README (6411ae187258510610534cd9e1d8bb24368b035e)
comment created time in 16 days
push eventahus1/keycloak-dropwizard-integration
commit sha 6411ae187258510610534cd9e1d8bb24368b035e
updated readme (#39)
push time in 16 days
issue commentasciidoctor/asciidoctor-intellij-plugin
JCEF Preview not rendered on Windows 10
Thank you for sending the log file. I searched it for clues, but haven't found a clue yet. I tested it locally with Windows 10, also a second screen, but wasn't able to reproduce the issue you experienced.
When I run my IDE on windows, I see some JCEF helper processes. Do you see them as well (or do you see error messages related to them)?

I noticed that you have a non-ASCII home directory: "C:\Users\AndréGomes". Now and then I've seen errors with JRuby (see here), but this doesn't affect your preview. And you reported your preview works find with JavaFX.
As you experienced problems with the Markdown plugin, it might suffer the from the same cause. May I suggest you open an issue with JetBrains describing your problems with the Markdown plugin? If there's a bug within JCEF, and if they find and fix it for Markdown, they will fix it for the AsciiDoc plugin as well. Please post the link to the issue in this ticket so people can upvote it.
comment created time in 16 days
issue closedasciidoctor/asciidoctor-intellij-plugin
Move plugin's homepage to its own asciidoctor.org subdomain
The current plugin's homepage is hosted on https://intellij-asciidoc-plugin.ahus1.de with a GitHub repository at https://github.com/ahus1/intellij-asciidoc-plugin.ahus1.de
Hosting the homepage as part of the asciidoctor.org domain would make it more consistent. Moving the repository to the Asciidoctor GitHub organisation would make collaboration easier.
Goals:
- host the plugin's homepage on intellij-plugin.asciidoctor.org
- move the GitHub repository to the asciidoctor organization.
Conditions:
- the site should still deploy on Netlify (or a similar automatic static site hosting)
- the maintainer should be able to trigger re-deployments.
I (Alexander) can't do this myself, as I don't have permissions in the Asciidoctor organisation to move the repository, and no permission on the Netlify hosting for asciidoctor.org.
(follow-up to #479 / @mojavelinux)
closed time in 16 days
ahus1issue closedasciidoctor/asciidoctor-intellij-plugin
Support anchors in section titles
Quite alike #469 the IntelliJ plugin also has some issues with anchors …
Please see attached file test-plugin.txt (an adoc masked as txt).
While I think — and also was mentioned so by @mojavelinux — it is okay that neither version one nor two works (id-pretext*), at least the id-post version should fully work and not claim an "unresolveable anchor" (quite alike the id-before header).
Although AsciiDoctor does render the first two versions with the forced ids into usable links … without a pretty text that ain't nice ;-)
So what would I like to see in the ~debugged~ enhanced version?
I'd like the plugin to offer just two ids for << resp. xref:…# …
id-beforeid-postalso considered as a valid id resp. resolvable anchor
closed time in 16 days
pstueckissue commentasciidoctor/asciidoctor-intellij-plugin
Support anchors in section titles
As #469 has been implemented, I close this issue as a duplicate.
comment created time in 16 days
issue closedasciidoctor/asciidoctor-intellij-plugin
Inline anchors in section titles are not resolved properly
book.adoc:
= Title
== Section 1
Link to <<foo>>.
== [[foo]]Section 2
Text.
Expected: document renders without errors, clicking on a link navigates to section 2
Actual:

AsciiDoc Plugin Version: 0.30.59.1
IDE Name and Version: RubyMine 2020.1 Build #RM-201.6668.156, built on April 14, 2020 Runtime version: 11.0.6+8-b765.25 amd64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o Windows 10 10.0
closed time in 16 days
slonopotamusissue commentasciidoctor/asciidoctor-intellij-plugin
Inline anchors in section titles are not resolved properly
Handling anchors in section titles will be available in the next upcoming release 0.31.28
comment created time in 16 days
push eventasciidoctor/asciidoctor-intellij-plugin
commit sha 5321a51772f043f718e7bcfbf0ce81f56e4ad2c5
support anchors and attribute references in section titles (#469)
push time in 16 days
create barnchahus1/intellij-community
branch : IDEA-124383-use-edited-file-name-when-saving
created branch time in 16 days
issue closedasciidoctor/asciidoctor-intellij-plugin
Saving image: filename not taken from textbox
This bug is an annoyance when using an existing image filename as a template. E.g. you are naming your images:
my-long-image-name-01.png
my-long-image-name-02.png
my-long-image-name-03.png
Scenario:
- Copy an image (e.g. a screenshot) to the clipboard
- Press Paste (Ctrl-V)
- Select .png as the format, and press OK
- Click on an existing image filename, e.g.
my-long-image-name-03.pngto default the value in the filename textbox - Change the name in the filename textbox to
my-long-image-name-04.png
A popup is displayed: my-long-image-name-03.png already exists. Do you want to replace it?
Desired behavior: The image is saved as my-long-image-name-04.png
AsciiDoc Plugin Version: 0.31.15
IDE Name and Version: IntelliJ IDEA 2020.2 (Community Edition)
closed time in 16 days
ellipticview