Skip to content

Commit ac91352

Browse files
authored
Merge pull request #117 from merks/pr-httpclient5-update
Ensure that ECF builds with latest httpclient5 dependencies
2 parents a847160 + dad1325 commit ac91352

File tree

11 files changed

+28
-19
lines changed

11 files changed

+28
-19
lines changed

examples/bundles/com.mycorp.examples.osgi.async.consumer/launch/ExampleOSGIAsyncConsumer.generic.product

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<plugin id="com.mycorp.examples.osgi.async"/>
3030
<plugin id="com.mycorp.examples.osgi.async.consumer"/>
3131
<plugin id="jakarta.servlet.jsp-api"/>
32-
<plugin id="org.apache.commons.logging"/>
32+
<plugin id="org.apache.commons.commons-logging"/>
3333
<plugin id="org.apache.felix.gogo.command"/>
3434
<plugin id="org.apache.felix.gogo.runtime"/>
3535
<plugin id="org.apache.felix.gogo.shell"/>
@@ -61,7 +61,7 @@
6161

6262
<configurations>
6363
<plugin id="javax.servlet" autoStart="false" startLevel="0" />
64-
<plugin id="org.apache.commons.logging" autoStart="false" startLevel="0" />
64+
<plugin id="org.apache.commons.commons-logging" autoStart="false" startLevel="0" />
6565
<plugin id="org.apache.felix.gogo.command" autoStart="false" startLevel="0" />
6666
<plugin id="org.apache.felix.gogo.runtime" autoStart="false" startLevel="0" />
6767
<plugin id="org.apache.felix.gogo.shell" autoStart="false" startLevel="0" />

examples/bundles/com.mycorp.examples.osgi.async.impl/launch/ExampleOSGiAsync.generic.product

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<plugins>
2929
<plugin id="com.mycorp.examples.osgi.async"/>
3030
<plugin id="com.mycorp.examples.osgi.async.impl"/>
31-
<plugin id="org.apache.commons.logging"/>
31+
<plugin id="org.apache.commons.commons-logging"/>
3232
<plugin id="org.apache.felix.gogo.command"/>
3333
<plugin id="org.apache.felix.gogo.runtime"/>
3434
<plugin id="org.apache.felix.gogo.shell"/>
@@ -78,7 +78,7 @@
7878

7979
<configurations>
8080
<plugin id="javax.servlet" autoStart="false" startLevel="0" />
81-
<plugin id="org.apache.commons.logging" autoStart="false" startLevel="0" />
81+
<plugin id="org.apache.commons.commons-logging" autoStart="false" startLevel="0" />
8282
<plugin id="org.apache.felix.gogo.command" autoStart="true" startLevel="0" />
8383
<plugin id="org.apache.felix.gogo.runtime" autoStart="true" startLevel="0" />
8484
<plugin id="org.apache.felix.gogo.shell" autoStart="true" startLevel="0" />

examples/bundles/com.mycorp.examples.timeservice.consumer.ds.async/launch/TimeServiceConsumer.xmlrpc.zeroconf.product

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<plugin id="com.mycorp.examples.timeservice.async"/>
3232
<plugin id="com.mycorp.examples.timeservice.consumer.ds.async"/>
3333
<plugin id="jakarta.servlet.jsp-api"/>
34-
<plugin id="org.apache.commons.logging"/>
34+
<plugin id="org.apache.commons.commons-logging"/>
3535
<plugin id="org.apache.felix.gogo.command"/>
3636
<plugin id="org.apache.felix.gogo.runtime"/>
3737
<plugin id="org.apache.felix.gogo.shell"/>

examples/bundles/com.mycorp.examples.timeservice.consumer.ds/launch/TimeServiceConsumer.xmlrpc.zeroconf.product

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<plugin id="com.mycorp.examples.timeservice.async"/>
3232
<plugin id="com.mycorp.examples.timeservice.consumer.ds"/>
3333
<plugin id="jakarta.servlet.jsp-api"/>
34-
<plugin id="org.apache.commons.logging"/>
34+
<plugin id="org.apache.commons.commons-logging"/>
3535
<plugin id="org.apache.felix.gogo.command"/>
3636
<plugin id="org.apache.felix.gogo.runtime"/>
3737
<plugin id="org.apache.felix.gogo.shell"/>

examples/bundles/com.mycorp.examples.timeservice.host/launch/TimeServiceHost.xmlrpc.zeroconf.product

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<plugin id="com.mycorp.examples.timeservice.host"/>
3939
<plugin id="jakarta.servlet.jsp-api"/>
4040
<plugin id="org.apache.commons.commons-codec"/>
41-
<plugin id="org.apache.commons.logging"/>
41+
<plugin id="org.apache.commons.commons-logging"/>
4242
<plugin id="org.apache.felix.gogo.command"/>
4343
<plugin id="org.apache.felix.gogo.runtime"/>
4444
<plugin id="org.apache.felix.gogo.shell"/>
@@ -87,7 +87,7 @@
8787
<plugin id="com.mycorp.examples.timeservice.host" autoStart="true" startLevel="0" />
8888
<plugin id="javax.servlet" autoStart="true" startLevel="0" />
8989
<plugin id="org.apache.commons.commons-codec" autoStart="true" startLevel="0" />
90-
<plugin id="org.apache.commons.logging" autoStart="true" startLevel="0" />
90+
<plugin id="org.apache.commons.commons-logging" autoStart="true" startLevel="0" />
9191
<plugin id="org.apache.felix.gogo.command" autoStart="true" startLevel="0" />
9292
<plugin id="org.apache.felix.gogo.runtime" autoStart="true" startLevel="0" />
9393
<plugin id="org.apache.felix.gogo.shell" autoStart="true" startLevel="0" />

examples/bundles/org.eclipse.ecf.example.twitter.client/feature.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@
366366
unpack="false"/>
367367

368368
<plugin
369-
id="org.apache.commons.logging"
369+
id="org.apache.commons.commons-logging"
370370
download-size="0"
371371
install-size="0"
372372
version="0.0.0"

releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/feature.xml

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
version="0.0.0"
4646
unpack="false"/>
4747

48+
<!-- required by org.apache.httpcomponents.httpclient -->
4849
<plugin
4950
id="org.apache.commons.logging"
5051
download-size="0"

releng/features/org.eclipse.ecf.remoteservice.rest.feature/feature.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ https://wiki.eclipse.org/ECF#OSGi_Remote_Services
2525
<requires>
2626
<import feature="org.eclipse.ecf.remoteservice.feature" version="2.1" match="compatible"/>
2727
<import plugin="org.apache.commons.commons-codec" version="1.6" match="compatible"/>
28-
<import plugin="org.apache.commons.logging" version="1.2.0" match="compatible"/>
28+
<import plugin="org.apache.commons.commons-logging" version="1.2.0" match="compatible"/>
2929
<import plugin="org.apache.httpcomponents.httpclient" version="4.2" match="compatible"/>
3030
<import plugin="org.apache.httpcomponents.httpcore" version="4.2" match="compatible"/>
3131
<import plugin="json"/>

releng/org.eclipse.ecf.releng.target/ecf-2024-06.target

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22
<?pde version="3.8"?>
3-
<target name="Generated from ECF" sequenceNumber="1">
3+
<target name="Generated from ECF" sequenceNumber="2">
44
<locations>
55
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
66
<unit id="org.eclipse.license.feature.group" version="0.0.0"/>
77
<repository location="https://download.eclipse.org/cbi/updates/license"/>
88
</location>
99
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
10+
<unit id="org.eclipse.emf.common.feature.group" version="0.0.0"/>
1011
<unit id="org.eclipse.emf.databinding.edit.feature.group" version="0.0.0"/>
1112
<unit id="org.eclipse.emf.databinding.feature.group" version="0.0.0"/>
1213
<unit id="org.eclipse.emf.ecore.feature.group" version="0.0.0"/>
@@ -25,17 +26,14 @@
2526
<unit id="jakarta.servlet-api" version="0.0.0"/>
2627
<unit id="jakarta.xml.bind-api" version="0.0.0"/>
2728
<unit id="json" version="0.0.0"/>
28-
<unit id="junit-jupiter-migrationsupport" version="0.0.0"/>
29-
<unit id="junit-jupiter-params" version="0.0.0"/>
30-
<unit id="junit-platform-runner" version="0.0.0"/>
31-
<unit id="junit-platform-suite-engine" version="0.0.0"/>
32-
<unit id="junit-vintage-engine" version="0.0.0"/>
3329
<unit id="org.apache.ant" version="0.0.0"/>
3430
<unit id="org.apache.batik.css" version="0.0.0"/>
31+
<unit id="org.apache.commons.commons-logging" version="0.0.0"/>
3532
<unit id="org.apache.commons.httpclient" version="0.0.0"/>
3633
<unit id="org.apache.commons.jxpath" version="0.0.0"/>
3734
<unit id="org.apache.felix.gogo.runtime" version="0.0.0"/>
3835
<unit id="org.apache.httpcomponents.client5.httpclient5" version="0.0.0"/>
36+
<unit id="org.apache.httpcomponents.client5.httpclient5-win" version="0.0.0"/>
3937
<unit id="org.apache.httpcomponents.httpclient" version="0.0.0"/>
4038
<unit id="org.apache.httpcomponents.httpclient.win" version="0.0.0"/>
4139
<unit id="org.apache.log4j" version="0.0.0"/>
@@ -44,6 +42,8 @@
4442
<unit id="org.bndtools.headless.build.plugin.gradle" version="0.0.0"/>
4543
<unit id="org.bndtools.templates.template" version="0.0.0"/>
4644
<unit id="org.bndtools.templating" version="0.0.0"/>
45+
<unit id="org.junit" version="0.0.0"/>
46+
<unit id="org.opentest4j" version="0.0.0"/>
4747
<unit id="org.osgi.annotation.bundle" version="0.0.0"/>
4848
<unit id="org.osgi.annotation.versioning" version="0.0.0"/>
4949
<unit id="org.osgi.namespace.contract" version="0.0.0"/>
@@ -64,7 +64,7 @@
6464
<unit id="org.sat4j.pb" version="0.0.0"/>
6565
<unit id="org.tukaani.xz" version="0.0.0"/>
6666
<unit id="org.xbill.dns" version="0.0.0"/>
67-
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06"/>
67+
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/latest"/>
6868
</location>
6969
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
7070
<unit id="org.eclipse.equinox.core.feature.feature.group" version="0.0.0"/>

releng/org.eclipse.ecf.releng/ECF.setup

+9-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
</detail>
139139
<detail
140140
key="extraUnits">
141-
<value>org.apache.log4j,jakarta.servlet-api,org.eclipse.equinox.core.feature.feature.group,org.apache.httpcomponents.httpclient.win</value>
141+
<value>org.apache.log4j,jakarta.servlet-api,org.eclipse.equinox.core.feature.feature.group,org.apache.httpcomponents.httpclient.win,org.apache.httpcomponents.client5.httpclient5-win,org.apache.commons.commons-logging</value>
142142
</detail>
143143
<detail
144144
key="singleLocation">
@@ -298,6 +298,14 @@
298298
name="*"/>
299299
<requirement
300300
name="org.eclipse.sdk.feature.group"/>
301+
<requirement
302+
name="org.apache.httpcomponents.httpclient.win"
303+
optional="true"/>
304+
<requirement
305+
name="org.apache.httpcomponents.client5.httpclient5-win"
306+
optional="true"/>
307+
<requirement
308+
name="org.apache.commons.commons-logging"/>
301309
<requirement
302310
name="org.apache.commons.jxpath"
303311
versionRange="[1.3.0.v200911051830,1.3.0.v200911051830]"

tests/bundles/org.eclipse.ecf.tests.apache.httpclient.server/META-INF/MANIFEST.MF

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Import-Package: org.osgi.framework;version="1.3.0"
1010
Bundle-ActivationPolicy: lazy
1111
Require-Bundle: org.junit;bundle-version="3.8.2",
1212
org.apache.commons.httpclient;bundle-version="3.0.1",
13-
org.apache.commons.logging;bundle-version="1.0.4",
13+
org.apache.commons.commons-logging;bundle-version="1.0.4",
1414
org.apache.commons.commons-codec;bundle-version="1.2.0"
1515
Bundle-Localization: plugin
1616
Export-Package: org.apache.commons.httpclient.server

0 commit comments

Comments
 (0)