XComp opened a new pull request #19015:
URL: https://github.com/apache/flink/pull/19015
## What is the purpose of the change
This backport for #18951 was necessary despite the rat plugin update not
being backported to `release-1.14` because we still should have all `*.ts`
files with the proper Apache header.
## Brief change log
Cherry-picked from the parent #18951 :
```
$ git cherry-pick 932934aabb55a048da390ee804f4e55ab974ff2e
```
## Verifying this change
Manually verified that there are no other `*.ts` files without the Apache
header in `flink-runtime-web/web-dashboard/src`:
```
find flink-runtime-web/web-dashboard/src -name "*.ts" -exec sh -c 'echo
'{}'; grep -c "Licensed to the Apache Software Foundation (ASF) under one" '{}
\; | grep -B1 0
```
## Does this pull request potentially affect one of the following parts:
- Dependencies (does it add or upgrade a dependency): no
- The public API, i.e., is any changed class annotated with
`@Public(Evolving)`: no
- The serializers: no
- The runtime per-record code paths (performance sensitive): no
- Anything that affects deployment or recovery: JobManager (and its
components), Checkpointing, Kubernetes/Yarn, ZooKeeper: no
- The S3 file system connector: no
## Documentation
- Does this pull request introduce a new feature? no
- If yes, how is the feature documented? not applicable
--
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]