Daniel Sandberg

Results 8 issues of Daniel Sandberg

**Request** Support **jakarta.xml.bind** namespace (jakarta.xml.bind-api:3.x, etc) **Reason** Jersey 3.x Test Framework uses jakarta.xml.bind-api:3.x and expects jakarta.xml.bind.* classes while Rest Assured uses 2.x and expects javax.xml.bind.* classes. When using a combination...

### Purpose Provide a collector for tomcat that can capture tomcat runtime metrics ### Collector - Uptime, tomcat version, build, etc - thread pools/executors (name as label) - min -...

This is related to issue https://github.com/actions/setup-java/issues/269 The problem is that caches fill up over time as dependencies, runtimes, and tooling are upgraded. Old files are never evicted and the cache...

feature request

### Discussed in https://github.com/actions/checkout/discussions/798 Originally posted by **devminded** May 20, 2022 # Support sparse checkouts ## Purpose When using large project with many modules (AKA monorepo) being able to do...

This might be a bug with the plugin or a bug in Gradle. I have not seen this issue often before I started using the _gradle.lint_ plugin. **Environment** - OS:...

Today the output looks like this: ``` error unused-dependency one or more classes in org.springframework:spring-core:4.3.7.RELEASE are required by your code directly ``` It would be beneficial to have a more...

enhancement

To improve user experience a warning should be shown when trying to apply a rule that does not exist. As seen in issue #106 I made the mistake of declaring...

In the past (0.x) we had [io.prometheus.client.filter.MetricsFilter](https://github.com/prometheus/client_java/blob/simpleclient/simpleclient_servlet/src/main/java/io/prometheus/client/filter/MetricsFilter.java) for capturing http servlet response times. Is it possible to re-implement this is 1.x?