Uploaded image for project: 'Analytics'
  1. Analytics
  2. ANALYTICS-500

Wrong google analytics dependency in magnolia-dx-core-cloud-webapp

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Neutral Neutral
    • None
    • None
    • None
    • Yes
    • 3

      Current magnolia-dx-core-cloud-webapp POM file contains wrong version of magnolia-analytics-google-connector which causes instance can not start up to all Cloud customers if they upgrade to our later versions.

      From our docs, this dependency is "not valid after July 1, 2023":
      https://docs.magnolia-cms.com/product-docs/6.2/Connector-Packs/Analytics-Connector-Pack/Analytics-module.html

      So please:
      1. Remove it from the bundle
      2. Add magnolia-analytics-google4-connector to have it work

      Please provide a small notes in the RN to indicate that the old google-connector would not work anymore in the new release.

      Workaround:

      Exclude the module from magnolia-dx-core-cloud-webapp

          <dependency>
                  <groupId>info.magnolia.dx</groupId>
                  <artifactId>magnolia-dx-core-cloud-webapp</artifactId>
                  <version>${magnolia.version}</version>
                  <type>pom</type>
                  <exclusions>
                      <!-- Remove once this issue fixed is resolved -->
                      <exclusion>
                          <groupId>info.magnolia.analytics</groupId>
                          <artifactId>magnolia-analytics-google-connector</artifactId>
                      </exclusion>
                  </exclusions>
              </dependency>
              <dependency>
                  <!-- Remove once this issue is resolved -->
                  <groupId>info.magnolia.analytics</groupId>
                  <artifactId>magnolia-analytics-google4-connector</artifactId>
                  <version>${magnolia-analytics-google4-connector.version}</version>
              </dependency>
      

        Acceptance criteria

              thuy.to Thuy To
              viet.nguyen Viet Nguyen
              AuthorX
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved:
                Work Started:

                  Bug DoR
                  Task DoD

                    Estimated:
                    Original Estimate - Not Specified
                    Not Specified
                    Remaining:
                    Remaining Estimate - Not Specified
                    Not Specified
                    Logged:
                    Time Spent - 2d 5.5h
                    2d 5.5h