Skip to content

Version 1.405

Choose a tag to compare

@novotnyr novotnyr released this 21 May 16:05
· 17 commits to master since this release

Changed

  • Migrate JAXB from javax to jakarta namespace (#1486)
  • PropertyWithDefaultValue class is now com.jetbrains.plugin.structure.base.problems.PropertyWithDefaultValue
  • DescriptionNotStartingWithLatinCharacters class is now DescriptionNotStartingWithLatinCharacters
  • Move description validator to the base validator (#1494)
  • Use proper namespace to allow declaring content modules in different namespaces in the same plugin (IJPL-245093)
  • Update ASM to 9.10
  • Update Gradle to 9.5.1

Fixed

  • Plugins with dependency only on the Java plugin aren't considered legacy (MP-8104)