Uploaded image for project: 'Blossom'
  1. Blossom
  2. BLOSSOM-225

Compatibility fixes for Spring 4.2

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Neutral Neutral
    • 3.1.1
    • None
    • None
    • None

      The deprecated AopUtils.isCglibProxyClass needs to be replaced with ClassUtils.isCglibProxyClass.

      Tests also need to be run with Servlet 3 jar on classpath.

          <dependency>
            <groupId>javax.servlet</groupId>
            <artifactId>javax.servlet-api</artifactId>
            <version>3.0.1</version>
            <scope>provided</scope>
          </dependency>
      

        Acceptance criteria

              tmattsson Tobias Mattsson
              tmattsson Tobias Mattsson
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Task DoD