This repository has been archived by the owner on May 11, 2021. It is now read-only.
Releases: 4finance/micro-infra-spring
Releases · 4finance/micro-infra-spring
0.5.1
New features:
- stub-runner-spring added Consumer Driven Contracts
Notable changes:
- micro-deps-spring-config upgraded to version
0.4.6
0.5.0
New features:
- Issue 18 Add correlationId to headers of a JMS message
- CSV metrics publisher
Notable changes:
- micro-deps-spring-config upgraded to version
0.4.4
- JMX metrics publisher is run also in TEST profile
Breaking changes:
- removed
FilterConfiguration
- importCorrelationIdConfiguration
and/orRequestFilterConfiguration
directly when needed - removed
ControllerExceptionConfiguration
import from all configurations - removed
RequestFilterConfiguration
import from all configurations RequestFilterConfiguration
renamed toRequestLoggingConfiguration
and moved tocom.ofg.infrastructure.web.logging
packageRequestBodyLoggingContextFilter
moved tocom.ofg.infrastructure.web.logging
packageMetricsConfiguration
moved tocom.ofg.infrastructure.metrics.config
packageServiceUnavailableException
moved tocom.ofg.infrastructure.discovery
packageCorrelationCallable
moved tocom.ofg.infrastructure.correlationid
packageCorrelationIdHolder
moved tocom.ofg.infrastructure.correlationid
packageCorrelationIdUpdater
moved tocom.ofg.infrastructure.correlationid
packageCorrelationIdAspect
moved tocom.ofg.infrastructure.web.correlationid
packageCorrelationIdFilter
moved tocom.ofg.infrastructure.web.correlationid
packageCorrelationIdConfiguration
moved tocom.ofg.infrastructure.web.correlationid
packageGraphitePublisher.PublishingInterval
inner class moved to separatePublishingInterval
class
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.2.2
Notable changes:
- micro-deps-spring-config upgraded to version
0.4.1
Bug fixes:
- Issues with looking for an implementation instead of a registered interface related to Metrics
0.2.1
0.2.0
New features:
Breaking changes:
MetricsRegistryConfiguration
renamed toMetricsConfiguration
MetricRegistry
bean is in fact our custom implementation calledPathPrependingMetricRegistry
. The way metric name is created has changed.