-
Notifications
You must be signed in to change notification settings - Fork 27
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
Quarkus 3.5.0.CR1 + Don't use VertxRecorder to get Vertx instance #182
Conversation
The changes to assertions raise an eyebrow. After looking I'm assuming they are due to a change in the BouncyCastle version for 3.5? |
This ups bctls... quarkusio/quarkus#36331 |
same. no idea. does this ring a bell @geoand ? |
None whatsoever |
@vsevel In your local can you pin |
I don't see |
It seems to be from |
|
when I decode the generated certificate with https://certlogik.com/decoder/ I get SAN
|
So the issue I'm concerned with is instability in our dependencies. After tracing them and debugging I'm seeing the BouncyCastle come from testcontainers. We should be getting it from Quarkus, no? |
yes
I had no idea we were using bc to begin with. |
Admittedly this is my mistake as I didn't check the provenance of the bouncy castle dependency and we are only using it in the test, given that maybe just go with it. I'll open an issue to align BC with Quarkus. |
7fffecf
to
26b2980
Compare
@vsevel Nice! Does that auto-align from quarkus via BOM? |
I have added this dep - this is coming from
and corrected the imports. |
Fine as long as we're aligned! |
that was me doing the last upgrade back then (9 months ago)! I do not know why we have the change in behavior only now... |
ok let's wait for the build. you validate? |
👍 |
supersedes #167 @geoand
relates to quarkusio/quarkus-platform#1002 (comment) @gsmet
strangely, I had to rework the assertions on the pki test. what do you think @kdubb ?