This is an automated email from the ASF dual-hosted git repository.

paulk pushed a change to branch GROOVY_2_5_X
in repository https://gitbox.apache.org/repos/asf/groovy.git.


    from 121dcaa  Bump version on GROOVY_2_5_X branch
     new 91c17a5  cleanup/remove @author tags as per Apache recommended 
practices for groovy-ant, groovy-console, groovy-groovydoc
     new da0ed7b  cleanup/remove @author tags as per Apache recommended 
practices for groovy-groovysh, groovy-macro
     new ad502e5  Fix typos (closes #842)
     new 11c67c5  cleanup/remove @author tags as per Apache recommended 
practices for groovy-servlet, groovy-sql

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 gradle/pomconfigurer.gradle                        |  35 +++++-
 src/spec/doc/design-pattern-composite.adoc         |   2 +-
 src/test/groovy/bugs/ByteIndexBug.groovy           |   3 -
 src/test/org/codehaus/groovy/dummy/FooHandler.java |   3 -
 .../main/groovy/groovy/util/FileNameFinder.groovy  |   3 -
 .../src/main/java/groovy/util/AntBuilder.java      |   5 -
 .../groovy/ant/AntProjectPropertiesDelegate.java   |   3 -
 .../codehaus/groovy/ant/CompileTaskSupport.java    |   2 -
 .../java/org/codehaus/groovy/ant/FileIterator.java |   2 -
 .../java/org/codehaus/groovy/ant/FileScanner.java  |   3 -
 .../groovy/ant/FileSystemCompilerFacade.java       |   2 -
 .../org/codehaus/groovy/ant/GenerateStubsTask.java |   2 -
 .../java/org/codehaus/groovy/ant/GroovycTask.java  |   2 -
 .../org/codehaus/groovy/ant/LoggingHelper.java     |   2 -
 .../org/codehaus/groovy/ant/RootLoaderRef.java     |   1 -
 .../org/codehaus/groovy/ant/UberCompileTask.java   |  25 ++---
 .../groovy/org/codehaus/groovy/ant/GroovyTest.java |   2 -
 .../org/codehaus/groovy/ant/GroovycTest.java       |   5 +-
 .../src/main/groovy/groovy/inspect/TextNode.groovy |   2 -
 .../groovy/groovy/inspect/TextTreeNodeMaker.groovy |   2 -
 .../groovy/inspect/swingui/ObjectBrowser.groovy    | 123 +++++++++++----------
 .../inspect/swingui/ScriptToTreeNodeAdapter.groovy |   3 -
 .../main/groovy/groovy/ui/ConsoleIvyPlugin.groovy  |   3 -
 .../src/main/groovy/groovy/ui/ConsoleSupport.java  |   2 -
 .../main/groovy/groovy/ui/ConsoleTextEditor.java   |   5 -
 .../groovy/groovy/ui/text/FindReplaceUtility.java  |   3 -
 .../main/groovy/groovy/ui/text/GroovyFilter.java   |   4 -
 .../ui/text/StructuredSyntaxDocumentFilter.java    |   4 -
 .../groovy/ui/text/StructuredSyntaxHandler.java    |   3 -
 .../groovy/ui/text/StructuredSyntaxResources.java  |   2 -
 .../src/main/groovy/groovy/ui/text/TextEditor.java |   2 -
 .../groovy/groovy/ui/text/TextUndoManager.java     |   2 -
 .../swingui/ScriptToTreeNodeAdapterTest.groovy     |   2 -
 .../ui/HistoryRecordGetTextToRunTests.groovy       |   4 -
 .../groovy/groovy/ui/text/GroovyFilterTests.groovy |   3 -
 .../groovy/tools/groovydoc/GroovyDocTool.java      |   3 -
 .../groovy-groovydoc/src/spec/doc/groovydoc.adoc   |   2 -
 .../groovy/tools/groovydoc/CustomGroovyDoc.java    |   2 -
 .../groovy/tools/groovydoc/GroovyDocTest.java      |   3 -
 .../tools/groovydoc/GroovyRootDocBuilderTest.java  |   3 -
 .../groovydoc/SimpleGroovyRootDocTests.groovy      |   3 -
 .../groovy/tools/shell/BufferManager.groovy        |   2 -
 .../org/codehaus/groovy/tools/shell/Command.groovy |   2 -
 .../groovy/tools/shell/CommandAlias.groovy         |   2 -
 .../groovy/tools/shell/CommandException.groovy     |   2 -
 .../groovy/tools/shell/CommandRegistry.groovy      |   2 -
 .../groovy/tools/shell/CommandSupport.groovy       |   2 -
 .../tools/shell/ComplexCommandSupport.groovy       |   2 -
 .../groovy/tools/shell/ExitNotification.groovy     |   2 -
 .../codehaus/groovy/tools/shell/Groovysh.groovy    |   2 -
 .../tools/shell/InteractiveShellRunner.groovy      |   4 -
 .../codehaus/groovy/tools/shell/Interpreter.groovy |   2 -
 .../org/codehaus/groovy/tools/shell/Parser.groovy  |   2 -
 .../org/codehaus/groovy/tools/shell/Shell.groovy   |   2 -
 .../codehaus/groovy/tools/shell/ShellRunner.groovy |   2 -
 .../tools/shell/commands/AliasCommand.groovy       |   2 -
 .../tools/shell/commands/ClearCommand.groovy       |   2 -
 .../tools/shell/commands/DisplayCommand.groovy     |   2 -
 .../groovy/tools/shell/commands/DocCommand.groovy  |   3 -
 .../groovy/tools/shell/commands/EditCommand.groovy |   2 -
 .../groovy/tools/shell/commands/ExitCommand.groovy |   2 -
 .../groovy/tools/shell/commands/GrabCommand.groovy |   2 -
 .../groovy/tools/shell/commands/HelpCommand.groovy |   2 -
 .../tools/shell/commands/HistoryCommand.groovy     |   2 -
 .../tools/shell/commands/ImportCommand.groovy      |   2 -
 .../tools/shell/commands/InspectCommand.groovy     |   4 -
 .../groovy/tools/shell/commands/LoadCommand.groovy |   2 -
 .../tools/shell/commands/PurgeCommand.groovy       |   2 -
 .../tools/shell/commands/RecordCommand.groovy      |   2 -
 .../tools/shell/commands/RegisterCommand.groovy    |   2 -
 .../groovy/tools/shell/commands/SaveCommand.groovy |   2 -
 .../groovy/tools/shell/commands/SetCommand.groovy  |   2 -
 .../tools/shell/commands/ShadowCommand.groovy      |   2 -
 .../groovy/tools/shell/commands/ShowCommand.groovy |   2 -
 .../shell/completion/CommandNameCompleter.groovy   |   2 -
 .../shell/completion/GroovySyntaxCompletor.groovy  |   2 -
 .../shell/util/DefaultCommandsRegistrar.groovy     |   2 -
 .../groovy/tools/shell/util/SimpleCompletor.groovy |   2 -
 .../tools/shell/util/XmlCommandRegistrar.groovy    |   5 +-
 .../tools/shell/ShellRunnerTestSupport.groovy      |   3 -
 .../tools/shell/commands/AliasCommandTest.groovy   |   2 -
 .../tools/shell/commands/ClearCommandTest.groovy   |   2 -
 .../tools/shell/commands/CommandTestSupport.groovy |   2 -
 .../commands/ComplexCommandSupportTest.groovy      |   2 -
 .../tools/shell/commands/DisplayCommandTest.groovy |   2 -
 .../tools/shell/commands/DocCommandTest.groovy     |   3 -
 .../tools/shell/commands/EditCommandTest.groovy    |   2 -
 .../tools/shell/commands/ExitCommandTest.groovy    |   2 -
 .../tools/shell/commands/GrabCommandTest.groovy    |   2 -
 .../tools/shell/commands/HelpCommandTest.groovy    |   2 -
 .../tools/shell/commands/HistoryCommandTest.groovy |   2 -
 .../tools/shell/commands/ImportCommandTest.groovy  |   2 -
 .../tools/shell/commands/InspectCommandTest.groovy |   2 -
 .../tools/shell/commands/LoadCommandTest.groovy    |   2 -
 .../tools/shell/commands/PurgeCommandTest.groovy   |   2 -
 .../tools/shell/commands/RecordCommandTest.groovy  |   2 -
 .../shell/commands/RegisterCommandTest.groovy      |   2 -
 .../tools/shell/commands/SaveCommandTest.groovy    |   2 -
 .../tools/shell/commands/SetCommandTest.groovy     |   2 -
 .../tools/shell/commands/ShowCommandTest.groovy    |   2 -
 .../shell/expr/ClassWithPrivateConstructor.groovy  |   2 -
 .../groovy/tools/shell/expr/ExprTestSupport.groovy |   2 -
 .../groovy/tools/shell/expr/TimeItTest.groovy      |   2 -
 .../tools/shell/util/MessageSourceTest.groovy      |   6 +-
 subprojects/groovy-jmx/src/spec/doc/jmx.adoc       |   4 +-
 .../macro/matcher/ContextualClassCodeVisitor.java  |   1 -
 .../org/codehaus/groovy/macro/runtime/Macro.java   |   2 -
 .../groovy/macro/runtime/MacroBuilder.java         |   1 -
 .../groovy/macro/runtime/MacroContext.java         |   1 -
 .../codehaus/groovy/macro/runtime/MacroStub.java   |   1 -
 .../transform/MacroCallTransformingVisitor.java    |   1 -
 .../groovy/macro/transform/MacroMethodsCache.java  |   2 +-
 .../macro/transform/MacroTransformation.java       |   2 -
 .../org/codehaus/groovy/macro/MacroTest.groovy     |   4 -
 .../java/groovy/servlet/AbstractHttpServlet.java   |   3 -
 .../main/java/groovy/servlet/GroovyServlet.java    |   6 -
 .../main/java/groovy/servlet/ServletBinding.java   |   8 --
 .../main/java/groovy/servlet/TemplateServlet.java  |   4 -
 .../groovy/servlet/AbstractHttpServletTest.groovy  |   2 -
 .../groovy/servlet/ServletBindingTest.groovy       |   2 -
 .../sql/BatchingPreparedStatementWrapper.java      |   3 -
 .../src/main/java/groovy/sql/CallResultSet.java    |   2 -
 .../src/main/java/groovy/sql/DataSet.java          |   4 -
 .../src/main/java/groovy/sql/ExpandedVariable.java |   2 -
 .../src/main/java/groovy/sql/GroovyResultSet.java  |   4 -
 .../java/groovy/sql/GroovyResultSetExtension.java  |   1 -
 .../main/java/groovy/sql/GroovyResultSetProxy.java |   2 -
 .../src/main/java/groovy/sql/GroovyRowResult.java  |   2 -
 .../src/main/java/groovy/sql/InOutParameter.java   |   2 -
 .../src/main/java/groovy/sql/InParameter.java      |   2 -
 .../src/main/java/groovy/sql/OutParameter.java     |   2 -
 .../java/groovy/sql/ResultSetOutParameter.java     |   2 -
 .../groovy-sql/src/main/java/groovy/sql/Sql.java   |  10 --
 .../main/java/groovy/sql/SqlOrderByVisitor.java    |   4 -
 .../src/main/java/groovy/sql/SqlWhereVisitor.java  |   3 -
 .../test/groovy/groovy/bugs/ForAndSqlBug.groovy    |   3 -
 .../src/test/groovy/groovy/sql/SqlBatchTest.groovy |   2 -
 .../src/test/groovy/groovy/sql/SqlCacheTest.groovy |   2 -
 .../src/test/groovy/groovy/sql/SqlCallTest.groovy  |   2 -
 .../test/groovy/groovy/sql/SqlStatementTest.groovy |   2 -
 .../groovy/sql/SqlTransactionConnectionTest.groovy |   2 -
 .../groovy/sql/SqlTransactionDataSourceTest.groovy |   2 -
 .../groovy/sql/SqlTransactionTestCase.groovy       |   2 -
 .../groovy/groovy/sql/SqlWithBuilderTest.groovy    |   3 -
 .../groovy/sql/SqlWithTypedResultsTest.groovy      |   4 -
 145 files changed, 113 insertions(+), 427 deletions(-)

Reply via email to