Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Releases: 4finance/micro-infra-spring

0.5.1

21 Jan 11:19
Compare
Choose a tag to compare

New features:

Notable changes:

0.5.0

21 Jan 11:19
Compare
Choose a tag to compare

New features:

  • Issue 18 Add correlationId to headers of a JMS message
  • CSV metrics publisher

Notable changes:

Breaking changes:

  • removed FilterConfiguration - import CorrelationIdConfiguration and/or RequestFilterConfiguration directly when needed
  • removed ControllerExceptionConfiguration import from all configurations
  • removed RequestFilterConfiguration import from all configurations
  • RequestFilterConfiguration renamed to RequestLoggingConfiguration and moved to com.ofg.infrastructure.web.logging package
  • RequestBodyLoggingContextFilter moved to com.ofg.infrastructure.web.logging package
  • MetricsConfiguration moved to com.ofg.infrastructure.metrics.config package
  • ServiceUnavailableException moved to com.ofg.infrastructure.discovery package
  • CorrelationCallable moved to com.ofg.infrastructure.correlationid package
  • CorrelationIdHolder moved to com.ofg.infrastructure.correlationid package
  • CorrelationIdUpdater moved to com.ofg.infrastructure.correlationid package
  • CorrelationIdAspect moved to com.ofg.infrastructure.web.correlationid package
  • CorrelationIdFilter moved to com.ofg.infrastructure.web.correlationid package
  • CorrelationIdConfiguration moved to com.ofg.infrastructure.web.correlationid package
  • GraphitePublisher.PublishingInterval inner class moved to separate PublishingInterval class

0.4.3

21 Jan 11:19
Compare
Choose a tag to compare

New features:

  • micro-infra-camel module with correlation ID interceptor for camel routes

Bug fixes:

  • Issue 59 Possible container lifecycle issues

0.4.2

21 Jan 11:19
Compare
Choose a tag to compare

Bug fixes:

  • Issue 40 Using micro-infra-spring-swagger adds unnecessary dependencies (transitively) to project's runtime classpath

0.4.1

21 Jan 11:19
Compare
Choose a tag to compare

Bug fixes:

  • Issue 39 Version 0.4.0 introduced an exception that broke JSON serialization

0.4.0

21 Jan 11:21
Compare
Choose a tag to compare

New features:

  • Issue 14 Make swagger's UI access microservice's port from properties and not from string

Bug fixes:

  • Issue 30 NoUniqueBeanDefinitionException of type RestOperations

0.3.0

21 Jan 11:21
Compare
Choose a tag to compare

New features:

  • Issue 24 Make correlationId pass when dealing with Spring Reactor

0.2.2

21 Jan 11:21
Compare
Choose a tag to compare

Notable changes:

Bug fixes:

  • Issues with looking for an implementation instead of a registered interface related to Metrics

0.2.1

21 Jan 11:21
Compare
Choose a tag to compare

New features:

  • Issue 19 PingController handles now also the HEAD request

0.2.0

21 Jan 11:22
Compare
Choose a tag to compare

New features:

  • Issue 17 metrics path configuration
  • Issue 16 MetricsConfiguration configuration

Breaking changes:

  • MetricsRegistryConfiguration renamed to MetricsConfiguration
  • MetricRegistry bean is in fact our custom implementation called PathPrependingMetricRegistry. The way metric name is created has changed.