Anastasiia Smirnova
Anastasiia Smirnova
joda-time is considered deprecated nowadays. `embedded-aerospike` provides test api for time manipulation based on joda time, we should provide these operations based on java.time api and deprecate joda-time based.
Update dependabot configuration to: ``` ignore: - dependency-name: "*" update-types: ["version-update:semver-patch"] ``` But we want to still get patch updates for testscontainers-bom. Check whether this is possible with dependabot.
Ivan Vasyliev (@vasilievip), author and contributor of this project, has passed away on 27 January 2022 at the age of 37. Ivan was passionate about technology, he changed a lot...
see: `docker_cleanup.sh` now it cleans up all images. we can improve it by not removing ryuk and alpine between tests. need to check how this can be done and how...
For spring boot there exists a nice doc: [Production ready endpoints](https://docs.spring.io/spring-boot/docs/current/reference/html/production-ready-endpoints.html) Searching the same for spring-cloud-netflix leads to: [Spring cloud netflix documentation](http://cloud.spring.io/spring-cloud-netflix/spring-cloud-netflix.html). To find preconfigured endpoints you need to use...