-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.7.2 broke "quarkus.minio.url" in devservices mode #323
Comments
Oh I should have mention that change, could you please provider a sample of your usage ? |
I just need to get the Minio URL, and because in a test context it's not a fixed value I don't know of any other way, is there? |
Yes there is, you need to get the I will put up a PR to document this. |
@jendib, does it work ? |
Closing as I don't have more inputs. Please feel free to re-open if needed. |
Hello sorry I'm waking up on this finally :) I did the migration, however I still have one problem:
There is a contradiction, how can the dev services mode set |
The code is the truth. I forgot to update the doc. But documentation aside, could you achieve what you wanted ? |
So you are saying that I can put |
This is exactly what I say. I'll test that tomorrow, and amend the doc and examples. |
Yup I have to amend the doc and mixed usage in the tests, but actually, the devservice uses |
@jendib Can you confirm ? |
@jendib Can you confirmed it works as expected with that clarification ? |
@jtama It works perfectly, thanks a lot! It would be great indeed to rename |
I will, but I don't want to break other users... SO it will be a long process... |
Hi and thanks for this extension.
I'm relying on this code to get the current minio URL:
but since 3.7.2 when Minio is started as a devservice (in unit tests) it's only filled by "localhost" instead of
http://localhost:6878
(random port chosen by testcontainers).I'm guessing it has to do with this recent change 204a8ae#diff-ac8ae1ef70059d67a0656e95d75eaeb3482ec3c7ec6a6284c1dd7b05bfe8badeR240
The text was updated successfully, but these errors were encountered: