Uploaded image for project: 'Red Hat build of Apache Camel for Spring Boot'
  1. Red Hat build of Apache Camel for Spring Boot
  2. CSB-3018

Wrong camel-spring-boot-starter groupId in documentation

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Critical Critical
    • CSB-4.0
    • CSB-4.0
    • None
    • False
    • Hide

      None

      Show
      None
    • False
    • Very Likely
    • 0

      In this chapter https://access.redhat.com/documentation/en-us/red_hat_build_of_apache_camel/4.0/html-single/getting_started_with_red_hat_build_of_apache_camel_for_spring_boot/index#camel-spring-boot-starters

      <dependencies>
              <!-- Camel Starter -->
              <dependency>
                  <groupId>com.redhat.camel.springboot.platform</groupId>
                  <artifactId>camel-spring-boot-starter</artifactId>
              </dependency>
              <!-- ... other dependencies ... -->
          </dependencies>
      

      has to be replaced with

      <dependencies>
              <!-- Camel Starter -->
              <dependency>
                  <groupId>org.apache.camel.springboot</groupId>
                  <artifactId>camel-spring-boot-starter</artifactId>
              </dependency>
              <!-- ... other dependencies ... -->
          </dependencies>
      

      the groupId is wrong.

      The same applies for 3.20 documentation https://access.redhat.com/documentation/en-us/red_hat_build_of_apache_camel_for_spring_boot/3.20/html/getting_started_with_camel_spring_boot/getting-started-with-camel-spring-boot_csb

            nshendye@redhat.com Nilam Shendye
            fmariani@redhat.com Federico Mariani
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: