Skip to content

Commit 1674ca5

Browse files
authored
Update Docker Tooling to use docker-client 9.0.3 (#465)
- fixes unix socket connection errors and switches back to use HTTP 4
1 parent b6a40fe commit 1674ca5

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

containers/org.eclipse.linuxtools.docker.core/META-INF/MANIFEST.MF

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ Import-Package: com.fasterxml.jackson.annotation;version="2.10.3",
2626
jakarta.ws.rs;version="2.0.1",
2727
jakarta.ws.rs.core;version="2.0.1",
2828
jakarta.ws.rs.client;version="2.0.1",
29-
org.glassfish.jersey.apache5.connector
29+
org.glassfish.jersey.apache.connector
3030
Automatic-Module-Name: org.eclipse.linuxtools.docker.core

containers/org.eclipse.linuxtools.docker.ui.tests/META-INF/MANIFEST.MF

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Require-Bundle: org.eclipse.linuxtools.docker.ui;bundle-version="1.0.0",
2828
org.eclipse.ui.console;bundle-version="3.6.100",
2929
org.eclipse.launchbar.ui;bundle-version="2.0.1",
3030
org.eclipse.launchbar.ui.controls;bundle-version="1.0.0"
31-
Import-Package: org.glassfish.jersey.apache5.connector,
31+
Import-Package: org.glassfish.jersey.apache.connector,
3232
org.slf4j
3333
Bundle-ClassPath: .
3434
Bundle-RequiredExecutionEnvironment: JavaSE-21

releng/org.eclipse.linuxtools.docker-site/category.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
<iu id="org.glassfish.hk2.utils" version="0.0.0">
104104
<category name="Docker Client Dependencies"/>
105105
</iu>
106-
<iu id="org.glassfish.jersey.connectors.jersey-apache5-connector" version="0.0.0">
106+
<iu id="org.glassfish.jersey.connectors.jersey-apache-connector" version="0.0.0">
107107
<category name="Docker Client Dependencies"/>
108108
</iu>
109109
<iu id="org.glassfish.jersey.core.jersey-client" version="0.0.0">

releng/org.eclipse.linuxtools.target/linuxtools-latest.target

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<unit id="org.aopalliance" version="1.0.0.v20230720-0728"/>
1010
<unit id="org.codelibs.nekohtml" version="2.1.3.v20240413-0800"/>
1111
<unit id="org.codelibs.nekohtml.source" version="2.1.3.v20240413-0800"/>
12-
<unit id="org.apache.httpcomponents.client5.httpclient5" version="5.4.2.v20250203-1000" />
12+
<unit id="org.apache.httpcomponents.httpclient" version="4.5.14" />
1313
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/latest"/>
1414
</location>
1515
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
@@ -228,7 +228,7 @@
228228
</dependency>
229229
<dependency>
230230
<groupId>org.glassfish.jersey.connectors</groupId>
231-
<artifactId>jersey-apache5-connector</artifactId>
231+
<artifactId>jersey-apache-connector</artifactId>
232232
<version>3.1.10</version>
233233
<type>jar</type>
234234
</dependency>
@@ -277,7 +277,7 @@
277277
<dependency>
278278
<groupId>org.mandas</groupId>
279279
<artifactId>docker-client</artifactId>
280-
<version>9.0.2</version>
280+
<version>9.0.3</version>
281281
<type>jar</type>
282282
</dependency>
283283
</dependencies>

0 commit comments

Comments
 (0)