renovate-bot opened a new pull request, #1740: URL: https://github.com/apache/polaris/pull/1740
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.prometheus:prometheus-metrics-exporter-servlet-jakarta](https://redirect.github.com/prometheus/client_java) | `1.3.0` -> `1.3.8` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>prometheus/client_java (io.prometheus:prometheus-metrics-exporter-servlet-jakarta)</summary> ### [`v1.3.8`](https://redirect.github.com/prometheus/client_java/releases/tag/v1.3.8) <!-- Release notes generated using configuration in .github/release.yml at main --> #### What's Changed ##### 🏕 Features - Introduce removeIf method to StatefulMetric by [@​dao-jun](https://redirect.github.com/dao-jun) in [https://github.com/prometheus/client_java/pull/1339](https://redirect.github.com/prometheus/client_java/pull/1339) - bom should not include junit by [@​zeitlinger](https://redirect.github.com/zeitlinger) in [https://github.com/prometheus/client_java/pull/1359](https://redirect.github.com/prometheus/client_java/pull/1359) - Fixed typos by [@​dhoard](https://redirect.github.com/dhoard) in [https://github.com/prometheus/client_java/pull/1363](https://redirect.github.com/prometheus/client_java/pull/1363) - Let clients of DropwizardExports handle validation errors by [@​mnssn](https://redirect.github.com/mnssn) in [https://github.com/prometheus/client_java/pull/1354](https://redirect.github.com/prometheus/client_java/pull/1354) - Dropwizard apply label mapper to snapshot metrics by [@​KacperFilutowski-TomTom](https://redirect.github.com/KacperFilutowski-TomTom) in [https://github.com/prometheus/client_java/pull/1266](https://redirect.github.com/prometheus/client_java/pull/1266) ##### 👒 Dependencies - Bump jetty-server.version from 12.0.20 to 12.0.21 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/client_java/pull/1349](https://redirect.github.com/prometheus/client_java/pull/1349) - Bump org.apache.tomcat.embed:tomcat-embed-core from 11.0.6 to 11.0.7 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/client_java/pull/1350](https://redirect.github.com/prometheus/client_java/pull/1350) - Bump com.google.protobuf:protobuf-java from 4.30.2 to 4.31.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/client_java/pull/1357](https://redirect.github.com/prometheus/client_java/pull/1357) - Bump io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha from 2.15.0-alpha to 2.16.0-alpha by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/client_java/pull/1358](https://redirect.github.com/prometheus/client_java/pull/1358) - Bump super-linter/super-linter from 7.3.0 to 7.4.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/client_java/pull/1362](https://redirect.github.com/prometheus/client_java/pull/1362) - Bump org.mockito:mockito-core from 5.17.0 to 5.18.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/client_java/pull/1365](https://redirect.github.com/prometheus/client_java/pull/1365) - Bump org.springframework.boot:spring-boot-starter-parent from 3.4.5 to 3.4.6 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/client_java/pull/1366](https://redirect.github.com/prometheus/client_java/pull/1366) #### New Contributors - [@​dao-jun](https://redirect.github.com/dao-jun) made their first contribution in [https://github.com/prometheus/client_java/pull/1339](https://redirect.github.com/prometheus/client_java/pull/1339) - [@​mnssn](https://redirect.github.com/mnssn) made their first contribution in [https://github.com/prometheus/client_java/pull/1354](https://redirect.github.com/prometheus/client_java/pull/1354) - [@​KacperFilutowski-TomTom](https://redirect.github.com/KacperFilutowski-TomTom) made their first contribution in [https://github.com/prometheus/client_java/pull/1266](https://redirect.github.com/prometheus/client_java/pull/1266) **Full Changelog**: https://github.com/prometheus/client_java/compare/v1.3.7...v1.3.8 ### [`v1.3.7`](https://redirect.github.com/prometheus/client_java/releases/tag/v1.3.7) <!-- Release notes generated using configuration in .github/release.yml at main --> #### What's Changed ##### 🏕 Features - Use bulk string writes for text formats by [@​marschall](https://redirect.github.com/marschall) in [https://github.com/prometheus/client_java/pull/1273](https://redirect.github.com/prometheus/client_java/pull/1273) - fix method name in two Histogram builder method javadocs by [@​benjaminp](https://redirect.github.com/benjaminp) in [https://github.com/prometheus/client_java/pull/1302](https://redirect.github.com/prometheus/client_java/pull/1302) - Set a name to threads created by Scheduler Threadfactory by [@​edoardocomar](https://redirect.github.com/edoardocomar) in [https://github.com/prometheus/client_java/pull/1307](https://redirect.github.com/prometheus/client_java/pull/1307) - add option to skip the shaded protobuf and otel libraries by [@​zeitlinger](https://redirect.github.com/zeitlinger) in [https://github.com/prometheus/client_java/pull/1293](https://redirect.github.com/prometheus/client_java/pull/1293) - fix timestamp representation by [@​zeitlinger](https://redirect.github.com/zeitlinger) in [https://github.com/prometheus/client_java/pull/1292](https://redirect.github.com/prometheus/client_java/pull/1292) - Eagerly reject null label values by [@​benjaminp](https://redirect.github.com/benjaminp) in [https://github.com/prometheus/client_java/pull/1335](https://redirect.github.com/prometheus/client_java/pull/1335) - Fix broken link to "Exclude protobuf exposition format" section by [@​izeye](https://redirect.github.com/izeye) in [https://github.com/prometheus/client_java/pull/1347](https://redirect.github.com/prometheus/client_java/pull/1347) - Synchronize common files from prometheus/prometheus by [@​prombot](https://redirect.github.com/prombot) in [https://github.com/prometheus/client_java/pull/1340](https://redirect.github.com/prometheus/client_java/pull/1340) ##### 🧹 Chore - increase coverage by [@​zeitlinger](https://redirect.github.com/zeitlinger) in [https://github.com/prometheus/client_java/pull/1276](https://redirect.github.com/prometheus/client_java/pull/1276) - fix gh pages by [@​zeitlinger](https://redirect.github.com/zeitlinger) in [https://github.com/prometheus/client_java/pull/1278](https://redirect.github.com/prometheus/client_java/pull/1278) - Fix documentation typo by [@​bzier](https://redirect.github.com/bzier) in [https://github.com/prometheus/client_java/pull/1282](https://redirect.github.com/prometheus/client_java/pull/1282) - use Mise by [@​zeitlinger](https://redirect.github.com/zeitlinger) in [https://github.com/prometheus/client_java/pull/1319](https://redirect.github.com/prometheus/client_java/pull/1319) - Fix next SNAPSHOT version by [@​fstab](https://redirect.github.com/fstab) in [https://github.com/prometheus/client_java/pull/1217](https://redirect.github.com/prometheus/client_java/pull/1217) - add Zizmor by [@​zeitlinger](https://redirect.github.com/zeitlinger) in [https://github.com/prometheus/client_java/pull/1337](https://redirect.github.com/prometheus/client_java/pull/1337) - fix gh pages, add super linter by [@​zeitlinger](https://redirect.github.com/zeitlinger) in [https://github.com/prometheus/client_java/pull/1338](https://redirect.github.com/prometheus/client_java/pull/1338) - add release.yml by [@​zeitlinger](https://redirect.github.com/zeitlinger) in [https://github.com/prometheus/client_java/pull/1341](https://redirect.github.com/prometheus/client_java/pull/1341) - Fix by [@​zeitlinger](https://redirect.github.com/zeitlinger) in [https://github.com/prometheus/client_java/pull/1342](https://redirect.github.com/prometheus/client_java/pull/1342) - fix lint by [@​zeitlinger](https://redirect.github.com/zeitlinger) in [https://github.com/prometheus/client_java/pull/1343](https://redirect.github.com/prometheus/client_java/pull/1343) - Fix release by [@​zeitlinger](https://redirect.github.com/zeitlinger) in [https://github.com/prometheus/client_java/pull/1344](https://redirect.github.com/prometheus/client_java/pull/1344) ##### 👒 Dependencies - Bump io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha from 2.12.0-alpha to 2.13.0-alpha by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/client_java/pull/1275](https://redirect.github.com/prometheus/client_java/pull/1275) - Bump org.apache.tomcat.embed:tomcat-embed-core from 11.0.2 to 11.0.4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/client_java/pull/1274](https://redirect.github.com/prometheus/client_java/pull/1274) - Bump org.apache.maven.plugins:maven-clean-plugin from 3.4.0 to 3.4.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/client_java/pull/1279](https://redirect.github.com/prometheus/client_java/pull/1279) - Bump io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha from 2.13.0-alpha to 2.13.1-alpha by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/client_java/pull/1280](https://redirect.github.com/prometheus/client_java/pull/1280) - Bump org.testcontainers:junit-jupiter from 1.20.4 to 1.20.5 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/client_java/pull/1281](https://redirect.github.com/prometheus/client_java/pull/1281) - Bump org.awaitility:awaitility from 4.2.2 to 4.3.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/client_java/pull/1286](https://redirect.github.com/prometheus/client_java/pull/1286) - Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.2 to 2.44.3 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/client_java/pull/1284](https://redirect.github.com/prometheus/client_java/pull/1284) - Bump org.apache.maven.plugins:maven-compiler-plugin from 3.13.0 to 3.14.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/client_java/pull/1283](https://redirect.github.com/prometheus/client_java/pull/1283) - Bump org.springframework.boot:spring-boot-starter-parent from 3.4.2 to 3.4.3 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/client_java/pull/1285](https://redirect.github.com/prometheus/client_java/pull/1285) - Bump org.slf4j:slf4j-simple from 2.0.16 to 2.0.17 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/client_java/pull/1288](https://redirect.github.com/prometheus/client_java/pull/1288) - Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.8.0 to 3.9.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/client_java/pull/1290](https://redirect.github.com/prometheus/client_java/pull/1290) - Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.3 to 3.1.4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/client_java/pull/1291](https://redirect.github.com/prometheus/client_java/pull/1291) - Bump io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha from 2.13.1-alpha to 2.13.2-alpha by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/client_java/pull/1289](https://redirect.github.com/prometheus/client_java/pull/1289) - Bump junit-jupiter.version from 5.11.4 to 5.12.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/client_java/pull/1287](https://redirect.github.com/prometheus/client_java/pull/1287) - Bump org.apache.maven.plugins:maven-install-plugin from 3.1.3 to 3.1.4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/client_java/pull/1294](https://redirect.github.com/prometheus/client_java/pull/1294) - Bump org.mockito:mockito-core from 5.15.2 to 5.16.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/client_java/pull/1297](https://redirect.github.com/prometheus/client_java/pull/1297) - Bump io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha from 2.13.2-alpha to 2.13.3-alpha by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/client_java/pull/1296](https://redirect.github.com/prometheus/client_java/pull/1296) - Bump org.testcontainers:junit-jupiter from 1.20.5 to 1.20.6 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/client_java/pull/1298](https://redirect.github.com/prometheus/client_java/pull/1298) - Bump org.wiremock:wiremock from 3.12.0 to 3.12.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/client_java/pull/1295](https://redirect.github.com/prometheus/client_java/pull/1295) - Bump com.google.protobuf:protobuf-java from 4.29.3 to 4.30.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/client_java/pull/1299](https://redirect.github.com/prometheus/client_java/pull/1299) - Bump jetty-server.version from 12.0.16 to 12.0.17 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/client_java/pull/1300](https://redirect.github.com/prometheus/client_java/pull/1300) - Bump org.apache.tomcat.embed:tomcat-embed-core from 11.0.4 to 11.0.5 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/client_java/pull/1301](https://redirect.github.com/prometheus/client_java/pull/1301) - Bump junit-jupiter.version from 5.12.0 to 5.12.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/client_java/pull/1304](https://redirect.github.com/prometheus/client_java/pull/1304) - Bump io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha from 2.13.3-alpha to 2.14.0-alpha by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/client_java/pull/1306](https://redirect.github.com/prometheus/client_java/pull/1306) - Bump com.google.protobuf:protobuf-java from 4.30.0 to 4.30.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/client_java/pull/1305](https://redirect.github.com/prometheus/client_java/pull/1305) - Bump org.mockito:mockito-core from 5.16.0 to 5.16.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/client_java/pull/1308](https://redirect.github.com/prometheus/client_java/pull/1308) - Bump jetty-server.version from 12.0.17 to 12.0.18 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/client_java/pull/1309](https://redirect.github.com/prometheus/client_java/pull/1309) - Bump com.google.guava:guava from 33.4.0-jre to 33.4.5-jre by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/client_java/pull/1310](https://redirect.github.com/prometheus/client_java/pull/1310) - Bump com.google.errorprone:error_prone_core from 2.36.0 to 2.37.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/client_java/pull/1311](https://redirect.github.com/prometheus/client_java/pull/1311) - Bump org.springframework.boot:spring-boot-starter-parent from 3.4.3 to 3.4.4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/client_java/pull/1312](https://redirect.github.com/prometheus/client_java/pull/1312) - Bump com.google.guava:guava from 33.4.5-jre to 33.4.6-jre by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/client_java/pull/1313](https://redirect.github.com/prometheus/client_java/pull/1313) - Bump com.google.protobuf:protobuf-java from 4.30.1 to 4.30.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/client_java/pull/1314](https://redirect.github.com/prometheus/client_java/pull/1314) - Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.2 to 3.5.3 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/client_java/pull/1315](https://redirect.github.com/prometheus/client_java/pull/1315) - Bump org.jacoco:jacoco-maven-plugin from 0.8.12 to 0.8.13 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/client_java/pull/1318](https://redirect.github.com/prometheus/client_java/pull/1318) - Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.5.2 to 3.5.3 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/client_java/pull/1316](https://redirect.github.com/prometheus/client_java/pull/1316) - Bump org.mockito:mockito-core from 5.16.1 to 5.17.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/client_java/pull/1320](https://redirect.github.com/prometheus/client_java/pull/1320) - Bump jetty-server.version from 12.0.18 to 12.0.19 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/client_java/pull/1317](https://redirect.github.com/prometheus/client_java/pull/1317) - Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.3 to 2.44.4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/client_java/pull/1322](https://redirect.github.com/prometheus/client_java/pull/1322) - Bump io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha from 2.14.0-alpha to 2.15.0-alpha by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/client_java/pull/1326](https://redirect.github.com/prometheus/client_java/pull/1326) - Bump org.apache.tomcat.embed:tomcat-embed-core from 11.0.5 to 11.0.6 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/client_java/pull/1324](https://redirect.github.com/prometheus/client_java/pull/1324) - Bump com.google.guava:guava from 33.4.6-jre to 33.4.7-jre by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/client_java/pull/1323](https://redirect.github.com/prometheus/client_java/pull/1323) - Bump junit-jupiter.version from 5.12.1 to 5.12.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/client_java/pull/1327](https://redirect.github.com/prometheus/client_java/pull/1327) - Bump commons-io:commons-io from 2.18.0 to 2.19.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/client_java/pull/1328](https://redirect.github.com/prometheus/client_java/pull/1328) - Bump junit-jupiter.version from 5.12.2 to 5.12.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/client_java/pull/1329](https://redirect.github.com/prometheus/client_java/pull/1329) - Bump com.google.guava:guava from 33.4.7-jre to 33.4.8-jre by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/client_java/pull/1330](https://redirect.github.com/prometheus/client_java/pull/1330) - Bump com.google.errorprone:error_prone_core from 2.37.0 to 2.38.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/client_java/pull/1332](https://redirect.github.com/prometheus/client_java/pull/1332) - Bump org.wiremock:wiremock from 3.12.1 to 3.13.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/client_java/pull/1334](https://redirect.github.com/prometheus/client_java/pull/1334) - Bump org.testcontainers:junit-jupiter from 1.20.6 to 1.21.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/client_java/pull/1333](https://redirect.github.com/prometheus/client_java/pull/1333) - Bump org.springframework.boot:spring-boot-starter-parent from 3.4.4 to 3.4.5 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/client_java/pull/1336](https://redirect.github.com/prometheus/client_java/pull/1336) - Bump jetty-server.version from 12.0.19 to 12.0.20 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/client_java/pull/1345](https://redirect.github.com/prometheus/client_java/pull/1345) - Bump jdx/mise-action from 2.2.1 to 2.2.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/client_java/pull/1348](https://redirect.github.com/prometheus/client_java/pull/1348) #### New Contributors - [@​marschall](https://redirect.github.com/marschall) made their first contribution in [https://github.com/prometheus/client_java/pull/1273](https://redirect.github.com/prometheus/client_java/pull/1273) - [@​bzier](https://redirect.github.com/bzier) made their first contribution in [https://github.com/prometheus/client_java/pull/1282](https://redirect.github.com/prometheus/client_java/pull/1282) - [@​benjaminp](https://redirect.github.com/benjaminp) made their first contribution in [https://github.com/prometheus/client_java/pull/1302](https://redirect.github.com/prometheus/client_java/pull/1302) - [@​edoardocomar](https://redirect.github.com/edoardocomar) made their first contribution in [https://github.com/prometheus/client_java/pull/1307](https://redirect.github.com/prometheus/client_java/pull/1307) - [@​izeye](https://redirect.github.com/izeye) made their first contribution in [https://github.com/prometheus/client_java/pull/1347](https://redirect.github.com/prometheus/client_java/pull/1347) **Full Changelog**: https://github.com/prometheus/client_java/compare/v1.3.6...v1.3.7 ### [`v1.3.6`](https://redirect.github.com/prometheus/client_java/releases/tag/v1.3.6) #### What's Changed - rename files to avoid dependabot security warnings by [@​zeitlinger](https://redirect.github.com/zeitlinger) in [https://github.com/prometheus/client_java/pull/1239](https://redirect.github.com/prometheus/client_java/pull/1239) - Use buffered writer by [@​michaldo](https://redirect.github.com/michaldo) in [https://github.com/prometheus/client_java/pull/1241](https://redirect.github.com/prometheus/client_java/pull/1241) - Use buffered writer by [@​dhoard](https://redirect.github.com/dhoard) in [https://github.com/prometheus/client_java/pull/1248](https://redirect.github.com/prometheus/client_java/pull/1248) - add dropwizard to bom by [@​zeitlinger](https://redirect.github.com/zeitlinger) in [https://github.com/prometheus/client_java/pull/1250](https://redirect.github.com/prometheus/client_java/pull/1250) - Caffeine instrumentation: add weighted size metric by [@​jhominal](https://redirect.github.com/jhominal) in [https://github.com/prometheus/client_java/pull/1251](https://redirect.github.com/prometheus/client_java/pull/1251) - Add documentation pages for Caffeine and Guava cache instrumentation libraries by [@​jhominal](https://redirect.github.com/jhominal) in [https://github.com/prometheus/client_java/pull/1262](https://redirect.github.com/prometheus/client_java/pull/1262) - bom should not include guava - it was only for internal code reuse by [@​zeitlinger](https://redirect.github.com/zeitlinger) in [https://github.com/prometheus/client_java/pull/1269](https://redirect.github.com/prometheus/client_java/pull/1269) #### New Contributors - [@​Stephan202](https://redirect.github.com/Stephan202) made their first contribution in [https://github.com/prometheus/client_java/pull/1242](https://redirect.github.com/prometheus/client_java/pull/1242) - [@​michaldo](https://redirect.github.com/michaldo) made their first contribution in [https://github.com/prometheus/client_java/pull/1241](https://redirect.github.com/prometheus/client_java/pull/1241) - [@​jhominal](https://redirect.github.com/jhominal) made their first contribution in [https://github.com/prometheus/client_java/pull/1251](https://redirect.github.com/prometheus/client_java/pull/1251) **Full Changelog**: https://github.com/prometheus/client_java/compare/v1.3.5...v1.3.6 ### [`v1.3.5`](https://redirect.github.com/prometheus/client_java/releases/tag/v1.3.5) #### What's Changed - Bump com.google.protobuf:protobuf-java from 4.28.3 to 4.29.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/client_java/pull/1222](https://redirect.github.com/prometheus/client_java/pull/1222) - Add support for dw-metrics 4.x by [@​kingster](https://redirect.github.com/kingster) in [https://github.com/prometheus/client_java/pull/1228](https://redirect.github.com/prometheus/client_java/pull/1228) **Full Changelog**: https://github.com/prometheus/client_java/compare/v1.3.4...v1.3.5 ### [`v1.3.4`](https://redirect.github.com/prometheus/client_java/releases/tag/v1.3.4) #### What's Changed - Add instrumentation for Guava & Caffeine to BOM by [@​der-eismann](https://redirect.github.com/der-eismann) in [https://github.com/prometheus/client_java/pull/1175](https://redirect.github.com/prometheus/client_java/pull/1175) - fix register part of documentation for caffeine & guava instrumentati… by [@​pheyken](https://redirect.github.com/pheyken) in [https://github.com/prometheus/client_java/pull/1203](https://redirect.github.com/prometheus/client_java/pull/1203) - \[prometheus-metrics-instrumentation-caffeine] implement getPrometheus… by [@​pheyken](https://redirect.github.com/pheyken) in [https://github.com/prometheus/client_java/pull/1206](https://redirect.github.com/prometheus/client_java/pull/1206) - \[prometheus-metrics-instrumentation-guava] implement getPrometheusNames by [@​pheyken](https://redirect.github.com/pheyken) in [https://github.com/prometheus/client_java/pull/1211](https://redirect.github.com/prometheus/client_java/pull/1211) - [make Protobuf optional](https://prometheus.github.io/client_java/exporters/formats/#exclude-protobuf-exposition-format) by [@​zeitlinger](https://redirect.github.com/zeitlinger) in [https://github.com/prometheus/client_java/pull/1190](https://redirect.github.com/prometheus/client_java/pull/1190) #### New Contributors - [@​der-eismann](https://redirect.github.com/der-eismann) made their first contribution in [https://github.com/prometheus/client_java/pull/1175](https://redirect.github.com/prometheus/client_java/pull/1175) **Full Changelog**: https://github.com/prometheus/client_java/compare/v1.3.3...v1.3.4 ### [`v1.3.3`](https://redirect.github.com/prometheus/client_java/releases/tag/v1.3.3) #### What's Changed - Bump com.google.protobuf:protobuf-java from 4.28.2 to 4.28.3 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/client_java/pull/1178](https://redirect.github.com/prometheus/client_java/pull/1178) - Bump io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha from 2.8.0-alpha to 2.9.0-alpha by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/client_java/pull/1164](https://redirect.github.com/prometheus/client_java/pull/1164) - avoid ConcurrentModificationException by [@​zeitlinger](https://redirect.github.com/zeitlinger) in [https://github.com/prometheus/client_java/pull/1191](https://redirect.github.com/prometheus/client_java/pull/1191) - revert incompatible api change by [@​zeitlinger](https://redirect.github.com/zeitlinger) in [https://github.com/prometheus/client_java/pull/1192](https://redirect.github.com/prometheus/client_java/pull/1192) **Full Changelog**: https://github.com/prometheus/client_java/compare/v1.3.2...v1.3.3 ### [`v1.3.2`](https://redirect.github.com/prometheus/client_java/releases/tag/v1.3.2) #### What's Changed - Simple MetricsSnapshot performance change by [@​dhoard](https://redirect.github.com/dhoard) in [https://github.com/prometheus/client_java/pull/963](https://redirect.github.com/prometheus/client_java/pull/963) - feat: add bearerToken builder to pushgateway exporter by [@​FUSAKLA](https://redirect.github.com/FUSAKLA) in [https://github.com/prometheus/client_java/pull/968](https://redirect.github.com/prometheus/client_java/pull/968) - Fix UnknownDataPointSnapshot constructor by [@​mimaison](https://redirect.github.com/mimaison) in [https://github.com/prometheus/client_java/pull/977](https://redirect.github.com/prometheus/client_java/pull/977) - Added methods by [@​dhoard](https://redirect.github.com/dhoard) in [https://github.com/prometheus/client_java/pull/978](https://redirect.github.com/prometheus/client_java/pull/978) - Updated CircleCI image by [@​dhoard](https://redirect.github.com/dhoard) in [https://github.com/prometheus/client_java/pull/982](https://redirect.github.com/prometheus/client_java/pull/982) - Change links on front page to be relative by [@​MaBiConti](https://redirect.github.com/MaBiConti) in [https://github.com/prometheus/client_java/pull/981](https://redirect.github.com/prometheus/client_java/pull/981) - add support for guava instrumentation with 1.X.X by [@​pheyken](https://redirect.github.com/pheyken) in [https://github.com/prometheus/client_java/pull/979](https://redirect.github.com/prometheus/client_java/pull/979) - add support for caffeine instrumentation with 1.X.X by [@​pheyken](https://redirect.github.com/pheyken) in [https://github.com/prometheus/client_java/pull/983](https://redirect.github.com/prometheus/client_java/pull/983) - Nullify noLabels in StatefulMetric during clear() to prevent no-label inc to stop working by [@​iaco86](https://redirect.github.com/iaco86) in [https://github.com/prometheus/client_java/pull/972](https://redirect.github.com/prometheus/client_java/pull/972) - Add abstract build method to MetricSnapshot.Builder by [@​mimaison](https://redirect.github.com/mimaison) in [https://github.com/prometheus/client_java/pull/969](https://redirect.github.com/prometheus/client_java/pull/969) - Fix PrometheusNaming.sanitizeMetricName() methods by [@​mimaison](https://redirect.github.com/mimaison) in [https://github.com/prometheus/client_java/pull/975](https://redirect.github.com/prometheus/client_java/pull/975) - additional improve MetricSnapshots.Builder performance by [@​burov4j](https://redirect.github.com/burov4j) in [https://github.com/prometheus/client_java/pull/985](https://redirect.github.com/prometheus/client_java/pull/985) - Make JvmMetrics.register idempotent with the default registry by [@​mimaison](https://redirect.github.com/mimaison) in [https://github.com/prometheus/client_java/pull/987](https://redirect.github.com/prometheus/client_java/pull/987) - http server, add subject.doAs handler wrapper for exchange attribute … by [@​gtully](https://redirect.github.com/gtully) in [https://github.com/prometheus/client_java/pull/1089](https://redirect.github.com/prometheus/client_java/pull/1089) - fix buffer sync logic using modern concurrency primitives by [@​zeitlinger](https://redirect.github.com/zeitlinger) in [https://github.com/prometheus/client_java/pull/991](https://redirect.github.com/prometheus/client_java/pull/991) - use otel autoconfigure by [@​zeitlinger](https://redirect.github.com/zeitlinger) in [https://github.com/prometheus/client_java/pull/1147](https://redirect.github.com/prometheus/client_java/pull/1147) - Add clear() method into PrometheusRegistry to unregister all collectors by [@​zeitlinger](https://redirect.github.com/zeitlinger) in [https://github.com/prometheus/client_java/pull/1158](https://redirect.github.com/prometheus/client_java/pull/1158) #### New Contributors - [@​FUSAKLA](https://redirect.github.com/FUSAKLA) made their first contribution in [https://github.com/prometheus/client_java/pull/968](https://redirect.github.com/prometheus/client_java/pull/968) - [@​mimaison](https://redirect.github.com/mimaison) made their first contribution in [https://github.com/prometheus/client_java/pull/977](https://redirect.github.com/prometheus/client_java/pull/977) - [@​MaBiConti](https://redirect.github.com/MaBiConti) made their first contribution in [https://github.com/prometheus/client_java/pull/981](https://redirect.github.com/prometheus/client_java/pull/981) - [@​pheyken](https://redirect.github.com/pheyken) made their first contribution in [https://github.com/prometheus/client_java/pull/979](https://redirect.github.com/prometheus/client_java/pull/979) - [@​iaco86](https://redirect.github.com/iaco86) made their first contribution in [https://github.com/prometheus/client_java/pull/972](https://redirect.github.com/prometheus/client_java/pull/972) - [@​burov4j](https://redirect.github.com/burov4j) made their first contribution in [https://github.com/prometheus/client_java/pull/985](https://redirect.github.com/prometheus/client_java/pull/985) - [@​zeitlinger](https://redirect.github.com/zeitlinger) made their first contribution in [https://github.com/prometheus/client_java/pull/988](https://redirect.github.com/prometheus/client_java/pull/988) - [@​gtully](https://redirect.github.com/gtully) made their first contribution in [https://github.com/prometheus/client_java/pull/1089](https://redirect.github.com/prometheus/client_java/pull/1089) **Full Changelog**: https://github.com/prometheus/client_java/compare/v1.3.1...v1.3.2 ### [`v1.3.1`](https://redirect.github.com/prometheus/client_java/releases/tag/v1.3.1): 1.3.1 / 2024-05-23 This is just a minor update to the 1.3.0 release: With the previous releases it was possible to create illegal `UNIT` names, like `new Unit("&^$")` or `new Unit("total")`. This release prevents that (throwing an `IllegalArgumentException`), and also adds a method `PrometheusNaming.sanitizeUnitName(name)` for converting arbitrary strings into valid Prometheus `UNIT` names. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/apache/polaris). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4zMy42IiwidXBkYXRlZEluVmVyIjoiNDAuMzMuNiIsInRhcmdldEJyYW5jaCI6InJlbGVhc2UvMC45LngiLCJsYWJlbHMiOlsicmVub3ZhdGUtcG9sYXJpcyJdfQ==--> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org