-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNewAndNoteworthy_3.6.0.html
143 lines (129 loc) · 4.92 KB
/
NewAndNoteworthy_3.6.0.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>ECF New and Noteworthy</title>
<link rel="stylesheet" href="http://www.eclipse.org/default_style.css"
type="text/css">
</head>
<body bgcolor="#FFFFFF">
<table border=0 cellspacing=5 cellpadding=2 width="100%">
<tbody>
<tr>
<td width="69%" class="bannertext">
<img src="https://wiki.eclipse.org/images/b/b8/Logo128x37.png" alt="ECF Logo"/>
<font class="indextop style">eclipse
communication framework</font> <br>
<br> <font class="indexsub">an eclipse runtime project</font> <br>
<br> <font class="indextop style2">New and Noteworthy</font><br>
3.6.0 Release <br> <br>
<br> Return to <a href="downloads.php">ECF download page</a><br>
<br>
<br> <a href="NewAndNoteworthy_3.5.2.html">New and
Noteworthy for 3.5.2</a><br> <a
href="NewAndNoteworthy_3.5.0.html">New and Noteworthy for 3.5.1</a><br>
<a href="NewAndNoteworthy_3.5.0.html">New and Noteworthy for
3.5.0</a><br>
<br>
<br></td>
<td width="31%">
<div align="center">
<img src="images/Idea.jpg" width="120" height="86" hspace="50"
align="middle" alt="Idea Icon">
</div>
</td>
</tr>
</tbody>
</table>
<hr>
<table>
<tr>
<td valign="top" align="left" width="15%">
<p align="left">
<b><a
href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=391677">Remote
services Generic provider that uses SSL transport</a></b>
</p>
</td>
<td valign="top" width="85%">
<p>
Earlier ECF general providers were based on raw TCP sockets. Thus
encrypted communication through the ECF generic provider for OSGI Remote Service
was not available. A new
provider was developed to support secure/encrypted communication
based upon SSL. See <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=391677">bug 391677</a><br>
</td>
</tr>
<tr>
<td valign="top" align="left" width="15%">
<p align="left">
<b><a
href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=337615">Rest
server-side support for Remote Services</a></b>
</p>
</td>
<td valign="top" width="85%">
<p>
In previous versions of ECF, Rest API mostly supported the creation of
OSGI Remote Service clients/consumers. This work on supports the creation and
use of remote services on OSGi-based servers. Major additions can be
found in org.eclipse.ecf.remoteservice.server bundle. Also some
changes were made to the <a
href="https://github.com/ECF/RestletProvider">Restlet provider</a> (available via <a href="http://github.com/ECF">ECF Github Repo</a>.
</p> <br>
</td>
</tr>
<tr>
<td valign="top" align="left" width="15%">
<p align="left">
<b><a
href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=256975">ECF
RemoteServiceTracker</a></b>
</p>
</td>
<td valign="top" width="85%">
<p>ECF ServiceTrackers are used to discover registered services
and then consume them. This RemoteServiceTracker allows the
tracking of ECF RemoteService instances, which does not need
the OSGi service registry to function (as normal service trackers do).
</p>
<p>
Contributions can be found in org.eclipse.ecf.remoteservice project.
</p>
<br>
</td>
</tr>
<tr>
<td valign="top" align="left" width="15%">
<p align="left">
<b><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=400164">API to allow customization of proxy creation</a></b>
</p>
</td>
<td valign="top" width="85%">
<p>Earlier remote services proxy creation is done by using<br>
AbstractRemoteService.createProxy/2<br>
In order to customize the proxy creation it was necessary to subclass AbstractRemoteService and override createProxy. But with new contributions
proxy creation can be dynamically customized using IRemoteServiceProxyCreator with an appropriate service ranking.
</p>
<br>
</td>
</tr>
<tr>
<td valign="top" align="left" width="15%">
<p align="left">
<b><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=337449">New filetransfer provider based upon Apache Httpclient 4.1</a></b>
</p>
</td>
<td valign="top" width="85%">
<p>Active work on Apache Httpclient version 3.X has stopped, and Apache HttpComponents/Httpclient4 is now where active dev and bug fixing work is taking place.
ECF has created and deployed a new provider based upon Httpclient 4, that will allow p2/Equinox/Eclipse platform to benefit from the new Apache Httpclient 4 work,
including such desired features as full support for NTLM proxies, HTTP caching, improved proxy and credentials support, and active debugging.
</p>
<br>
<br>
</td>
</tr>
</table>
</body>
</html>