Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSGI update #765

Merged
merged 2 commits into from Feb 5, 2019
Merged

OSGI update #765

merged 2 commits into from Feb 5, 2019

Conversation

twasyl
Copy link
Contributor

@twasyl twasyl commented Feb 2, 2019

  • Update OSGI snippet in both README and JavaDoc because the behaviour has changed in 1.6.0
  • Update artifact-version to 1.6.1

- Update artifact-version to 1.6.1
README.adoc Outdated
JavaEmbedUtils.initialize(Arrays.asList("uri:classloader:/gems/asciidoctor-1.5.8/lib")); <1><2>

Asciidoctor asciidoctor = create(this.getClass().getClassLoader()); <3>
Asciidoctor asciidoctor = create(Arrays.asList("uri:classloader:/gems/asciidoctor-1.5.8/lib")); <1>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be asciidoctor-{artifact-version} instead of asciidoctor-1.5.8?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, the gem within the final Jar is still named asciidoctor-1.5.8. I don’t know if it’s a typo but this is working in SlideshowFX

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah right :) Sorry for this.
Yes, here the different versioning shows up.
Maybe others might be confused too, like me and a comment highlighting this would be great.
Just saying that this has to use the version of the packaged version of Asciidoctor, not AsciidoctorJ.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No problem at all :)
I just pushed a clarification within the README for the version number. Feel free to comment the modification :)

The version number corresponds to the Asciidoctor version, not the AsciidoctorJ one.
@robertpanzer robertpanzer merged commit 5743e8e into asciidoctor:master Feb 5, 2019
@robertpanzer
Copy link
Member

Thanks!

This was referenced Feb 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants