alien11689 commented on code in PR #413: URL: https://github.com/apache/aries/pull/413#discussion_r1938276401
########## web/web-itests/pom.xml: ########## @@ -47,13 +47,12 @@ <logback.version>1.5.16</logback.version> <org.apache.aries.blueprint.sample.version>1.0.0</org.apache.aries.blueprint.sample.version> <org.apache.aries.blueprint.version>1.0.0</org.apache.aries.blueprint.version> - <org.apache.aries.proxy.version>1.0.1</org.apache.aries.proxy.version> + <org.apache.aries.proxy.version>1.1.14</org.apache.aries.proxy.version> <org.apache.aries.testsupport.unit.version>2.0.0-SNAPSHOT</org.apache.aries.testsupport.unit.version> - <org.apache.aries.util.version>1.0.0</org.apache.aries.util.version> + <org.apache.aries.util.version>1.2.0-SNAPSHOT</org.apache.aries.util.version> <org.apache.aries.web.urlhandler.version>1.0.1-SNAPSHOT</org.apache.aries.web.urlhandler.version> - <org.apache.felix.configadmin.version>1.2.4</org.apache.felix.configadmin.version> - <org.eclipse.osgi.version>3.11.3</org.eclipse.osgi.version> - <slf4j-api.version>1.7.7</slf4j-api.version> + <org.apache.felix.configadmin.version>1.9.26</org.apache.felix.configadmin.version> + <org.eclipse.osgi.version>3.16.0</org.eclipse.osgi.version> Review Comment: I tried to set version the newest version 3.22.0 as it is in `quiesce-manager-itest`, but the container is not starting with error: ``` Security class "org.osgi.service.log.LogLevel"'s signer information does not match signer information of other classes in the same package ``` -- 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: dev-unsubscr...@aries.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org