-
Bug
-
Resolution: Invalid
-
Low
-
6
-
Severity 3 - Minor
-
NOTE: This bug report is for JIRA Cloud. Using JIRA Server? See the corresponding bug report.
ApplicationUsers is our recommended way do to deal with ApplicationUser class in plugins. However when call from within plugin it will use plugin's classloader to access JIRA's components from pico. Normally when plugin accesses those components class loader is changed to webapp class loader.
This can cause many different problems. Also this probably means that plugins need to import much more packages than it would normally be required.
- is related to
-
JRASERVER-62034 ApplicationUsers' static methods will call components from pico with incorrect class loader if called from plugin
- Gathering Impact