[ https://issues.apache.org/jira/browse/DERBY-7176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18004706#comment-18004706 ]
Richard N. Hillegas commented on DERBY-7176: -------------------------------------------- Attaching derby-7176-01-aa-removeHeaderReferencesToSQLPermission.diff. This patch removes the remaining header references to java.sql.SQLPermission. The Derby tests run cleanly against this patch both against the classpath and the modulepath. Touches the following files: {noformat} M java/org.apache.derby.client/org/apache/derby/client/am/ClientConnection.java M java/org.apache.derby.engine/org/apache/derby/impl/jdbc/EmbedConnection.java Remove unnecessary imports. {noformat} > Remove remaining references to java.sql.SQLPermission > ----------------------------------------------------- > > Key: DERBY-7176 > URL: https://issues.apache.org/jira/browse/DERBY-7176 > Project: Derby > Issue Type: Improvement > Reporter: Richard N. Hillegas > Assignee: Richard N. Hillegas > Priority: Major > Attachments: > derby-7176-01-aa-removeHeaderReferencesToSQLPermission.diff > > > JDBC Maintenance Release 4.5 will mark java.sql.SQLPermission for deprecation > and removal. We should remove the remaining references to this class. -- This message was sent by Atlassian Jira (v8.20.10#820010)