Author: ivol37 at gmail.com Date: Wed Oct 27 10:35:27 2010 New Revision: 212
Log: [AMDATU-136] Fixed Modified: trunk/changelog.txt Modified: trunk/changelog.txt ============================================================================== --- trunk/changelog.txt (original) +++ trunk/changelog.txt Wed Oct 27 10:35:27 2010 @@ -11,61 +11,43 @@ issues mentioned below can be found on http://jira.amdatu.org. ---------------------------------------------------------------------------------------------------- -0.0.1 ---------------------------------------------------------------------------------------------------- -** Task - * [AMDATU-1] - Create maven pom files and modules - * [AMDATU-2] - Add core bundles - * [AMDATU-3] - Add httpcontext service - * [AMDATU-4] - Add shindig application bundle - * [AMDATU-6] - Add cassandra application bundle - * [AMDATU-8] - Add peristence manager for Cassandra - * [AMDATU-9] - Add Tenant service - * [AMDATU-10] - Add profile service - * [AMDATU-12] - Implement basic authorization with JSecurity - * [AMDATU-13] - Add simple dashboard application - * [AMDATU-14] - Add example gadget: friends - ---------------------------------------------------------------------------------------------------- -0.0.2 ---------------------------------------------------------------------------------------------------- -** Task - * [AMDATU-11] - Add Apache Wink OSGi bundle - * [AMDATU-15] - Add example gadget: courses - * [AMDATU-16] - Add example service: courses - * [AMDATU-32] - Centralize configuration of hostname, port number and work directory - * [AMDATU-33] - Refactor pom's and packages to conform to conventions on http://amdatu.org/confluence/display/Amdatu/Conventions - ---------------------------------------------------------------------------------------------------- -0.0.3 +0.0.5 --------------------------------------------------------------------------------------------------- ** Bug - * [AMDATU-40] - Errors appear upon clean startup (ClassCastException's) - * [AMDATU-46] - Move creation of test profiles and persons from profile bundle to course example bundle - * [AMDATU-51] - Root pom.xml defines far too many dependencies with scope provided - * [AMDATU-52] - Install without clean throws runtime exception - * [AMDATU-53] - Dashboard not always accessible (404) + * [AMDATU-59] - Sometimes a 500 occurs on the web console + * [AMDATU-64] - Newly installed bundles are assigned start level 1 + * [AMDATU-66] - Mimetype service doesn't start + * [AMDATU-85] - Building amdatu gives an error on the mail.jar + * [AMDATU-88] - mvn eclipse:eclipse generates wrong project files + * [AMDATU-102] - Reactor build breaks due to missing depdency.type for non jar dependecies + * [AMDATU-106] - Latest Amdatu version doesn't start anymore + * [AMDATU-109] - Amdatu nightly build doesn't boot properly + * [AMDATU-122] - Maven has jre target 1.5 but the code isn't 1.5 compliant + * [AMDATU-127] - "Unable to load version.properties" exception is thrown upon startup ** Improvement - * [AMDATU-45] - Apache Wink bundle not using OSGi aggregate jar + * [AMDATU-48] - Improve the ColumnFamiliyProvider to wait restarting Cassandra till 'all' services are available + * [AMDATU-86] - mvn install needs a bit of memory -- out of heap space errors + * [AMDATU-89] - Update usage of Dependency Manager to latest trunk + * [AMDATU-96] - Add project info in root pom + * [AMDATU-98] - Usage of custom maven-settings.xml should not be necessary + * [AMDATU-100] - Update maven pom.xml of artifacts to inherit configuration maven-antrun-plugin + * [AMDATU-104] - Replace service trackers by Dependency manager approach + * [AMDATU-107] - Refactor integration tests in test-bundles module to start using Pax Exam framework + * [AMDATU-110] - Upgrade to Cassandra 0.7 ** Task - * [AMDATU-5] - Add TemplateConfigManager service for replacing config entries in static config files - * [AMDATU-7] - Add service to dynamically add and remove ColumnFamilies in Cassandra - * [AMDATU-35] - Add SPARQL/RDF support (Sesame) - * [AMDATU-37] - Persist courses of course example using SAPRQL/RDF - * [AMDATU-38] - Extend example user profiles (persons) with school, education and school year - * [AMDATU-39] - Add SPARQL Endpoint REST service and gadget - * [AMDATU-41] - Convert Apache Wink implementation of JAX-RS to use the whiteboard pattern - * [AMDATU-42] - Clean up the API we currently expose from Apache Wink so it's pure JAX-RS. - * [AMDATU-43] - Public API should be in the "primary" package name, not in .api. - * [AMDATU-44] - Apache Wink now practically restarts the world on every resource change. - * [AMDATU-47] - Implement ColumnFamilyProvider service to automatically add, update and remove ColumnFamilies from Cassandra - * [AMDATU-49] - Replace all hard configuation entries with values from ConfigurationAdmin - * [AMDATU-50] - Add very basic Logging service that listens to log events and (for the time being) prints them to System.out - + * [AMDATU-34] - Enhance maven build files to facilitate generating nightly builds (bin and sources) + * [AMDATU-78] - Generate and publish javadoc + * [AMDATU-91] - Move configuration out of the module source + * [AMDATU-99] - Provide content for maven-site-plugin to publish project information + * [AMDATU-103] - Services that read (and require) their config from ConfigAdmin should use a ManagedService + * [AMDATU-108] - Configure maven site generation such that static project information is generated from Subversion + * [AMDATU-123] - Add readme.txt and changelog.txt to release distribution + * [AMDATU-124] - Change Shindig configuration to only use Config Admin --------------------------------------------------------------------------------------------------- + + 0.0.4 --------------------------------------------------------------------------------------------------- ** Bug @@ -93,41 +75,61 @@ * [AMDATU-61] - Implement extensible profile mechanism * [AMDATU-75] - Support persistence of gadget definitions * [AMDATU-79] - It must be possible to add custom Gadget categories - --------------------------------------------------------------------------------------------------- -0.0.5 + + +0.0.3 --------------------------------------------------------------------------------------------------- ** Bug - * [AMDATU-59] - Sometimes a 500 occurs on the web console - * [AMDATU-64] - Newly installed bundles are assigned start level 1 - * [AMDATU-66] - Mimetype service doesn't start - * [AMDATU-85] - Building amdatu gives an error on the mail.jar - * [AMDATU-88] - mvn eclipse:eclipse generates wrong project files - * [AMDATU-102] - Reactor build breaks due to missing depdency.type for non jar dependecies - * [AMDATU-106] - Latest Amdatu version doesn't start anymore - * [AMDATU-109] - Amdatu nightly build doesn't boot properly - * [AMDATU-122] - Maven has jre target 1.5 but the code isn't 1.5 compliant - * [AMDATU-127] - "Unable to load version.properties" exception is thrown upon startup + * [AMDATU-40] - Errors appear upon clean startup (ClassCastException's) + * [AMDATU-46] - Move creation of test profiles and persons from profile bundle to course example bundle + * [AMDATU-51] - Root pom.xml defines far too many dependencies with scope provided + * [AMDATU-52] - Install without clean throws runtime exception + * [AMDATU-53] - Dashboard not always accessible (404) ** Improvement - * [AMDATU-48] - Improve the ColumnFamiliyProvider to wait restarting Cassandra till 'all' services are available - * [AMDATU-86] - mvn install needs a bit of memory -- out of heap space errors - * [AMDATU-89] - Update usage of Dependency Manager to latest trunk - * [AMDATU-96] - Add project info in root pom - * [AMDATU-98] - Usage of custom maven-settings.xml should not be necessary - * [AMDATU-100] - Update maven pom.xml of artifacts to inherit configuration maven-antrun-plugin - * [AMDATU-104] - Replace service trackers by Dependency manager approach - * [AMDATU-107] - Refactor integration tests in test-bundles module to start using Pax Exam framework - * [AMDATU-110] - Upgrade to Cassandra 0.7 + * [AMDATU-45] - Apache Wink bundle not using OSGi aggregate jar ** Task - * [AMDATU-34] - Enhance maven build files to facilitate generating nightly builds (bin and sources) - * [AMDATU-78] - Generate and publish javadoc - * [AMDATU-91] - Move configuration out of the module source - * [AMDATU-99] - Provide content for maven-site-plugin to publish project information - * [AMDATU-103] - Services that read (and require) their config from ConfigAdmin should use a ManagedService - * [AMDATU-108] - Configure maven site generation such that static project information is generated from Subversion - * [AMDATU-123] - Add readme.txt and changelog.txt to release distribution - * [AMDATU-124] - Change Shindig configuration to only use Config Admin + * [AMDATU-5] - Add TemplateConfigManager service for replacing config entries in static config files + * [AMDATU-7] - Add service to dynamically add and remove ColumnFamilies in Cassandra + * [AMDATU-35] - Add SPARQL/RDF support (Sesame) + * [AMDATU-37] - Persist courses of course example using SAPRQL/RDF + * [AMDATU-38] - Extend example user profiles (persons) with school, education and school year + * [AMDATU-39] - Add SPARQL Endpoint REST service and gadget + * [AMDATU-41] - Convert Apache Wink implementation of JAX-RS to use the whiteboard pattern + * [AMDATU-42] - Clean up the API we currently expose from Apache Wink so it's pure JAX-RS. + * [AMDATU-43] - Public API should be in the "primary" package name, not in .api. + * [AMDATU-44] - Apache Wink now practically restarts the world on every resource change. + * [AMDATU-47] - Implement ColumnFamilyProvider service to automatically add, update and remove ColumnFamilies from Cassandra + * [AMDATU-49] - Replace all hard configuation entries with values from ConfigurationAdmin + * [AMDATU-50] - Add very basic Logging service that listens to log events and (for the time being) prints them to System.out +--------------------------------------------------------------------------------------------------- + + +0.0.2 +--------------------------------------------------------------------------------------------------- +** Task + * [AMDATU-11] - Add Apache Wink OSGi bundle + * [AMDATU-15] - Add example gadget: courses + * [AMDATU-16] - Add example service: courses + * [AMDATU-32] - Centralize configuration of hostname, port number and work directory + * [AMDATU-33] - Refactor pom's and packages to conform to conventions on http://amdatu.org/confluence/display/Amdatu/Conventions +--------------------------------------------------------------------------------------------------- +0.0.1 +--------------------------------------------------------------------------------------------------- +** Task + * [AMDATU-1] - Create maven pom files and modules + * [AMDATU-2] - Add core bundles + * [AMDATU-3] - Add httpcontext service + * [AMDATU-4] - Add shindig application bundle + * [AMDATU-6] - Add cassandra application bundle + * [AMDATU-8] - Add peristence manager for Cassandra + * [AMDATU-9] - Add Tenant service + * [AMDATU-10] - Add profile service + * [AMDATU-12] - Implement basic authorization with JSecurity + * [AMDATU-13] - Add simple dashboard application + * [AMDATU-14] - Add example gadget: friends +--------------------------------------------------------------------------------------------------- \ No newline at end of file
