bobbai00 opened a new pull request, #4283: URL: https://github.com/apache/texera/pull/4283
### What changes were proposed in this PR? Removed all Stack Overflow references from source code to comply with ASF licensing policy. Stack Overflow content is licensed under CC-BY-SA, which is incompatible with the Apache License 2.0. For each reference: - Removed the SO URL comment - Rewrote any code derived from SO (e.g., camelCase-to-title regex in `JsonSchemaGenerator.scala`) - Replaced SO-referencing comments with self-contained explanations Files changed: - `auth.service.ts` — rewrote RxJS comment - `JsonSchemaGenerator.scala` — rewrote camelCase-to-title conversion without SO regex - `PhysicalOp.scala` — rewrote Jackson/Scala annotation comment - `Controller.scala` — rewrote Akka supervisor strategy comment - `ServletAwareConfigurator.scala` — rewrote class Javadoc - `custom-webpack.config.js` — removed SO link from webpack config comment - `generic-web-response.ts` — rewrote const enum comment ### Any related issues, documentation, discussions? Closes #3240 See https://www.apache.org/legal/resolved.html#stackoverflow ### How was this PR tested? These changes are comment rewrites and a functionally equivalent rewrite of one utility method (`generateTitleFromPropertyName`). The rewritten method was manually verified to produce identical output for all camelCase boundary patterns (e.g., `camelCase`, `XMLParser`, `test123Value`). ### Was this PR authored or co-authored using generative AI tooling? Generated-by: Claude Code (Claude Opus 4.6) -- 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]
