<dependency>com.atlassian.auiplugin:aui-select2</dependency> causes lots of deprecated messages

Heiko Gerlach April 9, 2019

Hi All,
I have added the following dependency in my addon atlasian-plugin.xml e.g.
<web-resource key="maintenance-resources" name="maintenance Web Resources">
<dependency>com.atlassian.auiplugin:aui-select2</dependency>
...
I want to use it in my vm Templates. In the past everything went well.

Starting with Jira 8 there are lots of deprecated warnings created even if I do not use those components which are mentioned as deprecated.


2019-04-10 08:43:32,794 http-nio-8080-exec-13 WARN heiko 523x29102x1 1a7hjjf 10.0.2.2 /plugins/servlet/maintenance-config [webresource] [DEPRECATED] "com.atlassian.auiplugin:dialog" has been deprecated since 5.0.0 and will be removed in 9.0.0. Use com.atlassian.auiplugin:aui-dialog2 instead. (required by "com.atlassian.applinks.applinks-oauth-plugin:oauth-auth")
2019-04-10 08:43:32,794 http-nio-8080-exec-13 WARN heiko 523x29102x1 1a7hjjf 10.0.2.2 /plugins/servlet/maintenance-config [webresource] [DEPRECATED] "com.atlassian.auiplugin:dropdown" has been deprecated since 5.0.0 and will be removed in 9.0.0. Use com.atlassian.auiplugin:aui-dropdown2 instead. (required by "com.atlassian.gadgets.dashboard:dashboard")
2019-04-10 08:43:32,794 http-nio-8080-exec-13 WARN heiko 523x29102x1 1a7hjjf 10.0.2.2 /plugins/servlet/maintenance-config [webresource] [DEPRECATED] "com.atlassian.auiplugin:dialog2" has been deprecated since 8.0.0 and will be removed in 9.0.0. Use com.atlassian.auiplugin:aui-dialog2 instead. (required by "com.atlassian.gadgets.dashboard:dashboard")
2019-04-10 08:43:32,794 http-nio-8080-exec-13 WARN heiko 523x29102x1 1a7hjjf 10.0.2.2 /plugins/servlet/maintenance-config [webresource] [DEPRECATED] "com.atlassian.auiplugin:ajs-backbone" has been deprecated since 8.0.0 and will be removed in 9.0.0. Backbone should be bundled by and internally scoped in individual products or plugins. (required by "com.atlassian.gadgets.dashboard:dashboard")
2019-04-10 08:43:32,794 http-nio-8080-exec-13 WARN heiko 523x29102x1 1a7hjjf 10.0.2.2 /plugins/servlet/maintenance-config [webresource] [DEPRECATED] "com.atlassian.plugins.atlassian-plugins-webresource-plugin:web-resource-manager" has been deprecated since 3.1.7 and will be removed in 4.0.0. Use com.atlassian.plugins.atlassian-plugins-webresource-rest:web-resource-manager instead. (required by "com.atlassian.gadgets.dashboard:dashboard")

please advice what to do

Cheers
Heiko
PO@Accxia

1 answer

0 votes
Earl McCutcheon
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 10, 2019

Hello Heiko,

Jira 8.0 has a new Atlassian User Interface, and has some change requirements on the dependency packages to take care of the depreciation warnings.

Check out the following Articles for additional details and the full breakdown:

Regards,
Earl

Heiko Gerlach April 12, 2019

Hi Earl, before writing the Post I read all of these documents. But it does not help at all. The major question is whether I do need to created dedicated AddOn Versions for Jira 8 or whether I can have addOns supporting Jira from e.g. 7.8.1 to 8.1.x as this worked before. 

And related to my Post:

As you can see the dependency 

<dependency>com.atlassian.auiplugin:aui-select2</dependency>

is not deprecated but it is causing all these deprecate warnings, even if THE RELATED METHODS ARE NEVER USED from my AddOn.

 

Cheers

Heiko

Like Sergej Kleva likes this
Sergej Kleva April 28, 2019

Me too having the same problem!

Jira Software

Upgraded from 7.0.11 to latest 8.1

Valerii Pushkar
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 22, 2024

5 years last and now answer, good service from Atlasian team!

Suggest an answer

Log in or Sign up to answer