Skip to content

5.1.0

Compare
Choose a tag to compare
@jkschneider jkschneider released this 07 Sep 04:00

Core

  • Add nextCycle lifecycle method to visitors.
  • Consolidated and corrected classpath scanning of visitors and resources in Environment. Loaded visitors now delegate class loading to the class loader of the Java class building the environment.

Java

  • Consistent use of Scoped for non-declarative visitors.
  • Renamed UpgradeVersion to UpgradeDependencyVersion.
  • Fix Google Java Format style definition.

Maven

  • Don't eagerly resolve new dependency versions in Maven Parser.
  • Add getNewVersions() to ModuleVersionId to resolve new versions at the last minute.
  • Add localRepository and workspaceDir to UpgradeDependencyVersion and UpgradeParentVersion for use when resolving new versions.