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

Update the documentation to show the new separation into JRuby independent and dependent API #890

Closed
robertpanzer opened this issue Dec 30, 2019 · 0 comments

Comments

@robertpanzer
Copy link
Member

With 2.0.0 the API was split into a JRuby independent and a JRuby dependent part.
For example an Asciidoctor instance with a concrete gempath has to be created like this:

Asciidoctor doctor = org.asciidoctor.jruby.AsciidoctorJRuby.Factory.create(...)

The README and the integrator guide should be updated accordingly.

See #887 and some others for the confusion that this glitch in the docs creates.

robertpanzer added a commit that referenced this issue Jan 2, 2020
…mpath

Fix #890. Show how to create an Asciidoctor instance with GEM_PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant