GitHub user ipolyzos opened a pull request:

    https://github.com/apache/camel/pull/64

    GoraComponent tiny fixes

    I would like to share a tiny patch with a couple of changes in the GORA 
component.
    
     i.e
      properly close datastore on doStop
      create configuration upon start of the component i.e doStart

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ipolyzos/apache-camel camel-gora

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/camel/pull/64.patch

----
commit be25f31f991cb4954c78187d886e5cf3558f9640
Author: Willem Jiang <willem.ji...@gmail.com>
Date:   2013-11-19T03:09:03Z

    CAMEL-6974 Added this Missing fields in RestResources DTO of Salesforce 
component with thanks to Dhiraj

commit 43d31bd8f232a701fbcea9aea89467f5d1c6ea60
Author: Claus Ibsen <davscl...@apache.org>
Date:   2013-11-18T16:58:38Z

    CAMEL-6792: Added CamelManagementName attribute to mbeans that had CamelId 
attribute, so we have both. And added missing CamelId attribute to components 
having custom jmx operations.

commit cd15fb38c10a13ea0de2391b9ca1a6a621f19ee0
Author: Claus Ibsen <davscl...@apache.org>
Date:   2013-11-18T18:59:28Z

    Aligned pom.xml with the other components.

commit 55db9dfc632328b8c757ac917d52bb824101b8ec
Author: Willem Jiang <willem.ji...@gmail.com>
Date:   2013-11-19T09:13:12Z

    Polish the test code of SSLContextParametersTest

commit 938dcf4efad892d10205554509c22bc1fb5fba50
Author: Willem Jiang <willem.ji...@gmail.com>
Date:   2013-11-19T09:15:00Z

    CAMEL-6971 Added the get method of schemaLocations

commit 29ea64587b84fe336f0a1f9ea9999a2421d1dee3
Author: Akitoshi Yoshida <a...@apache.org>
Date:   2013-11-18T15:18:10Z

    CAMEL-6973: Add a simple expression for null

commit 8d7aa6200aa88477074ce93dcc9a810941035a5e
Author: Claus Ibsen <davscl...@apache.org>
Date:   2013-11-18T20:55:49Z

    CAMEL-6972: Improved Camel in OSGi MBean naming to use symbolicName and 
only use counter when there is a clash. This avoids ugly looking mbean names 
out of the box. See ticket for before examples. Also the examples should not 
have long symbolicNames in their bundles, so we skip having the 
org.apache.camel groupId as prefix.

commit 812e684f3ac6c4becc6900d67f93a763cf4e2db7
Author: Akitoshi Yoshida <a...@apache.org>
Date:   2013-11-19T10:04:57Z

    a minor change to the test for CAMEL-6973

commit dad131bf77d6c8559f0b9d41d8c0997fe894fee6
Author: Claus Ibsen <davscl...@apache.org>
Date:   2013-11-19T11:16:38Z

    CAMEL-9680: Camel Karaf commands now output commands sorted and auto width 
calculated columns so it looks nicer.

commit c55e3a63b651f6285c969003aac75188dff08052
Author: Claus Ibsen <davscl...@apache.org>
Date:   2013-11-19T11:58:42Z

    Fixed spelling

commit bebc386fbd76ba5440f3855e7de40891aecc23e2
Author: Claus Ibsen <davscl...@apache.org>
Date:   2013-11-19T13:08:27Z

    CAMEL-6972: Improved Camel in OSGi MBean naming to use symbolicName and 
only use counter when there is a clash. This avoids ugly looking mbean names 
out of the box. See ticket for before examples. Also the examples should not 
have long symbolicNames in their bundles, so we skip having the 
org.apache.camel groupId as prefix.

commit ebe358c3f5b1e62de194691352cafe4d7fbf4816
Author: Claus Ibsen <davscl...@apache.org>
Date:   2013-11-19T13:27:30Z

    CAMEL-6972: Improved Camel in OSGi MBean naming to use symbolicName and 
only use counter when there is a clash. This avoids ugly looking mbean names 
out of the box. See ticket for before examples. Also the examples should not 
have long symbolicNames in their bundles, so we skip having the 
org.apache.camel groupId as prefix.

commit 2659fe15030a54cbe5b62deeff13501ed6aaf5ae
Author: Claus Ibsen <davscl...@apache.org>
Date:   2013-11-19T13:28:24Z

    CAMEL-6981: Include customId attribute in route model XML so we can know if 
the id is auto assigned or custom id.

commit edff485cac3f25283e94e1bffe5edaeb062d7b8f
Author: Claus Ibsen <davscl...@apache.org>
Date:   2013-11-19T15:28:46Z

    CAMEL-6982: Nicer Camel Karaf commands output for table data.

commit ba0e0389c48feae9770498b0601666ab8e36fda0
Author: Claus Ibsen <davscl...@apache.org>
Date:   2013-11-19T16:21:25Z

    CAMEL-6972: Improved Camel in OSGi MBean naming to use symbolicName and 
only use counter when there is a clash. This avoids ugly looking mbean names 
out of the box. See ticket for before examples. Also the examples should not 
have long symbolicNames in their bundles, so we skip having the 
org.apache.camel groupId as prefix.

commit 7f28aa788370ca36d42b745984a037cb72076904
Author: Hadrian Zbarcea <hzbar...@gmail.com>
Date:   2013-11-19T17:13:10Z

    CAMEL-6878. Include Content-Type in the cxf header map.

commit 3c595f482d2e37e6b182c0be99e41e2344f95151
Author: Jean-Baptiste Onofré <jbono...@apache.org>
Date:   2013-11-19T17:17:34Z

    [CAMEL-6983] Be sure to get the PaxLoggingEvent properties from the local 
thread

commit d801f114b221c773d3409f92c1f76192f0ea0bb9
Author: Babak Vahdat <bvah...@apache.org>
Date:   2013-11-20T00:16:20Z

    Polished the README.txt of Twitter Websocket Blueprint Example.

commit 40868d5ca590537c7e761a5bf4142772549bf068
Author: Babak Vahdat <bvah...@apache.org>
Date:   2013-11-20T00:28:59Z

    CAMEL-6973: Corrected the copy/paste typo inside the Javadoc.

commit 10de35e0119d907a751ad3b20f4f6aff0fb0e1c9
Author: Babak Vahdat <bvah...@apache.org>
Date:   2013-11-20T02:00:00Z

    CAMEL-6985: Clean-up the codebase of the Karaf commands. See the JIRA 
ticket for details.

commit 0f1afe8b1fc76bdf95639283f4eab9a56cab50d7
Author: Ioannis Polyzos <i.poly...@gmail.com>
Date:   2013-12-08T21:20:09Z

    properly close datastore on doStop, create configuration upon start of the 
component i.e doStart

----

Reply via email to