Incorporated into CSB-5178
The following updates and improvements can be done in Camel Spring Boot documentation:
- https://docs.redhat.com/en/documentation/red_hat_build_of_apache_camel/4.4/html-single/getting_started_with_red_hat_build_of_apache_camel_for_spring_boot/index#camel-spring-boot - remove _<version>4.4.0.redhat-00033</version> <!-- use the same version as your Camel core version -->
</dependency>_ this version is provided by the platform BOM, having the version there could confuse customers - https://docs.redhat.com/en/documentation/red_hat_build_of_apache_camel/4.4/html-single/getting_started_with_red_hat_build_of_apache_camel_for_spring_boot/index#camel_spring_boot_starter in the sentence There is a sample application in the source code also. the link point https://github.com/jboss-fuse/camel-spring-boot-examples/tree/main/spring-boot the main branch is old and not maintained, every reference to the examples should use the latest tag, for this release, is camel-spring-boot-examples-4.4.0.redhat-00001 I'll add the tag into the sign-off spreadsheet so that it can be used as a placeholder.
- https://docs.redhat.com/en/documentation/red_hat_build_of_apache_camel/4.4/html-single/getting_started_with_red_hat_build_of_apache_camel_for_spring_boot/index#camel_spring_boot_starter I think that the artifact id is wrong <artifactId>camel-spring-boot-bom</artifactId> this is a BOM that is a part of our platform BOM and shouldn't be used directly from customer, moreover, that chapter is about the dependency section, not the managment one, I'd replace <artifactId>camel-spring-boot-bom</artifactId> with <artifactId>camel-spring-boot-starter</artifactId> and remove _<version>4.4.0.redhat-00033</version> <!-- use the same version as your Camel core version -->
</dependency>_ because the version is provided by the platform BOM. - https://docs.redhat.com/en/documentation/red_hat_build_of_apache_camel/4.4/html-single/getting_started_with_red_hat_build_of_apache_camel_for_spring_boot/index#camel-spring-boot-starters the link routes points to a really old documentationhttps://access.redhat.com/webassets/avalon/d/red_hat_integration/2022.q2/apache-camel-3.14-doc/manual/3.14.x/routes.html?extIdCarryOver=true&sc_cid=701f2000001Css0AAC 3.14.x, should be updated with the latest one. Please check if there are more references of that documentation being used, and update it with the latest one.
- https://docs.redhat.com/en/documentation/red_hat_build_of_apache_camel/4.4/html-single/getting_started_with_red_hat_build_of_apache_camel_for_spring_boot/index#camel-spring-boot-auto-configuration remove the version, provided by the platform BOM
- https://docs.redhat.com/en/documentation/red_hat_build_of_apache_camel/4.4/html-single/getting_started_with_red_hat_build_of_apache_camel_for_spring_boot/index#adding_xml_routes we can mention the following example https://github.com/jboss-fuse/camel-spring-boot-examples/tree/camel-spring-boot-examples-4.4.0.redhat-00001/xml
- https://docs.redhat.com/en/documentation/red_hat_build_of_apache_camel/4.4/html-single/getting_started_with_red_hat_build_of_apache_camel_for_spring_boot/index#keeping_the_application_alive we can mention the following example https://github.com/jboss-fuse/camel-spring-boot-examples/tree/17e838408703948860d5862e208a9a50e9c776a9/pojo
- https://docs.redhat.com/en/documentation/red_hat_build_of_apache_camel/4.4/html-single/getting_started_with_red_hat_build_of_apache_camel_for_spring_boot/index#spring_type_conversion_api_bridge the following example can be mentioned https://github.com/jboss-fuse/camel-spring-boot-examples/tree/camel-spring-boot-examples-4.4.0.redhat-00001/type-converter
- https://docs.redhat.com/en/documentation/red_hat_build_of_apache_camel/4.4/html-single/getting_started_with_red_hat_build_of_apache_camel_for_spring_boot/index#custom_camel_context_configuration the following example can be provided https://github.com/jboss-fuse/camel-spring-boot-examples/tree/camel-spring-boot-examples-4.4.0.redhat-00001/metrics
- https://docs.redhat.com/en/documentation/red_hat_build_of_apache_camel/4.4/html-single/getting_started_with_red_hat_build_of_apache_camel_for_spring_boot/index#testing_the_junit_5_way Tests from the following examples can be mentioned https://github.com/jboss-fuse/camel-spring-boot-examples/tree/camel-spring-boot-examples-4.4.0.redhat-00001/infinispan
- https://docs.redhat.com/en/documentation/red_hat_build_of_apache_camel/4.4/html-single/getting_started_with_red_hat_build_of_apache_camel_for_spring_boot/index#configure_spring_boot_application the example can be mentioned https://github.com/jboss-fuse/camel-spring-boot-examples/tree/camel-spring-boot-examples-4.4.0.redhat-00001/xml-import
- https://docs.redhat.com/en/documentation/red_hat_build_of_apache_camel/4.4/html-single/getting_started_with_red_hat_build_of_apache_camel_for_spring_boot/index#example mention the example https://github.com/jboss-fuse/camel-spring-boot-examples/tree/camel-spring-boot-examples-4.4.0.redhat-00001/xml
- In the section https://docs.redhat.com/en/documentation/red_hat_build_of_apache_camel/4.4/html-single/getting_started_with_red_hat_build_of_apache_camel_for_spring_boot/index#monitoring-csb-integrations add a link to the hawtio documentation
- is cloned by
-
CSB-2090 Is camel-spring-boot-examples repository visible to customers?
-
- Closed
-