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

18 Feb 18:34
@dst dst
Compare
Choose a tag to compare

0.8.9

18 Feb 11:25
@dst dst
Compare
Choose a tag to compare

0.8.8

17 Feb 07:29
Compare
Choose a tag to compare

CHANGES

  • Added option to stub-runner-spring to download stub-definitions based on microservice-stubs jar.
    By passing stubrunner.use-microservice-definitions property to stub-runner-spring it's start looking for stub-definitions using microservice.json paths. Please refer to Boot-microservice and examples to see how to define new stub repository.

0.8.7

06 Feb 13:00
Compare
Choose a tag to compare

0.8.6

03 Feb 14:11
Compare
Choose a tag to compare

Changes

  • Spring Boot upgraded to 1.2.1
  • Minimal required Spring Framework is 4.1.2 (due to Spring Boot 1.2)

0.8.5

29 Jan 14:40
Compare
Choose a tag to compare

0.8.4

23 Jan 13:00
Compare
Choose a tag to compare

Changes

  • WireMock no longer binds to static port 8030, instead it chooses random available one. This will help when running tests in shared environments like Jenkins, but make sure you didn't hard-code that port in your tests. Instead use:

    httpMockServer.port()

    in classes extending com.ofg.infrastructure.base.MvcWiremockIntegrationTest. In case this port was hard-coded in your test configuration, try this:

    foo.service.url: "http://localhost:#{@httpMockServer.port()}/foo"
    
  • com.ofg.infrastructure.correlationid.CorrelationCallable class was removed. Use com.ofg.infrastructure.correlationid.CorrelationIdUpdater.wrapCallableWithId() instead.

0.8.3

19 Jan 15:43
Compare
Choose a tag to compare

0.8.2

13 Jan 11:36
Compare
Choose a tag to compare

0.8.1

10 Jan 21:07
Compare
Choose a tag to compare