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.1.0
New features:
- configuration for all request filters and request logging filter
Notable changes:
- micro-deps-spring-config upgraded to version
0.4.0
Breaking changes:
- REST Template classes moved to
com.ofg.infrastructure.web.resttemplate.custom
package RequestBodyLoggingContextFilter
moved tocom.ofg.infrastructure.web.filter.logging
packageSwaggerConfiguration
moved tocom.ofg.infrastructure.web.swagger
packageaccept(MediaType... acceptableMediaTypes)
method added tocom.ofg.infrastructure.web.resttemplate.fluent.common.response.receive.HeadersSetting
interface
0.0.9
New features:
- widened REST Template abstraction methods parameters' types from
org.springframework.web.client.RestTemplate
class toorg.springframework.web.client.RestOperations
interface
Breaking changes:
com.ofg.infrastructure.web.resttemplate.RestTemplateConfiguratio
definesorg.springframework.web.client.RestOperations
instead ofcom.ofg.infrastructure.web.resttemplate.RestTemplate
0.0.8
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
New features:
SwaggerConfiguration,
added toWebAppConfiguration
- embedded Swagger resources
0.0.6
New features:
- REST Template
0.0.5
New features:
- ensure that at least one profile is active
- ensure that all active profiles are defined
0.0.4
New features:
- Graphite publisher
0.0.3
New features:
- metrics registry
- metrics JMX publisher
MetricsRegistryConfiguration
andWebInfrastructureConfiguration
configurationsMetricsRegistryConfiguration,
added toWebAppConfiguration
0.0.2
Notable changes:
- Java 7 compatibility
Initial release
0.0.1 Initial commit