rombert commented on PR #131:
URL:
https://github.com/apache/sling-org-apache-sling-starter/pull/131#issuecomment-1514666408
Very likely a classpath conflict between the version of Johnzon used by the
ITs and the one used by the starter project
```
[ERROR]
org.apache.sling.launchpad.webapp.integrationtest.installer.InstallManyBundlesTest.installManyBundles
Time elapsed: 1.962 s <<< ERROR!
java.lang.NoSuchFieldError: EMPTY_JSON_OBJECT
at
org.apache.johnzon.core.JsonObjectBuilderImpl.build(JsonObjectBuilderImpl.java:192)
at
org.apache.johnzon.core.JsonObjectBuilderImpl.add(JsonObjectBuilderImpl.java:158)
at
org.apache.johnzon.core.JsonReaderImpl.parseObject(JsonReaderImpl.java:187)
at
org.apache.johnzon.core.JsonReaderImpl.parseArray(JsonReaderImpl.java:246)
at
org.apache.johnzon.core.JsonReaderImpl.parseObject(JsonReaderImpl.java:192)
at
org.apache.johnzon.core.JsonReaderImpl.parseArray(JsonReaderImpl.java:246)
at
org.apache.johnzon.core.JsonReaderImpl.parseObject(JsonReaderImpl.java:192)
at
org.apache.johnzon.core.JsonReaderImpl.readValue(JsonReaderImpl.java:93)
at org.apache.johnzon.core.JsonReaderImpl.read(JsonReaderImpl.java:71)
at
org.apache.sling.launchpad.webapp.integrationtest.util.JsonUtil.parse(JsonUtil.java:40)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]