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

10 Jan 21:10
Compare
Choose a tag to compare

First release featuring all projects together

10 Jan 21:09
Compare
Choose a tag to compare

0.7.3

10 Jan 21:03
Compare
Choose a tag to compare

New features:

  • Issue 107 Every ServiceRestClient call should be measured
  • Issue 105 @EnableServiceRestClient alone is useless
  • Issue 79 Make it possible to draw diagrams of dependencies between services

Bug fixes:

  • Issue 144 ResponseRethrowingErrorHandler fails in getBody() when handling exceptions bug
  • Issue 139 RestServiceClient from latest micro-infra-spring throws ExecutionException instead of ResponseException
  • Issue 138 External configuration management should be disabled during tests

0.7.2

10 Jan 21:23
Compare
Choose a tag to compare

New features:

  • Issue 5 Add Hystrix
  • Issue 13 Add automatic retry to fluent RestTemplate calls
  • Issue 70 More comprehensive dependency management
  • Issue 96 Disable uptodate plugin on Travis
  • Issue 99 External properties mechanism should support alternative microservice.json file names
  • Issue 101 Add easy way to configure JsonParser.Feature.ALLOW_UNQUOTED_FIELD_NAMES
  • Issue 111 Ensure that we ignore unknown JSON fields
  • Issue 116 Detection of using Java 8 API
  • Issue 128 BindException after upgrade of micro-deps-spring-config to 0.5.1

Notable changes:

0.7.1

21 Jan 11:17
Compare
Choose a tag to compare

0.7.1

Bug fixes:

  • Issue 89 Project definition in pom.xml contains wrong dependency definition (runtime)

New features:

  • Issue 104 Introducing separate module Spring Boot Starter for micro-infra-spring: micro-infra-spring-boot-starter
  • Issue 83 Properties management

Notable changes:

  • Developers are now required to use Java JCE, see Development

0.7.0

21 Jan 11:17
Compare
Choose a tag to compare

0.7.0

New features:

  • Issue 72 Add support for header properties in JSON config for a dependency
  • Issue 86 Make the library spring-boot compliant

Notable changes:

0.6.0

21 Jan 11:18
Compare
Choose a tag to compare

0.6.0

New features:

  • Issue 66 SpringBoot anotation style
  • Issue 67 ResponseException should also provide the thrown status (not only body)
  • Issue 69 Let's start releasing with axion or sth else

Bug fixes:

  • Issue 21 /swagger should redirect to /swagger/index.html
  • Issue 61 When action is triggered by a scheduler CorrelationID is NOT SET

Notable changes:

0.5.4

21 Jan 11:18
Compare
Choose a tag to compare

0.5.4

New features:

  • Issue 42Create a controller that checks the health of collaborators

Notable changes:

0.5.3

21 Jan 11:18
Compare
Choose a tag to compare

0.5.3

New features:

  • micro-infra-spring-test module

0.5.2

21 Jan 11:18
Compare
Choose a tag to compare

0.5.2

Bug fixes:

  • Fixed micro-infra-camel module