Bernd
Bernd
Hi All, I have the folloging feign client: ``` @FeignClient(name = "MdsDataClient", url = "${integration.mds.host.url}", decode404 = true) public interface MdsClient { @GetMapping(value = "{path}") Response get( @PathVariable("path") String path,...
I should be able to override Cukes properties via environment variables, or on the command line - that enables to leave property files untouched, e.g. for user id and passwords....
When running our tests, the reported numbers of test executions vary wildly. Here are some outcomes, based on the same code base, server and test client: Tests run: 2622, Failures:...
### Purpose of the issue - [x] Bug report (encountered problems/errors) - [ ] Feature request (request for new functionality) - [x] Question ### Version Information Cmder 1.3.19 Windows 10...
Hello Thymeleaf Team, I'm running Spring Boot 3.2.1, and the spring-boot-starter-thymeleaf. This pulls Thymeleaf version 3.1.2.RELEASE. When running the application I get the following error at first access of the...
### What is the issue? I want to make ollama available to our developer community in our company in order to learn to use the technology. We got ollama.com/* whitelisted...
Hello Josh, I've been watching your whirlwind tour through Config, Discovery, Proxy, Circuit Breaker setup at https://www.infoq.com/presentations/spring-boot-cloud-case-study - Congratulations! Very insightful, educational and entertaining! I've been reproducing what you did...
## Description I have a simple Spring Boot 3.2.8 application, a couple of REST API endpoints. The Logbook configuration is the following: ``` @Bean public Logbook logbookForLogstash() { var jsonHttpLogFormatter...