jhorvath commented on code in PR #7877:
URL: https://github.com/apache/netbeans/pull/7877#discussion_r1805259050


##########
enterprise/cloud.oracle/src/org/netbeans/modules/cloud/oracle/bucket/BucketItem.java:
##########
@@ -47,4 +53,18 @@ public int maxInProject() {
         return Integer.MAX_VALUE;
     }
     
+    @Override
+    public URL getURL() {
+        if (getKey().getValue() != null && getRegion() != null) {
+            try {
+                URI uri = new 
URI(String.format("https://cloud.oracle.com/object-storage/buckets/%s/%s/objects?region=%s";,

Review Comment:
   All URL constructors are deprecated in Java 20. See  
https://bugs.openjdk.org/browse/JDK-8294241



-- 
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]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to