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

Add Junit 4 support to RPA bridge

    XMLWordPrintable

Details

    Description

      Acceptance Criteria (Required on creation):

      The RPA bridge is built upon Spring Boot 2.4 which does not support Junit 4 tests out of the box anymore. A dependency has to be added to execute Junit 4 tests again.

      Hints (optional):

      We need to add something like

          <!-- needed for JUnit4 execution -->
          <dependency>
            <groupId>org.junit.vintage</groupId>
            <artifactId>junit-vintage-engine</artifactId>
            <scope>compile</scope>
            <exclusions>
              <exclusion>
                <groupId>org.hamcrest</groupId>
                <artifactId>hamcrest-core</artifactId>
              </exclusion>
            </exclusions>
          </dependency>
      

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Activity

            People

              miklas.boskamp Miklas Boskamp
              miklas.boskamp Miklas Boskamp
              Miklas Boskamp Miklas Boskamp
              Tobias Metzke-Bernstein Tobias Metzke-Bernstein
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Salesforce