This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch issue/SLING-8307-2 in repository https://gitbox.apache.org/repos/asf/sling-ide-tooling.git
commit 97a77965211144d58735e14f07a5963b9d0b5b4a Author: Robert Munteanu <[email protected]> AuthorDate: Fri Sep 19 12:08:25 2025 +0200 chore(eclipse): include commons-code in the p2 update site Since we ship commons-httpclient we should make sure we also ship its dependencies, otherwise installation can fail with Missing requirement: Apache HttpClient 4.5.13.v20210128-2225 (org.apache.httpcomponents.httpclient 4.5.13.v20210128-2225) requires 'java.package; org.apache.commons.codec.binary [1.14.0,1.15.0)' but it could not be found --- eclipse/feature/feature.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/eclipse/feature/feature.xml b/eclipse/feature/feature.xml index 2d14b9ac..8c5d02f5 100644 --- a/eclipse/feature/feature.xml +++ b/eclipse/feature/feature.xml @@ -274,6 +274,13 @@ version="0.0.0" unpack="false"/> + <plugin + id="org.apache.commons.codec" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + <plugin id="org.apache.httpcomponents.httpclient" download-size="0"
