Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 2.02 KB

CHANGELOG.md

File metadata and controls

48 lines (36 loc) · 2.02 KB

IvyIDEA Changelog

  • The action "Resolve for current module" was no longer available. This has been fixed.
  • Upgraded Apache Ivy to 2.5.2 to address the CVE-2022-46751 vulnerability
  • rebased build on IntelliJ Platform Plugin Template
  • Fixed deprecation warning about ActionUpdateThread.OLD_EDT in IntelliJ IDEA 2024.2
  • Upgraded Apache Ivy to 2.5.1 to address the CVE-2022-37865 and CVE-2022-37866 vulnerabilities
  • Upgraded internal Apache Ivy to 2.5.0
  • Removed deprecated API usages
  • Removed deprecated API usages
  • Added checkbox "Detect dependencies on other modules in the same project". Disabling this option will force IvyIDEA to resolve dependecies only through the ivy.xml ignoring internal modules. (thanks to Lorenzo Bertacchi)
  • When trying to resolve dependencies without an Ivy settings file, an IllegalArgumentException was thrown when clicking on the 'Open Project Settings' link
  • The configurations to resolve are now stored alphabetically in the .iml file
  • Modified files are now saved before starting to resolve the dependencies
  • Fixed compatibility issue with IntelliJ 11
  • Upgraded internal Apache Ivy to 2.4.0 (including dependencies)