Issue Summary
When trying to upgrade pocketknife-querydsl dependency to the latest version on Jira apps due to the release of Jira 10 it throws an exception which looks like it is incorrectly constructing the querydsl SQLQueryFactory.
This is reproducible on Data Center: (yes) / (no)
Steps to Reproduce
- Upgrade pocketknife-querydsl from version 7.0.0 to version 8.0.0
- Build the plugin
- Run the plugin on Jira 10
Expected Results
Latest pocketknife-querydsl version to work with Jira 10
Actual Results
Latest pocketknife-querydsl version does not work in Jira 10
Workaround
- Clear the plugin cache as in How to clear Jira Data Center / Server plugin cache
- Rename the installed_plugins folder
- Start Jira
- Reinstall Jira Service Management via Applications
- If plugin upload is disabled, follow the steps from How to re-enable plugin upload in Jira Data Center to re-enable it.