GitHub user tonycost76 opened a pull request:
https://github.com/apache/camel/pull/293
Camel 2.14.x
Add support in the camel-dropbox component to support polling parameters
such as delay. If the delay parameter is added to the endpoint it will respect
that value, otherwise it would use the constant. Validation would also be
changed to allow the parameters.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/camel camel-2.14.x
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/293.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #293
----
commit 9880ed1275ee2e247c0ae4c3187b2b9929789ae7
Author: Willem Jiang <[email protected]>
Date: 2014-09-12T00:55:22Z
Added osgi test and performance test profiles into release plugin
commit 13d0d62fe95421d35bb9637b0dfb232b877fa737
Author: Willem Jiang <[email protected]>
Date: 2014-09-12T01:06:34Z
Updated the pom.xml version to 2.14.0-SNAPSHOT for the new release
commit a2c6825535b1628566525cdec5de2eb361020150
Author: Willem Jiang <[email protected]>
Date: 2014-09-12T06:48:56Z
CAMEL-7807 Updated default Spring version to 4.0.x
commit 5222fed62c631cc1063fb99d24c12eb7f520038a
Author: Grzegorz Grzybek <[email protected]>
Date: 2014-09-12T07:26:31Z
camel-spark-rest: fixing timing issue in spark tests. -DskipTests really
skips the tests now
(cherry picked from commit 47d169ae7d1c6b5cc2192b9603b2c4f47140df48)
commit beed4cba6a446e61d5033a1d9e77c04e4c9c4a8a
Author: Claus Ibsen <[email protected]>
Date: 2014-09-12T09:00:31Z
Added to mock javadoc about the situation for expect no messages
commit 7bbfd358531cb014d2f47135a36f51c9a4773efd
Author: Grzegorz Grzybek <[email protected]>
Date: 2014-09-12T10:18:42Z
Full build with fastinstall works with JDK8 (camel-jibx issue with tests)
(cherry picked from commit d109850699e1383a76d4bddaa560077a0662de4e)
commit a07d71feb7f4ed8506dc41977e68749244607b14
Author: Willem Jiang <[email protected]>
Date: 2014-09-12T13:49:12Z
CAMEL-7220 Added Camel Schematron component with thanks to Ayache
commit 65384fa41961ff07d7714d35533acb8537f527b1
Author: Willem Jiang <[email protected]>
Date: 2014-09-12T15:38:42Z
CAMEL-7220 Updated the pom version to 2.14.0-SNAPSHOT
commit ff33ae7579012cf58abc208c8cc988617625435b
Author: Willem Jiang <[email protected]>
Date: 2014-09-12T15:15:29Z
CAMEL-7220 Fixed CS errors
commit 9af5989a1acd18f5a9d19a924aaf4a752b6b4ca1
Author: Willem Jiang <[email protected]>
Date: 2014-09-12T15:16:13Z
CAMEL-7220 Fixed the log issue
commit 5c68ae1d5cafbfcc9f9e6cb6ddb3566bd0ab2a5a
Author: Willem Jiang <[email protected]>
Date: 2014-09-12T15:17:41Z
CAMEL-7220 Fixed other CS errors
commit e5973850309b7d56fe1de0910c7e3fde5799838a
Author: Willem Jiang <[email protected]>
Date: 2014-09-12T15:19:13Z
CAMEL-7220 using the lasted schematron files from google code and added ASF
license header to files
commit a3ab30a55cd036c74e49597d862ba924efb050e7
Author: Willem Jiang <[email protected]>
Date: 2014-09-12T15:35:41Z
CAMEL-7220 Added camel-schematron into the apache-camel kit and added
feature for it
commit 185be50d041ef392f52e5bea41effa2a99f4f767
Author: cmueller <[email protected]>
Date: 2014-09-14T11:09:49Z
downgrade jruby from 1.7.15 to 1.7.13 as the later ones are not valid OSGI
bundles
commit d9da4d0382a75209b1d9ba30ab3c3d42bbf3c3f6
Author: Willem Jiang <[email protected]>
Date: 2014-09-14T08:10:02Z
Fixed bunch of java doc warnings of camel-core
commit 0b55370096efe59f2dc527a214747fd16f38132a
Author: cmueller <[email protected]>
Date: 2014-09-14T09:53:24Z
expand the Spring version range to include Spring 4.0.x after we set Spring
4 as default
commit c4f2d69b5cca7632a46feba4438a0b2cca14d624
Author: Willem Jiang <[email protected]>
Date: 2014-09-14T23:52:09Z
Adde etc pom.xml into build
commit f6b7098f663119dfcd72ce524bd573b9ac3ee805
Author: cmueller <[email protected]>
Date: 2014-09-14T11:20:06Z
added the missing LICENSE.txt and NOTICE.txt files to the new olingo2
component
commit a132092733b1922bda0cb22759b470c276c39478
Author: Willem Jiang <[email protected]>
Date: 2014-09-15T00:51:36Z
Fixed a feature import issue of camel-olingo2, and added detail information
about camel-spring-xxx features
commit 693168a4ad0c1dd54ab07f547fde16ab0ece7088
Author: Willem Jiang <[email protected]>
Date: 2014-09-15T04:00:57Z
Fixed OSGi itest build error of JpaRouteTest with Spring4.x
commit 5178bda9cb2b43a5e245064c7e8e7795c5c93bf0
Author: Willem Jiang <[email protected]>
Date: 2014-09-15T04:02:04Z
Revert "expand the Spring version range to include Spring 4.0.x after we
set Spring 4 as default"
This change confuse the karaf and break the OSGi integration tests
This reverts commit 0b55370096efe59f2dc527a214747fd16f38132a.
commit 9f18e556c13c0a92443d60af698d4c6bc7239bd7
Author: Willem Jiang <[email protected]>
Date: 2014-09-15T04:28:17Z
Fixed the NPE of JpaRouteTest
commit ead503b5dc075e197d88c79f5d0c03f18d64e8cf
Author: Willem Jiang <[email protected]>
Date: 2014-09-15T04:34:32Z
Revert "CAMEL-7807 Updated default Spring version to 4.0.x"
This reverts commit a2c6825535b1628566525cdec5de2eb361020150.
commit dd691214b68369d3db5a758ad5be2610d4e28fc8
Author: Willem Jiang <[email protected]>
Date: 2014-09-15T08:47:18Z
[maven-release-plugin] prepare release camel-2.14.0
commit 6719d274487c5366c31f487ca17118f158717708
Author: Willem Jiang <[email protected]>
Date: 2014-09-15T09:02:57Z
[maven-release-plugin] prepare for next development iteration
commit 8c89422969aa704abf2df49f2a9568e0bc9ad693
Author: Akitoshi Yoshida <[email protected]>
Date: 2014-09-15T09:58:52Z
fix a typo of the error message in XmlTokenizerLanguage"
commit dded03dd4b47a07d21b39efa2f4a862fe50cf34b
Author: cmueller <[email protected]>
Date: 2014-09-15T14:12:44Z
added description for additional dependencies in the Java library part for
some component
commit bd580ff615b0b1843f094b8c5cbee29453e8cddc
Author: Akitoshi Yoshida <[email protected]>
Date: 2014-09-15T15:37:09Z
activate the disabled tests (forgot to activate them in CAMEL-7801)
commit 7f8b487a6ee5234065e366aa63ae6e68b7e3e366
Author: Willem Jiang <[email protected]>
Date: 2014-09-16T03:18:04Z
Clean up camel-google-drive pom
commit 609e6b6722d1d5719c36ec5aa983d5ae0b4162f9
Author: Dhiraj Bokde <[email protected]>
Date: 2014-09-16T03:30:09Z
CAMEL-7826 Fixed serviceRoot URI
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---