Matt Sicker
Matt Sicker
@dependabot rebase
@dependabot rebase
This should be an interesting build update. IntelliJ has some Maven 4 support now, so IDEs aren't a blocker. Do we still want to use the XML format, or is...
> Please stick to XML – `logging-parent` has some XML-specific machinery over `pom.xml`. Slightly related: our changelog entry file format is in XML too. That's a good point. We have...
> * The methods `ReusableMessage.memento()` and `LogEvent.toMemento()` have similar names but return fundamentally different types (`Message` vs. `LogEvent`). This naming overlap can cause confusion, especially since classes like `ReusableLogEvent` implement...
This particular issue is blocked at the moment due to how `Key` makes use of `Keys` for getting the name of things when constructing a key based on some annotated...
Branch opened in https://github.com/apache/logging-log4j2/compare/main...feature/3.x/name-alias-provider?expand=1 that's not complete, but has worked toward removing unnecessary use of `Keys::getName`. What remains to be done there include unrolling the other `Keys::getName` methods from `InjectionPoint`...
Alright, this turned out to be a bit different. I noticed some key insights into how the names and aliases are extracted: * All name and alias extractors operate on...
Looks interesting, but this diverges so much from anything remotely similar to the Kork credentials API that I'm still unsure how this will eventually integrate with secrets, storage, and the...
I see. We've diverged quite a bit then at this point, so my previous RFC to add RBAC to Kayenta won't be possible until we've figured that out.