[jbosstools-commits] JBoss Tools SVN: r43629 - trunk/documentation/whatsnew/cdi.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Wed Sep 12 20:46:41 EDT 2012


Author: akazakov
Date: 2012-09-12 20:46:40 -0400 (Wed, 12 Sep 2012)
New Revision: 43629

Added:
   trunk/documentation/whatsnew/cdi/cdi-news-4.0.0.Alpha1.html
Log:
N&N for CDI Tools 4.0.0.Alpha1

Added: trunk/documentation/whatsnew/cdi/cdi-news-4.0.0.Alpha1.html
===================================================================
--- trunk/documentation/whatsnew/cdi/cdi-news-4.0.0.Alpha1.html	                        (rev 0)
+++ trunk/documentation/whatsnew/cdi/cdi-news-4.0.0.Alpha1.html	2012-09-13 00:46:40 UTC (rev 43629)
@@ -0,0 +1,86 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
+        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Language" content="en-us" />
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+<link rel="stylesheet" href="../whatsnew.css" />
+<title>CDI tools 4.0.0.Alpha1 What's New</title>
+<script type="text/javascript">
+
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-17645367-5']);
+  _gaq.push(['_trackPageview']);
+
+  (function() {
+    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+  })();
+
+</script></head>
+<body>
+<h1>CDI tools 3.3.0.CR1 What's New</h1>
+
+<p align="right"><a href="../index.html">&lt; Main Index</a> <a
+	href="../maven/maven-news-4.0.0.Alpha1.html">Maven Tools News &gt;</a></p>
+
+<table border="0" cellpadding="10" cellspacing="0" width="80%">
+
+	<tr>
+		<td colspan="2">
+		<hr />
+		<h3>Validation</h3>
+		<hr />
+		</td>
+	</tr>
+	<tr>
+		<td valign="top" align="left">
+			<p><b>Unproxyable bean type</b></p>
+		</td>
+        <td align="top">
+			<p>
+				CDI tools now reports problems with bean types of normal scoped beans that cannot be proxied by the container (JSR-299 5.4.1)
+			</p>
+			<p>
+				<small>
+					<a href="https://issues.jboss.org/browse/JBIDE-12199">Related Jira</a>
+				</small><br/>
+			</p>
+		</td>
+	</tr>
+	<tr>
+		<td colspan="2">
+		<hr />
+		</td>
+	</tr>
+	<tr>
+		<td valign="top" align="left">
+			<p><b>As-you-type validation</b></p>
+		</td>
+        <td align="top">
+			<p>
+				You don't have to save the file to run CDI validator anymore. The file is being validated as you are typing.
+			</p>
+			<p>
+			<iframe src="http://player.vimeo.com/video/47965113" width="500" height="369" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>
+			</p>
+			<p>
+				<small>
+					<a href="https://issues.jboss.org/browse/JBIDE-10611">Related Jira</a>
+				</small><br/>
+			</p>
+		</td>
+	</tr>
+	<tr>
+		<td colspan="2">
+		<hr />
+		</td>
+	</tr>
+
+</table>
+
+</body>
+
+</html>
\ No newline at end of file


Property changes on: trunk/documentation/whatsnew/cdi/cdi-news-4.0.0.Alpha1.html
___________________________________________________________________
Added: svn:mime-type
   + text/plain



More information about the jbosstools-commits mailing list