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

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Wed May 30 19:36:07 EDT 2012


Author: akazakov
Date: 2012-05-30 19:36:06 -0400 (Wed, 30 May 2012)
New Revision: 41558

Added:
   trunk/documentation/whatsnew/cdi/cdi-news-3.3.0.CR1.html
Modified:
   trunk/documentation/whatsnew/cdi/cdi-news-3.3.0.Beta1.html
Log:
https://issues.jboss.org/browse/JBIDE-11934 CDI Component N&N

Modified: trunk/documentation/whatsnew/cdi/cdi-news-3.3.0.Beta1.html
===================================================================
--- trunk/documentation/whatsnew/cdi/cdi-news-3.3.0.Beta1.html	2012-05-30 23:06:22 UTC (rev 41557)
+++ trunk/documentation/whatsnew/cdi/cdi-news-3.3.0.Beta1.html	2012-05-30 23:36:06 UTC (rev 41558)
@@ -6,7 +6,7 @@
 <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/Seam 3 tools 3.3.0.M5 What's New</title>
+<title>CDI/Seam 3 tools 3.3.0.Beta1 What's New</title>
 <script type="text/javascript">
 
   var _gaq = _gaq || [];

Added: trunk/documentation/whatsnew/cdi/cdi-news-3.3.0.CR1.html
===================================================================
--- trunk/documentation/whatsnew/cdi/cdi-news-3.3.0.CR1.html	                        (rev 0)
+++ trunk/documentation/whatsnew/cdi/cdi-news-3.3.0.CR1.html	2012-05-30 23:36:06 UTC (rev 41558)
@@ -0,0 +1,77 @@
+<?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/Seam 3 tools 3.3.0.CR1 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-3.3.0.CR1.html">Maven Tools News &gt;</a></p>
+
+<table border="0" cellpadding="10" cellspacing="0" width="80%">
+
+	<tr>
+		<td colspan="2">
+		<hr />
+		<h3>Apache Deltaspike</h3>
+		<hr />
+		</td>
+	</tr>
+	<tr>
+		<td valign="top" align="left">
+			<p><b>Deltaspike Annotations</b></p>
+		</td>
+        <td align="top">
+			<p>
+				Since this version CDI tools supports a bunch of Apache Deltaspike CDI extensions. If your project has CDI support enabled (Project->Properties->CDI) and the project classpath contains corresponding Deltaspike module then Deltaspike features will be enabled automatically.
+			</p>
+        	<p>CDI tools recognizes some Deltaspike annotations which should be taken into account by the related tools features such as validation, code completion, hyperlinks, refactoring, etc.</p>
+        	<p>Here is a full list of Deltaspike annotations which is now supported by CDI tools:
+        		<ul>
+        			<li>@Excludes</li>
+        			<li>@ConfigProperty</li>
+        			<li>@MessageBundle</li>
+        			<li>@ExceptionHandler</li>
+        			<li>@Handles</li>
+        			<li>@Sequres</li>
+        			<li>@SecurityBindingType</li>
+        			<li>@SecurityParameterBinding</li>
+        			<li>@Sequred</li>
+        		</ul>
+        	</p>
+			<p>
+				<small>
+					<a href="https://issues.jboss.org/browse/JBIDE-11552">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-3.3.0.CR1.html
___________________________________________________________________
Added: svn:mime-type
   + text/plain



More information about the jbosstools-commits mailing list