| commit | 8ca898466970d1d01d4aab57dc521c78c5059d97 | [log] [tgz] |
|---|---|---|
| author | Piotr P. Karwasz <pkarwasz-github@apache.org> | Fri May 30 13:01:35 2025 +0200 |
| committer | Piotr P. Karwasz <pkarwasz-github@apache.org> | Fri May 30 13:03:14 2025 +0200 |
| tree | f608e297ebefd6d053dbc0b4ba49e74638c74594 | |
| parent | c2af6176b879758151f4803b5e907041913aaab4 [diff] |
log4j-docgen: Support attributes as a union of strict type and String
This update enhances the generated XML schema by allowing each attribute to accept either its strict, expected type or a `${...}` expression. This accommodates use cases where property substitution is used, but at the same time allows IDE auto-completions.
> [!WARNING]
> This PR depends on #190 and should not be reviewed until that is merged.
Closes #136