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

2.13.0 backports 2 #28111

Merged
merged 3 commits into from Sep 21, 2022
Merged

2.13.0 backports 2 #28111

merged 3 commits into from Sep 21, 2022

Commits on Sep 20, 2022

  1. Drop "deployment" dependency on org.graalvm.nativeimage.impl package

    Resolves errors like:
    
    ```
    [error]: Build step io.quarkus.deployment.steps.NativeImageFeatureStep#generateFeature threw an exception: java.lang.IllegalAccessError: class io.quarkus.deployment.steps.NativeImageFeatureStep (in unnamed module @0x53fa18a5) cannot access class org.graalvm.nativeimage.impl.ConfigurationCondition (in module org.graalvm.sdk) because module org.graalvm.sdk does not export org.graalvm.nativeimage.impl to unnamed module @0x53fa18a5
    ```
    
    Note that this is a temporary work-around until the reliance on
    `org.graalvm.nativeimage.impl` is completely dropped in favour of using
    public APIs only.
    
    (cherry picked from commit e9133ed)
    zakkak authored and gsmet committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    7f13298 View commit details
    Browse the repository at this point in the history
  2. Remove leftover error messages from CSRF Reactive filter

    (cherry picked from commit 32c4951)
    sberyozkin authored and gsmet committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    dfe3cee View commit details
    Browse the repository at this point in the history
  3. Allow to change Keycloak start command and show its logs

    (cherry picked from commit b3bc233)
    sberyozkin authored and gsmet committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    aa1c56a View commit details
    Browse the repository at this point in the history