apache / apache/logging-log4j2
Add support for injecting `null` values for wrapped primitive values
Open
- Dominant language
- Java
- Stars
- 3.6k
- Forks
- 1.7k
- Avg merge
- 21h 30m
- Merged PRs (30d)
- 27
Description
If a component builder has a method:
```java
public void setIncludeLocation(@PluginAttribute @Nullable Boolean includeLocation);
```
the instance factory will inject `Boolean.FALSE` instead of the expected `null` if the value is not present.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.