Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Fix integration-tests package include

...

This version modernizes a few things: API compatibility checks, test coverage, conventional support for integration-tests, as well as Java platform compatibility.

...

  • Support for API compatibility checks, with japicmp. [BUILD-407]

  • Default execution for failsafe with theThe integration-tests profile .
    Package convention to segregate segregates execution of unit vs. integration tests, running with surefire and failsafe plugins, respectively, according to a package convention.
    Failsafe includes test classes by package include: it/**/*.java, for example it.info.magnolia.sso.SsoModuleIT, within the usual src/test/java source root. [BUILD-421]

Changed

  • Verify compatibility with older platform versions with javac --release argument (replacing animal-sniffer).
    Support javaVersion without the initial 1. [BUILD-426]

  • Clover has been open sourced. GroupId and artifactId have changed, you may need to update your plugin configurations. [BUILD-433]

...