Matthias Bechtold

Results 13 comments of Matthias Bechtold

I have a similar use case. Can we have this please @maaslalani? 😃

Yes, I can confirm that depending on the machine running the tests, the results can vary. Also, if you want to make it as reproducible as possible, I found fixating...

If you plan to write a test tool suitable for TUIs feel free to hit me up. I like to code during my weekly train rides and would be happy...

Hi! We require JDK 21. As a workaround, we have checked out the repo and made this change to the Dockerfile and pushed the image to our own image registry:...

Maybe an alternative approach could be to add some support for [Immutables](https://immutables.github.io/). This would more or less have the same benefits while maintaining compatibility with Java 8 (Immutables is Java...

We use it in our component tests (Testcontainers with Docker), would be nice to have a native image for arm64 in addition.

I have experienced the same with a sources folder `//SOURCES src`. Would be really nice if it worked, currently I am copying files from my temporary IntelliJ workspace back into...

> Have you tried using the ide plugin directly so you dont need symbolic link tree at all? Good point, just tried that. Maybe I am doing something wrong, but...

Hi @ibmmqmet, I forked the repository and had a go at implementing a very rudimentary PoC (see https://github.com/mbechto/mq-jms-spring/commit/30768a386c7ca9436d49da3b3260d000e44788ee), but maybe that gives an idea of the changes in order to...

Hi @eddumelendez, thanks for the heads up! That's right. As I pointed out in my caveats section, the PoC I wrote does not support Spring 2 due to what you...