Skip to main content
summaryrefslogtreecommitdiffstats
blob: 1215064f4716895c49e102ad15af053c8f3c346b (plain) (blame)
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
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="../../wtpphoenix.xsl"?>
<html>
	<head>
    	<meta name="root" content="../../../" />
		<title>eclipse web tools platform release 3.14</title>
	</head>
	<body>
		<h1>WTP 3.14</h1>
		<h2>Status as of 2019-06-19</h2>
		<p>
			WTP 3.14 was officially released on March 20, 2019, as part of the Eclipse IDE 2019-06, the
			latest quarterly release. Users of Eclipse should use the SimRel Update Site,
			<a href="http://download.eclipse.org/releases/2019-06/">http://download.eclipse.org/releases/2019-06/</a>,
			to install WTP 3.14. The next release, WTP 3.15, will be part of the simultaneous release in September.
		</p>
		<ul>
					<li>Download WTP as part of a complete Eclipse <a href="https://www.eclipse.org/downloads/packages/release/2019-06/r">package</a>. WTP is featured in the IDE for <a href="https://www.eclipse.org/downloads/packages/release/2019-06/r/eclipse-ide-enterprise-java-developers">Enterprise Java</a>.</li>
					<li>Read the <a href="https://wiki.eclipse.org/Category:New_Help_for_Old_Friends">adopter migration documentation</a></li>
					<li>Find WTP in the <a href="https://marketplace.eclipse.org/user/nitind/listings">Eclipse Marketplace</a></li>
					<li><a href="http://download.eclipse.org/webtools/downloads/">Download</a> the final WTP 3.14 built P2 site now</li>
          <li>Browse the <a href="http://help.eclipse.org/2019-06/topic/org.eclipse.wst.doc.user/topics/overview.html?cp=96" target="_top">Web Tools Platform User Guide</a></li>
					<li>Read the <a href="https://wiki.eclipse.org/WTP_FAQ">FAQ</a></li>
					<li>Read the <a href="https://wiki.eclipse.org/WTP_Tomcat_FAQ">WTP and Apache Tomcat FAQ</a></li>
            <!--  <h3><a href="contributorrecognition.html">Recognition of Contributors</a></h3> -->
            <!--
             <h2>Press Coverage for WTP 3.14</h2>
             <h3><a href=""  target="_top">title</a>, <i>source</i></h3>
             -->
		</ul>
	<!--
		<h2>
			<a name="new-noteworthy" />
			New and Noteworthy
		</h2>
		<table border="0" cellpadding="10" cellspacing="10" style="border-spacing:10px; border-collapse: separate">
			<tbody>
				<tr>
					<td align="right" valign="top" width="15%">
						<b>Miscellaneous</b>
					</td>
					<td align="left" valign="top" width="85%">
					The Snippets View and JSP Java Search functionalities have been restored. The latter also has
					improved performance.
					</td>
				</tr>
			</tbody>
		</table>
	-->
		<h2><a name="what-is-fixed" />New &amp; Noteworthy</h2>
		<li>Check out what's <a href="NewAndNoteworthy/">New and Noteworthy</a> in this release</li>
		<h2><a name="what-is-fixed" />What is Fixed</h2>
		<p>Fixed <a href="https://bugs.eclipse.org/bugs/buglist.cgi?classification=WebTools&amp;query_format=advanced&amp;target_milestone=3.14&amp;target_milestone=3.14%20M1&amp;target_milestone=3.14%20M2&amp;target_milestone=3.14%20M3&amp;target_milestone=3.14%20RC1&amp;target_milestone=3.14%20RC2&amp;target_milestone=3.14.0">list</a>/<a
		href="https://bugs.eclipse.org/bugs/report.cgi?x_axis_field=bug_severity&amp;y_axis_field=product&amp;no_redirect=1&amp;query_format=report-table&amp;classification=WebTools&amp;target_milestone=3.14&amp;target_milestone=3.14+M1&amp;target_milestone=3.14+M2&amp;target_milestone=3.14+M3&amp;target_milestone=3.14+RC1&amp;target_milestone=3.14+RC2&amp;target_milestone=3.14.0&amp;format=table&amp;action=wrap">table</a>.</p>
		<p>Adopters should consult the <a href="https://wiki.eclipse.org/Category:New_Help_for_Old_Friends">migration</a> information for potentially breaking changes.</p>

		<h2>
			<a name="reported-problems" />
			Reported and Known Problems
		</h2>
		<p>
			All reported problems are recorded in the Eclipse Bugzilla
			system under:
			<ul>
				<li>
					Classification =
					<code>WebTools</code>
				</li>
				<li>
					Status =
					<code>NEW</code>
					or
					<code>ASSIGNED</code>
					or
					<code>REOPENED</code>
				</li>
			</ul>
		</p>
		<a href="https://bugs.eclipse.org/bugs/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;bug_status=UNCONFIRMED&amp;classification=WebTools&amp;order=bugs.bug_id%20desc">All reported problems</a>
		<p>Check for suggested workarounds in the bug report comments. Remember: <b>bugs that aren't reported have little chance of being fixed.</b><!--Here are more specific items:--></p>

		<!--
		<table cellpadding="3%" >

		<tr>
			<td><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=number">number</a></td>
			<td> title </td>
		</tr>
		</table>
		-->
	</body>
</html>

Back to the top