Michael Edgar
Michael Edgar
Thanks for the issue @cpotter1. The parser has been skipping the decimal separator in the header segment since the beginning, but I don't think there's a valid reason for it....
Fixed in release [1.25.1](https://github.com/xlate/staedi/releases/tag/v1.25.1)
@geoand , the JIB class does check for a null registry, but replaces it with the constant `DOCKER_HUB_REGISTRY`. This was also the case in Quarkus prior to #34241. With that...
This _should_ already work, so I wonder if it's something to do with the location of the constraint. I'll try to look into this one soon.
@phillip-kruger please give this another look since the latest changes.
This is a reasonable request. We currently support it when `@Parameter` is on the method rather than the arguments, but that results in duplication because the `name` at least is...
Definitely a bug
I think that needs to be there because different matrix params could be located in different path segments. ``` /api/segment1{seg1-matrix}/segment2{seg2-matrix} ```
@cristalp the topic of matrix parameters comes up so infrequently, I had to relearn it from what little examples and documentation exists :laughing: I believe both the old form and...
Can you see what the URL looks like for the object-style matrix param? I'm curious how the server receives it. I have definitely seen something like what you show where...