You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/03/12 13:05:00 UTC

[camel] branch camel-2.x updated (cfa8dbd -> 81f739a)

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

acosentino pushed a change to branch camel-2.x
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from cfa8dbd  [CAMEL-13304] Camel Bindy Tab delimited - Handling Blank Values
     new 70c6c35  Remove deprecated component http
     new 81f739a  Camel-restlet: fixed CS

The 34381 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:
 components/camel-restlet/pom.xml                         |  2 +-
 .../org/apache/camel/component/restlet/AddQueryTest.java |  8 ++++----
 .../org/apache/camel/component/restlet/CountryPojo.java  |  5 +++++
 .../camel/component/restlet/RestRestletApiTest.java      |  2 +-
 .../RestRestletBindingInJaxbOutStringWithXmlTest.java    |  2 +-
 .../restlet/RestRestletBindingModeAutoWithJsonTest.java  |  2 +-
 .../restlet/RestRestletBindingModeAutoWithXmlTest.java   |  2 +-
 .../restlet/RestRestletBindingModeJsonTest.java          |  4 ++--
 .../RestRestletBindingModeJsonWithContractTest.java      |  5 ++++-
 .../RestRestletBindingModeOffWithContractTest.java       |  2 +-
 .../component/restlet/RestRestletBindingModeXmlTest.java |  4 ++--
 .../restlet/RestRestletComponentConfigurationTest.java   |  2 +-
 .../camel/component/restlet/RestRestletCorsTest.java     |  4 ++--
 .../camel/component/restlet/RestRestletGetCorsTest.java  |  4 ++--
 .../camel/component/restlet/RestRestletGetTest.java      |  4 ++--
 .../component/restlet/RestRestletHttpOptionsTest.java    |  4 ++--
 .../restlet/RestRestletNoPathParameterTest.java          |  2 +-
 .../RestRestletPojoInOutCustomErrorResponseTest.java     |  4 ++--
 .../component/restlet/RestRestletPojoInOutTest.java      |  2 +-
 .../restlet/RestRestletPostJsonJaxbPojoTest.java         |  2 +-
 .../restlet/RestRestletPostJsonPojoListTest.java         |  2 +-
 .../restlet/RestRestletPostJsonPojoOnExceptionTest.java  |  2 +-
 .../component/restlet/RestRestletPostJsonPojoTest.java   |  2 +-
 .../restlet/RestRestletPostXmlJaxbPojoTest.java          |  4 ++--
 .../camel/component/restlet/RestRestletVerbTest.java     | 10 +++++-----
 .../camel/component/restlet/RestletRedirectTest.java     |  4 ++--
 .../camel/component/restlet/RestletSetBodyTest.java      |  2 +-
 .../camel/component/restlet/RestletTestSupport.java      | 16 +++++-----------
 .../restlet/SpringRestRestletPojoInOutTest.java          |  5 ++++-
 29 files changed, 59 insertions(+), 54 deletions(-)