CAMEL-15323: Add example camel-spring-boot - http endpoint for route information (#16)

* Built routes for mappings and metrics

* Added example for shutdown route

* Added readme.adoc

* Updated root's README.adoc with the new example

* Removed excess lines

* Refactorized doOnce function to explicit timer definition for consistency

* Added newline for consistency on route definition (after unmarshal())

* Extended explanation on the mappings section to explain that that timer consumer will only fire once

* Added POM's properties and module to parent for Readme for the new example to be correctlñy generated

* Changed dependencies to user camel-spring-boot's starter versions

* Removed unused imports

* Removed jetty from the restConfiguration. We are using the http component, not jetty, after all

* Changed the category to Management and Monitoring

* Added prettypring and multiline=true option to LOG info for nicer printing of the received data
7 files changed
tree: 96c382ae0f6798db77908904cbb39c7b07838c6d
  1. .github/
  2. .mvn/
  3. camel-example-spring-boot/
  4. camel-example-spring-boot-activemq/
  5. camel-example-spring-boot-actuator-http-metrics/
  6. camel-example-spring-boot-amqp/
  7. camel-example-spring-boot-apm-opentracing/
  8. camel-example-spring-boot-arangodb/
  9. camel-example-spring-boot-aws2-s3/
  10. camel-example-spring-boot-clustered-route-controller/
  11. camel-example-spring-boot-fhir/
  12. camel-example-spring-boot-fhir-auth-tx/
  13. camel-example-spring-boot-geocoder/
  14. camel-example-spring-boot-grpc/
  15. camel-example-spring-boot-grpc-kubernetes/
  16. camel-example-spring-boot-health-checks/
  17. camel-example-spring-boot-hystrix/
  18. camel-example-spring-boot-infinispan/
  19. camel-example-spring-boot-jira/
  20. camel-example-spring-boot-kafka-avro/
  21. camel-example-spring-boot-kafka-offsetrepository/
  22. camel-example-spring-boot-master/
  23. camel-example-spring-boot-metrics/
  24. camel-example-spring-boot-opentracing/
  25. camel-example-spring-boot-pojo/
  26. camel-example-spring-boot-rabbitmq/
  27. camel-example-spring-boot-reactive-streams/
  28. camel-example-spring-boot-resilience4j/
  29. camel-example-spring-boot-rest-jpa/
  30. camel-example-spring-boot-rest-openapi/
  31. camel-example-spring-boot-rest-openapi-simple/
  32. camel-example-spring-boot-rest-producer/
  33. camel-example-spring-boot-rest-swagger/
  34. camel-example-spring-boot-rest-swagger-simple/
  35. camel-example-spring-boot-servicecall/
  36. camel-example-spring-boot-strimzi/
  37. camel-example-spring-boot-supervising-route-controller/
  38. camel-example-spring-boot-twitter-salesforce/
  39. camel-example-spring-boot-undertow-spring-security/
  40. camel-example-spring-boot-validator/
  41. camel-example-spring-boot-webhook/
  42. camel-example-spring-boot-widget-gadget/
  43. camel-example-spring-boot-xml/
  44. camel-example-spring-boot-zipkin/
  45. camel-example-spring-cloud-servicecall/
  46. camel-example-spring-cloud-serviceregistry/
  47. .asf.yaml
  48. .gitignore
  49. mvnw
  50. mvnw.cmd
  51. pom.xml
  52. README.adoc