Author: mcaspers
Date: 2011-01-18 20:47:28 -0500 (Tue, 18 Jan 2011)
New Revision: 28379
Modified:
trunk/documentation/guides/JBDS_Release_Notes/en-US/Fixed_Issues.xml
Log:
Added JBIDE-8124
Modified: trunk/documentation/guides/JBDS_Release_Notes/en-US/Fixed_Issues.xml
===================================================================
--- trunk/documentation/guides/JBDS_Release_Notes/en-US/Fixed_Issues.xml 2011-01-19
01:01:29 UTC (rev 28378)
+++ trunk/documentation/guides/JBDS_Release_Notes/en-US/Fixed_Issues.xml 2011-01-19
01:47:28 UTC (rev 28379)
@@ -23,6 +23,11 @@
<title>Contexts and Dependency Injection (CDI)</title>
<para>
<itemizedlist>
+ <listitem>
+ <para>
+ <ulink
url="https://issues.jboss.org/browse/JBIDE-8124">JBIDE-8124&...;:
The <guilabel>New CDI Bean</guilabel> wizard has been added to provide a
convenient way to create new CDI Java classes with the <code>@Named</code>,
<scope>@Scope</scope> and <code>@Qualifier</code> annotations. The
wizard can be accessed by selecting
<menuchoice><guimenuitem>File</guimenuitem><guimenuitem>New</guimenuitem><guimenuitem>Other</guimenuitem><guimenuitem>CDI
(Context and Dependency
Injection)</guimenuitem><guimenuitem>Bean</guimenuitem></menuchoice>.
+ </para>
+ </listitem>
<listitem>
<para>
<ulink
url="https://issues.jboss.org/browse/JBIDE-7875">JBIDE-7875&...;: It
is recommended that developers create an Annotation Literal class for every qualifier in
their public API. However, writing these classes by hand can be time consuming. To address
this the new <guilabel>Annotation Literal Type</guilabel> wizard provides a
streamlined way to create these classes. This wizard can be accessed by selecting
<menuchoice>