Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/asciidoctor/asciidoctorj

:coffee: Java bindings for Asciidoctor. Asciidoctor on the JVM!
https://github.com/asciidoctor/asciidoctorj

Fixes #334. Add support for defining the backend name of a converter via an annotation @Backend.

1da5e71e75f3cf6de95b18323f3746055a2602e3 authored over 9 years ago by Robert.Panzer <[email protected]>
Added first support for tables

4acc3b2a03bcc6affc2b8fcd660d284fa3d89750 authored over 9 years ago by Robert.Panzer <[email protected]>
Fixed title

d441847cc8f86c7b94f24cd441dcc70c6552eae7 authored over 9 years ago by Tobias Roeser <[email protected]>
Revert "fix doctitle of README"

This reverts commit 96b1650b95eea7b5d2c4f4ed038c34caf962da36.

b6cbdae3494616be12acda06ec2da848e4db76ef authored over 9 years ago by Robert.Panzer <[email protected]>
Merge pull request #317 from robertpanzer/NodeCaching

Cache Java AST nodes at Ruby nodes to always convert every Ruby node …

0eff164e17e4ec02c69eb7e0bb5d52a966eda164 authored over 9 years ago by Robert Panzer <[email protected]>
Added AbstractNode.getId() and renamed DocumentRuby.doctitle methods

92973f47d7ce94c183f7e8b2ecec06b1dcd36148 authored over 9 years ago by Robert Panzer <[email protected]>
Minor fixes to the DIY converter section

dad2d3283f186e030390dc0c6d55195f68607454 authored over 9 years ago by Robert.Panzer <[email protected]>
Incorporated review comments from @mojavelinux

65276b8276d7898ab9d231ca381cc3c83ba7d93b authored over 9 years ago by Robert.Panzer <[email protected]>
Merge pull request #322 from robertpanzer/asciidoctor-pdf-1.5.0-alpha7

Upgrade asciidoctor-pdf to 1.5.0-alpha7

e2bcf795ff3c8b02c256bf7abbb528898ca17d09 authored over 9 years ago by Robert Panzer <[email protected]>
Added documentation about how to write a custom converter in Java

6e88523277c02d4734449cf49cd28f5787364f46 authored over 9 years ago by Robert Panzer <[email protected]>
Add Docinfo processor to table of extension types in README

5be01b9724f87a13414e623446884dc8bb6eccdc authored over 9 years ago by Robert Panzer <[email protected]>
fix doctitle of README

96b1650b95eea7b5d2c4f4ed038c34caf962da36 authored over 9 years ago by Dan Allen <[email protected]>
Merge pull request #329 from lefou/patch-1

Fixed title

b5345e92eff880f57d27aaf6e42b92936b3ecaa4 authored over 9 years ago by Dan Allen <[email protected]>
Fixed title

d935b70ce85299ee9d1b6d1cd7498780cbe14c1d authored over 9 years ago by Tobias Roeser <[email protected]>
Make AST nodes delegate to Ruby objects instead of JRuby object proxies

aeb0d63279d76a5f1ffb718498bf8313a3ef9108 authored over 9 years ago by Robert.Panzer <[email protected]>
Cache Java AST nodes at Ruby nodes to always convert every Ruby node to the same Java node

4da571d992e4cfb5a85d5cc283d9ed7cf8e4eda0 authored over 9 years ago by Robert.Panzer <[email protected]>
Added versions to exported packages

b419cf03fe2e655d04651c8ede86da32c2fae4f2 authored over 9 years ago by Tobias Roeser <[email protected]>
Added OSGi Manifest headers

29ea141863c6cc1b82f5259475a3abdb3acd6644 authored over 9 years ago by Tobias Roeser <[email protected]>
Merge pull request #301 from robertpanzer/RemoveJRubyRuntimeContext

Remove singleton Ruby instance in JRubyRuntimeContext and provide accessor to Ruby instance of a...

0d0dd34b45c9eae785a9bbf545ab5e433e266094 authored over 9 years ago by Robert Panzer <[email protected]>
Throw IllegalStateException in Processor.setConfig if invoked after the Java Processor instance is bound to its Ruby counterpart

005a257578dd0891233634f11a939b9c045516d8 authored over 9 years ago by Robert.Panzer <[email protected]>
Added JRubyRuntimeContext again to give access of the Ruby runtime used for a given Asciidoctor instance

ab5fc78276e023ac2852c770491ced86e73aafca authored over 9 years ago by Robert Panzer <[email protected]>
Remove class JRubyRuntimeContext which held a static reference on a Ruby runtime.

The current code uses one shared Ruby instance in the extensions that can be different from the R...

0f6d2bc3a0abc4153b3d45b425b8aa395114d25a authored over 9 years ago by Robert Panzer <[email protected]>
Merge pull request #321 from robertpanzer/CLIOptionClasspath

Added new CLI options -cp, -classpath and --classpath that allow to set a classpath to load serv...

a6d524c3dc1710586a482cd345f65873d8be95ff authored over 9 years ago by Robert Panzer <[email protected]>
Upgrade asciidoctor-pdf to 1.5.0-alpha7

d6c06a581f7abb533eadd39b70579320b91f3298 authored over 9 years ago by Robert.Panzer <[email protected]>
Changed classpath options to -cp, -classpath and --classpath. Multiple load paths and class paths now have to be separated by a pathSeparator instead of of blanks.

4fe47b79ed52a5de525ffb6d0d6dbdc717bb6406 authored over 9 years ago by Robert.Panzer <[email protected]>
Set project version to 1.6.0-SNAPSHOT

222c41d8091dab31e8c4a45ae9f723d9856a9ca5 authored over 9 years ago by Robert Panzer <[email protected]>
Added new CLI option --cp that allows to set a classpath to load external converters and extensions that register themselves via ExtensionRegistry or ConverterRegistry

73ea7a921ee604d60f5e395002f24f00fa049b3b authored over 9 years ago by Robert.Panzer <[email protected]>
Merge pull request #310 from robertpanzer/ArquillianExtension

Added Arquillian extension that creates, destroys and injects Asciid…

c8d3aaa4f5993007ce861d0a08490425d5d741e0 authored over 9 years ago by Robert Panzer <[email protected]>
Added dependency on test-support module to arquillian extension

b9c0750386fe4641c7a296c6f46354718d30f5a5 authored over 9 years ago by Robert.Panzer <[email protected]>
Add Arquillian ResourceProvider for TemporaryFolders

12321f1d72b6d831159917d84dec80b5ffff79ff authored over 9 years ago by Robert Panzer <[email protected]>
Added Arquillian extension that creates, destroys and injects Asciidoctor as Arquillian Resources and ClasspathResources.

0c674d0fe6fcb920f4608d217ad676d0b76ab82c authored over 9 years ago by Robert Panzer <[email protected]>
Only make service based converter registration available in the corresponding tests.

Registration seems to be very expensive and slows down the whole build.

5d971770c199b6e6917cd5ecb78d1bf337ca963f authored over 9 years ago by Robert.Panzer <[email protected]>
Moved test converter registry services file to src/test/resources from src/main/resources

529729bc5b51e7ec6e42ca4895309775b04c0cb1 authored over 9 years ago by Robert.Panzer <[email protected]>
Added test for registration of a converter via ServiceLoader

d779cdd67a0bd7d4b3d565cac8dd911ea9a4f625 authored over 9 years ago by Robert.Panzer <[email protected]>
Merge pull request #315 from ysb33r/asciidoctorj-1.6.0

Adds target to inline

08a60dcff92cb4ad225aa9d9087416e748ec6857 authored over 9 years ago by Robert Panzer <[email protected]>
Adds target to inline

add53f49ad772642467830a7e112484c550e8b78 authored over 9 years ago by Schalk W. Cronjé <[email protected]>
Apply same handling of ServiceLoader in ConverterRegistryExecutor as in ExtensionRegistryExecutor. See #292

08aa3402c4d0f07786fa4ccb9fc40163d96c734e authored over 9 years ago by Robert.Panzer <[email protected]>
Merge pull request #312 from robertpanzer/InlineMacroProcessorRegexpConstant

Added constant for the regexp config option of InlineMacroProcessors …

e4501b83a1b318ed40d12b35c6b447078df69576 authored over 9 years ago by Alex Soto <[email protected]>
Added constant for the regexp config option of InlineMacroProcessors and some code cleanup in InlineMacroProcessorProxy

c791544cfe59833fb95cb601da35ca0fa5d0369a authored over 9 years ago by Robert.Panzer <[email protected]>
Bumped the jruby-gradle-base plugin to 0.1.17 and the jruby version to 1.7.20. This fixes the OOM that is seen when building under JDK6. It also adds all the performance improvements seen by jruby 1.7.20 to asciidoctorj

bf4e50705298705906228dbd1b2e769e611b633d authored over 9 years ago by Schalk W. Cronjé <[email protected]>
Merge pull request #311 from ysb33r/master

JRuby & jruby-gradle version bumps.

a6636520883cb17fc897577b7c10a0357e12e644 authored over 9 years ago by Robert Panzer <[email protected]>
Bumped the jruby-gradle-base plugin to 0.1.17 and the jruby version to 1.7.20. This fixes the OOM that is seen when building under JDK6. It also adds all the performance improvements seen by jruby 1.7.20 to asciidoctorj

69e2d567fde6a4a00fb640e5b6ec848a0552d7b7 authored over 9 years ago by Schalk W. Cronjé <[email protected]>
Bumped slim to 3.0.3

67eecec7f1b76067e04257a3f44204d9744cc7d4 authored over 9 years ago by Robert Panzer <[email protected]>
Fixes #307. Upgraded slim to 2.1.0

c91bff6febb75375d4417b25b2921795f2f5f5c3 authored over 9 years ago by Robert Panzer <[email protected]>
Merge pull request #308 from robertpanzer/ServiceLoaderPerAsciidoctorInstance

Fixes #292. Use own ServiceLoader per Asciidoctor instance to support…

2eaeca5513cd7dac2e7cc6aa594e41260521bc4b authored over 9 years ago by Alex Soto <[email protected]>
Added test for #292

c49ea672c125f860d3fec365062cc8c893e6f402 authored over 9 years ago by Robert Panzer <[email protected]>
Fixes #292. Use own ServiceLoader per Asciidoctor instance to support multiple differing TCCLs in server envs.

83b32abe4bd9538ad019bb46d58409431ab9ae16 authored over 9 years ago by Robert.Panzer <[email protected]>
Merge pull request #306 from robertpanzer/ProcessorInstantiation

Adapted processor instantiation to same way as a BlockProcessor is in…

9ed02d83b5ee635f84ed7ef85fbefc5f5a7c264d authored over 9 years ago by Alex Soto <[email protected]>
Merge pull request #305 from robertpanzer/JavaDocExtensionConfig

Added javadoc for extension config options

15832004366e311516fbc5de544e22de2ee3886e authored over 9 years ago by Alex Soto <[email protected]>
Adapted processor instantiation to same way as a BlockProcessor is instantiated.

Require processors to provide constructors without a config parameter if they are registered as c...

928ded786ed799bff8f93b27130e20e0277e4b6c authored over 9 years ago by Robert.Panzer <[email protected]>
Added javadoc for extension config options

0543ec5305408b37dd23d5eca787fac5e1a9eba1 authored over 9 years ago by Robert.Panzer <[email protected]>
Merge pull request #303 from robertpanzer/302_FixBlockProcessor

Fixes #302: Pass config options defined in a Java BlockProcessor cons…

3172bd7e818c620828aa041166396196e78719b5 authored over 9 years ago by Alex Soto <[email protected]>
Fixes #302: Pass config options defined in a Java BlockProcessor constructor to the Ruby part when registered as a class.

009d94887d333139ff8264242e07984fe90bd105 authored over 9 years ago by Robert.Panzer <[email protected]>
Fixes #299: Removed rerouting of System.out and System.err to JUL

cc69d745b230a5a4681dd94a5f63b44e66ac0af4 authored over 9 years ago by Robert Panzer <[email protected]>
Merge pull request #300 from robertpanzer/RemoveSystemOutRerouting

Fixes #299: Removed rerouting of System.out and System.err to JUL

641e730b11e1cfbe00aa6a495c3058cae90ec8cd authored over 9 years ago by Alex Soto <[email protected]>
Fixes #299: Removed rerouting of System.out and System.err to JUL

3ad80f9d5ed1287309b3186d9d02e05d385f1451 authored over 9 years ago by Robert Panzer <[email protected]>
Merge pull request #298 from robertpanzer/267_MultipleExtensions

Test that TreeProcessor and BlockMacroProcessor can be used together

cfed0fd9387b778ffdacfc4377a0aad13e2f6270 authored over 9 years ago by Robert Panzer <[email protected]>
Fixed command tag inserted by TerminalCommandTreeprocessor

61bfc5546cb02961b8df422ec608c102c7dcdc50 authored over 9 years ago by Robert.Panzer <[email protected]>
Test that TreeProcessor and BlockMacroProcessor can be used together

3646ebc89e059832c1cff214442ab48dc9ef26f1 authored over 9 years ago by Robert.Panzer <[email protected]>
Add javadoc for setSectNumLevels

2f6de9ef667c1153f3bb0db3bc087f5392d9b580 authored over 9 years ago by Robert.Panzer <[email protected]>
Fixes #288. And added some additional Javadoc to other methods.

60371415726b592da30e3328bf20202670ff8b0e authored over 9 years ago by Robert.Panzer <[email protected]>
Minor fixing in GEM_PATH section

Related with issue #293 I have modified the GEM_PATH section to not confuse users with OSGI appr...

df2e87f7d133922955484fedff245efc16a604ea authored over 9 years ago by Alex Soto <[email protected]>
Merge pull request #295 from robertpanzer/288_ParameterNameSetCacheUri

Fixes #288. And added some additional Javadoc to other methods.

b2fcdbfa1a9f5b850044b222a8a7da164f5db690 authored over 9 years ago by Alex Soto <[email protected]>
Add javadoc for setSectNumLevels

f5ace90464eac45bf546a28ffab26dd875d4e5a2 authored over 9 years ago by Robert.Panzer <[email protected]>
Fixes #288. And added some additional Javadoc to other methods.

e4213f921e3995c5ff428ca1e625645925750edd authored over 9 years ago by Robert.Panzer <[email protected]>
Merge pull request #287 from robertpanzer/RemoveRedundantConfigFromExtensions

Removed redundant config map from extensions.

73e00c2fec7df127e52553cf45c271f5de90b270 authored over 9 years ago by Alex Soto <[email protected]>
Merge pull request #294 from twasyl/master

Adding a section for using AsciidoctorJ in an OSGi context in the README.

1f2dceda86305254bd205e7920fe94e8f178d0e4 authored over 9 years ago by Alex Soto <[email protected]>
Adding a section for using AsciidoctorJ in an OSGi context in the README.

5e03246f69e5abb0e3bd6ed33ea9814cfc54a3da authored over 9 years ago by Thierry Wasylczenko <[email protected]>
Removed redundant config map from extensions.

1b6f4397032baa4347b83b40e117f70d39b08f78 authored over 9 years ago by Robert.Panzer <[email protected]>
Update README.adoc

Updated per request in asciidoctor.org #354. Clarified that the convertFile and convertFiles met...

8221e9a000de3d36c2b39ba2de4517772d416e9b authored almost 10 years ago by Sean Osterberg <[email protected]>
Update README.adoc

Updated per request in asciidoctor.org #354. Clarified that the convertFile and convertFiles met...

b250cae0bfeae20627fc96363a454bfb1bebe69e authored almost 10 years ago by Sean Osterberg <[email protected]>
Don't try to publish the asciidoctorj-test-support module

db7138ef28d439ff9d14eb842df8667d3319807d authored almost 10 years ago by Robert.Panzer <[email protected]>
introduced asciidoctorj-test-support module

The asciidoctorj-test-support module bundles common testclasses, shared by other modules.

da0a1004046d3e416f18cfd1d2db305ad4489178 authored almost 10 years ago by Frank Becker <[email protected]>
Removed idea task that made the IntelliJ import fail

df83a875a28f4337da840149302d1ffdf5f3f968 authored almost 10 years ago by Robert.Panzer <[email protected]>
Removed idea task that made the IntelliJ import fail

e067f1e1114151dd042ddaafe85aaa186b30ae05 authored almost 10 years ago by Robert.Panzer <[email protected]>
#284 Don't fail for files in root directory with absolute path

e101b4bcfba922050b8bd38348d6510cea7f432c authored almost 10 years ago by Robert Panzer <[email protected]>
Add since javadoc tag to DocinfoProcessor

ec999a9e611c8467fb7c9c9f810f53ad71719d1c authored almost 10 years ago by Dan Allen <[email protected]>
Merge pull request #285 from robertpanzer/asciidoctorj-1.6.0

#284 Don't fail for files in root directory with absolute path

0f9cb5b2c437bb30126e40df1e09118b6375237d authored almost 10 years ago by Alex Soto <[email protected]>
#284 Don't fail for files in root directory with absolute path

bb5c645050ddd2d465b54e1364b5664e4002d89d authored almost 10 years ago by Robert Panzer <[email protected]>
Merge pull request #283 from robertpanzer/asciidoctorj-1.6.0

Fixes #275.

ad28486ab5bb7e14e60af9c0d13f53b948916d5f authored almost 10 years ago by Robert Panzer <[email protected]>
Fixes #275.

Absolute paths are split into an absolute part without wildcards that serves as the root director...

b25541fcc7ff1ac3a385664f112374d1aa1f70e2 authored almost 10 years ago by Robert Panzer <[email protected]>
Merge pull request #282 from robertpanzer/Issue275_FixAbsolutePath

Fixes #275

4a610532ecebb928c7cb738f2a20ce11c8027b25 authored almost 10 years ago by Alex Soto <[email protected]>
Fixes #275.

Absolute paths are split into an absolute part without wildcards that serves as the root director...

c775e46d3a9b786a993eb4e0954f5e20704ad0c5 authored almost 10 years ago by Robert Panzer <[email protected]>
Merge pull request #277 from IanDarwin/master

Improve documentation about usage under WildFly.

2bdd6ea28ad1ae12c634192ff8875b69db9bdacb authored almost 10 years ago by Alex Soto <[email protected]>
@mgreau: OK for me (only few typos : Wildfly -> WildFly and AsciiDoctorJ -> AsciidoctorJ)

149a03a53fdab7a0bd39b9d0a492147056511c34 authored almost 10 years ago by Ian Darwin <[email protected]>
Merge pull request #276 from robertpanzer/extensionproxies

Introduce extension proxies between Ruby and Java extensions

47f568070d1dcac5a4da0733ea1c8b2fd6823fa7 authored almost 10 years ago by Alex Soto <[email protected]>
Further refine, agree w pull/269 for good measure.

f15f87aa976f064ba0fce2db8a62e1310899212c authored almost 10 years ago by Ian Darwin <[email protected]>
Expand the WildFly how-to

Add the CLI way of doing it. In the manual way, mention that you have to copy the jars.

579a3ba82046c895d73a9886d42ef8c7eabd0225 authored almost 10 years ago by Ian Darwin <[email protected]>
Warn about version numbers, Mention required restart.

5112bbfe213d42ddd3f6ae1655137cad5049ea47 authored almost 10 years ago by Ian Darwin <[email protected]>
Typo in previous

b9195b3d6f03007be2e24312bac6734513df0d83 authored almost 10 years ago by Ian Darwin <[email protected]>
Xref to WildFly at end of Installation; add missing step.

ac79d469ec754bfede7b19bc2353c40628ab7f26 authored almost 10 years ago by Ian Darwin <[email protected]>
Added myself as a contributor to the pom.xml

1c828ee27d820de9c65773ad178dc5258da251b1 authored almost 10 years ago by Robert.Panzer <[email protected]>
Fixed embarrassing compile error.

- Squash it please.

44942fef912418eee55cf230113dbd49f2ba3c7a authored almost 10 years ago by Robert.Panzer <[email protected]>
Change InlineMacroProcessor so that the Ruby base class is the only location where RubyRegexps are created.

abf305ce7c7c5248b95547f609bd8596a8413698 authored almost 10 years ago by Robert Panzer <[email protected]>
Implemented remaining Ruby extension methods in processor proxies

4a0c08769cd98cad5337ff49c2b8b8fc9ab240e7 authored almost 10 years ago by Robert.Panzer <[email protected]>
Keep RubySymbols in RubyHashUtil.convertMapToRubyHashWithSymbolsIfNecessary()

242c7ceb0a4506102850beb9301eb7d5b8009d0f authored almost 10 years ago by Robert.Panzer <[email protected]>
Moved Macro Processors to new approach

861e611b97b419123a208a768d4369134e22e124 authored almost 10 years ago by Robert.Panzer <[email protected]>
Moved Docinfo-, Post-, Pre- and Blockprocessor to JavaEmbedUtil based approach

a3f7f7cf80aba403c6545eb3fecc24e0e7481022 authored almost 10 years ago by Robert Panzer <[email protected]>
Make treeprocessor(String) pass

ea5b322b9225047fd3e488d9926138ac5bdc0f76 authored almost 10 years ago by Robert Panzer <[email protected]>
Playing around with extensions

34fb2f4f27b28cadacb17e8b1b1b3b2205737baf authored almost 10 years ago by Robert.Panzer <[email protected]>