Details
-
Bug
-
Resolution: Fixed
-
Major
-
16.3.0-rc-1
-
Unit
-
Unknown
-
N/A
-
N/A
-
Description
I get a "Installed by invalid" message in the EM. On restart, I get:
2024-04-26 14:01:19,576 [main] WARN ltInstalledExtensionRepository - Invalid extension [org.xwiki.contrib.jira:jira-api/8.8.1-SNAPSHOT] on namespace [wiki:xwiki] (InvalidExtensionException: No compatible extension is installed for dependency [com.atlassian.sal:sal-api-4.4.4])
It seems the reason is that com.atlassian.sal:sal-api-4.4.4 is drawn as a JAR type by:
<dependency> <groupId>com.atlassian.sal</groupId> <artifactId>sal-api</artifactId> <version>${sal.version}</version> </dependency>
While its packaging type is not a jar but ##atlassian-plugin##:
<artifactId>sal-api</artifactId> <packaging>atlassian-plugin</packaging>
Attachments
Issue Links
- blocks
-
JIRA-56 Upgrade to JIRA REST API Client 5.2.7
- Closed
- causes
-
XCOMMONS-3088 Extensions with dependencies that have a classifier cannot be installed anymore
- Closed
- relates to
-
XCOMMONS-3027 Custom Maven extensions are not fully supported
- Open
-
XCOMMONS-3028 Maven dependencies targeting a type different from the default one are not supported
- Open