[jboss-jira] [JBoss JIRA] (JBEE-147) QueryTagSupport does not close prepared statements and result sets correctly
Shelly McGowan (JIRA)
issues at jboss.org
Wed Feb 19 11:27:47 EST 2014
[ https://issues.jboss.org/browse/JBEE-147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12946058#comment-12946058 ]
Shelly McGowan edited comment on JBEE-147 at 2/19/14 11:26 AM:
---------------------------------------------------------------
For EAP 6 maintenance, I created a branch to continue the 1.0.x series:
https://github.com/jboss/jboss-jstl-api_spec/tree/jboss-jstl-api_1.2_spec-1.0.x
and have updated the minor version for use with Wildfly and beyond (with EE7 dependencies):
https://github.com/jboss/jboss-jstl-api_spec/commit/c4afea683865c972c7b3c1ceca4daedc6af47738
I'll push releases of both for inclusion in EAP 6.3.0 and WildFly respectively.
was (Author: shelly.mcgowan):
For EAP 6 maintenance, I created a branch to continue the 1.0.x series:
https://github.com/jboss/jboss-jstl-api_spec/tree/jboss-jstl-api_1.2_spec-1.0.x
and have updated the minor version for use with Wildfly and beyond:
https://github.com/jboss/jboss-jstl-api_spec/commit/c4afea683865c972c7b3c1ceca4daedc6af47738
I'll push releases of both for inclusion in EAP 6.3.0 and WildFly respectively.
> QueryTagSupport does not close prepared statements and result sets correctly
> ----------------------------------------------------------------------------
>
> Key: JBEE-147
> URL: https://issues.jboss.org/browse/JBEE-147
> Project: JBoss JavaEE Spec APIs
> Issue Type: Bug
> Components: jboss-jstl-api
> Reporter: James Livingston
> Assignee: Shelly McGowan
>
> The JSTL spec artifact contain implementation code forked from the Apache taglib project.
> One bug fixed upstreak since the fork is https://issues.apache.org/bugzilla/show_bug.cgi?id=17388, which can cause prepared statement and/or result set objects not to be closed correctly.
> The fix can be cherry-picked from (http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/src/org/apache/taglibs/standard/tag/common/sql/QueryTagSupport.java?view=diff&r1=499149&r2=499150&pathrev=499150), unless there was a plan to rebase on the recently released upstream 1.2.1 which includes the fix
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list