Commit 4ef3a58
authored
This commit changes default deprecation logger level to CRITICAL, where default means deprecations emitted by DeprecationLogger#critical method.
It also introduces WARN deprecations which are emitted by DeprecationLogger#warn Those log lines emitted at WARN are meant to indicate that a functionality is deprecated but will not break at next major version.
relates #76754
1 parent 6cccbf5 commit 4ef3a58
File tree
195 files changed
+509
-365
lines changed- distribution/src/config
- docs/reference/setup
- modules
- analysis-common/src/main/java/org/elasticsearch/analysis/common
- ingest-common/src/main/java/org/elasticsearch/ingest/common
- ingest-user-agent/src/main/java/org/elasticsearch/ingest/useragent
- lang-mustache/src/main/java/org/elasticsearch/script/mustache
- parent-join/src/main/java/org/elasticsearch/join/query
- percolator/src/main/java/org/elasticsearch/percolator
- reindex/src/main/java/org/elasticsearch/index/reindex
- remote
- plugins
- analysis-icu/src/main/java/org/elasticsearch/index/analysis
- analysis-phonetic/src/main/java/org/elasticsearch/plugin/analysis/phonetic
- discovery-azure-classic/src/main/java/org/elasticsearch/plugin/discovery/azure/classic
- discovery-ec2/src/main/java/org/elasticsearch/discovery/ec2
- repository-s3/src/main/java/org/elasticsearch/repositories/s3
- qa
- evil-tests/src/test/java/org/elasticsearch/common/logging
- logging-config/src/test
- java/org/elasticsearch/common/logging
- resources/org/elasticsearch/common/logging/json_layout
- server/src
- internalClusterTest/java/org/elasticsearch/snapshots
- main/java/org/elasticsearch
- action
- admin
- cluster
- configuration
- snapshots/restore
- indices
- alias/get
- mapping/put
- settings/put
- template/put
- bulk
- ingest
- search
- support
- termvectors
- bootstrap
- cluster
- metadata
- routing
- allocation
- decider
- common
- geo
- joda
- logging
- settings
- time
- unit
- util/concurrent
- xcontent
- http
- index
- analysis
- mapper
- query
- functionscore
- reindex
- similarity
- indices
- analysis
- flush
- ingest
- node
- rest
- action
- admin/indices
- cat
- document
- search
- script
- search
- aggregations
- bucket
- histogram
- range
- terms
- metrics
- pipeline
- builder
- fetch/subphase
- lookup
- slice
- sort
- suggest/completion/context
- snapshots
- transport
- test/java/org/elasticsearch
- action/admin/indices
- index/analysis
- rest
- test/logger-usage/src/test/java/org/elasticsearch/test/loggerusage
- x-pack/plugin
- async-search/qa/rest/src/main/java/org/elasticsearch/query
- ccr/src/main/java/org/elasticsearch/xpack/ccr/action
- core/src
- main/java/org/elasticsearch/xpack/core
- ilm
- ml/datafeed
- security/authz/permission
- ssl
- transform
- action
- transforms/pivot
- test/java/org/elasticsearch/xpack/core/transform
- deprecation/qa/rest/src
- javaRestTest/java/org/elasticsearch/xpack/deprecation
- main/java/org/elasticsearch/xpack/deprecation
- graph/src/main/java/org/elasticsearch/xpack/graph/rest/action
- ml/src/main/java/org/elasticsearch/xpack/ml
- job
- rest/inference
- utils
- rollup/src/main/java/org/elasticsearch/xpack/rollup/action
- security/src
- main/java/org/elasticsearch/xpack/security
- authc
- esnative
- ldap
- support
- authz/store
- support
- test/java/org/elasticsearch/xpack/security/authz/store
- spatial/src/main/java/org/elasticsearch/xpack/spatial/index
- mapper
- query
- vectors/src/main/java/org/elasticsearch/xpack/vectors
- mapper
- query
- watcher/src/main/java/org/elasticsearch/xpack/watcher
- actions/index
- rest/action
- support/search
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
195 files changed
+509
-365
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
204 | | - | |
| 203 | + | |
| 204 | + | |
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
208 | | - | |
| 208 | + | |
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
Lines changed: 10 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
242 | | - | |
| 242 | + | |
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
| |||
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
267 | | - | |
| 267 | + | |
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
| |||
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
316 | | - | |
| 316 | + | |
317 | 317 | | |
318 | 318 | | |
319 | 319 | | |
| |||
322 | 322 | | |
323 | 323 | | |
324 | 324 | | |
325 | | - | |
| 325 | + | |
326 | 326 | | |
327 | 327 | | |
328 | 328 | | |
| |||
403 | 403 | | |
404 | 404 | | |
405 | 405 | | |
406 | | - | |
| 406 | + | |
407 | 407 | | |
408 | 408 | | |
409 | 409 | | |
| |||
434 | 434 | | |
435 | 435 | | |
436 | 436 | | |
437 | | - | |
| 437 | + | |
438 | 438 | | |
439 | 439 | | |
440 | 440 | | |
| |||
454 | 454 | | |
455 | 455 | | |
456 | 456 | | |
457 | | - | |
| 457 | + | |
458 | 458 | | |
459 | 459 | | |
460 | 460 | | |
| |||
481 | 481 | | |
482 | 482 | | |
483 | 483 | | |
484 | | - | |
| 484 | + | |
485 | 485 | | |
486 | 486 | | |
487 | 487 | | |
| |||
559 | 559 | | |
560 | 560 | | |
561 | 561 | | |
562 | | - | |
| 562 | + | |
563 | 563 | | |
564 | 564 | | |
565 | 565 | | |
566 | 566 | | |
567 | 567 | | |
568 | 568 | | |
569 | 569 | | |
570 | | - | |
| 570 | + | |
571 | 571 | | |
572 | 572 | | |
573 | 573 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
0 commit comments