-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNewAndNoteworthy.html
73 lines (65 loc) · 2.3 KB
/
NewAndNoteworthy.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
<!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 (ECF)</font>
<br>
<br> <font class="indexsub">an eclipse runtime project</font> <br>
<br> <font class="indextop style2">New and Noteworthy</font><br>
3.15.0 Release <br> <br>
<br> Return to <a href="downloads.php">ECF download page</a><br>
<br>
<br><a
href="NewAndNoteworthy_3.15.0.html">New and Noteworthy for 3.15.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>Removed Zookeeper Discovery Provider</b>
</p>
</td>
<td valign="top" width="85%"><p>The Zookeeper Discovery Provider was based upon the Apache Zookeeper library with a very old version. This
old version of Apache Zookeeper had a number of bugs and the old version has/had been removed from the Eclipse Orbit Project. The resources
were not available to update the discovery provider to a more recent version, and so it was removed from further
distribution. For consumers that require it, please see the release 3.14.41 at <a href="https://download.eclipse.org/rt/ecf/3.14.41">https://download.eclipse.org/rt/ecf/3.14.41</a>
<p></p>
<p></p>
</td>
</tr>
<tr>
<td valign="top" align="left" width="15%">
<p align="left">
<b>Enhanced org.eclipse.ecf.ssl support for default context</b>
</p>
</td>
<td valign="top" width="85%"><p>See pull request https://github.com/eclipse/ecf/pull/106</p>
<p></p>
<p></p>
</td>
</tr>
</table>
</body>
</html>