blob: 64d25b74500b9522850a3c23a80e281e86597306 [file] [log] [blame]
<?xml version="1.0"?>
<!--
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>
<properties>
<title>Fulcrum HSQLDB Service</title>
<author email="siegfried.goeschl@it20one.at">Siegfried Goeschl</author>
</properties>
<body>
<release version="1.0.0-SNAPSHOT" date="as in SVN">
<action dev="sgoeschl" type="update">
Removing the "Startable" interface from HSQLService because the
service lifecycle is managed by the container and not the
application.
</action>
<action dev="sgoeschl" type="update">
Removing the access to the Avalon context since it was never used.
</action>
<action dev="sgoeschl" type="update">
Using HSQLDB 1.8.0.1 which also fixes the GUMP spam about broken
builds.
</action>
<action dev="sgoeschl" type="add">
Using org.apache.avalon.framework.activity.Startable in the
service interface to start/stop the service.
</action>
<action dev="sgoeschl" type="update">
Got rid of the cast to the service implementation class to
stop the database since the cast fails when using dynamic
proxies
</action>
<action dev="epugh" type="update">
Add additional tests submitted by Peter Tillemans in Scarab version of
this service.
</action>
<action dev="sgoeschl" type="update">
Initial release
</action>
</release>
</body>
</document>