Matt Sicker
Matt Sicker
Related to https://issues.apache.org/jira/browse/LOG4J2-2937 (provide counters for logger rates) and #1927, we need some sort of basic metrics API we can use internally for exporting said metrics into a metrics library....
## Description There are numerous tests that abuse static state, system properties, and implicit startup ordering, and I've had to disable them for now as my attempts at porting them...
This idea is also related to a more general idea of supporting the [OpenTelemetry log data model](https://opentelemetry.io/docs/specs/otel/logs/data-model/), though the idea here would be to make standard log event attributes for...
## Description JMX is an older API from Java for recording various metrics and publishing them along with other remote management features. It seems as though the [JDK Flight Recorder](https://docs.oracle.com/en/java/javase/11/docs/api/jdk.jfr/module-summary.html)...
This updates `gate-saml` to use the built-in SAML support in Spring Security which uses OpenSAML 4.x. Nearly all the previously supported properties for SAML are still supported, though a couple...
## Description In the docs at https://logging.apache.org/log4j/2.x/manual/layouts.html#patterns it gives an example pattern `%c{1.2.*}` that should transform something like `org.apache.commons.test.Foo` to `o.a.c.test.Foo`, but I'm seeing it transform into `o.ap.commons.test.Foo` instead. In...
I was looking at potentially using this or improving on it for use in Apache OpenWhisk. However, I noticed that you didn't attach any licensing information to this repository. Can...
Submitting a new ticket. It could ask you about required fields you didn't specify or something.
The existing implementation for `FileSystem.open()` internally uses `FileResolver.resolveFile()` which returns a `File`. In my use case, I have custom NIO FileSystemProviders installed to handle remote file systems, so if I...
Reverts the revert of #89 to continue development. @reviewbybees @Wadeck @fbelzunc