marsxpl commented on code in PR #14:
URL:
https://github.com/apache/sling-org-apache-sling-connection-timeout-agent/pull/14#discussion_r2375147356
##########
src/test/java/org/apache/sling/cta/impl/OsgiIT.java:
##########
@@ -78,7 +78,7 @@ public Option[] config() throws IOException {
mavenBundle("org.apache.httpcomponents", "httpcore-osgi",
"4.4.12"),
mavenBundle("org.apache.httpcomponents", "httpclient-osgi",
"4.5.10"),
mavenBundle("org.apache.felix",
"org.apache.felix.http.servlet-api", "3.0.0"),
-
mavenBundle("org.apache.felix","org.apache.felix.http.jetty","5.1.26"),
+
mavenBundle("org.apache.felix","org.apache.felix.http.jetty","4.2.32"),
Review Comment:
Version
[5.1.26](https://mvnrepository.com/artifact/org.apache.felix/org.apache.felix.http.jetty/5.1.26)
relies on Jetty 11, which is not compatible with the version used as maven
dependency and causes tests to fail.
--
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]