bobbai00 opened a new pull request, #4463: URL: https://github.com/apache/texera/pull/4463
### What changes were proposed in this PR? Drop the \`io.github.redouane59.twitter:twittered\` dependency, which transitively pulls in \`org.codehaus.sonar:sonar-packaging-maven-plugin\` and \`org.codehaus.sonar:sonar-update-center-common\` (LGPL-3.0, ASF [Category X](https://www.apache.org/legal/resolved.html#category-x)). \`TwitterSourceOpDesc\`, \`TwitterSearchSourceOpDesc\`, and \`TwitterFullArchiveSearchSourceOpDesc\` are kept as deprecated back-compat stubs so that workflows previously saved with a Twitter source node still deserialize. Their matching \`OpExec\` classes are reduced to stubs: the abstract base throws \`UnsupportedOperationException\` on \`open()\`; the two concrete exec classes produce an empty iterator. \`TwitterUtils\` is removed since nothing references it after the \`OpExec\` simplifications. ### Any related issues, documentation, discussions? Closes #4454. Closes #4455. ### How was this PR tested? \`sbt WorkflowOperator/compile\`, \`sbt WorkflowExecutionService/compile\`, and the matching \`Test/compile\` targets all pass. ### Was this PR authored or co-authored using generative AI tooling? Generated-by: Claude Code (Claude Opus 4.7) -- 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]
