Uploaded image for project: 'Karaf'
  1. Karaf
  2. KARAF-6295

Avoid confusion between rest collector and rest-servlet collector

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • decanter-2.3.0
    • decanter
    • None

    Description

      The collector-rest and the collector-rest-servlet define the same package and the same class:

      org.apache.karaf.decanter.collector.rest
      
      public class RestCollector
      

      This is a problem when debugging to match the right source code.

      We should update the collector-rest-servlet to have:

      org.apache.karaf.decanter.collector.rest.servlet
      
      public class RestServletCollector
      

      We also could change the event topic from

      decanter/collect/rest
      

      to

      decanter/collect/rest-servlet
      

      Attachments

        Issue Links

          Activity

            People

              fpapon Francois Papon
              fpapon Francois Papon
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: