Uploaded image for project: 'Bloomreach Forge'
  1. Bloomreach Forge
  2. FORGE-161

Camel event forge plugin breaks updater editor in v12.3.0

    XMLWordPrintable

Details

    Description

      When camel event forge plugin (https://onehippo-forge.github.io/camel-events-support/) is added to cms webapp, the updater editor becomes unusable due to clash of jars with different versions. The temporary solution is:

      <dependency>
      <groupId>org.onehippo.forge.camel-hippoevt</groupId>
      <artifactId>camel-hippoevt</artifactId>
      <exclusions>
      <exclusion>
      <groupId>commons-lang</groupId>
      <artifactId>commons-lang</artifactId>
      </exclusion>
      </exclusions>
      </dependency>

      Attachments

        Activity

          People

            bvural Baris Can Vural
            bvural Baris Can Vural
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: