Skip to content

Changes

Summary

  1. Added projectSet-git.psf for recent set of projects (details)
  2. Use https in projectSet-git.psf file (details)
  3. Update maven/tycho plug-in versions to latest (details)
  4. Publish the httpclient45.win32 bundle to the p2 repo (details)
  5. Bug 544447 - [provider] Implement filetransfer provider using HttpClient (details)
  6. Bug 544447 - [provider] Implement filetransfer provider using HttpClient (details)
Commit 76cb47c9e333fe509aede3f62a06f30c855e521e by Scott Lewis
Added projectSet-git.psf for recent set of projects
Change-Id: Ia4591536d8cc611d43c067be43e40d42809d015f
The file was addedreleng/org.eclipse.ecf.releng/projectSet-git.psf
The file was removedreleng/org.eclipse.ecf.releng/projectSet-anonymous.psf
The file was removedreleng/org.eclipse.ecf.releng/projectSet-extssh.psf
Commit 43b1b22fc6ce330f120cd0a2881e2e3ef380d799 by Scott Lewis
Use https in projectSet-git.psf file
Change-Id: Ib87ae326bdded22e99f594d2a0a20028df7f0f40
The file was modified releng/org.eclipse.ecf.releng/projectSet-git.psf
Commit d247d372af4caef07f09ec25cdb4a197b3633884 by Mat Booth
Update maven/tycho plug-in versions to latest
Updating to latest tycho (and therefore latest p2) allows us to get rid
of some hacks that were working around a bug in p2, see bug 313553 for
details.
Change-Id: I7691ea2a6b9f47331fa43a6a061545fac9b2314e Signed-off-by: Mat
Booth <mat.booth@redhat.com>
The file was modified examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery.rest/pom.xml
The file was modified examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery/pom.xml
The file was modified pom.xml
Commit 2f246902c7f6e27e342300dcf41b0a6d472c954f by Mat Booth
Publish the httpclient45.win32 bundle to the p2 repo
Make it part of the httpclient45 feature, for consumption by the
Platform
Change-Id: Ic2dd0ae1f9e7054f0cf650083555c16158252ff1 Signed-off-by: Mat
Booth <mat.booth@redhat.com>
The file was modified releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/feature.xml
Commit 4eef8c9b66f035b9b520da7fbabccd0ed4530210 by Mat Booth
Bug 544447 - [provider] Implement filetransfer provider using HttpClient
4.5 API
Set the ConnectionRequestTimeout value in the httpclient to be the same
as the ConnectTimeout value.
This value was being set in the ECFHttpClientFactory class using the
provider specific properties, but not in the
HttpClientRetrieveFileTransfer class where it applies the values from
the generic properties.
Change-Id: Ife00ae81f08b3a96d13855d2844ef72d19b84fbe Signed-off-by: Mat
Booth <mat.booth@redhat.com>
The file was modified providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/src/org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientRetrieveFileTransfer.java
Commit a75749442339274ac12d30b98536462303bb73b4 by Ed Merks
Bug 544447 - [provider] Implement filetransfer provider using HttpClient
4.5 API
The guard in HttpClientRetrieveFileTransfer.hardClose() is wrong. I
imagine the httpResponse should be closed when we are done but not
paused rather than if we are not done but paused which sounds like the
opposite because we should certainly not close when we are paused!
Anyway, someone can confirm what the logic should be, but certainly like
this the SetupArchiver works properly again and leases are released
properly, i.e., I see mostly just pairs of the operations and the
per-route count never exceeds the number of threads that I'm using to
load in parallel.
Change-Id: I4285b278278c9f3cb7c6d1bae4d8e8b335e90b37 Signed-off-by: Ed
Merks <ed.merks@gmail.com>
The file was modified providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/src/org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientRetrieveFileTransfer.java