Disabling of default providers for certain SPIs #10223
kareemserry
started this conversation in
Archive
Replies: 1 comment
-
|
@kareemserry Could you please check if this new guide helps you ? See #10401. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all,
I am currently trying to port over some custom modules and their respective configuration over to the quarkus distribution. I am however facing some challenges with mapping the existing configuration to the new format.
for example, this bit of configration code in the old standalone.xml files allowed me to disable the default freemarker provider and have it replaced by my custom provider.
Based on keycloak/keycloak-documentation#1408 I would expect one of these to work on the new distribution, none however do.
spi-emailTemplate-provider=custom-freemarkerBeta Was this translation helpful? Give feedback.
All reactions