John Thompson
John Thompson
Thanks @wilkinsona. My goal is use the `@DataJpaTest` splice and only add the `AuthorDaoImpl` bean for the test. Is there an alternative approach I should use? I also verified this...
Thanks @philwebb. And thanks @wilkinsona - I had assumed `@Import` was for configuration classes. But works like a champ on the component too. Appreciate the tip!
Hi @tzolov - I'm using the 0.0.1-SNAPSHOT version. I noticed the issue because I started to always get TEXT back, regardless to what I set the runtime option to.
Yes, the 1.0.0-SNAPSHOT version. Please see the branch `spring-ai-audio-test`. in this [repo](https://github.com/springframeworkguru/spring-ai-audio/tree/spring-ai-audio-test). The test `OpenAIServiceImplTest` has two tests one for srt, one for json. Options are set at runtime in...
fyi - I have a cleaner example on branch jkube-broken https://github.com/springframeworkguru/kbe-rest-brewery/tree/jkube-broken
Thanks @rohanKanojia . Not sure if its helpful, works fine with the fabric8 docker-maven-plugin Example here https://github.com/springframeworkguru/kbe-rest-brewery/tree/maven-props
@manusa - if this isn't going to be resolved soon, the project documentation should be updated, which specifically refers to project properties. > Replacement includes Maven project properties such as...