You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scout-dev@ws.apache.org by ks...@apache.org on 2007/07/26 17:09:43 UTC

svn commit: r559844 - in /webservices/scout/trunk: README jaxr-api/pom.xml pom.xml scout/pom.xml scout/src/site/xdoc/releases.xml

Author: kstam
Date: Thu Jul 26 08:09:42 2007
New Revision: 559844

URL: http://svn.apache.org/viewvc?view=rev&rev=559844
Log:
Adding 1.0rc1 release note info.

Modified:
    webservices/scout/trunk/README
    webservices/scout/trunk/jaxr-api/pom.xml
    webservices/scout/trunk/pom.xml
    webservices/scout/trunk/scout/pom.xml
    webservices/scout/trunk/scout/src/site/xdoc/releases.xml

Modified: webservices/scout/trunk/README
URL: http://svn.apache.org/viewvc/webservices/scout/trunk/README?view=diff&rev=559844&r1=559843&r2=559844
==============================================================================
--- webservices/scout/trunk/README (original)
+++ webservices/scout/trunk/README Thu Jul 26 08:09:42 2007
@@ -90,4 +90,61 @@
   
 RELEASE NOTES
                           
-  Changes From 0.0.0 to 0.1.0
\ No newline at end of file
+  Release Notes - Scout - Version 1.0rc1
+
+** Bug
+    * [SCOUT-23] - Classification are not saved.
+    * [SCOUT-25] - FindBinding does not work + patch
+    * [SCOUT-26] - Removing a service does not remove the service + patch
+    * [SCOUT-28] - XmlBeans conversion compiles but is non-functional
+    * [SCOUT-29] - AuthTokenImpl.getAuthInfo() doesn't seem to work correctly
+    * [SCOUT-30] - Classifications are ignored when preforming finds.
+    * [SCOUT-31] - Fix scout maven 1 build issue so that the dependency jars can be downloaded automatically
+    * [SCOUT-32] - Fix NPE at getConcept
+    * [SCOUT-33] - Should throw exception when level 1 feature is accessed in RegistryEntryImpl.java
+    * [SCOUT-34] - DiscoveryURLs aren't constructed correctly when there is more than 1 discoveryURLs for a businessEntity
+    * [SCOUT-35] - Should use hashset for the collection in BulkResponseImpl to not allow duplicate 
+    * [SCOUT-36] - minor update to get scout maven 2 build pass the error in download juddi snapshot
+    * [SCOUT-40] - InternationalString is not handled correctly
+    * [SCOUT-41] - Results not returned in the given order
+    * [SCOUT-44] - port fixes for scout 8 to trunk
+    * [SCOUT-45] - port scout 19 to trunk
+    * [SCOUT-46] - port scout 10 to trunk
+
+** Improvement
+    * [SCOUT-9] - Separation of Apache Scout and jUDDI
+
+** New Feature
+    * [SCOUT-18] - Embedded mode execution
+
+** Task
+    * [SCOUT-27] - Update Tests with embedded juddi setup
+    * [SCOUT-37] - Cleanup code to get rid of warnings
+    * [SCOUT-38] - Produce website from the maven2 build
+    * [SCOUT-39] - Integrate all sample code in unittests
+    * [SCOUT-42] - apply fixes on 0.7 branches to the trunk
+
+
+Release Notes - Scout - Version v0.7
+
+** Bug
+    * [SCOUT-4] - Level 1 methods in PersonName must throw UnsupportedCapabilityException
+    * [SCOUT-6] - Null pointer exception when creating an association
+    * [SCOUT-7] - NullPointerException when a BusinessEntity does not have services
+    * [SCOUT-8] - Unable to use InternationalString in BusinessQueryManager.findOrganizations() (ClassCastException)
+    * [SCOUT-10] - Publish requests to JUDDI do not include ServiceBinding information.
+    * [SCOUT-15] - RegistryEntry should throw UnsupportedCapabilityException for level 0
+    * [SCOUT-19] - ServiceBinding.getSpecificationLinks should not return null
+
+** Improvement
+    * [SCOUT-11] - JAXR Classifications are not processed
+
+** Task
+    * [SCOUT-1] - Implement saveXXX Methods in BusinessLifeCycleManager
+    * [SCOUT-2] - Implement deleteXXX methods in BusinessLifeCycleManager
+    * [SCOUT-3] - Implement findXXX methods in BusinessQueryManager
+    * [SCOUT-5] - Predefined Enumerations
+    * [SCOUT-13] - Better Logging capabilities
+    * [SCOUT-16] - Maven2 migration
+
+  
\ No newline at end of file

Modified: webservices/scout/trunk/jaxr-api/pom.xml
URL: http://svn.apache.org/viewvc/webservices/scout/trunk/jaxr-api/pom.xml?view=diff&rev=559844&r1=559843&r2=559844
==============================================================================
--- webservices/scout/trunk/jaxr-api/pom.xml (original)
+++ webservices/scout/trunk/jaxr-api/pom.xml Thu Jul 26 08:09:42 2007
@@ -7,11 +7,11 @@
     <parent>
         <groupId>org.apache.ws.scout</groupId>
         <artifactId>scout-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.0rc1</version>
     </parent>
     <artifactId>jaxr-api</artifactId>
     <name>JAXR API</name>
-    <version>SNAPSHOT</version>
+    <version>1.0rc1</version>
     <description>The JAXR API</description>
     <dependencies>
         <dependency>

Modified: webservices/scout/trunk/pom.xml
URL: http://svn.apache.org/viewvc/webservices/scout/trunk/pom.xml?view=diff&rev=559844&r1=559843&r2=559844
==============================================================================
--- webservices/scout/trunk/pom.xml (original)
+++ webservices/scout/trunk/pom.xml Thu Jul 26 08:09:42 2007
@@ -4,7 +4,7 @@
   <artifactId>scout-parent</artifactId>
   <packaging>pom</packaging>
   <name>Scout</name>
-  <version>SNAPSHOT</version>
+  <version>1.0rc1</version>
   <description>Apache Scout is an implementation of the JSR 93 - JavaTM API for
 		XML Registries 1.0 (JAXR)</description>
   <url>http://ws.apache.org/scout/</url>
@@ -39,12 +39,6 @@
   </mailingLists>
   <developers>
     <developer>
-      <id>sviens</id>
-      <name>Steve Viens</name>
-      <email>sviens@apache.org</email>
-      <organization></organization>
-    </developer>
-    <developer>
       <id>anil</id>
       <name>Anil Saldhana</name>
       <email>anil@apache.org</email>
@@ -62,13 +56,51 @@
       <email>kstam@apache.org</email>
       <organization></organization>
     </developer>
-  </developers>
-  <contributors>
-    <contributor>
+    <developer>
+      <id>jfaath</id>
+      <name>Jeff Faath</name>
+      <email>jfaath@apache.org</email>
+      <organization></organization>
+    </developer>
+    <developer>
+      <id>linsun</id>
       <name>Lin Sun</name>
-      <email></email>
+      <email>linsun@apache.org</email>
       <organization></organization>
-    </contributor>
+    </developer>
+    <developer>
+      <id>dbhole</id>
+      <name>Deepack Bhole</name>
+      <email>dbhole@apache.org</email>
+      <organization></organization>
+    </developer>
+  </developers>
+  <contributors>
+    <contributor>
+      <name>Steve Viens</name>
+      <email>sviens@apache.org</email>
+      <organization></organization>
+    </contributor>
+    <contributor>
+      <name>David Jencks</name>
+      <email>djencks@apache.org</email>
+      <organization></organization>
+    </contributor>
+    <contributor>
+      <name>Jeremy Boynes</name>
+      <email>jboynes@apache.org</email>
+      <organization></organization>
+    </contributor>
+    <contributor>
+      <name>Jarek Gawor</name>
+      <email>gawor@apache.org</email>
+      <organization></organization>
+    </contributor>
+    <contributor>
+      <name>Geir Magnusson Jr.</name>
+      <email>geirm@apache.org</email>
+      <organization></organization>
+    </contributor>
   </contributors>
   <licenses>
     <license>
@@ -127,7 +159,7 @@
       <activation>
         <property>
           <name>release</name>
-          <value></value>
+          <value>1.0</value>
         </property>
       </activation>
       <build>
@@ -174,7 +206,7 @@
       <activation>
         <property>
           <name>rc</name>
-          <value></value>
+          <value>1.0rc1</value>
         </property>
       </activation>
       <build>
@@ -362,4 +394,4 @@
   <properties>
     <scout.version>${pom.version}</scout.version>
   </properties>
-</project>
\ No newline at end of file
+</project>

Modified: webservices/scout/trunk/scout/pom.xml
URL: http://svn.apache.org/viewvc/webservices/scout/trunk/scout/pom.xml?view=diff&rev=559844&r1=559843&r2=559844
==============================================================================
--- webservices/scout/trunk/scout/pom.xml (original)
+++ webservices/scout/trunk/scout/pom.xml Thu Jul 26 08:09:42 2007
@@ -6,12 +6,12 @@
 	<parent>
 		<groupId>org.apache.ws.scout</groupId>
 		<artifactId>scout-parent</artifactId>
-		<version>SNAPSHOT</version>
+		<version>1.0rc1</version>
 		<!-- Should better be ${axiom.version} -->
 	</parent>
 	<artifactId>scout</artifactId>
 	<name>Scout Implementation</name>
-	<version>SNAPSHOT</version>
+	<version>1.0rc1</version>
 	<description>
 		Apache Scout is an implementation of the JSR 93 - JavaTM API for
 		XML Registries 1.0 (JAXR)

Modified: webservices/scout/trunk/scout/src/site/xdoc/releases.xml
URL: http://svn.apache.org/viewvc/webservices/scout/trunk/scout/src/site/xdoc/releases.xml?view=diff&rev=559844&r1=559843&r2=559844
==============================================================================
--- webservices/scout/trunk/scout/src/site/xdoc/releases.xml (original)
+++ webservices/scout/trunk/scout/src/site/xdoc/releases.xml Thu Jul 26 08:09:42 2007
@@ -17,6 +17,16 @@
           <td><strong>Description</strong></td>
         </tr>
 
+		<tr>
+          <td><a href="http://people.apache.org/repo/m1-ibiblio-rsync-repository/ws-scout/jars/scout-1.0rc1.jar">1.0rc1</a></td>
+          <td>26 July, 2007</td>
+          <td>Release Candidate #1 for Version 1.0.</td>
+        </tr>
+        <tr>
+          <td>0.7rc3</a></td>
+          <td>31 Dec, 2006</td>
+          <td>Release Candidate #3 for Version 0.7.</td>
+        </tr>
         <tr>
           <td><a href="http://people.apache.org/repo/m1-ibiblio-rsync-repository/ws-scout/jars/scout-0.7rc2.jar">0.7rc2</a></td>
           <td>18 Dec, 2006</td>



---------------------------------------------------------------------
To unsubscribe, e-mail: scout-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: scout-dev-help@ws.apache.org