spring-cloud / spring-cloud-build

Common build concerns, shared plugin configuration, etc. for Spring Cloud modules
Apache License 2.0
191 stars 284 forks source link

Update asciidoctorj version and fix deprecated constructor usage #212

Closed DatChive closed 3 years ago

DatChive commented 3 years ago

Is your feature request related to a problem? Please describe.

More recent versions of asciidoctorJ have deprecated a few constructors in favor of using builders.

Describe the solution you'd like

I'm requesting an update to the asciidoctorJ version and subsequent constructor fixes.

Describe alternatives you've considered N/A

Additional context

@jonatan-ivanov suggested we might want to update the spring-cloud-build since the original issue appeared in the spring-observability project, which used spring-cloud-build as a template.

Original issue

marcingrzejszczak commented 3 years ago

done via https://github.com/spring-cloud/spring-cloud-build/pull/213