Skip to content

graalvm for authorization server issue #18331

@joshlong

Description

@joshlong

hi i have a sample project https://github.com/coffee-software-show/2025-12-16-spring-security-7 that doesnt work in a graalvm native image context. to make it work, disable the JDBC users in the auth server and replace with in-memory users and it should be workable on ur machine. hit 127.0.0.1:8081 and itll kick off the oauth flow once u have started the auth, client, and service.

it works fine on the jvm but fails on graalvm when i do

mvnw -DskipTests -Pnative native:compile

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions