-
Bug
-
Resolution: Done
-
Blocker
-
1.7.3.ER11
-
False
-
False
-
Undefined
-
---
-
There is an existing test in Quarkus that was attempting to test that the hotrod client properties file was picked up at build time. But unfortunately the application.properties file also had the same setting set, so the test passes erroneously.
We need to fix the following line to no longer have the extraneous slash.
https://github.com/quarkusio/quarkus/blob/642c86a868689e2151ab7d83e73c76dcf7a16147/extensions/infinispan-client/deployment/src/main/java/io/quarkus/infinispan/client/deployment/InfinispanClientProcessor.java#L62