git commit: Added proxyClass name to error message

2014-06-23 Thread dhirajsb
Repository: camel Updated Branches: refs/heads/master 042e32468 - b28962cf1 Added proxyClass name to error message Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/b28962cf Tree:

git commit: Fixed argument name indexing error in JavadocApiMethodGeneratorMojo

2014-06-23 Thread dhirajsb
Repository: camel Updated Branches: refs/heads/master b28962cf1 - 3ed03b873 Fixed argument name indexing error in JavadocApiMethodGeneratorMojo Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/3ed03b87 Tree:

git commit: Allow users to override API method aliases per proxy

2014-06-23 Thread dhirajsb
Repository: camel Updated Branches: refs/heads/master d18e8b4ac - e316663c0 Allow users to override API method aliases per proxy Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/e316663c Tree:

git commit: Minor polish in API component archetype

2014-06-23 Thread dhirajsb
Repository: camel Updated Branches: refs/heads/master e316663c0 - 1103fe038 Minor polish in API component archetype Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/1103fe03 Tree:

[2/2] git commit: Fixed APIMethodParser to support generic class parameters with multiple type arguments, e.g. MapString, String, added tests for same

2014-06-20 Thread dhirajsb
Fixed APIMethodParser to support generic class parameters with multiple type arguments, e.g. MapString, String, added tests for same Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/909077a1 Tree:

[1/2] git commit: Fixed JavadocApiMethodGeneratorMojo to support multiple type arguments, added includeStaticMethods parameter to support adding static method to API model

2014-06-20 Thread dhirajsb
Repository: camel Updated Branches: refs/heads/master 7616b4356 - f6114d52d Fixed JavadocApiMethodGeneratorMojo to support multiple type arguments, added includeStaticMethods parameter to support adding static method to API model Project: http://git-wip-us.apache.org/repos/asf/camel/repo

git commit: Updated getApiProxy to pass invocation method and args to decide which API proxy to return

2014-06-20 Thread dhirajsb
Repository: camel Updated Branches: refs/heads/master f6114d52d - 12945b849 Updated getApiProxy to pass invocation method and args to decide which API proxy to return Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit:

git commit: Added support for specifying includeMethods parameter in plugin to filter Javadoc methods

2014-06-20 Thread dhirajsb
Repository: camel Updated Branches: refs/heads/master 12945b849 - 68cb6a4af Added support for specifying includeMethods parameter in plugin to filter Javadoc methods Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit:

git commit: Added support in API components for parameterized endpoint configuration fields, e.g. parameters are now mapped to ListString, instead of List, and documentation also shows the generic t

2014-06-19 Thread dhirajsb
Repository: camel Updated Branches: refs/heads/master 394dbb462 - ad26a8ab4 Added support in API components for parameterized endpoint configuration fields, e.g. parameters are now mapped to ListString, instead of List, and documentation also shows the generic type parameters Project:

git commit: Added parameter destDir to make sure API component documentation is generated in specified report directory, defaults to cameldocs

2014-06-19 Thread dhirajsb
Repository: camel Updated Branches: refs/heads/master ad26a8ab4 - 34e441e00 Added parameter destDir to make sure API component documentation is generated in specified report directory, defaults to cameldocs Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit:

git commit: Major refactor of camel-api-component-maven-plugin to simplify generated API pom.xml

2014-06-19 Thread dhirajsb
Repository: camel Updated Branches: refs/heads/master 34e441e00 - a26eee003 Major refactor of camel-api-component-maven-plugin to simplify generated API pom.xml Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/a26eee00

git commit: Updated camel-archetype-api-component to use re-factored camel-api-component-maven-plugin

2014-06-19 Thread dhirajsb
Repository: camel Updated Branches: refs/heads/master a26eee003 - dfa698fca Updated camel-archetype-api-component to use re-factored camel-api-component-maven-plugin Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit:

git commit: Minor polishing

2014-06-19 Thread dhirajsb
Repository: camel Updated Branches: refs/heads/master dfa698fca - f6acb63b0 Minor polishing Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/f6acb63b Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/f6acb63b Diff:

git commit: Added support for specifiying global/common aliases for API proxies in camel-api-component-maven-plugin, minor generated pom cleanup

2014-06-18 Thread dhirajsb
Repository: camel Updated Branches: refs/heads/master 5bf8ba893 - 2d2716464 Added support for specifiying global/common aliases for API proxies in camel-api-component-maven-plugin, minor generated pom cleanup Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit:

git commit: Fixed JavadocApiMethodGeneratorMojo to avoid throwing exceptions for declared non-public methods

2014-06-18 Thread dhirajsb
Repository: camel Updated Branches: refs/heads/master 2d2716464 - b6a242da5 Fixed JavadocApiMethodGeneratorMojo to avoid throwing exceptions for declared non-public methods Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit:

git commit: Support handling URL encoded HREF attribute in parsed Javadoc

2014-06-18 Thread dhirajsb
Repository: camel Updated Branches: refs/heads/master b6a242da5 - 5ba767e1b Support handling URL encoded HREF attribute in parsed Javadoc Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/5ba767e1 Tree:

[2/6] git commit: Minor polish, added utility methods for document generation

2014-06-17 Thread dhirajsb
Minor polish, added utility methods for document generation Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/f037c2da Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/f037c2da Diff:

[6/6] git commit: Moved sample APIs to api package, added bnd instructions in archetype

2014-06-17 Thread dhirajsb
Moved sample APIs to api package, added bnd instructions in archetype Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/ef4d0a7e Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/ef4d0a7e Diff:

[3/6] git commit: Fixed ApiMethodHelper to throw RuntimeCamelException with API exception on InvocationTargetException

2014-06-17 Thread dhirajsb
Fixed ApiMethodHelper to throw RuntimeCamelException with API exception on InvocationTargetException Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/5dd9cc0f Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/5dd9cc0f

[4/6] git commit: Added project description to api-component archetype

2014-06-17 Thread dhirajsb
Added project description to api-component archetype Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/dee15fb2 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/dee15fb2 Diff:

[1/2] git commit: Added support for excluding generated endpoint config properties by name or type

2014-06-11 Thread dhirajsb
Repository: camel Updated Branches: refs/heads/master cc4e7785f - 4b0381f29 Added support for excluding generated endpoint config properties by name or type Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/4b0381f2 Tree:

[06/35] git commit: Fixed argument substituion check to use exact type match

2014-06-10 Thread dhirajsb
Fixed argument substituion check to use exact type match Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/ace29c89 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/ace29c89 Diff:

[11/35] git commit: Added test for invoking a derived proxy class

2014-06-10 Thread dhirajsb
Added test for invoking a derived proxy class Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/ec5a57ee Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/ec5a57ee Diff:

[19/35] git commit: Added support for generating integration tests, fixed JavadocApiMethodGeneratorMojoTest, refactored ApiComponentGeneratorMojo to only generate component classes, refactored plugin

2014-06-10 Thread dhirajsb
Added support for generating integration tests, fixed JavadocApiMethodGeneratorMojoTest, refactored ApiComponentGeneratorMojo to only generate component classes, refactored plugin tests Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit:

[14/35] git commit: Added argument name and type uniqueness check

2014-06-10 Thread dhirajsb
Added argument name and type uniqueness check Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/32677ffe Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/32677ffe Diff:

[27/35] git commit: Added missing '/' to test route path

2014-06-10 Thread dhirajsb
Added missing '/' to test route path Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/e309bf8f Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/e309bf8f Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/e309bf8f

[15/35] git commit: Added check to exclude static methods in proxies

2014-06-10 Thread dhirajsb
Added check to exclude static methods in proxies Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/e47e53c0 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/e47e53c0 Diff:

[21/35] git commit: Fixed method alias handling, changed component config file name pattern

2014-06-10 Thread dhirajsb
Fixed method alias handling, changed component config file name pattern Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/96c8ec0f Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/96c8ec0f Diff:

[24/35] git commit: Added support for creating endpoint configuration from ApiCollection, added method aliases to tests, minor refactoring

2014-06-10 Thread dhirajsb
Added support for creating endpoint configuration from ApiCollection, added method aliases to tests, minor refactoring Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/5bf87ed4 Tree:

[35/35] git commit: Added replaceWithType feature to argument Substitution to allow replacing argument name with substituted type string

2014-06-10 Thread dhirajsb
Added replaceWithType feature to argument Substitution to allow replacing argument name with substituted type string Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/420fed02 Tree:

[23/35] git commit: Initial version of camel-archetype-api-component

2014-06-10 Thread dhirajsb
Initial version of camel-archetype-api-component Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/a056dfad Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/a056dfad Diff:

[13/35] git commit: Converted generated ApiCollection class to singleton

2014-06-10 Thread dhirajsb
Converted generated ApiCollection class to singleton Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/ee191eb0 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/ee191eb0 Diff:

[30/35] git commit: Updated generated tests to get api name for test routes from ApiCollection, added java.awt.headless=true to Javadoc mojo

2014-06-10 Thread dhirajsb
Updated generated tests to get api name for test routes from ApiCollection, added java.awt.headless=true to Javadoc mojo Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/4e1254a7 Tree:

[28/35] git commit: Fixed endpoint configuration, added component default ctor

2014-06-10 Thread dhirajsb
Fixed endpoint configuration, added component default ctor Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/d35d71fc Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/d35d71fc Diff:

[32/35] Renamed component-util plugin to api-component

2014-06-10 Thread dhirajsb
http://git-wip-us.apache.org/repos/asf/camel/blob/0c9fbb62/tooling/maven/camel-component-util-maven-plugin/src/main/java/org/apache/camel/maven/JavadocApiMethodGeneratorMojo.java -- diff --git

[02/35] git commit: Initial version of component util maven plugin

2014-06-10 Thread dhirajsb
Initial version of component util maven plugin Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/7c1a35fc Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/7c1a35fc Diff:

[26/35] git commit: Renamed test API classes for clarity

2014-06-10 Thread dhirajsb
Renamed test API classes for clarity Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/161b2168 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/161b2168 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/161b2168

[12/35] git commit: Added substitution for duplicate argument name key

2014-06-10 Thread dhirajsb
Added substitution for duplicate argument name key Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/99ccd377 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/99ccd377 Diff:

[18/35] git commit: Added getApiNames() to ApiCollection, added more method modifiers to signature parsing

2014-06-10 Thread dhirajsb
Added getApiNames() to ApiCollection, added more method modifiers to signature parsing Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/24e196bc Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/24e196bc Diff:

[31/35] git commit: Fixed error message on invalid endpoint URI

2014-06-10 Thread dhirajsb
Fixed error message on invalid endpoint URI Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/4b079790 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/4b079790 Diff:

[16/35] git commit: Updated ApiCollection to use type ApiName, fixed method name constant to be locale independent

2014-06-10 Thread dhirajsb
Updated ApiCollection to use type ApiName, fixed method name constant to be locale independent Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/a38476c2 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/a38476c2 Diff:

[09/35] git commit: Added generated source validation, refactored package_path in unit tests

2014-06-10 Thread dhirajsb
Added generated source validation, refactored package_path in unit tests Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/03f63df8 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/03f63df8 Diff:

[17/35] git commit: Updated ApiComponentGeneratorMojo to generate ApiName enumeration

2014-06-10 Thread dhirajsb
Updated ApiComponentGeneratorMojo to generate ApiName enumeration Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/dd70b99d Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/dd70b99d Diff:

[20/35] git commit: Added support for generating endpoint config using component-util plugin, added integration tests, refactored unit tests, cleaned-up generated code

2014-06-10 Thread dhirajsb
Added support for generating endpoint config using component-util plugin, added integration tests, refactored unit tests, cleaned-up generated code Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/fad48654 Tree:

[03/35] git commit: Made ApiMethodParser.parse() final and added processResults to avoid warnings from ApiMethodParser

2014-06-10 Thread dhirajsb
Made ApiMethodParser.parse() final and added processResults to avoid warnings from ApiMethodParser Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/7431e7e9 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/7431e7e9

[10/35] git commit: Removed author name

2014-06-10 Thread dhirajsb
Removed author name Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/0f67b18d Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/0f67b18d Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/0f67b18d Branch:

[07/35] git commit: Fixed array argument handling

2014-06-10 Thread dhirajsb
Fixed array argument handling Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/0932ed48 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/0932ed48 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/0932ed48 Branch:

[25/35] git commit: Fixed formatting

2014-06-10 Thread dhirajsb
Fixed formatting Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/bbb4127a Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/bbb4127a Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/bbb4127a Branch:

[01/35] git commit: Removed redundant test class

2014-06-10 Thread dhirajsb
Repository: camel Updated Branches: refs/heads/master c59a0ff4f - 0c9fbb62b Removed redundant test class Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/cd89e14c Tree:

[22/35] git commit: Updated archetype files to first real implementation

2014-06-10 Thread dhirajsb
Updated archetype files to first real implementation Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/911e5413 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/911e5413 Diff:

[04/35] git commit: Fixed substitution order in ArgumentSubstitutionParser

2014-06-10 Thread dhirajsb
Fixed substitution order in ArgumentSubstitutionParser Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/2ffeacc0 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/2ffeacc0 Diff:

[1/2] git commit: CAMEL-7399: camel-salesforce - Fixed alias caching for updated XStream

2014-04-29 Thread dhirajsb
Repository: camel Updated Branches: refs/heads/master f8b27d919 - 913c48d92 CAMEL-7399: camel-salesforce - Fixed alias caching for updated XStream Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/913c48d9 Tree:

git commit: CAMEL-7398: camel-salesforce - Fixed missing token_type field in Salesforce login call

2014-04-28 Thread dhirajsb
Repository: camel Updated Branches: refs/heads/camel-2.13.x b913f14fa - 34740e78f CAMEL-7398: camel-salesforce - Fixed missing token_type field in Salesforce login call Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit:

<    1   2   3   4