jamesnetherton commented on issue #5240:
URL: https://github.com/apache/camel-quarkus/issues/5240#issuecomment-1702510387
It's related to 9ec9f2b05b05976f151abb5591462460cf9895a3 and resolution of:
```
quarkus.datasource."postgres".devservices.image-name=${postgres.container.image}
```
The test container properties are defined in
`microprofile-config.properties` in the test JAR. So referencing them in
`application.properties` for resolution at runtime in native mode is perhaps
conceptually wrong.
I can follow up with the Quarkus folks about whether it should be considered
a genuine regression between 3.2 & 3.3. Until then, it's simplest to use
`QuarkusTestResource` and just resolve `postgres.container.image` on the test
side like we do for every other test that uses containers.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]