Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Mentioned Gradle

...

  1. Upgrade one step at a time: It is usually best to upgrade to each intermediate version of Tapestry rather than skipping ahead multiple versions. Skipping versions (except for minor bug fix releases) makes it harder to find all calls to deprecated APIs (see above).
  2. Update your POM (or download the JARs manually): If you're using Maven (or Gradle), update the version of the Tapestry dependencies in your pom.xml (or build.gradle) file. Remember to keep all of the Tapestry-supplied modules in sync. For example, don't forget to update the version of Tapestry-hibernate, Tapestry-spring, Tapestry-upload, etc.
  3. Remove old Tapestry JARs: If you're not using Maven dependency management or Gradle (e.g. if you have the Tapestry JARS JARs in your lib directory), be sure you remove older versions of Tapestry JARS JARs (including JARs for any Tapestry-supplied modules).

...