sdedic commented on a change in pull request #2874:
URL: https://github.com/apache/netbeans/pull/2874#discussion_r611940784
##########
File path: ide/versioning.util/src/org/netbeans/modules/proxy/Base64Encoder.java
##########
@@ -16,102 +16,54 @@
* specific language governing permissions and limitations
* under the License.
*/
-
package org.netbeans.modules.proxy;
-import java.io.ByteArrayOutputStream;
+import java.util.Base64;
/**
* Bas64 encode utility class.
*
* @author Maros Sandor
+ * @deprecated prefer java.util.Base64 instead
*/
+@Deprecated
Review comment:
May be appropriate to add `apichanges.xml` and bump module's spec
version (API change - deprecation). Can I push this administrativia to this PR ?
--
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.
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