Robert Munteanu

Results 163 comments of Robert Munteanu

@jyavorska - what does `host elgato-key-light-3342.local.` return for you? Your local DNS resolver may not support mDNS by default. For example, `systemd-resolve` does not, and you need to enable it...

Needs https://github.com/apache/sling-org-apache-sling-jcr-oak-server/pull/10 and a release containing that fix.

The OSGi imports will be fixed with https://issues.apache.org/jira/browse/PDFBOX-5687 . But tests still fail after the bundles resolve ``` [ERROR] Failures: [ERROR] FullTextIndexingTest.testUploadedPdfIsIndexed:97 RetryLoop failed, condition is false after 15 seconds:...

New failure: ``` [ERROR] [bundle-packages] org.apache.pdfbox:pdfbox-io:3.0.2: Bundle is importing package org.apache.commons.logging;version=[1.3,2) with start order 10 but no bundle is exporting these for that start order in the required version range....

It seems we need to deploy commons-logging 1.3, which no longer needs a wrapper. But for 1.2 we still need the bridge. ``` + "id":"commons-logging:commons-logging:1.3.5", + "start-order":"1" + } ```...

Failure root cause is explained in https://github.com/antlr/antlr4/releases/tag/4.10 > 4.10-generated parsers incompatible with previous runtimes

Seeing this with synergy-2.0.0-818.beta4.042356d4.el7.centos.x86_64.rpm as well. Would be great to have a fix

``` [ERROR] [requirements-capabilities] org.freemarker:freemarker:2.3.33: Artifact org.freemarker:freemarker:2.3.33 requires [org.freemarker.freemarker/2.3.33.stable] osgi.ee; filter:="(&(osgi.ee=JavaSE)(version=16))" in start level 20 but no artifact is providing a matching capability in this start level. ```