Konrad Windszus
Konrad Windszus
The reason is that two different versions of jffi are referenced and the older one ends up in the classpath. One as transitive one of ascidoctorj -> jruby -> jruby...
this is the full classpath of the Maven plugin: ``` collectTime=167597625, DefaultDependencyCollector.transformTime=4876500} [DEBUG] org.jbake:jbake-maven-plugin:jar:2.7.0-rc.6 [DEBUG] org.slf4j:slf4j-api:jar:1.7.32:runtime [DEBUG] org.slf4j:jul-to-slf4j:jar:1.7.32:runtime [DEBUG] org.slf4j:jcl-over-slf4j:jar:1.7.32:runtime [DEBUG] ch.qos.logback:logback-classic:jar:1.2.10:runtime [DEBUG] ch.qos.logback:logback-core:jar:1.2.10:runtime [DEBUG] org.jbake:jbake-core:jar:2.7.0-rc.6:runtime [DEBUG] commons-io:commons-io:jar:2.11.0:runtime [DEBUG] org.apache.commons:commons-configuration2:jar:2.7:runtime...
Using the following exclusions make the build succeed (obviously without supporting Ascidoctor markup): ``` org.jbake jbake-maven-plugin 2.7.0-rc.6 default-generate compile generate org.asciidoctor asciidoctorj 2.5.2 * * ``` Updating to ascidoctor-j 2.5.6...
Isn't this a duplicate of #717?
This is a duplicate of #971
This needs further investigation as it seems at least sometimes lookup of authorizables by IDs is relying on Query internally. @otarsko Please provide further insights here.
The query being used for authorizable ids is the following: https://github.com/apache/jackrabbit-oak/blob/5a1a902e7a89fc44cb9e2f59b0c6939efa9c16e4/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/identifier/IdentifierManager.java#L342-L366. Usually that should be fast, but it is obviously not neglectable. The most important metric is how big the...
@otarsko Please try https://github.com/Netcentric/accesscontroltool/pull/647/commits/fa36728fdf495880129983a94b8ac53acc45a06a.
Sounds like https://github.com/Netcentric/accesscontroltool/issues/545.
Try with type "zip". Using type "content-package" requires filevault-package-maven-plugin to be loaded with extensions (https://github.com/apache/jackrabbit-filevault-package-maven-plugin/blob/master/src/site/markdown/index.md#usage)