Otavio Rodolfo Piske [Fri, 20 May 2022 11:40:47 +0000 (13:40 +0200)]
CAMEL-18100: adjusted import path to match the new packages (#91)
klease [Thu, 19 May 2022 20:51:58 +0000 (22:51 +0200)]
Modify imports for package change for Resumables
Claus Ibsen [Thu, 19 May 2022 10:01:21 +0000 (12:01 +0200)]
Set version to 3.18.0-SNAPSHOT
klease [Mon, 9 May 2022 19:42:58 +0000 (21:42 +0200)]
CAMEL-17847: fix examples which have failing tests (#90)
JOOQ: fix path in DB URI
Kamelet-chunknorris: change YAML to match syntax change
OAIPMH: use longer timeout to handle large amount of messages
Transformer-demo: change Spring contex XML to remove obsolete ref attribute
Widget-gadget-java: modify the way activemq bean is bound to registry
Otavio Rodolfo Piske [Mon, 2 May 2022 18:24:52 +0000 (20:24 +0200)]
CAMEL-17762: updated the resume examples
This updates the resume-api examples according to the recent cleanups on
the resume API.
klease [Thu, 31 Mar 2022 17:21:15 +0000 (19:21 +0200)]
CAMEL-17847: fix KameletMain test
Otavio Rodolfo Piske [Thu, 24 Mar 2022 08:35:23 +0000 (09:35 +0100)]
Fixed incorrect commands for running the resume API examples
Claus Ibsen [Thu, 24 Mar 2022 06:09:25 +0000 (07:09 +0100)]
Regen
Claus Ibsen [Thu, 24 Mar 2022 06:08:24 +0000 (07:08 +0100)]
Remove vertx-kafka example as its deprecated.
Claus Ibsen [Thu, 24 Mar 2022 06:07:31 +0000 (07:07 +0100)]
Polished
Marouane Trabelsi [Thu, 24 Mar 2022 06:05:47 +0000 (07:05 +0100)]
CAMEL-17575: Update `Main` examples entry to use package scanning (#85)
* CAMEL-17575: Update `Main` examples entry to use package scanning
- Updated all (straightforward `MyApplication` + `MyRouteBuilder`)
examples to use base package scanning
- Updated examples `application.properties` to link documentation
- Externalized configuration for `artemis` and `widget-gadget-java`
examples
- Split producer and consumer routes for `debezium-eventhubs-blob`
example
- Split `search` and `savedsearch` routes for `splunk` example
- Added annotation-based configuration for `netty-custom-correlation`
example
Refs CAMEL-17575
* CAMEL-17575: Add Licence to new source files
Claus Ibsen [Wed, 23 Mar 2022 11:14:41 +0000 (12:14 +0100)]
Prepare for next version
Claus Ibsen [Wed, 23 Mar 2022 11:11:53 +0000 (12:11 +0100)]
Camel 3.16.0 release
Otavio Rodolfo Piske [Wed, 16 Mar 2022 12:16:16 +0000 (13:16 +0100)]
Add an example for using the Resume API in clusterized mode with the
master component.
Aurélien Pupier [Fri, 18 Mar 2022 13:33:59 +0000 (14:33 +0100)]
CAMEL-17821 - Provide camel-debug in a profile (#84)
* CAMEL-17821 - Provide camel-debug in a profile
Currently, Camel textual debugging requires having camel-debug in
dependencies. This is an extra dependency that we do not want at
runtime.
Previously:
* main java example is configured having it at runtime.
* main xml and yaml doesn't have it
I think a possible good practice is to add the dependency in a profile,
for instance named `camel.debug` which can be activated with the
property camel.debug set to true.
This would be nice to be done for all examples but maybe best to start
with the 3 more simple/important main (java), main-xml and main-yaml to
help starting discussion and see the feedback on it.
I think this is even more important for 3.16 as JMX is exposed by
default when the dependency is available.
Signed-off-by: Aurélien Pupier <apupier@redhat.com>
* CAMEL-17821 - Provide note in readmes of compatible examples for
camel.debug profile
Signed-off-by: Aurélien Pupier <apupier@redhat.com>
* CAMEL-17821 - add description in readme to use camel.debug property to
activate profile
Signed-off-by: Aurélien Pupier <apupier@redhat.com>
Otavio Rodolfo Piske [Fri, 11 Mar 2022 14:56:08 +0000 (15:56 +0100)]
CAMEL-17762: add an example for the Resume API v2
Claus Ibsen [Wed, 16 Mar 2022 08:40:05 +0000 (09:40 +0100)]
upgrade connection pool
Claus Ibsen [Mon, 14 Mar 2022 10:16:41 +0000 (11:16 +0100)]
Move over jbang examples from camel-examples to here
Nicolas Filotto [Fri, 4 Mar 2022 19:01:37 +0000 (20:01 +0100)]
CAMEL-17727: Add the docker-compose file in jbang-kafka-health (#82)
Claus Ibsen [Fri, 4 Mar 2022 11:17:21 +0000 (12:17 +0100)]
CAMEL-17727: add jbang example
Claus Ibsen [Fri, 4 Mar 2022 09:13:35 +0000 (10:13 +0100)]
CAMEL-17727: add jbang example
Claus Ibsen [Thu, 3 Mar 2022 11:36:42 +0000 (12:36 +0100)]
CAMEL-17727: add jbang example
Nicolas Filotto [Tue, 1 Mar 2022 10:15:29 +0000 (11:15 +0100)]
CAMEL-17690: Add a simple test using @CamelMainTest
Nicolas Filotto [Sun, 27 Feb 2022 09:38:46 +0000 (10:38 +0100)]
Use camel-test-infra instead of testcontainers directly (#80)
Claus Ibsen [Thu, 24 Feb 2022 13:58:12 +0000 (14:58 +0100)]
CAMEL-17638: EIP model options with old fashioned naming xxxRef style should be made modern style.
Andrea Cosentino [Thu, 24 Feb 2022 10:01:11 +0000 (11:01 +0100)]
CAMEL-17700 - AWS Secret Manager Properties Source: Provide a fallback default value - Align example
Claus Ibsen [Tue, 22 Feb 2022 15:03:21 +0000 (16:03 +0100)]
Regen
Nicolas Filotto [Mon, 21 Feb 2022 20:36:56 +0000 (21:36 +0100)]
Fix and simplify the example spring-pulsar (#79)
Nicolas Filotto [Mon, 21 Feb 2022 19:38:37 +0000 (20:38 +0100)]
CAMEL-17629: camel-health - Removed option to disable context health check as it should always be enabled. (#78)
Nicolas Filotto [Mon, 21 Feb 2022 12:41:53 +0000 (13:41 +0100)]
CAMEL-17574: Specify a main class and avoid overriding getPropertyPlaceholderLocations (#76)
* CAMEL-17574: Avoid overriding getPropertyPlaceholderLocations as it is not needed
* CAMEL-17574: Specify the main class when needed
Nicolas Filotto [Mon, 21 Feb 2022 12:16:14 +0000 (13:16 +0100)]
Simplify the tests by using the testcontainers' extension
Andrea Cosentino [Sat, 19 Feb 2022 13:58:39 +0000 (14:58 +0100)]
Added an example of Kamelet Main using Postgresql Source Kamelet and secrets manager
Andrea Cosentino [Sat, 19 Feb 2022 13:29:05 +0000 (14:29 +0100)]
CAMEL-17644 - Aligned example of usage for AWS Secrets Manager
Andrea Cosentino [Sat, 19 Feb 2022 13:28:34 +0000 (14:28 +0100)]
CAMEL-17644 - Aligned example of usage for AWS Secrets Manager
Nicolas Filotto [Fri, 18 Feb 2022 17:28:11 +0000 (18:28 +0100)]
Improve the tests by overriding appropriate methods and upgrade to JUnit 5 (#75)
Nicolas Filotto [Fri, 18 Feb 2022 12:04:38 +0000 (13:04 +0100)]
CAMEL-17574: Migrate tests to use camel-test-main-junit5 (#74)
Andrea Cosentino [Thu, 17 Feb 2022 17:35:19 +0000 (18:35 +0100)]
Added an example of Kamelet Main using Postgresql Source Kamelet and secrets manager
Andrea Cosentino [Thu, 17 Feb 2022 17:29:52 +0000 (18:29 +0100)]
Added an example of Kamelet Main using Postgresql Source Kamelet and secrets manager
Andrea Cosentino [Thu, 17 Feb 2022 17:29:46 +0000 (18:29 +0100)]
Added an example of Kamelet Main using Postgresql Source Kamelet and secrets manager
Andrea Cosentino [Thu, 17 Feb 2022 14:32:12 +0000 (15:32 +0100)]
Added an example of Kamelet Main using Postgresql Source Kamelet and secrets manager
Andrea Cosentino [Thu, 17 Feb 2022 11:35:36 +0000 (12:35 +0100)]
CAMEL-17644 - Aligned example of usage for AWS Secrets Manager
Andrea Cosentino [Thu, 17 Feb 2022 11:35:22 +0000 (12:35 +0100)]
CAMEL-17644 - Aligned example of usage for AWS Secrets Manager
Andrea Cosentino [Thu, 17 Feb 2022 11:33:33 +0000 (12:33 +0100)]
CAMEL-17644 - Aligned example of usage for AWS Secrets Manager
Andrea Cosentino [Thu, 17 Feb 2022 11:31:26 +0000 (12:31 +0100)]
CAMEL-17644 - Aligned example of usage for AWS Secrets Manager
Claus Ibsen [Tue, 15 Feb 2022 17:42:29 +0000 (18:42 +0100)]
Polish example
Andrea Cosentino [Tue, 15 Feb 2022 13:46:10 +0000 (14:46 +0100)]
CAMEL-17644 - Reflect changes in secret manager example
Andrea Cosentino [Tue, 15 Feb 2022 13:43:39 +0000 (14:43 +0100)]
CAMEL-17644 - Reflect changes in secret manager example
Andrea Cosentino [Tue, 15 Feb 2022 13:42:06 +0000 (14:42 +0100)]
CAMEL-17644 - Reflect changes in secret manager example
Andrea Cosentino [Tue, 15 Feb 2022 13:40:34 +0000 (14:40 +0100)]
CAMEL-17644 - Reflect changes in secret manager example
Nicolas Filotto [Sat, 12 Feb 2022 08:47:15 +0000 (09:47 +0100)]
CAMEL-17633: Migrate the CDI tests to JUnit 5 (#72)
Nicolas Filotto [Fri, 11 Feb 2022 11:14:05 +0000 (12:14 +0100)]
CAMEL-17611: Refactor the config of loadbalancing to leverage the templated routes (#73)
Nicolas Filotto [Thu, 10 Feb 2022 08:20:51 +0000 (09:20 +0100)]
CAMEL-17611: Add examples to show how to use templatedRoute (#71)
Claus Ibsen [Wed, 9 Feb 2022 10:12:04 +0000 (11:12 +0100)]
CAMEL-17587: camel-health - Make Health Check API simpler
Claus Ibsen [Mon, 7 Feb 2022 10:27:25 +0000 (11:27 +0100)]
CAMEL-17587: camel-health - Make Health Check API simpler
Claus Ibsen [Mon, 7 Feb 2022 10:11:49 +0000 (11:11 +0100)]
CAMEL-17587: camel-health - Make Health Check API simpler
Claus Ibsen [Sat, 5 Feb 2022 18:17:24 +0000 (19:17 +0100)]
Reduce the number of examples to maintain
Claus Ibsen [Sat, 5 Feb 2022 13:53:47 +0000 (14:53 +0100)]
CAMEL-17575: main examples - even easier
Claus Ibsen [Sat, 5 Feb 2022 13:51:35 +0000 (14:51 +0100)]
CAMEL-17575: main examples - even easier
Claus Ibsen [Sat, 5 Feb 2022 09:28:42 +0000 (10:28 +0100)]
CAMEL-17575: main examples - even easier
Claus Ibsen [Sat, 5 Feb 2022 08:50:09 +0000 (09:50 +0100)]
CAMEL-17575: main examples - even easier
Claus Ibsen [Sat, 5 Feb 2022 08:48:04 +0000 (09:48 +0100)]
CAMEL-17575: main examples - even easier
Nicolas Filotto [Fri, 4 Feb 2022 11:34:52 +0000 (12:34 +0100)]
CAMEL-11834: Add tests for Kamelet examples (#70)
Claus Ibsen [Fri, 4 Feb 2022 09:33:10 +0000 (10:33 +0100)]
Regen
Marouane Trabelsi [Fri, 4 Feb 2022 09:31:37 +0000 (10:31 +0100)]
CAMEL-17596: Fix main-xxx examples main entry (#69)
- Updated `MyConfiguration` sample to implement `CamelConfiguration`
- Updated `MyConfiguration#configure` signature to match super-type
- Removed closed `MainConfigurationProperties#addConfigurationClass`
usage
Refs CAMEL-17567
Claus Ibsen [Fri, 4 Feb 2022 09:31:13 +0000 (10:31 +0100)]
Update version to 3.16.0-SNAPSHOT
Nicolas Filotto [Thu, 3 Feb 2022 21:31:36 +0000 (22:31 +0100)]
CAMEL-11834: Add tests for as2/aws/debezium/transformer-demo (#68)
Nicolas Filotto [Wed, 2 Feb 2022 08:41:40 +0000 (09:41 +0100)]
Set the proper parameter name for the listen method in as2 example (#67)
Nicolas Filotto [Tue, 1 Feb 2022 19:08:40 +0000 (20:08 +0100)]
CAMEL-11834: Add tests for servlet-tomcat/spring-security/spring-ws/spring-xquery/twitter-websocket/vertx-kafka/widget-gadget-java/widget-gadget-xml (#66)
Nicolas Filotto [Mon, 31 Jan 2022 08:42:35 +0000 (09:42 +0100)]
Fix the content of the spring-xquery output file
Nicolas Filotto [Fri, 28 Jan 2022 20:14:42 +0000 (21:14 +0100)]
Fix NoSuchLanguageException in spring-security (#63)
Nicolas Filotto [Fri, 28 Jan 2022 15:15:06 +0000 (16:15 +0100)]
CAMEL-11834: Add tests for basic/cdi/kotlin/loadbalancing/main-artemis/routeloader/routes-configuration/routetemplate (#62)
Nicolas Filotto [Fri, 28 Jan 2022 12:04:30 +0000 (13:04 +0100)]
Fix compilation errors in routeloader and YAML validation errors in routeloader/kamelet-main/routes-configuration (#61)
Nicolas Filotto [Thu, 27 Jan 2022 13:16:55 +0000 (14:16 +0100)]
CAMEL-11834: Add tests for main/main-endpointdsl/reactive-executor-vertx/route-throttling/main-health/main-joor/main-lambda/main-tiny/main-xml/main-yaml (#60)
Nicolas Filotto [Thu, 27 Jan 2022 10:15:53 +0000 (11:15 +0100)]
Fix route reload configuration (#59)
Nicolas Filotto [Thu, 27 Jan 2022 06:02:57 +0000 (07:02 +0100)]
Allow the health check to flip between UP and DOWN (#58)
Nicolas Filotto [Wed, 26 Jan 2022 13:03:50 +0000 (14:03 +0100)]
Fix the BeanDefinitionParsingException in management and route-throttling examples (#57)
Nicolas Filotto [Wed, 26 Jan 2022 13:03:41 +0000 (14:03 +0100)]
CAMEL-11834: Add tests for flight-recorder/ftp/java8/jdbc/jms-file/jmx/jooq/kamelet/couchbase/kafka/mongodb/jetty/OAIPMH (#56)
* CAMEL-11834: Add tests for flight-recorder/ftp/java8/jdbc/jms-file/jmx/jooq/kamelet
* CAMEL-11834: Add test for couchbase-log
* CAMEL-11834: Add test for kafka
* CAMEL-11834: Add test for MongoDB
* CAMEL-11834: Add test for Jetty
* CAMEL-11834: Add test for OAIPMH
Nicolas Filotto [Mon, 24 Jan 2022 14:12:17 +0000 (15:12 +0100)]
CAMEL-11834: Use asProperties for useOverridePropertiesWithPropertiesComponent
Nicolas Filotto [Fri, 21 Jan 2022 13:13:43 +0000 (14:13 +0100)]
CAMEL-11834: Fix checkstyle violations
Nicolas Filotto [Fri, 21 Jan 2022 11:19:47 +0000 (12:19 +0100)]
CAMEL-11834: Add tests for activemq/aggregate/any23/artemis/csimple/cxf
Claus Ibsen [Tue, 25 Jan 2022 10:07:27 +0000 (11:07 +0100)]
Add jbang example
Claus Ibsen [Tue, 25 Jan 2022 09:59:58 +0000 (10:59 +0100)]
Add jbang example
Claus Ibsen [Tue, 25 Jan 2022 09:53:45 +0000 (10:53 +0100)]
Add jbang example
Nicolas Filotto [Mon, 24 Jan 2022 09:33:29 +0000 (10:33 +0100)]
Fix the CNFE in the jOOQ example
Claus Ibsen [Fri, 14 Jan 2022 09:51:54 +0000 (10:51 +0100)]
Make main example debug friendly out of the box
Nicolas Filotto [Thu, 13 Jan 2022 17:34:17 +0000 (18:34 +0100)]
Ensure that the main class for CDI apps is called by the plugin (#52)
Nicolas Filotto [Thu, 13 Jan 2022 17:34:01 +0000 (18:34 +0100)]
Promote the new way to ref a bean from Endpoint URI (#51)
Claus Ibsen [Mon, 10 Jan 2022 11:27:53 +0000 (12:27 +0100)]
Remove example as cdi-xml is deprecated
Claus Ibsen [Mon, 10 Jan 2022 11:25:02 +0000 (12:25 +0100)]
Remove example as cdi-xml is deprecated
Claus Ibsen [Mon, 10 Jan 2022 11:14:48 +0000 (12:14 +0100)]
CAMEL-17460: Remove camel-spring-javaconfig which has been deprecated for a long time.
Claus Ibsen [Thu, 6 Jan 2022 08:44:37 +0000 (09:44 +0100)]
CAMEL-17440: camel-quartz - Remove startDelayed option as it does not work properly and causes problems.
Claus Ibsen [Mon, 3 Jan 2022 17:05:13 +0000 (18:05 +0100)]
Fixed example
Claus Ibsen [Fri, 31 Dec 2021 15:33:18 +0000 (16:33 +0100)]
Upgrade Kotlin
Claus Ibsen [Fri, 24 Dec 2021 13:56:51 +0000 (14:56 +0100)]
Drop Java 8
Claus Ibsen [Fri, 24 Dec 2021 13:56:02 +0000 (14:56 +0100)]
Drop Java 8
Claus Ibsen [Tue, 21 Dec 2021 13:56:35 +0000 (14:56 +0100)]
CAMEL-17194: endpointdsl - Prepare for generate only once during project build.
Claus Ibsen [Mon, 20 Dec 2021 10:06:52 +0000 (11:06 +0100)]
CAMEL-17355: camel-examples - Reduce number of cdi examples
Claus Ibsen [Mon, 20 Dec 2021 09:56:59 +0000 (10:56 +0100)]
CAMEL-17355: camel-examples - Reduce number of cdi examples
Claus Ibsen [Fri, 17 Dec 2021 06:06:02 +0000 (07:06 +0100)]
Prepare for next release
Federico Mariani [Wed, 15 Dec 2021 14:00:37 +0000 (15:00 +0100)]
[CAMEL-17310] Use src/main/resources/myroutes (#50)