alien11689 commented on code in PR #413: URL: https://github.com/apache/aries/pull/413#discussion_r1938334016
########## 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: The cause in the new versions of eclipse seems to be that url is: ``` webbundle:file:/tmp/test7207230737428988734.war?Bundle-SymbolicName=test.war.bundle&Web-ContextPath=foo ``` and new eclipse ignores generated input stream because `sourceUrl` has protocol `file` in https://github.com/eclipse-equinox/equinox/blob/e35221a86afd24ee21b7b9d02db298a90ace1bc0/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/storage/Storage.java#L1158-L1181 -- 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