Skip to content
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-next: keystore/trust store type is determined based on file extension #29373

Merged
merged 0 commits into from
May 23, 2024

Conversation

Pepo48
Copy link
Contributor

@Pepo48 Pepo48 commented May 8, 2024

Closes: #29207

@Pepo48 Pepo48 changed the base branch from main to quarkus-next May 9, 2024 20:16
@Pepo48 Pepo48 marked this pull request as ready for review May 9, 2024 20:16
@Pepo48 Pepo48 requested review from a team as code owners May 9, 2024 20:16
Copy link
Contributor

@shawkins shawkins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks @Pepo48

@vmuzikar vmuzikar changed the title Upgrade to Quarkus 3.9/next LTS quarkus-next: keystore/trust store type is determined based on file extension May 10, 2024
@vmuzikar
Copy link
Contributor

vmuzikar commented May 10, 2024

@Pepo48 I took the liberty of changing the PR name to better reflect the changes.

Tests seem to be failing due though. But I assume we're blocked by #29438 in any case.

@Pepo48
Copy link
Contributor Author

Pepo48 commented May 10, 2024

@vmuzikar yes, #29438 needs to be merged first and then I can rebase this one in order to make the CI work.

@Pepo48
Copy link
Contributor Author

Pepo48 commented May 10, 2024

@vmuzikar given the PR name change I would then definitely split it into two separate PRs since d41a975238c57c72add4cd275f02293b7d149961 is now kinda unrelated.

@vmuzikar
Copy link
Contributor

@Pepo48 Works for me 👍

@Pepo48
Copy link
Contributor Author

Pepo48 commented May 16, 2024

I split the PRs, here's the other one: #29584

I think that both are ready to be merged into the quarkus-next branch at this point.

cc: @vmuzikar

@github-actions github-actions bot force-pushed the quarkus-next branch 4 times, most recently from 86ac4e3 to fed9b73 Compare May 20, 2024 00:10
Copy link
Contributor

@vmuzikar vmuzikar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes LGTM but I wonder what can we do about release notes, it's essentially a breaking change that the type is now assumed from the file extension. Maybe we could start release notes for 26?

@Pepo48
Copy link
Contributor Author

Pepo48 commented May 20, 2024

@vmuzikar should it be part of this commit or should I create a follow-up that will go directly to the main branch?

@vmuzikar
Copy link
Contributor

I'd keep it in a single PR – this one. IMHO should not go to main as the code change is not in main yet. Once KC 25 is released, we can merge changes in quarkus-next to main together with upgrade to latest Quarkus.

@github-actions github-actions bot force-pushed the quarkus-next branch 2 times, most recently from d003a64 to 200671f Compare May 22, 2024 00:10
@Pepo48
Copy link
Contributor Author

Pepo48 commented May 22, 2024

@vmuzikar I added a release note as you suggested. PTAL. Thanks!

Copy link
Contributor

@vmuzikar vmuzikar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Pepo48 Thank you for adding the release notes. I realized I said "release notes" but it's more of a breaking change that should be in the upgrading guide. Could you please move it there? Sorry about that.

I also noticed this PR now includes the version bump from bot. Can you please remove it?

@Pepo48
Copy link
Contributor Author

Pepo48 commented May 23, 2024

@vmuzikar I moved it, can you, please, check it again? Thanks!

@Pepo48 Pepo48 force-pushed the quarkus39 branch 2 times, most recently from 9758ce4 to 4b1e616 Compare May 23, 2024 07:49
Copy link
Contributor

@vmuzikar vmuzikar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you!

@vmuzikar vmuzikar merged this pull request into keycloak:quarkus-next May 23, 2024
59 of 61 checks passed
github-actions bot pushed a commit that referenced this pull request May 27, 2024
…xtension (#29373)

* quarkus-next: keystore/trust store type is determined based on file extension

* fixes FipsDistTest#testHttpsPkcs12TrustStoreInNonApprovedMode

Closes: #29207

Signed-off-by: Peter Zaoral <pzaoral@redhat.com>

* quarkus-next: keystore/trust store type is determined based on file extension

* fixes FipsDistTest#testHttpsPkcs12TrustStoreInNonApprovedMode

Closes: #29207

Signed-off-by: Peter Zaoral <pzaoral@redhat.com>

---------

Signed-off-by: Peter Zaoral <pzaoral@redhat.com>
github-actions bot pushed a commit that referenced this pull request May 28, 2024
…xtension (#29373)

* quarkus-next: keystore/trust store type is determined based on file extension

* fixes FipsDistTest#testHttpsPkcs12TrustStoreInNonApprovedMode

Closes: #29207

Signed-off-by: Peter Zaoral <pzaoral@redhat.com>

* quarkus-next: keystore/trust store type is determined based on file extension

* fixes FipsDistTest#testHttpsPkcs12TrustStoreInNonApprovedMode

Closes: #29207

Signed-off-by: Peter Zaoral <pzaoral@redhat.com>

---------

Signed-off-by: Peter Zaoral <pzaoral@redhat.com>
github-actions bot pushed a commit that referenced this pull request May 31, 2024
…xtension (#29373)

* quarkus-next: keystore/trust store type is determined based on file extension

* fixes FipsDistTest#testHttpsPkcs12TrustStoreInNonApprovedMode

Closes: #29207

Signed-off-by: Peter Zaoral <pzaoral@redhat.com>

* quarkus-next: keystore/trust store type is determined based on file extension

* fixes FipsDistTest#testHttpsPkcs12TrustStoreInNonApprovedMode

Closes: #29207

Signed-off-by: Peter Zaoral <pzaoral@redhat.com>

---------

Signed-off-by: Peter Zaoral <pzaoral@redhat.com>
github-actions bot pushed a commit that referenced this pull request Jun 1, 2024
…xtension (#29373)

* quarkus-next: keystore/trust store type is determined based on file extension

* fixes FipsDistTest#testHttpsPkcs12TrustStoreInNonApprovedMode

Closes: #29207

Signed-off-by: Peter Zaoral <pzaoral@redhat.com>

* quarkus-next: keystore/trust store type is determined based on file extension

* fixes FipsDistTest#testHttpsPkcs12TrustStoreInNonApprovedMode

Closes: #29207

Signed-off-by: Peter Zaoral <pzaoral@redhat.com>

---------

Signed-off-by: Peter Zaoral <pzaoral@redhat.com>
github-actions bot pushed a commit that referenced this pull request Jun 2, 2024
…xtension (#29373)

* quarkus-next: keystore/trust store type is determined based on file extension

* fixes FipsDistTest#testHttpsPkcs12TrustStoreInNonApprovedMode

Closes: #29207

Signed-off-by: Peter Zaoral <pzaoral@redhat.com>

* quarkus-next: keystore/trust store type is determined based on file extension

* fixes FipsDistTest#testHttpsPkcs12TrustStoreInNonApprovedMode

Closes: #29207

Signed-off-by: Peter Zaoral <pzaoral@redhat.com>

---------

Signed-off-by: Peter Zaoral <pzaoral@redhat.com>
github-actions bot pushed a commit that referenced this pull request Jun 3, 2024
…xtension (#29373)

* quarkus-next: keystore/trust store type is determined based on file extension

* fixes FipsDistTest#testHttpsPkcs12TrustStoreInNonApprovedMode

Closes: #29207

Signed-off-by: Peter Zaoral <pzaoral@redhat.com>

* quarkus-next: keystore/trust store type is determined based on file extension

* fixes FipsDistTest#testHttpsPkcs12TrustStoreInNonApprovedMode

Closes: #29207

Signed-off-by: Peter Zaoral <pzaoral@redhat.com>

---------

Signed-off-by: Peter Zaoral <pzaoral@redhat.com>
github-actions bot pushed a commit that referenced this pull request Jun 5, 2024
…xtension (#29373)

* quarkus-next: keystore/trust store type is determined based on file extension

* fixes FipsDistTest#testHttpsPkcs12TrustStoreInNonApprovedMode

Closes: #29207

Signed-off-by: Peter Zaoral <pzaoral@redhat.com>

* quarkus-next: keystore/trust store type is determined based on file extension

* fixes FipsDistTest#testHttpsPkcs12TrustStoreInNonApprovedMode

Closes: #29207

Signed-off-by: Peter Zaoral <pzaoral@redhat.com>

---------

Signed-off-by: Peter Zaoral <pzaoral@redhat.com>
github-actions bot pushed a commit that referenced this pull request Jun 8, 2024
…xtension (#29373)

* quarkus-next: keystore/trust store type is determined based on file extension

* fixes FipsDistTest#testHttpsPkcs12TrustStoreInNonApprovedMode

Closes: #29207

Signed-off-by: Peter Zaoral <pzaoral@redhat.com>

* quarkus-next: keystore/trust store type is determined based on file extension

* fixes FipsDistTest#testHttpsPkcs12TrustStoreInNonApprovedMode

Closes: #29207

Signed-off-by: Peter Zaoral <pzaoral@redhat.com>

---------

Signed-off-by: Peter Zaoral <pzaoral@redhat.com>
github-actions bot pushed a commit that referenced this pull request Jun 10, 2024
…xtension (#29373)

* quarkus-next: keystore/trust store type is determined based on file extension

* fixes FipsDistTest#testHttpsPkcs12TrustStoreInNonApprovedMode

Closes: #29207

Signed-off-by: Peter Zaoral <pzaoral@redhat.com>

* quarkus-next: keystore/trust store type is determined based on file extension

* fixes FipsDistTest#testHttpsPkcs12TrustStoreInNonApprovedMode

Closes: #29207

Signed-off-by: Peter Zaoral <pzaoral@redhat.com>

---------

Signed-off-by: Peter Zaoral <pzaoral@redhat.com>
github-actions bot pushed a commit that referenced this pull request Jun 11, 2024
…xtension (#29373)

* quarkus-next: keystore/trust store type is determined based on file extension

* fixes FipsDistTest#testHttpsPkcs12TrustStoreInNonApprovedMode

Closes: #29207

Signed-off-by: Peter Zaoral <pzaoral@redhat.com>

* quarkus-next: keystore/trust store type is determined based on file extension

* fixes FipsDistTest#testHttpsPkcs12TrustStoreInNonApprovedMode

Closes: #29207

Signed-off-by: Peter Zaoral <pzaoral@redhat.com>

---------

Signed-off-by: Peter Zaoral <pzaoral@redhat.com>
github-actions bot pushed a commit that referenced this pull request Jun 12, 2024
…xtension (#29373)

* quarkus-next: keystore/trust store type is determined based on file extension

* fixes FipsDistTest#testHttpsPkcs12TrustStoreInNonApprovedMode

Closes: #29207

Signed-off-by: Peter Zaoral <pzaoral@redhat.com>

* quarkus-next: keystore/trust store type is determined based on file extension

* fixes FipsDistTest#testHttpsPkcs12TrustStoreInNonApprovedMode

Closes: #29207

Signed-off-by: Peter Zaoral <pzaoral@redhat.com>

---------

Signed-off-by: Peter Zaoral <pzaoral@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

quarkus-next: keystore/trust store type is determined based on file extension
3 participants