You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@onami.apache.org by si...@apache.org on 2013/07/19 12:37:20 UTC

svn commit: r1504816 - in /onami/trunk/spi/src/site: site.xml xdoc/ xdoc/changes.xml

Author: simonetripodi
Date: Fri Jul 19 10:37:20 2013
New Revision: 1504816

URL: http://svn.apache.org/r1504816
Log:
added SPI 1.0.0 release notes

Added:
    onami/trunk/spi/src/site/xdoc/
    onami/trunk/spi/src/site/xdoc/changes.xml   (with props)
Modified:
    onami/trunk/spi/src/site/site.xml

Modified: onami/trunk/spi/src/site/site.xml
URL: http://svn.apache.org/viewvc/onami/trunk/spi/src/site/site.xml?rev=1504816&r1=1504815&r2=1504816&view=diff
==============================================================================
--- onami/trunk/spi/src/site/site.xml (original)
+++ onami/trunk/spi/src/site/site.xml Fri Jul 19 10:37:20 2013
@@ -32,6 +32,7 @@
       <item name="Bind Services" href="services.html" />
       <item name="The complete SPI module" href="./all.html" />
       <item name="API doc" href="apidocs/index.html" />
+      <item name="Release Notes" href="./changes.html" />
     </menu>
 
     <menu ref="reports" />

Added: onami/trunk/spi/src/site/xdoc/changes.xml
URL: http://svn.apache.org/viewvc/onami/trunk/spi/src/site/xdoc/changes.xml?rev=1504816&view=auto
==============================================================================
--- onami/trunk/spi/src/site/xdoc/changes.xml (added)
+++ onami/trunk/spi/src/site/xdoc/changes.xml Fri Jul 19 10:37:20 2013
@@ -0,0 +1,68 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ | Licensed to the Apache Software Foundation (ASF) under one
+ | or more contributor license agreements.  See the NOTICE file
+ | distributed with this work for additional information
+ | regarding copyright ownership.  The ASF licenses this file
+ | to you under the Apache License, Version 2.0 (the
+ | "License"); you may not use this file except in compliance
+ | with the License.  You may obtain a copy of the License at
+ |
+ |   http://www.apache.org/licenses/LICENSE-2.0
+ |
+ | Unless required by applicable law or agreed to in writing,
+ | software distributed under the License is distributed on an
+ | "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ | KIND, either express or implied.  See the License for the
+ | specific language governing permissions and limitations
+ | under the License.
+-->
+<document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
+
+  <properties>
+    <title>Release Notes</title>
+    <author email="dev@onami.apache.org">Apache Onami Documentation Team</author>
+  </properties>
+
+  <body>
+    <section name="Release Notes">
+      <subsection name="1.0.0">
+        <h5>        Bug
+</h5>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/ONAMI-28'>ONAMI-28</a>] -         Do not use code from com.google.inject.internal
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ONAMI-49'>ONAMI-49</a>] -         drop @Override annotation from methods when implementing interfaces
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ONAMI-50'>ONAMI-50</a>] -         Still old org.nnsoft package in META-INF/services/org.apache.onami.spi.AcmeService test file
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ONAMI-75'>ONAMI-75</a>] -         Update tests from pure JUnit to use Onami-Test to avoid boilerplate code
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ONAMI-86'>ONAMI-86</a>] -         Split the SPI module in small submodules
+</li>
+</ul>
+                
+<h5>        Improvement
+</h5>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/ONAMI-51'>ONAMI-51</a>] -         Services discovered via ServiceLoader must be qualified in the binder in order to address injections
+</li>
+</ul>
+                            
+<h5>        Task
+</h5>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/ONAMI-9'>ONAMI-9</a>] -         Import SPI donated codebase to ASF SVN
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ONAMI-26'>ONAMI-26</a>] -         Make all artifactId OSGi name compliant
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ONAMI-31'>ONAMI-31</a>] -         Update parent pom reference to released 1-incubating version
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ONAMI-36'>ONAMI-36</a>] -         remove groupId in components where it is inherited from the parent
+</li>
+</ul>
+      </subsection>
+    </section>
+  </body>
+</document>

Propchange: onami/trunk/spi/src/site/xdoc/changes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: onami/trunk/spi/src/site/xdoc/changes.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: onami/trunk/spi/src/site/xdoc/changes.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml