mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 22:30:54 +01:00
Support SpringBoot nested jar file #180
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @semistone on GitHub (Jul 8, 2024).
When we use pkl config in Java SprintBoot application
We will get error
it's because jar:nested isn't include in allow-modules.
we could fix it by add it into allowModules and change defaultTrustLevel, but how about add jar:nested into java default configuration?
@odenix commented on GitHub (Oct 28, 2024):
@semistone Are you using https://github.com/apple/pkl-spring or plain Pkl?
@semistone commented on GitHub (Oct 30, 2024):
I used plain Pkl to load non spring configuration
and the application.jar is build by
./gradle assemble
that issue is because the pkl file is in
app.jar:!BOOT-INF/classes/