spring-cloud / spring-cloud-commons

Common classes used in different Spring Cloud implementations
Apache License 2.0
701 stars 697 forks source link

URI_TEMPLATE_ATTRIBUTE used when available. Fixes gh-1302 #1327

Closed JaroslawDembek closed 6 months ago

OlgaMaciaszek commented 6 months ago

Hello @JaroslawDembek, thanks a lot. 4.0.x is out of support now (the last release just happening today), so let's do the PR against main instead (I'm sorry for any confusion here). The feature flag would just be a boolean property that could be accessed from MicrometerStatsLoadBalancerLifecycle, as it is a bean. Then in getPath, you'd go one way or another, depending on the value of that property. The build is failing - please take a look. Let me know if you need additional pointers.

JaroslawDembek commented 6 months ago

Deprecated base branch.