Hi there,
I am trying to use SQLProcessor to execute my select sql command that I've used in my old JIRA 5.4.
Even Including the jira-core in my pom.xml, I still cannot find the reference of org.ofbiz.core.entity.jdbc.SQLProcessor
Is there any change in JIRA 7.1.1 in SQLProcessor?
Thank you.
I'm not sure I would encourage using SQLProcessor
directly. It belongs to the fork of the OfBiz Entity Engine that JIRA uses, and other than the Charting plugin, even we don't use SQLProcessor
directly. I'm also not sure why you would want to use it, because as far as I can tell it is absolutely terrible code and you'd be better off avoiding it.
That said... We haven't done anything to expressly hide it, so it should still be available through jira-core. The only changes I'm aware of are those around the monitoring of how many connections a single thread is using and the fact that this gets reported to discourage developers from using database connections more recklessly than they should.
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.