You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.