shichaoyuan opened a new pull request, #782:
URL: https://github.com/apache/skywalking-java/pull/782
* The issue of the current replacement algorithm repeatedly replacing
strings containing `{}` has been fixed.
* Unnecessary regular expression replacements have been replaced with simple
string replacements.
For `replaceParam("from {} to {}", "a={}", "b={}")`, the correct output
should be `from a={} to b={}`, not `from a=b={} to {}`.
Closes https://github.com/apache/skywalking/issues/13591
--
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]