Re: Learning camel quarkus using kotlin

2023-11-18 Thread Matthew Karas
I was able to get the repo to run the tests correctly past this particular issue. All the changes I made to get it to work are in this commit https://github.com/lucidguppy/learning-quarkus-camel-testing/commit/3200e96ad46e9579ba4c085e2a8bba4c090f3d8e What tipped me off was debugging and seeing

Learning camel quarkus using kotlin

2023-11-18 Thread Matthew Karas
Hello, I am learning how to properly test camel code using test containers and I am finding difficulty with lateinit items in my test when trying to inject items created in QuarkusTestResourceLifecycleManager that are injected into the test. Ultimately - I would like to be able to set up