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

Merge pull request #384 from robertpanzer/Preprocessor_process_void

Fixes #383: Change return type of Preprocessor.process() to void

646bca7eab5d85ccbee2edbbfb83ba413a18b6b3 authored over 9 years ago
Merge pull request #380 from robertpanzer/#201_CreateSections

Fixes #201. Added methods createSection() to Processor.

7b4510bb47aed975828c1469d53de72bfb1a2cf2 authored over 9 years ago
Fixes #383: Change return type of Preprocessor.process() to void

8799c26a829f8083feef9cff9e1b2d383e1e0650 authored over 9 years ago
Fixes #201. Added methods createSection() to Processor.

4c5753f9e20c46662007afd7935e503be274bc6d authored over 9 years ago
Merge pull request #378 from robertpanzer/TestPdfUpstream

Test pdf upstream

75b7865aadaa2384759607e7d22aaa694f870615 authored over 9 years ago
asciidoctor-pdf no longer seems to write pdfmarks

386f71a7c46a12f8592da68b46fe666e1505dac1 authored over 9 years ago
Use upstream gem of asciidoctor-pdf

977957aa5fe07cd6f6920c92b24babd50b39d986 authored over 9 years ago
Merge pull request #376 from abelsromero/asciidoctorj-1.6.0-pdf-tests

Integrated PDBBox to validate PDF generation in asciidoctorj-pdf

8549a78b5cfe2feb15797cda0e4ccd114d9720d4 authored over 9 years ago
Integrated PDBBox to validate PDF generation in asciidoctorj-pdf

38fe8ed944455b2eb8683022909e0722a3dcaa49 authored over 9 years ago
Add constructor to AsciidoctorCoreException that takes a String and a Throwable so that Asciidoctor Core can correctly use it to wrap caught exceptions

b7d73fddcff4e84a928a93adeb29142e7beda462 authored over 9 years ago
Upgrade asciidoctor-diagram to 1.3.0

2f9659b793b625b41f9fd4d685633ab0647e0d46 authored over 9 years ago
convince Asciidoctor PDF to use the thread_safe provided by AsciidoctorJ

- downgrade the thread_safe version to 0.3.4
- remove out of date hacks for Asciidoctor PDF 1.5....

047088350d2fff295e564a26d39fda0489c5d94d authored over 9 years ago
added several examples of 'rouge' code highlighting

9bd0e75e917cebd815e3c5d773797293f9f0139b authored over 9 years ago
Fixes #368: Bundles rouge 1.9.1 with asciidoctorj-pdf excluding the demo files.

5e8c338c081306e1be009e6b8e05495dd7967368 authored over 9 years ago
Update asciidoctor-pdf to 1.5.0.alpha9

Bundle thread_safe 0.3.5 in asciidoctorj-pdf because asciidoctorj-core
bundles 0.3.4

88bffa708afa04ec11b4336ce6713bf8f14a6eb5 authored over 9 years ago
Merge pull request #370 from mojavelinux/fix-upstream-script-1_6

add fix to upstream test script for OSX

e3a570fe87fae1ba13eee76d4e49fbf72ea43e8d authored over 9 years ago
add fix to upstream test script for OSX

- use old-fashioned sed update in place technique w/ tmp file
- switch from plus to asterisk in ...

a52fce1eb52d2d0f282795ea11cc6dc8324ed556 authored over 9 years ago
Merge branch '#325_AddBlockAppend' into asciidoctorj-1.6.0

2d9df20099e4eb339af522434b14fb1b605db0e8 authored over 9 years ago
Fixes #369. Set JRuby version used by JRubyExec version to same version as used by asciidoctorj

a057b492efad6da05fd980a19227f78d2ef7ab71 authored over 9 years ago
Added repository definition to consume snapshot builds with gradle.

Updated description of the subprojects.

31528d5a2b7123f6e710093e60073e973a8e7431 authored over 9 years ago
Fixes #326. Added method AbstractBlock.parse(List<String>) to append raw asciidoctor content to a block

b746c8c4e8dc1068aa42f25de245febced75a5c3 authored over 9 years ago
Fixed environment for publishing snapshots via Travis

f661cf8d61802f9bf179cc5af581ea8e7538f477 authored over 9 years ago
Make Travis publish Asciidoctorj-1.6.0 snapshots

f25e247c32f14b165e938ec57a2c44f8b09828bb authored over 9 years ago
Avoid NPE when setting a string or symbol property of a Ruby object to null

0b802a28aec0dc2458f8e8a53ab57cca17d9e968 authored over 9 years ago
Avoid NPE and ClassCastException in RubyHashUtil

f4a75d12d06cc3317a943688b78a6d804bdda049 authored over 9 years ago
Fixes #325. Added method AbstractBlock.append(AbstractBlock) to append child blocks

b8795c5926f91e208ab46e8bff14c7db238c7832 authored over 9 years ago
Merge pull request #367 from robertpanzer/PublishSnapshots

Publish Snapshot builds

363bd2b037c9196c51e5ccba2dc5d5c66491fbae authored over 9 years ago
Publish Snapshot builds

a6b7dd7c3bfecc1b0e0cd3b9c49609f78108c0ed authored over 9 years ago
Fixes #364: Offer public method JRubyRuntimeContext.get(AbstractNode) to get Ruby runtime from a node

f55870fd8c5582cf5bc07c7cdc0b3652c32a95dc authored over 9 years ago
Merge pull request #366 from robertpanzer/ReaderWrapping

Add own proxying for Reader and PreprocessorReader.

9fbcf41121c1eeba72fe484a0ccad795d33af544 authored over 9 years ago
Added missing methods for peek and restore content to the Reader interface

9127c1bee5fe007d76bec2d3715aff4b3f01209c authored over 9 years ago
Fixed compile error with JRuby 9.0.0.0

Prior to 9.0.0.0 (including pre2) RubyInstanceConfig.setEnvironment() took just a raw Map.
Since ...

8d6b9a4a0f9e976878d12b902c48a9ea986d4bfb authored over 9 years ago
Add own proxying for Reader and PreprocessorReader.

At the moment Reader and PreprocessorReader are still the "simple" Ruby wrapper objects with thei...

cc5f0bc56c52d3a1b03e5a44c85c1a7173a410c4 authored over 9 years ago
Add support to RubyBlockListDecorator for adding/setting/removing IRubyObjects.

If a user gets a node from using the Asciidoctor API by using JRuby proxy objects they should be ...

fca7e215e9766e3f31a3943f638e9bbea263675d authored over 9 years ago
Merge pull request #356 from robertpanzer/WritingAndObjectConverters

Added support for converters that create arbitrary content that write…

50f33930829e8bba3168b2b466a5500b371b4297 authored over 9 years ago
Aligned README with changes to the converters

d8b4388f3264a8b027062e7a5d52292d20ff2b0f authored over 9 years ago
Avoid NullPointerException in write() when a StringConverter returns null content from convert().

652b5c2d9abd4f43c4da08f9d3fff24fa0747432 authored over 9 years ago
Fix test with asciidoctor 1.5.3.dev which no longer sets the encoding attribute on the document

1523a4a2233e414a5d1009122dbdd939973514f4 authored over 9 years ago
Renamed WritingConverter to OutputFormatWriter.

Require every Java based Converter to be an OutputFormatWriter.
Introduced StringWriter for simpl...

eecb6ab444f99c67f578df12511c1f605b25818f authored over 9 years ago
Let WritingConverter.write throw an IOException

51c744e2dd52db0dd40080da19a2eae80e330e33 authored over 9 years ago
Changed interface WritingConverter to write to a stream instead of a File

6cff472e8039b1d51219ec9fb6933132107a40c3 authored over 9 years ago
Added support for converters that create arbitrary content that write it to the file itself.

This commit adds the interface WritingConverter.
This mimics an Asciidoctor Ruby converter that ...

c652e083081ac14dbf82aafff6575e7903adfbd7 authored over 9 years ago
Merge pull request #355 from robertpanzer/#354_ConverterOutfileSuffix

Fixes #354. Add support for defining outfile suffix of a converter

947fa105942c4354825831b5a5f3d76591f81530 authored over 9 years ago
Fix regression with asciidoctor 1.5.3.dev

581bdeec0296ccd3a189cd9bfe8e141f681a55c3 authored over 9 years ago
Fixes #354. Add support for defining outfile suffix of a converter

eb98bf0a313ee4c71c81711660925a193ea64981 authored over 9 years ago
Merge pull request #353 from robertpanzer/RenameDocumentRubyToDocument

Renamed interface DocumentRuby to Document and the class Document to …

8b37c1971187c013be5e6f35e53616bff2d8ada5 authored over 9 years ago
Renamed interface DocumentRuby to Document and the class Document to DocumentImpl

f5b239332cf8a802895e78103c34c8a9131d5d37 authored over 9 years ago
Merge pull request #352 from robertpanzer/SourceLocation

Added AbstractNode.getSourceLocation()

3e60ec9b76c51ce7d347911dcf160983789897df authored over 9 years ago
#351 Add support for AbstractBlock.getSourceLocation()

13d6cbd75d61cc0935779d31a7b5679916b790cd authored over 9 years ago
Changed non-ascii character in logger message to avoid problem building on Docker/Ubuntu/OpenJdk7

f093cf191960525a89145f56d85a9f08185ad3d7 authored over 9 years ago
Merge pull request #350 from robertpanzer/CreateTablesWithAsciidocStyle

Support for creating tables with asciidoc style in extensions

cfd80c37ccef3bc124742343b1c691547fa454fc authored over 9 years ago
Fix test with asciidoctor 1.5.3.dev which no longer sets the encoding attribute on the document

a6598bc1a817d40e427982b32424cfb46f394ce8 authored over 9 years ago
Support for creating tables with asciidoc style in extensions

aea503cae196a433ff4a6ea48254e0d78eced19b authored over 9 years ago
Fixed disabling of task bintrayUpload of root project

aebc027bd73d441517d7265b83302559069499ce authored over 9 years ago
Moved arquillian classes from core to arquillian-extension. Cleanup dependencies.

a50a00c599f07421589c7c136743754ec8336791 authored over 9 years ago
Fix javadoc classpath for arquillian extension.

Before that change junit classes were not found when building the javadocs.

e44d39359809081bd22fcf721dfbca5a8ad8ead7 authored over 9 years ago
added provided configuration based on nebula extra-configurations plugin

This allows to add provided compile dependencies that aren't outgoing dependencies.
There is a n...

43ffef46b01bca2dff77281e7ef0ce3713e03ee7 authored over 9 years ago
Removed use of nebula plugin in asciidoctorj-test-support again and fixed javadoc source and classpath

9b6b1db469090a1e8877e54bf270d6b3c385e64b authored over 9 years ago
Removed dependency on arquillian-junit-container from arquillian-extension

f6d2729a46d3d9bd533fd1c0bc2054bea0b28c8c authored over 9 years ago
Added new module that publishes the Arquillian extension

9670fa6e6e0987078dfebe61b70edadd644c2d18 authored over 9 years ago
Merge pull request #349 from robertpanzer/ProcessorMapParameter

Readded support for processor constructors with a trailing map parameter

0e92f655f7091b6f3b2ded577296dabb1496c512 authored over 9 years ago
Merge pull request #348 from robertpanzer/#196_DocumentationJrubyOptions

Updated description of options for the JRuby runtime

8d1a9c13a3df8f42fd7f5ec6cb0ef5763c836439 authored over 9 years ago
Readded support for processor constructors with a trailing map parameter

008d53c4aa5338e7d49d45493aceba9a078c50ac authored over 9 years ago
Added note to ASCIIDOCTORJ_OPTS

8d2a9c931aa00a9f2a3ae3ff9e0792c5715c893e authored over 9 years ago
Updated description of options for the JRuby runtime

679c3092a9a105ebb2099474d905bc9b3f13dd16 authored over 9 years ago
Changed Asciidoctor to AsciidoctorJ in version output

c3b77ebded735123cdcc3cebcec094b3c919cb41 authored over 9 years ago
Merge pull request #347 from robertpanzer/#296_jrubyrc

#296 Load JRuby properties from ./.jrubyrc and ~/.jrubyrc

54a4e6a29b7e77f12c2854445996804a56370b43 authored over 9 years ago
Aligned version output with asciidoctor

8ebb6b5455dcb7a15c432477ffe5fa272a7526de authored over 9 years ago
Merge pull request #343 from robertpanzer/#196_SupportProcessorsWithNoArgConstructors

Support block and macro processors with no arg constructors if name i…

05d6067b76d1a488842f7475e33ab73463c12e00 authored over 9 years ago
#296 Load JRuby properties from ./.jrubyrc or ~/.jrubyrc

a3080a53c5c3109d92e31237723a5f1715287abc authored over 9 years ago
#346 Only show string attribute keys in AbstractNode.getAttributes()

8b61c8e8c44ec2f2632e72a84c6c0424bba291d6 authored over 9 years ago
Merge pull request #344 from robertpanzer/#296_RemoveSettingDefaultRubyOptions

Removed default setting of any JRuby options

9c2049a963faef9f0e40532e6cf767226f355abc authored over 9 years ago
Added test case for colspan property of tables

a4cd1e41feadfdac85baa4f8cb719a3b8b693d11 authored over 9 years ago
Fix IllegalStateException for unexpected Ruby symbol in attribute map

f9c725239530814f71cbe55431c9762b1ad3e9d5 authored over 9 years ago
Support block and macro processors with no arg constructors if name is defined via an annotation

46f4c2fab901eb4936f0d22559acdcf7c663a770 authored over 9 years ago
Removed default setting of any JRuby options

da37e7304123e53c6c1967f6409b4549ae4f13e1 authored over 9 years ago
Fix ClassCastException in ColumnImpl.getColumnNumber

87cb4fcaf48f02445ff1a77bf04fb3a9522b2928 authored over 9 years ago
Merge pull request #341 from robertpanzer/#196_ProcessorAnnotations

Added annotation based processor configuration

e04c38e4b07f193f7f0cd07de6d3d240c01e6104 authored over 9 years ago
Only test with JDK8 on Appveyor due to regular timeouts after 40 minutes

2dcf08a35f2fedf126f9de2700f462b2c57b9a6f authored over 9 years ago
Added PositionalAttribute processor annotation and enhanced Javadocs

923ae884ed80bcef19651fd9c2bcf1004f06363e authored over 9 years ago
Added annotation based processor configuration

092df6b05d5a4cc806c65b0f56230222e5f54b0c authored over 9 years ago
Make RubyHashUtil.convertRubyHashMapToMap convert all CharSequence values convert to Ruby symbols, in particular Groovy GStrings.

af962387b856fca93c123a4f47c9dbf6a83881ff authored over 9 years ago
Merge pull request #340 from robertpanzer/#339CleanupRubyInstanceCreation

Use only one way to initialize a Ruby instance

95da003534e74ae1aece4f78ae4147c0c8c38a82 authored over 9 years ago
Deprecate Asciidoctor.Factory methods that take a classloader

2b1065c5b54c6ad02b90338121b7d29e0f0c9a89 authored over 9 years ago
Use only one way to initialize a Ruby instance

5eead231b15ed090a94824126c092c7c1dd0a855 authored over 9 years ago
Merge pull request #332 from robertpanzer/DocumentationHowToWriteAJavaConverter

Added documentation about how to write a custom converter in Java

69d5fda385659b74252e5577d4adc9417d99104c authored over 9 years ago
Improved documentation to include @ConverterFor annotation for converter registration.

952534a91e139f92c5489176b295f7a7acbd2b2a authored over 9 years ago
Merge pull request #336 from robertpanzer/AnnotationBasedBackendRegistration

Fixes #334. Add support for defining the backend name of a converter …

d07616c5f89e31d6e5dc762fe05e35db963ca240 authored over 9 years ago
Added versions to exported packages

87ff77327bc94ef6acd8331b4d68f43a03bf001f authored over 9 years ago
Added OSGi Manifest headers

Conflicts:
asciidoctorj-core/build.gradle

da0cc1529a1d95da5fb02e2e3f4dccb313d87277 authored over 9 years ago
Merge pull request #328 from lefou/osgi-bundle

Add OSGi metadata to asciidoctorj-core jar

775fc1d2fc994c9edece833b547cafcb6122ab1b authored over 9 years ago
Merge pull request #338 from robertpanzer/RemoveEvalScriptlet

Overload createBlock() methods to work without attributes. (Internal: Use enums instead of arbit...

5f398e8a0e9fe01b03b1b83e830666db3d5b3561 authored over 9 years ago
Use enums instead of arbitrary strings to create nodes.

Also overloaded Processor.createBlock() with methods that don't require an attributes parameter.

98b7851a4acf983052eafd4381e699be882ae941 authored over 9 years ago
Merge pull request #335 from robertpanzer/SupportTables

Added AST classes for tables

bb2280a5cc339c3dc271f5a444421b8eed085956 authored over 9 years ago
Merge pull request #309 from robertpanzer/307_Slim_2_1_0

Fixes #307. Upgraded slim to 3.0.3 (was 2.1.0)

7ce71cdc83238b1aba347ff66641427f1468b9ee authored over 9 years ago
Bundle fontawesome.ttf from prawn-icon gem in asciidoctorj-pdf

143c507fe76f21755005e96227d840f5b4f96375 authored over 9 years ago
Get online resources from a test http server

711457b8a492cb9e3e6addcb612373e3a4f2ccc7 authored over 9 years ago
Renamed properties halign and valign to horizontalAlignment and verticalAlignment

c791c45d59029aadfb72c61161fd591bcbc2c2a8 authored over 9 years ago
Added getters and setters for alignment, grids & frames

044024745de47fab4844a47ead3724118227086f authored over 9 years ago
Renamed @Backend to @ConverterFor

6955da868d48d98b32bef56877fce708267652d1 authored over 9 years ago