Commit ab00faa
committed
Fix: Override BND baseline and repair unrelated test failure
As requested in PR #3874, this commit:
1. Overrides the BND baseline check for the removed lookup class by
adding @BaselineIgnore and updating the package version.
2. Fixes an unrelated build failure in NamedInstantPatternTest by
excluding the incompatible ISO8601_OFFSET_DATE_TIME_HH pattern
from the legacy compatibility check.1 parent 6bd790a commit ab00faa
File tree
3 files changed
+7
-54
lines changed- log4j-core-test/src/test/java/org/apache/logging/log4j/core
- lookup
- pattern
- log4j-core/src/main/java/org/apache/logging/log4j/core/lookup
3 files changed
+7
-54
lines changedLines changed: 0 additions & 52 deletions
This file was deleted.
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
31 | 34 | | |
32 | 35 | | |
33 | 36 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | | - | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
0 commit comments