Netflix / dgs-framework

GraphQL for Java with Spring Boot made easy.
https://netflix.github.io/dgs
Apache License 2.0
3.03k stars 286 forks source link

Add back getters returning Optional to MetricsInstrumentationState #1801

Closed kilink closed 5 months ago

kilink commented 5 months ago

A previous change inadvertently broke API compatibility, since MetricsInstrumentationState is exposed externally; to restore compat, add getters that return Optional; move the nullable properties to properties suffixed with "Value" and with an internal visibility.