camel-website icon indicating copy to clipboard operation
camel-website copied to clipboard

spring boot starter documentation

Open pwright opened this issue 2 years ago • 1 comments

When visiting: https://camel.apache.org/camel-spring-boot/3.20.x/list.html image

I'm not sure, but looks like there was a problem with the docs build?

pwright avatar Feb 07 '23 13:02 pwright

The issues from Camel core repository has been fixed: https://issues.apache.org/jira/browse/CAMEL-22499.

What's left to do are the ones from the camel-spring-boot repository:

  • consul-cluster-service
  • file-cluster-service
  • infinispan-cluster-service
  • jgroups-raft-cluster-service
  • kubernetes-cluster-service
  • zookeeper-cluster-service

These are infra starter not using directly a camel component so the documentation mechanism for the list (https://github.com/apache/camel-spring-boot/blob/main/docs/spring-boot/modules/ROOT/pages/list.adoc?plain=1) needs to be adapted to these starters.

gansheer avatar Oct 20 '25 11:10 gansheer