Conversation
…metry TCK - Bump MP spec versions: Fault Tolerance 4.1, OpenAPI 4.1, Rest Client 4.0, Telemetry 2.1 - Bump SmallRye impls: Fault Tolerance 6.11.0, OpenAPI 4.2.4, OpenTelemetry 2.11.2 - Remove MicroProfile Metrics (dropped in MP 7.0): API, SmallRye impl, Micrometer, source code (VendorMetrics, MetricsFilterRegistration, MicroProfileMetricsEndpoint, MicroProfileMetricsRegistration), SPI registrations, TCK module, examples - Remove LegacyMetricsExtension from SystemInstance CDI extensions - Remove VendorMetrics from org.apache.openejb.extension SPI - Restructure Telemetry TCK into tracing/metrics/logs sub-modules (all 47 tests pass) - Update opentelemetry-semconv groupId and version (1.32.0) - Fix OpenApiTest to remove @Timed/MetricUnits usage
- Exclude old MP Metrics-based tests (org.eclipse.microprofile.fault.tolerance.tck.metrics.**) replaced by *TelemetryTest variants in FT 4.1 - Add GlobalOpenTelemetryResetListener (ServletContainerInitializer) to reset GlobalOpenTelemetry before each deployment, enabling OTel SDK re-initialization with app-specific ServiceLoader providers (InMemoryMetricReader) - Set reuseForks=false to ensure clean OTel state per test class
- Bump TestNG from 7.5.1 to 7.10.2 to fix NoSuchMethod for Assert.assertEquals(Boolean, Boolean, String) in ModelConstructionTest
- Upgrade WireMock from 2.27.2 to 3.13.1 (org.wiremock groupId) - Upgrade WireMock Maven plugin from 3.0.0 to 7.3.0 with wiremock-standalone - Remove manual Jetty 9.2 dependencies (WireMock 3.x bundles Jetty 11) - Upgrade TestNG from 7.5.1 to 7.10.2 - Add httpcore5 dependency for SslContextTest - Remove SSE test exclusion (javax servlet API issue fixed in 4.0)
- Uses io.opentelemetry.api (provided by TomEE MicroProfile via MP Telemetry 2.1) - Counter (LongCounter) — counts endpoint invocations with attributes - Gauge (ObservableLongGauge) — reports current temperature via callback - Histogram (LongHistogram) — records distribution of temperature readings - Arquillian test verifying all endpoints work against TomEE microprofile distribution - Added to examples/pom.xml module list
jungm
approved these changes
Mar 18, 2026
Contributor
Author
|
Need to validate the CI/CD results, but passed locally (on OSX) yesterday, so most likely environment issues. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Upgrades to MP 7.1 - all MP TCKs are passing.