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 #271 from hackergarten/master

add everything to use asciidoctor-diagram as asciidoctorj-diagram

c8d8f348a52b4315a953edab2e429959308c5879 authored almost 10 years ago by Alex Soto <[email protected]>
merges converters branch into master

1fd53908bad9c5bd3eb31bbeeaf326adf544930d authored almost 10 years ago by lordofthejars <[email protected]>
add everything to use asciidoctor-diagram as asciidoctorj-diagram

done at Hackergarten Basel January 2015 by @_max1m and @madmas

5d8014766e644123628d08cfe08938d8af92fef3 authored almost 10 years ago by Markus Schlichting <[email protected]>
adds spi for Asciidoctor converters.

b089a632a18ede4d6e47d61e0139d373313a3d6f authored almost 10 years ago by lordofthejars <[email protected]>
Merge pull request #266 from robertpanzer/ListNodesAndNodeFactory

Added new Java counterparts for List and ListItem nodes.

7957d07b562e001cbe043721b3c317bdfdcb30ee authored almost 10 years ago by Alex Soto <[email protected]>
Added new Java counterparts for List and ListItem nodes. Moved Ruby to Java node conversion to separate class.

2e34bda1b2372e137b03e34f4c2692f9c7410dee authored almost 10 years ago by Robert Panzer <[email protected]>
Merge pull request #264 from robertpanzer/AST_alignment

Aligned AST interfaces with Ruby definitions

5565c8d5ed2794bdefa33560f69b6526a8786b9e authored about 10 years ago by Alex Soto <[email protected]>
Renamed AbstractBlock.level() to getLevel()

6e44b6df8f63fd37fe8ec9e226bc93959c87fb27 authored about 10 years ago by Robert.Panzer <[email protected]>
Deprecated short property accessors that do not comply with JavaBeans spec

5830524dc90a0241927a6caad7e1def9592697d1 authored about 10 years ago by Robert.Panzer <[email protected]>
Aligned AST interfaces with Ruby definitions

e320a7d9a703a4a29c67fb0ccb68a0fa0dd70981 authored about 10 years ago by Robert Panzer <[email protected]>
Merge pull request #263 from lordofthejars/issue-260

resolves #263 Documents how safe mode works

44474f381722259e9acf014fe8f64f3ef381cff5 authored about 10 years ago by Alex Soto <[email protected]>
resolves #260 by adding a subsection about safe mode

resolves #260 by adding a subsection about safe mode.

2c3d9a95db98c0aa3c8889ec6b3db3390c4aca74 authored about 10 years ago by Alex Soto <[email protected]>
change paragraphs to adapt to github layout

f37034359648b2555be2e970d1184b73a943bf2c authored about 10 years ago by lordofthejars <[email protected]>
fixes problem with inner-references in github asciidoctor version.

ca221eb162b68b73455f7929f1bc3badfa59337c authored about 10 years ago by lordofthejars <[email protected]>
documents how safe mode works. Resolves issue #260

69c2ec111588bf98a35df36541743f44dd34da68 authored about 10 years ago by lordofthejars <[email protected]>
Merge pull request #262 from lordofthejars/issue-258

Add create method with classloader and gempath

df764b5153af46d96143cc120ec0c2cc12d6511e authored about 10 years ago by Alex Soto <[email protected]>
resolves issue #258 by adding create method with classloader and gempath.

89dde9099ee6f6d877b2117996f72fdc985e636e authored about 10 years ago by lordofthejars <[email protected]>
removes printstacktrace from test

8a0983851e33453f323c69a7e52ad557a33aae87 authored about 10 years ago by lordofthejars <[email protected]>
adds a create method with classloader and gempath resolving issue #258.

2233f6d10d2bb910859c290ccbfbe7a20d854855 authored about 10 years ago by lordofthejars <[email protected]>
upgrade JRuby and JRuby Gradle plugin

b55c2738235323d576be2cc55db6a43390813292 authored about 10 years ago by Dan Allen <[email protected]>
fix test error on Windows

a71a886cab23218c7b0a90af67d55f2900f0d4c7 authored about 10 years ago by Dan Allen <[email protected]>
Merge pull request #254 from asciidoctor/requiredLibrary_api

Added require requireLibrary() methods to main Asciidoctor API

bf849be27d6d24d25b6151f2e5ac0b837d5f827e authored about 10 years ago by Alex Soto <[email protected]>
Merge pull request #256 from robertpanzer/FixConverterRegistryConverters

Fix ConverterRegistry.converters()

6d954d5e9ac6621ca753696420f3fe0fc85ca996 authored about 10 years ago by Alex Soto <[email protected]>
Fix ConverterRegistry.converters()

Additionally:
- added Javadoc to Converter
- Correctly reflect that second argument to Converter....

0f5fed4ba37177e9dafd1d4ca3a285dedb0c76ff authored about 10 years ago by Robert Panzer <[email protected]>
remove indirection; fix test error

67020bed14a31abbaf140193df0c7442774ac041 authored about 10 years ago by Dan Allen <[email protected]>
Added require requireLibrary() methods to main Asciidoctor API

bf80602a573243a7a447e4011497ddb29c19ccd6 authored about 10 years ago by John Ericksen <[email protected]>
workaround bug in Eclipse Gradle plugin

- define source & target compatibility in build.gradle

c6c0c9df988ab4bec21184abdd7b2baa23afeead authored about 10 years ago by Dan Allen <[email protected]>
Merge pull request #252 from robertpanzer/converters

Introduced ConverterProxy to let converter impl only see AsciidoctorJ no...

a0cb12a4a55e7a97674b42c7f661bf3a7e5bc15b authored about 10 years ago by Alex Soto <[email protected]>
Use AbstractNode in converter interface instead of AbstractBlock

75b92f452b7dfd60cf8a2b2b8275d0afeb4c2e99 authored about 10 years ago by Robert Panzer <[email protected]>
Merge branch 'mojavelinux-converters-fixes' into converters

c388e0405ffac6e89f6053c4c6a85d00160687cc authored about 10 years ago by Robert Panzer <[email protected]>
fix mapping of AbstractNode boolean methods

- help JRuby locate the underlying Ruby method using method aliasing

a99ec9be076b930432165306e19ea7fcff121b0d authored about 10 years ago by Dan Allen <[email protected]>
Introduced ConverterProxy to let converter impl only see AsciidoctorJ node impls

cb4e0f83c976a76a0827978fe52ec692bde97381 authored about 10 years ago by Robert Panzer <[email protected]>
adds normalize web path operation.

43f32eb8b4194ebe4ac442d96fbad1f40fff68fe authored about 10 years ago by lordofthejars <[email protected]>
Merge branch 'converters' of https://github.com/asciidoctor/asciidoctorj into converters

c47913e08ee20bc71d6cc62835026e346a91cf58 authored about 10 years ago by lordofthejars <[email protected]>
adds AbstractConverter class.

fb0d451b65abeebf51b7559eb1258548d5e2bea8 authored about 10 years ago by lordofthejars <[email protected]>
creates AbstractNode class.

79ccc0ab518cda81c7cfdeb98b2ef5d2cfc0c8e4 authored about 10 years ago by lordofthejars <[email protected]>
code review for converters API

- name interface Converter instead of ConverterBuiltIn
- only add necessary methods to Converter...

a05c0638ff59aae3364461daf7127f89e072405f authored about 10 years ago by Dan Allen <[email protected]>
Merge branch 'master' of https://github.com/asciidoctor/asciidoctorj

eebd58cf6d2a582b0ff8ec5869df64aef0f981e4 authored about 10 years ago by lordofthejars <[email protected]>
Merge pull request #251 from ktoso/fix-extension-importing-ktoso

Fix to allow extensions from non-"com." packages to be registered

b645989fb228cbf86a1909b5fdb066241521d2a7 authored about 10 years ago by Alex Soto <[email protected]>
Fix to allow extensions from non-"com." packages to be registered

Resolves #250, including test which fails without this fix

be713246d5856056e630f87c220d405615091c28 authored about 10 years ago by Konrad 'ktoso' Malawski <[email protected]>
Merge pull request #248 from aalmiray/patch-2

Update appveyor.yml with gradlew coordinates

e44e55a38749296e8c2e1059a45cccca148e15f5 authored about 10 years ago by Dan Allen <[email protected]>
Update appveyor.yml with gradlew coordinates

Let's print out the current gradle version too, just to be sure we have the right environment fo...

a17860dd9525f3f3d9c712bd2649629cd95c6acd authored about 10 years ago by Andres Almiray <[email protected]>
make note about the TMP or TEMP environment variable

b30b26f710624a20d884c82ef8c8a3a7c557e386 authored about 10 years ago by Dan Allen <[email protected]>
Merge pull request #238 from mojavelinux/build-updates

tidy up build scripts

90c559545bdae48c21f5f5e6c198e51f40e01051 authored about 10 years ago by Dan Allen <[email protected]>
add AppVeyor badge to README

1676354f83dc2b451f2a6bb77bc322c10a3580f8 authored about 10 years ago by Dan Allen <[email protected]>
tidy up build scripts

- separate out common logic for distribution and non-distribution builds
- move library versions...

71dc7ed56c8028010afb573729a0d5010870ed9a authored about 10 years ago by Dan Allen <[email protected]>
set PATH correctly in AppVeyor config

ad7ec2a2bdd06193a0b16849b3cfd7f03da6359a authored about 10 years ago by Dan Allen <[email protected]>
update AppVeyor config

358b38b2afee5c8ee28cb812942bcc8e5dcfc8b2 authored about 10 years ago by Dan Allen <[email protected]>
show test results in console output when info is enabled

- show test results in console when info is enabled
- add JDK 1.7.0 to build matrix on AppVeyor
...

f666ab69c19134fc0fa1c49080fe1a5f0cbbaa3a authored about 10 years ago by Dan Allen <[email protected]>
Merge pull request #245 from mojavelinux/appveyor-config

add config file for appveyor

422f38d0570faa0942846873956a061da3800de8 authored about 10 years ago by Dan Allen <[email protected]>
add config file for appveyor

a8e7662ee2b62e609638d2748a3f8ee6b2146bef authored about 10 years ago by Dan Allen <[email protected]>
creates AbstractNode class.

f04ac8e033a550b77836d2fa7391ca151a22b710 authored about 10 years ago by lordofthejars <[email protected]>
Merge pull request #241 from mojavelinux/jruby-upgrade

upgrade JRuby and JRuby plugin

26902b1d1dd75cc8f675e822b5bd48d7725378f1 authored about 10 years ago by Alex Soto <[email protected]>
upgrade JRuby and JRuby plugin

- upgrade JRuby to 1.7.17
- upgrade JRuby plugin to 0.1.10
- tweak Gradle build to allow tests t...

1ceb3675efdd029a27009d0f480cbae844dc96c1 authored about 10 years ago by Dan Allen <[email protected]>
adds AbstractConverter class.

246b5423ba1dec638e3a45fa6f34b1e61569fb2b authored about 10 years ago by lordofthejars <[email protected]>
Merge pull request #239 from mojavelinux/converters-review

code review for converters API

c49b842455bc0a8d81e2ee59f0c59caafdd05bbb authored about 10 years ago by Alex Soto <[email protected]>
code review for converters API

- name interface Converter instead of ConverterBuiltIn
- only add necessary methods to Converter...

6a8530d28c6117e9509b40eaee1ee0ee5ea03b75 authored about 10 years ago by Dan Allen <[email protected]>
initial commit for converters.

e8a55d00d6b9aa03717d0425b0479ee6f1e4d32a authored about 10 years ago by lordofthejars <[email protected]>
Merge branch 'master' of https://github.com/asciidoctor/asciidoctorj

d506db7aaadcf6c6a7fbd523e494b82ac690f14a authored about 10 years ago by lordofthejars <[email protected]>
resolves #232 by rising an AsciidoctorCoreException in case of Asciidoctor Ruby Runtime exception.

060fe6e0fbc98f1f69939df837e12c3aab3c9ac0 authored about 10 years ago by lordofthejars <[email protected]>
Merge pull request #237 from seanhussey/patch-1

Fixed typos.

c13ce23332c227ad7cb6cb051321ed22cc7f064f authored about 10 years ago by Alex Soto <[email protected]>
Fixed typos.

96ff2c7eae0d353c504d623d1b17a8fda41d3da9 authored about 10 years ago by Sean Hussey <[email protected]>
resolves #210 by redirecting asciidoctor console output to java logger system.

5c1b27dac519509ffe9c238101ab53415bdba214 authored about 10 years ago by lordofthejars <[email protected]>
avoid task conflict with IntelliJ IDEA import wizard

8c4fe81dff997b7958a08619153dec6aee7f8f66 authored about 10 years ago by Dan Allen <[email protected]>
Merge pull request #233 from mojavelinux/build-fixes

Build fixes

26ceadbc0fbf93999c390336417d48198a8a9983 authored about 10 years ago by Alex Soto <[email protected]>
Updates language to Java

Updates code from Ruby to Java as described in block.

97ff150d8b9d6d971a96a57781851db80186c47e authored about 10 years ago by Alex Soto <[email protected]>
add group and description to custom tasks

f0cffa62b473e7af674a10a3d959b76e25382f37 authored about 10 years ago by Dan Allen <[email protected]>
enable sources & javadoc archives on all jar subprojects

978ecc8380dcf9648f6bb04718fe5ab231e1e6fd authored about 10 years ago by Dan Allen <[email protected]>
Merge branch 'master' of https://github.com/asciidoctor/asciidoctorj

818c96383b88e2c95910c2563537b8c6cc4d0996 authored about 10 years ago by lordofthejars <[email protected]>
removes buildDate call.

23c828bf364bf417f88cd33c69e6f351ccc19eb9 authored about 10 years ago by lordofthejars <[email protected]>
Updates extension section.

DocinfoProcessor section has been added in Extensions chapter. A simple example has been provide...

32d12c31686722d48eb06da463a3b6aa42e6ea1b authored about 10 years ago by Alex Soto <[email protected]>
prepare for next development iteration [ci skip]

bc1861ec627f132fec49493ebeff1c5922411407 authored about 10 years ago by Dan Allen <[email protected]>
add information about epub3 and pdf artifacts

633000d606a707cab57728b69a6660fc61fbe12a authored about 10 years ago by Dan Allen <[email protected]>
update version and bintray URLs in README

d87a8dd827d0ad9a5438631bb43f1e25a7754155 authored about 10 years ago by Dan Allen <[email protected]>
create sources jars for AsciidoctorJ EPUB3 and PDF

- create sources jars to comply with jcenter & Maven Central rules

6bb91754d7544ef1a5a973506ec77af86b712cb1 authored about 10 years ago by Dan Allen <[email protected]>
split bintrayUpload command into two lines in README

de7ffa71f3e308203ce3b87d073856029809e4a6 authored about 10 years ago by Dan Allen <[email protected]>
advise against using clean & bintrayUpload together in README

ecd11d0e3b5fe44ab9e036b38cd47fba0fa73b02 authored about 10 years ago by Dan Allen <[email protected]>
updates release version to 1.5.2.

8b802b35e4f20c0b087cd2172a14b76dec162282 authored about 10 years ago by lordofthejars <[email protected]>
update deploy.gradle to reflect new package location

2e3fbe6618a981536f59b71a10afcccf53ee5023 authored about 10 years ago by Dan Allen <[email protected]>
Change class name.

In my repo classname is different that in remote (Docinfo vs DocInfo). And for some reason git s...

e0830109a34248a7183e05d9444e8cbb206eea77 authored about 10 years ago by Alex Soto <[email protected]>
Merge branch 'master' of https://github.com/asciidoctor/asciidoctorj

d34965a3318636884d1c9fe933ee16865936a5a2 authored about 10 years ago by lordofthejars <[email protected]>
resolves #223 by adding DocInfoProcessor extension.

f40767a5cc558ba64686ff6cd4e2989c8d209efe authored about 10 years ago by lordofthejars <[email protected]>
remove unused lines in Gradle builds

da02d105687afcaa4e70aa16640c2e35cd50f4f4 authored about 10 years ago by Dan Allen <[email protected]>
add tip about forcing release behavior to Gradle build

f36a6a5f436b2ca6aefefe6aa2222feffbfca97f authored about 10 years ago by Dan Allen <[email protected]>
cleanups for distribution zip

- use archives configuration instead of custom dist configuration
- detect distribution subproje...

bb8d806f4f1cf11465fc84626af8fbe0ecdc1059 authored about 10 years ago by Dan Allen <[email protected]>
add clean task to bintrayUpload command in README

85a92eb3364dcc3ad319f4cae0b82e2e19f96840 authored about 10 years ago by Dan Allen <[email protected]>
revise metadata for bintray package

12c8b1830c3b9cf58469a2f00d278a3fda7a74b1 authored about 10 years ago by Dan Allen <[email protected]>
recommend import wizard in IntelliJ IDEA instead of Gradle plugin

b3895e950aa98759c06289dbe22d48cc5b93709c authored about 10 years ago by Dan Allen <[email protected]>
resolves issue #220 by adding getOptions method on Document class.

0c1b07d3d056ece2ceb06a125fb0139d7e389258 authored about 10 years ago by lordofthejars <[email protected]>
Merge pull request #226 from mojavelinux/doclint

fix Javadoc errors

e3e52df0a9539a422034e79d696cdc56ee9df8bc authored about 10 years ago by Alex Soto <[email protected]>
remove comments about JRuby jar plugin

a591bebcefcc284d3d8b7529fa8c04fbe6af8202 authored about 10 years ago by Dan Allen <[email protected]>
fix bintray plugin

- disable bintrayUpload task in root project
- fix resolution of signature file for distribution...

7bba21b19892cefea9dfaa26cf95e8e49c1e3171 authored about 10 years ago by Dan Allen <[email protected]>
enable bintray plugin configuration via environment variables; cleanups

e033e9ca0a6dadcd68d451b00843d0f0c66903e0 authored about 10 years ago by Dan Allen <[email protected]>
minor cleanups to build.gradle

b38adf76d2e9541ae186ed81da99b62c48f71f87 authored about 10 years ago by Dan Allen <[email protected]>
optimize thread & memory settings for tests; stub test logging config

eb54f13e67ef11684a1f8d2814dee333a1c21195 authored about 10 years ago by Dan Allen <[email protected]>
align version of JRuby used by the JRuby Gradle plugin

50d304eba52b232923fc9ee4ea070c1a3cc3103f authored about 10 years ago by Dan Allen <[email protected]>
fix spelling of slf4jVersion & xmlMatchersVersion properties

3a400f475a157ce6cb901c5c6691503a57544232 authored about 10 years ago by Dan Allen <[email protected]>
upgrade bintray plugin to 1.0

bb12f2a6fcad42ced6edd2d8a8cd38433392cb58 authored about 10 years ago by Dan Allen <[email protected]>
minor cleanup to build.gradle and settings.gradle

f8c6f2b009ea3e98059c017fbabe9fafcf0d1090 authored about 10 years ago by Dan Allen <[email protected]>
Merge pull request #227 from mojavelinux/junit-4_12

upgrade to JUnit 4.12

2e674a1b5ee9fd09ca2b1aa0e0188a7ec2e95ce1 authored about 10 years ago by Dan Allen <[email protected]>