Skip to content

Changes

Summary

  1. Fixed bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=572740 (details)
  2. Bug 566100 - Remove explicit dependency on JNA (details)
  3. Changed to 400 version and removed com.sun.jna.platform.win32 reference (details)
Commit 38e63f2d3e7dbc67ea1332510484af2538a2363c by Scott Lewis
Fixed bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=572740

Change-Id: If287e83758459a6c6851a7d7bf8034877a4587f7
The file was modified releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml
The file was modified releng/features/org.eclipse.ecf.core.feature/feature.xml
The file was modified releng/features/org.eclipse.ecf.core.feature/pom.xml
The file was modified releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml
The file was modified releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml
The file was modified releng/features/org.eclipse.ecf.core.ssl.feature/feature.xml
The file was modified framework/bundles/org.eclipse.ecf.identity/META-INF/MANIFEST.MF
The file was modified framework/bundles/org.eclipse.ecf.ssl/META-INF/MANIFEST.MF
The file was modified providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/META-INF/MANIFEST.MF
The file was modified releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/feature.xml
The file was modified framework/bundles/org.eclipse.ecf.identity/pom.xml
The file was modified framework/bundles/org.eclipse.ecf/META-INF/MANIFEST.MF
The file was modified providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/META-INF/MANIFEST.MF
The file was modified framework/bundles/org.eclipse.ecf.filetransfer/pom.xml
The file was modified framework/bundles/org.eclipse.ecf.ssl/pom.xml
The file was modified providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/META-INF/MANIFEST.MF
The file was modified providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml
The file was modified providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml
The file was modified releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml
The file was modified framework/bundles/org.eclipse.ecf.filetransfer/META-INF/MANIFEST.MF
The file was modified framework/bundles/org.eclipse.ecf/pom.xml
The file was modified releng/features/org.eclipse.ecf.filetransfer.ssl.feature/feature.xml
The file was modified providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml
The file was modified releng/features/org.eclipse.ecf.filetransfer.feature/feature.xml
Commit 589731456f608a3e87e2e8152671637a33556ebc by Scott Lewis
Bug 566100 - Remove explicit dependency on JNA

Win32HttpClientConfigurationModifier.isWinAuthAvailable() does nothing
useful. It would only return false if com.sun.jna.platform.win32.Sspi
would not be available.

But this can never be the case, since we depend on
org.apache.httpcomponents.httpclient.win, which in turn depends on JNA
(non-optional).

The original code in
org.apache.http.impl.client.WinHttpClients.isWinAuthAvailable() is a
no-op for the same reason.

Change-Id: Ic88ec9770dbc5bc296701791348dbf5a0c3a8a8d
Signed-off-by: Sebastian Ratz <sebastian.ratz@sap.com>
The file was modified providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/win32/Win32NTLMProxyHandler.java
The file was modified providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/win32/Win32HttpClientConfigurationModifier.java
Commit e1d9f806de1dab487a40369d3c3edf9ed366b55e by Scott Lewis
Changed to 400 version and removed com.sun.jna.platform.win32 reference

Change-Id: I16972d49efa897aa712d2be9721ac9be5b672239
The file was modified providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml
The file was modified providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/META-INF/MANIFEST.MF