Author: struberg
Date: Sat Dec  3 11:50:23 2011
New Revision: 1209892

URL: http://svn.apache.org/viewvc?rev=1209892&view=rev
Log:
prepare for owb-1.1.3 release

Added:
    openwebbeans/trunk/readme/README_1_1_3.txt
      - copied, changed from r1209800, 
openwebbeans/trunk/readme/README_1_1_2.txt

Copied: openwebbeans/trunk/readme/README_1_1_3.txt (from r1209800, 
openwebbeans/trunk/readme/README_1_1_2.txt)
URL: 
http://svn.apache.org/viewvc/openwebbeans/trunk/readme/README_1_1_3.txt?p2=openwebbeans/trunk/readme/README_1_1_3.txt&p1=openwebbeans/trunk/readme/README_1_1_2.txt&r1=1209800&r2=1209892&rev=1209892&view=diff
==============================================================================
--- openwebbeans/trunk/readme/README_1_1_2.txt (original)
+++ openwebbeans/trunk/readme/README_1_1_3.txt Sat Dec  3 11:50:23 2011
@@ -1,11 +1,11 @@
 -------------------------------
-Apache OpenWebBeans 1.1.2
+Apache OpenWebBeans 1.1.3
 -------------------------------
 Welcome! 
 Thanks for downloading and using OpenWebBeans. 
 This document is a "Getting Started Guide" for OpenWebBeans.
 
-This document is based on the 1.1.2 release of Apache OpenWebBeans.
+This document is based on the 1.1.3 release of Apache OpenWebBeans.
 
 --------------------------------
 What is Apache OpenWebBeans?
@@ -26,10 +26,10 @@ https://cwiki.apache.org/confluence/disp
 
 
 --------------------------------
-OpenWebBeans 1.1.2 Release Features
+OpenWebBeans 1.1.3 Release Features
 --------------------------------
 
-- The 1.1.2 release supports the following features
+- The 1.1.3 release supports the following features
 -----------------------------------
 * Managed Beans Support
 * Session Beans Support (via Embeddable OpenEJB container in Tomcat)
@@ -56,9 +56,10 @@ OpenWebBeans 1.1.2 Release Features
 * support for direct CDI usage in tomcat-6 and tomcat-7 environments
 * optional lenient lifecycle interceptor checking
 * automatically detect if BeanManager#isInUse()
+* improved Serialization checks from the CDI-1.1 specification
 
 
-- 1.1.2 release does not support the following features
+- 1.1.3 release does not support the following features
 --------------------------------------------
 * Does not fully integrate with Geronimo 
  (You have to configure your application to use OWB functionality, 
@@ -82,6 +83,25 @@ in the CDI-1.1 JSR-346 specification.
 
 
 -------------------------------------------
+Release Notes - OpenWebBeans - Version 1.1.3
+-------------------------------------------
+
+Bug
+
+    * [OWB-515] - interceptors don't support inheritance without an overridden 
method annotated with @AroundInvoke
+    * [OWB-565] - missing check for producer methods
+    * [OWB-625] - BeanManager.resolve throw java.util.NoSuchElementException 
with an empty set parameter
+    * [OWB-629] - NoClassDefFoundError for optional dependencies
+    * [OWB-630] - AmbiguousResolutionException thrown for Decorators that 
Decorate multiple beans where any of those beans are passivation capable.
+    * [OWB-631] - openwebbeans-resource misses openwebbeans.properties
+
+Improvement
+
+    * [OWB-475] - support for optional beans
+    * [OWB-627] - Automatically destroy @Dependent contextual instances 
created with Instance<T>
+
+
+-------------------------------------------
 Release Notes - OpenWebBeans - Version 1.1.2
 -------------------------------------------
 
@@ -515,27 +535,27 @@ This section explains a content of the d
 dependent libraries. 
 
 ---------------------------------------------
-1.1.2 Distribution Content
+1.1.3 Distribution Content
 ---------------------------------------------
 There are several jars in the OpenWebBeans 1.0.0 distribution;
 
- - openwebbeans-impl-1.1.2.jar     --> Includes Core Dependency Injection 
Service.
- - openwebbeans-ejb-1.1.2.jar      --> EJB Plugin(Supports EJBs in OpenEJB 
embedded in Tomcat).
- - openwebbeans-openejb-1.1.2.jar  --> OpenEJB specific Plugin SPI 
implementations as extension to openwebbeans-ejb
- - openwebbeans-jms-1.1.2.jar      --> JMS Plugin(Supports injection of JMS 
related artifacts,i.e, ConnectionFactory, Session, Connection etc.)
- - openwebbeans-jsf-1.1.2.jar      --> JSF-2.0 Plugin(JSF Conversation Scoped 
Support).
- - openwebbeans-jsf12-1.1.2.jar    --> JSF-1.2 Plugin(JSF Conversation Scoped 
Support).
- - openwebbeans-resource-1.1.2.jar --> Java EE Resource Injection for Web 
Projects (Includes @PersistenceContext,@PersistenceUnit
+ - openwebbeans-impl-1.1.3.jar     --> Includes Core Dependency Injection 
Service.
+ - openwebbeans-ejb-1.1.3.jar      --> EJB Plugin(Supports EJBs in OpenEJB 
embedded in Tomcat).
+ - openwebbeans-openejb-1.1.3.jar  --> OpenEJB specific Plugin SPI 
implementations as extension to openwebbeans-ejb
+ - openwebbeans-jms-1.1.3.jar      --> JMS Plugin(Supports injection of JMS 
related artifacts,i.e, ConnectionFactory, Session, Connection etc.)
+ - openwebbeans-jsf-1.1.3.jar      --> JSF-2.0 Plugin(JSF Conversation Scoped 
Support).
+ - openwebbeans-jsf12-1.1.3.jar    --> JSF-1.2 Plugin(JSF Conversation Scoped 
Support).
+ - openwebbeans-resource-1.1.3.jar --> Java EE Resource Injection for Web 
Projects (Includes @PersistenceContext,@PersistenceUnit
                                           and @Resource injection into the 
Managed Beans. @Resource injections use java:/comp/env of the
                                           Web application component. 
@PersistenceContext is based on extended EntityManager.
- - openwebbeans-spi-1.1.2.jar      --> OpenWebBeans Server Provider 
Interfaces. They are implemented by runtime environments that would
+ - openwebbeans-spi-1.1.3.jar      --> OpenWebBeans Server Provider 
Interfaces. They are implemented by runtime environments that would
                                           like to use OpenWebBeans as a 
JSR-299 implementation.
  - samples                            --> Includes source code of the samples. 
Samples are mavenized project  therefore you can easily build and run
                                           them from your environment that has 
maven runtime.
- - openwebbeans-osgi-1.1.2.jar     --> ClassPath ScannerService SPI 
implementation for OSGI environments like Apache Geronimo-3
- - openwebbeans-web-1.1.2.jar      --> Basic Servlet integration
- - openwebbeans-tomcat6-1.1.2.jar  --> Support for deeper integration into 
Apache Tomcat-6
- - openwebbeans-tomcat7-1.1.2.jar  --> Support for deeper integration into 
Apache Tomcat-7
+ - openwebbeans-osgi-1.1.3.jar     --> ClassPath ScannerService SPI 
implementation for OSGI environments like Apache Geronimo-3
+ - openwebbeans-web-1.1.3.jar      --> Basic Servlet integration
+ - openwebbeans-tomcat6-1.1.3.jar  --> Support for deeper integration into 
Apache Tomcat-6
+ - openwebbeans-tomcat7-1.1.3.jar  --> Support for deeper integration into 
Apache Tomcat-7
 
 
 
@@ -554,7 +574,7 @@ internal use only whereas portable CDI E
 
 Current Plugins:
 ---------------------
-Look at "1.1.2 Distribution Content" above.
+Look at "1.1.3 Distribution Content" above.
 
 ------------------------------------------
 Dependent Libraries
@@ -615,7 +635,7 @@ Third party        : openwebbeans-impl a
 Container Provided : jsf
 
 NOTE : We are trying to decrease dependent libraries of the our core, i.e, 
openwebbeans-impl. 
-At 1.1.2, dependent third party libraries will be decreased. We have a plan to 
create profile
+At 1.1.3, dependent third party libraries will be decreased. We have a plan to 
create profile
 plugins, therefore each profile plugin provides its own dependent libraries. 
For example, in 
 fully Java EE Profile Plugin, Transaction API is supported but this will not 
be the case
 for Java Web Profile Plugin or Java SE Profile Plugin. Stay Tuned!
@@ -936,7 +956,7 @@ Go to the source directory of the standa
 >mvn clean package;
 >cd target;
 >jar -xvf standalone-sample.jar
->java -jar standalone-sample-1.1.2-SNAPSHOT.jar
+>java -jar standalone-sample-1.1.3-SNAPSHOT.jar
 >Enjoy :)
 
 -----------------------------------------------


Reply via email to