You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2022/06/08 23:59:20 UTC

[GitHub] [commons-email] KroArtem commented on a diff in pull request #80: [EMAIL-203] Jakarta 2

KroArtem commented on code in PR #80:
URL: https://github.com/apache/commons-email/pull/80#discussion_r892961270


##########
pom.xml:
##########
@@ -256,7 +256,7 @@
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-jdk14</artifactId>
-            <version>1.7.7</version>
+            <version>1.7.30</version>

Review Comment:
   IDK what was the reason to update it (it was not my commit :)), reverted it back



##########
src/main/java/org/apache/commons/mail/ByteArrayDataSource.java:
##########
@@ -39,11 +39,11 @@
  * and it is recommended to do so.
  *
  * @since 1.0
- * @deprecated since 1.4, use {@link javax.mail.util.ByteArrayDataSource} instead
+ * @deprecated since 1.4, use {@link jakarta.mail.util.ByteArrayDataSource} instead
  */
 @Deprecated
 public class ByteArrayDataSource implements DataSource
-{
+{ 

Review Comment:
   Done



-- 
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: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org