Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added a note to junitBundles noting that Karaf has this behaviour by default.

...

Containers: Native, Forked (see note on Karaf)

  • provisions a default version of JUnit and its dependencies.

    Code Block
    junitBundles()
    


...

This option is recommended when using the JUnit driver. If you wish to use a different version, replace this option by any other provisioning option specifying an explicit version of an OSGified JUnit artifact.

Karaf: Note that Karaf will by default provision default versions of JUnit and its dependencies unless KarafDistributionOption.overrideJUnitBundles() is used.

keepCaches

Containers: Native, Forked

...