Skip to content

Releases: Hi-Fi/tcp-mocker-server

Spring Boot 2 + Spring 5

03 Aug 10:47
Compare
Choose a tag to compare
0.0.6

Release 0.0.6

Removal of accidentally left file

03 Aug 10:47
Compare
Choose a tag to compare
0.0.5

Removed ResponseAggregator-class

Cache import and export (as JSON)

03 Aug 07:25
Compare
Choose a tag to compare
Release 0.0.4

Export and import of cache added

XML regexp fixes

03 Aug 07:26
Compare
Choose a tag to compare
0.0.3

Release 0.0.3

Fix modification of cached response

03 Aug 07:28
Compare
Choose a tag to compare

Initial release

03 Aug 07:27
Compare
Choose a tag to compare
  • TCP server that can be used to mock and cache the requests to real servers.
  • Caching doesn't work well with HTTP, as response might come to different thread than request was sent from.
  • Uses Spring integration