Uploaded image for project: 'camunda BPM'
  1. camunda BPM
  2. CAM-10840

Add property to disable CamundaBpmWebappAutoConfiguration

    XMLWordPrintable

Details

    Description

      CamundaBpmAutoConfiguration can be disabled with property camunda.bpm.enabled=false (default:true)

      To be consistent there should be a property that disables CamundaBpmWebappAutoConfiguration.
      Example: camunda.bpm.webapp.enabled=false (default: true)

      Background:
      In our application we disable the CamundaBpmAutoConfiguration by default. It is only enabled if a specific property is set.
      If the CamundaBpmWebappAutoConfiguration is enabled and CamundaBpmAutoConfiguration is disabled, the Spring Boot application fails to start:

      Field properties in org.camunda.bpm.spring.boot.starter.webapp.CamundaBpmWebappAutoConfiguration required a bean of type 'org.camunda.bpm.spring.boot.starter.property.CamundaBpmProperties' that could not be found.

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Activity

            People

              Unassigned Unassigned
              rweisleder Roland Weisleder
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Salesforce