apache / apache/logging-log4j2

Add support for injecting `null` values for wrapped primitive values

Open
#2,362 2 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.