darkma773r commented on code in PR #186:
URL:
https://github.com/apache/commons-configuration/pull/186#discussion_r897504090
##########
src/main/java/org/apache/commons/configuration2/convert/PropertyConverter.java:
##########
@@ -70,6 +70,9 @@ public final class PropertyConverter {
/** The fully qualified name of {@code
javax.mail.internet.InternetAddress} */
private static final String INTERNET_ADDRESS_CLASSNAME =
"javax.mail.internet.InternetAddress";
+ /** The fully qualified name of {@code
jakarta.mail.internet.InternetAddress} */
Review Comment:
Good idea. See #188
--
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]