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.1.0

21 Jan 11:22
Compare
Choose a tag to compare

New features:

  • configuration for all request filters and request logging filter

Notable changes:

Breaking changes:

  • REST Template classes moved to com.ofg.infrastructure.web.resttemplate.custom package
  • RequestBodyLoggingContextFilter moved to com.ofg.infrastructure.web.filter.logging package
  • SwaggerConfiguration moved to com.ofg.infrastructure.web.swagger package
  • accept(MediaType... acceptableMediaTypes) method added to com.ofg.infrastructure.web.resttemplate.fluent.common.response.receive.HeadersSetting interface

0.0.9

21 Jan 11:22
Compare
Choose a tag to compare

New features:

  • widened REST Template abstraction methods parameters' types from org.springframework.web.client.RestTemplate class to org.springframework.web.client.RestOperations interface

Breaking changes:

  • com.ofg.infrastructure.web.resttemplate.RestTemplateConfiguratio defines org.springframework.web.client.RestOperations instead of com.ofg.infrastructure.web.resttemplate.RestTemplate

0.0.8

21 Jan 11:22
Compare
Choose a tag to compare

New features:

  • sending multipart requests
  • ignoring HTTP requests' responses

Bug fixes:

  • fixed correlation ID aspect's pointcut definition

Breaking changes:

  • removed com.ofg.infrastructure.web.filter.CORSFilter

0.0.7

21 Jan 11:22
Compare
Choose a tag to compare

New features:

  • SwaggerConfiguration, added to WebAppConfiguration
  • embedded Swagger resources

0.0.6

21 Jan 11:23
Compare
Choose a tag to compare

New features:

  • REST Template

0.0.5

21 Jan 11:24
Compare
Choose a tag to compare

New features:

  • ensure that at least one profile is active
  • ensure that all active profiles are defined

0.0.4

21 Jan 11:24
Compare
Choose a tag to compare

New features:

  • Graphite publisher

0.0.3

21 Jan 11:24
Compare
Choose a tag to compare

New features:

  • metrics registry
  • metrics JMX publisher
  • MetricsRegistryConfiguration and WebInfrastructureConfiguration configurations
  • MetricsRegistryConfiguration, added to WebAppConfiguration

0.0.2

21 Jan 11:24
Compare
Choose a tag to compare

Notable changes:

  • Java 7 compatibility

Initial release

21 Jan 11:25
Compare
Choose a tag to compare
0.0.1

Initial commit