Spring Boot Auto-configuration for Embedded MongoDB with Support for Transactions

By using EmbeddedMongoAutoConfiguration in Spring Boot, it is possible to test your code against a live MongoDB instance that is started and stopped automatically. In version 4.0, MongoDB supports multi-document transactions on replica sets. As of now (circa June 2020), Spring Boot doesn’t have out of the box support for testing with embedded MongoDB that… Read More »Spring Boot Auto-configuration for Embedded MongoDB with Support for Transactions

API Simulator 1.6 Release

March 15, 2020   We are excited to announce API Simulator version 1.6! It brings new features that make API Simulator more powerful and easier to use than ever: The API Simulator’s DSL (Domain-Specific Language) now allows for modeling more than one possible response for the same simlet. Whereas before it was required to define… Read More »API Simulator 1.6 Release

API Simulator 1.4 Release

August 18, 2019   We are excited to announce API Simulator version 1.4! Here is the scoop: Added support for single configuration file for multiple simlets. It gives you a choice – place each simlet in separate directory as before or all simlets in a single configuration file. This can be very handy for smaller… Read More »API Simulator 1.4 Release

API Simulator 1.3 Release

May 6, 2019   API Simulator version 1.3 is GA! As usual – with more goodies added to the toolbox. Here are the new features and major changes: Delay for latency simulation is now non-blocking – elevating to new levels performance testing of APIs with simulated latency! No more naive blocking of the execution thread.… Read More »API Simulator 1.3 Release