diff --git a/docs/src/info/changelog.txt b/docs/src/info/changelog.txt index a9429775..b20e033a 100644 --- a/docs/src/info/changelog.txt +++ b/docs/src/info/changelog.txt @@ -1,28 +1,42 @@ -SPRING HADOOP CHANGELOG -======================= -http://www.springsource.org/spring-data/hadoop +SPRING SHELL CHANGELOG +====================== +http://www.springsource.org/spring-shell + +Commit changelog: http://github.com/SpringSource/spring-shell/tree/[version] +Issues changelog: http://jira.springsource.org/secure/ReleaseNote.jspa?projectId=10361 + + +Changes in version 1.0 M1 (2012-07-18) +-------------------------------------- + +* Moved Spring Roo code into Spring Shell, removing OSGi dependency + +** New Feature +* [SHL-12] - Allow shell comnand prompt text to be customized by plugins +* [SHL-13] - Allow name of history file to be customized by plugins +* [SHL-40] - Provide an interception mechanism for the command class to intercept invocation of command methods + +** Improvement +* [SHL-24] - Should not ignore the optional parameter if no parameter value is set in the command +* [SHL-31] - Move providers & ApplicationContext to JLineShellComponent from JLineShell. +* [SHL-32] - Sub-classes of AbstractShell should be able to handle results of execution as required. +* [SHL-39] - Remove NAPA specific environment option, replace with Spring 3.1 profile support +* [SHL-41] - Improve error handling for command line options when staring shell + +** Bug +* [SHL-6] - Spring Shell does not support "help" +* [SHL-19] - When running spring shell in the script mode, the output shout not include the Spring Shell interative information +* [SHL-35] - Improve the parsing command line options to gracefully handle invalid values. + +** Task +* [SHL-1] - Change build system to use gradle +* [SHL-4] - Adding a constructor in JlineShell to provide ConsoleReader. +* [SHL-9] - Create Bamboo build project on CI farm +* [SHL-10] - Publish CI builds to springsource maven snapshot repository +* [SHL-23] - Create docbook based reference guide +* [SHL-25] - Enable unit test on CI build +* [SHL-50] - Add sample application -Commit changelog: http://github.com/SpringSource/spring-hadoop/tree/[version] -Issues changelog: http://jira.springsource.org/secure/ReleaseNote.jspa?projectId=10801 -Changes in version 0.9 RELEASE (2012-02-06) -------------------------------------------- -Spring XML namespace with support for creating and/or configuring - - Hadoop Configuration object - - MapReduce and Streaming Jobs - - HBase configuration - - Hive server and Thrift client - - Pig server instances that register and execute scripts either locally or remotely - - Hadoop DistributedCache -Spring XML namespace for executing scripts authored in JSR233 compatible scripting languages -Support for executing HDFS operations in Groovy, JRuby, Jython or Rhino based on Hadoop Configuration -Embedded shell API for HDFS -Spring Batch Integration - tasklets for - - Map Reduce and Streaming jobs - - Hive - - Pig - - Script execution -Sample applications -Reference documentation diff --git a/docs/src/info/readme.txt b/docs/src/info/readme.txt index 87ccf553..04e80af6 100644 --- a/docs/src/info/readme.txt +++ b/docs/src/info/readme.txt @@ -1,11 +1,10 @@ -SPRING DATA HADOOP +SPRING SHELL ------------------ -http://www.springsource.org/spring-data/hadoop +http://www.springsource.org/spring-shell 1. INTRODUCTION -Spring Hadoop is a framework extension for writing Hadoop jobs that -benefit from the features of Spring, Spring Batch and Spring Integration. +Spring Shell is an interactive shell that can be easily extended with commands using a Spring based programming model. 2. RELEASE NOTES @@ -14,7 +13,7 @@ details, consult the provided javadoc for specific packages and classes. 3. DISTRIBUTION JAR FILES -The Spring Hadoop jars files can be found in the 'dist' directory. +The Spring Shell jars files can be found in the 'dist' directory. 4. GETTING STARTED @@ -23,5 +22,4 @@ Additionally the blog at http://blog.springsource.com as well as sections of interest in the reference documentation. ADDITIONAL RESOURCES -Spring Hadoop Homepage: http://www.springsource.org/spring-data/hadoop -Hadoop Homepage: http://hadoop.apache.org \ No newline at end of file +Spring Shell Homepage: http://www.springsource.org/spring-shell