Commit 2107ff0
[improve][build] replace org.apache.commons.lang to org.apache.commons.lang3 (#24473)
### Background
import change: org.apache.commons.lang to org.apache.commons.lang3
### Modifications
1. import change: org.apache.commons.lang to org.apache.commons.lang3
2. add check style rules that prevent using commons-lang for new code.
(cherry picked from commit 671994f)1 parent 5a9912b commit 2107ff0
File tree
46 files changed
+55
-48
lines changed- buildtools/src/main/resources/pulsar
- managed-ledger/src/main/java/org/apache/bookkeeper/mledger
- pulsar-broker-auth-oidc/src/main/java/org/apache/pulsar/broker/authentication/oidc
- pulsar-broker-common/src/main/java/org/apache/pulsar/common/configuration
- pulsar-broker/src
- main/java/org/apache/pulsar/broker
- admin/impl
- stats/prometheus/metrics
- test/java/org/apache/pulsar
- broker
- admin
- loadbalance
- extensions
- channel
- filter
- reporter
- scheduler
- store
- strategy
- service
- plugin
- systopic
- client/impl
- compaction
- pulsar-client-tools/src/main/java/org/apache/pulsar/admin/cli
- pulsar-client/src/main/java/org/apache/pulsar/client/impl
- auth/oauth2
- pulsar-common/src
- main/java/org/apache/pulsar/common
- functions
- net
- util/collections
- test/java/org/apache/pulsar/common/util/collections
- pulsar-functions
- instance/src/main/java/org/apache/pulsar/functions/instance
- runtime/src/test/java/org/apache/pulsar/functions
- auth
- runtime/kubernetes
- utils/src/main/java/org/apache/pulsar/functions/utils
- worker/src/main/java/org/apache/pulsar/functions/worker
- rest/api
- pulsar-io
- hbase/src/main/java/org/apache/pulsar/io/hbase/sink
- jdbc/sqlite/src/test/java/org/apache/pulsar/io/jdbc
- pulsar-metadata/src/main/java/org/apache/pulsar/metadata
- bookkeeper
- tableview/impl
- testmocks/src/main/java/org/apache/bookkeeper/client
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
46 files changed
+55
-48
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
159 | 166 | | |
160 | 167 | | |
161 | 168 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | 55 | | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments