sravani-revuri opened a new pull request, #11231: URL: https://github.com/apache/ozone/pull/11231
## What changes were proposed in this pull request? [CI / basic (pmd) / pmd: hadoop-ozone/httpfsgateway/src/main/java/org/apache/ozone/fs/http/server/HttpFSServer.java#L491](https://github.com/apache/ozone/pull/11180/files#annotation_76359849217) java.security.AccessControlException in java.security has been deprecated and marked for removal [CI / build / build: hadoop-ozone/httpfsgateway/src/main/java/org/apache/ozone/fs/http/server/HttpFSServer.java#L491](https://github.com/apache/ozone/pull/11180/files#annotation_76361494632) java.security.AccessControlException in java.security has been deprecated and marked for removal [CI / javadoc / javadoc: hadoop-ozone/httpfsgateway/src/main/java/org/apache/ozone/fs/http/server/HttpFSServer.java#L491](https://github.com/apache/ozone/pull/11180/files#annotation_76362170664) java.security.AccessControlException in java.security has been deprecated and marked for removal [CI / repro / repro: hadoop-ozone/httpfsgateway/src/main/java/org/apache/ozone/fs/http/server/HttpFSServer.java#L491](https://github.com/apache/ozone/pull/11180/files#annotation_76363429011) java.security.AccessControlException in java.security has been deprecated and marked for removal [CI / compile (17) / compile (17)](https://github.com/apache/ozone/actions/runs/33722833918/job/103210405368#step:13:491) java.security.AccessControlException in java.security has been deprecated and marked for removal [CI / integration (filesystem) / integration (filesystem): hadoop-ozone/httpfsgateway/src/main/java/org/apache/ozone/fs/http/server/HttpFSServer.java#L491](https://github.com/apache/ozone/pull/11180/files#annotation_76367567041) java.security.AccessControlException in java.security has been deprecated and marked for removal Ref: https://github.com/apache/ozone/actions/runs/33722833918?pr=11180 ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-16403 ## How was this patch tested? ### Without change: ``` ozone % mvn -pl :ozone-httpfsgateway -am clean compile -DskipTests -DskipShade -DskipRecon -DskipDocs 2>&1 \ | grep -i "AccessControlException.*deprecated" || echo "No deprecation warning — good" [WARNING] /Users/vrevuri/ozone/hadoop-ozone/httpfsgateway/src/main/java/org/apache/ozone/fs/http/server/HttpFSServer.java:[491,17] java.security.AccessControlException in java.security has been deprecated and marked for removal ``` ### After change: ``` vrevuri@KJ3K6CH6Q1 ozone % mvn -pl :ozone-httpfsgateway -am clean compile -DskipTests -DskipShade -DskipRecon -DskipDocs 2>&1 \ | grep -i "AccessControlException.*deprecated" || echo "No deprecation warning — good" No deprecation warning — good ``` CI: https://github.com/sravani-revuri/ozone/actions/runs/34606041894 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
