[
https://issues.apache.org/jira/browse/AVRO-3285?focusedWorklogId=705808&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-705808
]
ASF GitHub Bot logged work on AVRO-3285:
----------------------------------------
Author: ASF GitHub Bot
Created on: 09/Jan/22 15:09
Start Date: 09/Jan/22 15:09
Worklog Time Spent: 10m
Work Description: opwvhk commented on a change in pull request #1447:
URL: https://github.com/apache/avro/pull/1447#discussion_r780793395
##########
File path:
lang/java/compiler/src/main/javacc/org/apache/avro/compiler/idl/idl.jj
##########
@@ -81,7 +81,7 @@ import org.apache.avro.util.internal.Accessor;
import com.fasterxml.jackson.databind.JsonNode;
import com.fasterxml.jackson.databind.node.*;
-import org.apache.commons.lang3.StringEscapeUtils;
+import org.apache.commons.text.StringEscapeUtils;
Review comment:
`org.apache.commons.lang3.StringEscapeUtils` is deprecated in favor of
`org.apache.commons.text.StringEscapeUtils`.
--
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 705808)
Time Spent: 50m (was: 40m)
> Upgrade JavaCC and plugin
> -------------------------
>
> Key: AVRO-3285
> URL: https://issues.apache.org/jira/browse/AVRO-3285
> Project: Apache Avro
> Issue Type: Improvement
> Affects Versions: 1.10.2
> Reporter: Oscar Westra van Holthe - Kind
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.11.1
>
> Time Spent: 50m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.1#820001)