Skip to content

camel-example-timer: Add Timer component example#159

Merged
davsclaus merged 1 commit intoapache:mainfrom
jomin7:add-timer-example
Mar 3, 2026
Merged

camel-example-timer: Add Timer component example#159
davsclaus merged 1 commit intoapache:mainfrom
jomin7:add-timer-example

Conversation

@jomin7
Copy link
Contributor

@jomin7 jomin7 commented Mar 3, 2026

Adds a new beginner-level example demonstrating various Timer component configurations:

  • Simple periodic timer (300ms)
  • Timer with initial delay (500ms delay, 300ms period)
  • Timer with repeat count (3 times, 100ms interval)
  • Fixed rate timer (500ms, with detailed timing explanation)

  Adds a new beginner-level example demonstrating various Timer component configurations:
  - Simple periodic timer (300ms)
  - Timer with initial delay (500ms delay, 300ms period)
  - Timer with repeat count (3 times, 100ms interval)
  - Fixed rate timer (500ms, with detailed timing explanation)
@jomin7
Copy link
Contributor Author

jomin7 commented Mar 3, 2026

It looks like CI is missing the 4.19.0-SNAPSHOT dependency for the AWS tests. I confirmed it’s available in the Apache snapshot repo. What’s the best way to get the build to pick it up? I’m happy to add the repository to the POM if that’s the preferred route.

@davsclaus davsclaus merged commit 5d5cb49 into apache:main Mar 3, 2026
1 check failed
@apupier
Copy link
Contributor

apupier commented Mar 3, 2026

the tests classifier has been removed from the infra test. i will provide a PR to update the test and fix the main branch

@jomin7
Copy link
Contributor Author

jomin7 commented Mar 3, 2026

the tests classifier has been removed from the infra test. i will provide a PR to update the test and fix the main branch

Thanks for looking into this @apupier Glad to see the build succeeded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants