Hi folks,
I have been using this dependency since forever (Jira 7.3):
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-websocket</artifactId>
<version>8.5.76</version>
<scope>provided</scope>
</dependency>
I know it is not exactly officially supported, but it was always there. With Jira 10.0-m0004 this is now gone and I am unable to wire my app:
missing requirement [com.spartez.jira.plugins.support-chat [293](R 293.0)] osgi.wiring.package; (osgi.wiring.package=org.apache.tomcat)
Is there any chance I could get it back?
Janusz