damccorm opened a new issue, #21514: URL: https://github.com/apache/beam/issues/21514
strings.Title is deprecated as of Go 1.18, and an alternative in to form of golang.org/x/text/cases should be used instead (present in Go since 1.0) An initial exploration found that there isn't a language tag to pass in to cases.Title() that matches the current strings.Title behavior perfectly. More work will need to be done to match existing behavior. Imported from Jira [BEAM-14249](https://issues.apache.org/jira/browse/BEAM-14249). Original Jira may contain additional context. Reported by: jrmccluskey. Subtask of issue #21513 -- 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]
