This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 832a645238 Improved: Resource leaks in EntitySQLProcessor.groovy 
(OFBIZ-12836)
832a645238 is described below

commit 832a6452382b9a9b467506de5665a172a326c7b5
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Wed Aug 2 09:54:00 2023 +0200

    Improved: Resource leaks in EntitySQLProcessor.groovy (OFBIZ-12836)
    
    Removes the useless JdbcResultSetReference jdbc.xml ruleset
    See https://codenarc.org/codenarc-rules-jdbc.html
    and 
https://stackoverflow.com/questions/46948726/codenarc-supress-jdbcresultsetreference-seems-not-working
---
 config/codenarc/codenarc.groovy | 1 -
 1 file changed, 1 deletion(-)

diff --git a/config/codenarc/codenarc.groovy b/config/codenarc/codenarc.groovy
index 1c9991d82e..2534597afe 100644
--- a/config/codenarc/codenarc.groovy
+++ b/config/codenarc/codenarc.groovy
@@ -294,7 +294,6 @@ ruleset {
     // rulesets/jdbc.xml
     DirectConnectionManagement
     JdbcConnectionReference
-    JdbcResultSetReference
     JdbcStatementReference
 
     // rulesets/junit.xml

Reply via email to