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
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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Me too having the same problem!
Jira Software
Upgraded from 7.0.11 to latest 8.1
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
5 years last and now answer, good service from Atlasian team!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.