You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by ge...@apache.org on 2009/01/30 00:54:45 UTC

svn commit: r739090 - in /incubator/openwebbeans/trunk: README.txt distribution/pom.xml distribution/src/assembly/dist-all.xml distribution/src/assembly/dist-binary.xml pom.xml

Author: gerdogdu
Date: Thu Jan 29 23:54:45 2009
New Revision: 739090

URL: http://svn.apache.org/viewvc?rev=739090&view=rev
Log:
Pom artifact updates for M1

Modified:
    incubator/openwebbeans/trunk/README.txt
    incubator/openwebbeans/trunk/distribution/pom.xml
    incubator/openwebbeans/trunk/distribution/src/assembly/dist-all.xml
    incubator/openwebbeans/trunk/distribution/src/assembly/dist-binary.xml
    incubator/openwebbeans/trunk/pom.xml

Modified: incubator/openwebbeans/trunk/README.txt
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/README.txt?rev=739090&r1=739089&r2=739090&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/README.txt (original)
+++ incubator/openwebbeans/trunk/README.txt Thu Jan 29 23:54:45 2009
@@ -28,19 +28,61 @@
 * Servlet Injection Support
 * Inheritance, Stereotype Inheritance and Realization Support
 * Common Annotations Support
-* Full Support for Validation Checks
 * Passivation Scope and Serialization Operations
 * Full Support for XML Configuration
 * Java EE Container Integration Support (SPI)
 
 ---------------------------------------------
+Release Notes - OpenWebBeans - Version M1
+Bug
+
+    * [OWB-33] - bug in EJBInterceptComponentTest#testMultipleInterceptedComponent
+    * [OWB-34] - bug in ExceptionComponentTest
+    * [OWB-38] - Review all usages of catch(Throwable)
+    * [OWB-54] - Update Bean.getBindings Contract
+    * [OWB-61] - Refactor the annotations to match the new package schema.
+    * [OWB-62] - Refactor web-beans.xml to beans.xml
+
+Improvement
+
+    * [OWB-31] - various XML definition improvements
+    * [OWB-35] - cut back overly exception handling in ClassUtil
+    * [OWB-41] - M1-Release Corrections
+    * [OWB-58] - Dependent Context unused instance variable named : owner
+
+Task
+
+    * [OWB-7] - Manager initialization
+    * [OWB-9] - Check Client Proxy Implementation
+    * [OWB-17] - Test Events
+    * [OWB-20] - Compilation errors while building either webbeans-api or webbeans-impl modules
+    * [OWB-21] - No main pom.xml for OpenWebBeans
+    * [OWB-23] - pom.xml files are not well organized. A compilation erro while compiling inside Eclipse
+    * [OWB-27] - 5.2. Primitive types and null values
+    * [OWB-30] - 5.10. Instance resolution, check Unproxiable Api Type control
+    * [OWB-32] - Enabling more maven reports for site creation
+    * [OWB-44] - Object toString method check on the Proxy
+    * [OWB-60] - code cleanup unify getStereotype vs getStereoType in the sources
+    * [OWB-63] - M1-Release Content
+    * [OWB-70] - Change API copied from JBoss Impl.
+    * [OWB-72] - add hsqldb license to our NOTICE, LEGAL, etc
+    * [OWB-73] - add license headers to all XML files
+
+Test
+
+    * [OWB-22] - Unit tests failures in WebBeans-Impl module
+    * [OWB-36] - create a test for WebBeansScanner
+    * [OWB-40] - create test cases for XML constructor injection
+
+
+---------------------------------------------
 How to Configure The OpenWebBeans
 ---------------------------------------------
 
 There are two important jars for OpenWebBeans;
 
- - openwebbeans-api-1.0.0-SNAPSHOT.jar
- - openwebbeans-impl-1.0.0-SNAPSHOT.jar
+ - openwebbeans-api-1.0.0-incubating-SNAPSHOT.jar
+ - openwebbeans-impl-1.0.0-incubating-SNAPSHOT.jar
 
 There are also a dependent libraries. These dependent library jars
 are located in the directory "/lib/thirdparty". 

Modified: incubator/openwebbeans/trunk/distribution/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/distribution/pom.xml?rev=739090&r1=739089&r2=739090&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/distribution/pom.xml (original)
+++ incubator/openwebbeans/trunk/distribution/pom.xml Thu Jan 29 23:54:45 2009
@@ -77,7 +77,7 @@
         </plugins>
     </build>
     <properties>
-      <siteId>distribution/directory</siteId>
+      <siteId>/OWB/1.0.0-incubating-M1/distribution</siteId>
     </properties>
     <!--
         The assemblies work off of dependency sets since the stuff to be

Modified: incubator/openwebbeans/trunk/distribution/src/assembly/dist-all.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/distribution/src/assembly/dist-all.xml?rev=739090&r1=739089&r2=739090&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/distribution/src/assembly/dist-all.xml (original)
+++ incubator/openwebbeans/trunk/distribution/src/assembly/dist-all.xml Thu Jan 29 23:54:45 2009
@@ -33,7 +33,7 @@
 
         <file>
             <outputDirectory>config</outputDirectory>
-            <source>../samples/guess/src/main/webapp/WEB-INF/web-beans.xml</source>
+            <source>../samples/guess/src/main/webapp/WEB-INF/beans.xml</source>
         </file>
 
     </files>

Modified: incubator/openwebbeans/trunk/distribution/src/assembly/dist-binary.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/distribution/src/assembly/dist-binary.xml?rev=739090&r1=739089&r2=739090&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/distribution/src/assembly/dist-binary.xml (original)
+++ incubator/openwebbeans/trunk/distribution/src/assembly/dist-binary.xml Thu Jan 29 23:54:45 2009
@@ -33,7 +33,7 @@
 
         <file>
             <outputDirectory>config</outputDirectory>
-            <source>../samples/guess/src/main/webapp/WEB-INF/web-beans.xml</source>
+            <source>../samples/guess/src/main/webapp/WEB-INF/beans.xml</source>
         </file>
 
     </files>

Modified: incubator/openwebbeans/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/pom.xml?rev=739090&r1=739089&r2=739090&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/pom.xml (original)
+++ incubator/openwebbeans/trunk/pom.xml Thu Jan 29 23:54:45 2009
@@ -421,13 +421,13 @@
       
 	<properties>
           <openwebbeans.version>1.0.0-incubating-SNAPSHOT</openwebbeans.version>
-	  <siteId>plugins/directory</siteId>
+	  <siteId>/OWB/1.0.0-incubating-M1/plugins</siteId>
 	</properties>
 
     <profiles>
         <!-- START release profile -->
         <profile>
-            <id>release</id>
+            <id>local</id>
             <build>
                 <plugins>