-
Bug
-
Resolution: Done
-
Highest
-
9.12.0, 9.11.1, 9.11.2, 9.11.3
-
9.11
-
1
-
Severity 1 - Critical
-
4
-
Atlassian Update – 08 December 2023
Hi everyone,
Thank you for taking the time to file and comment on this issue. We've reviewed it and agreed it’s a high priority for us to resolve. Our engineers have already started working on the issue.
Please continue watching this ticket for future updates and changes in the timeline that may impact your work.
Issue Summary
This is reproducible on Data Center: (yes) / (no)
SchedulerService throwing ClassNotFoundException on Jira Version 9.11.1
ClassNotFoundException gets thrown by LazyJobDetails when it tries to load the parameters map.
Map<String, Serializable> for its parameters.
Steps to Reproduce
- Create an add-on which implement SchedulerService and passa serializable as a parameter.
- Install the add-on on Jira 9.11.1 (Note: it works on 9.11.0 and 7.13.0)
Expected Results
- The job should run as in previous versions.
Actual Results
- The scheduled Job fails.
Replication with Jira 7.13.0:
Replication with Jira 9.11.1:
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available