exceptionfactory commented on PR #8493: URL: https://github.com/apache/nifi/pull/8493#issuecomment-1994733725
> > @tpalfy - I think the easiest is to keep this PR for support/1.x, and open another PR targeted at main that does not use Google library. I think it's safer compared to letting the merger do the changes. Happy to merge once we're on the same page. > > This PR is based on and is open against `main` already. So I'll need to change this one and open a new one against 1.x. Following up here from the thread, yes, I recommend making the changes on this pull request to use the native Java components, and then create a separate PR for the support branch. Java 8 includes Base64 support, so that should be used there, and Apache Commons Codec provides a Hex utility class that can handle hexadecimal decoding. -- 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-unsubscr...@nifi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org