Replies: 6 comments 2 replies
-
Hi @simse07, thanks for coming up with this, sounds like a good idea. I don't know if it's a good idea to include several different What I could think of something like WDYT? |
Beta Was this translation helpful? Give feedback.
-
Thanks for the fast reply. |
Beta Was this translation helpful? Give feedback.
-
I was thinking about this and probably I have expressed myself in a misleading way. The extension lib should be added as module to the Keycloak. So I would rather name it like
This will be deployed to What do you think? |
Beta Was this translation helpful? Give feedback.
-
Ah, seems that you reference to the v1.x version of this project and thus to Wildfly-based Keycloak. However, I will add some feature like I mentioned for libs to one of the next releases. |
Beta Was this translation helpful? Give feedback.
-
I was hoping that you would not say that, but totally understandable. For others who would like to add a module to v1.x:
|
Beta Was this translation helpful? Give feedback.
-
Nice, thanks. 🙂 |
Beta Was this translation helpful? Give feedback.
-
Hi, thank you for the great project.
How can I include my local dependency together with the extension I want to test?
Example:
I want to test my
extension
, which has a dependency to mycore
package e.g. some exception or util classes.When I start the testcontainer test in the
extension/src/test
while passingwithExtensionClassesFrom("target/classes")
I get an errororg.jboss.modules.ModuleNotFoundException: core.exception
.Maybe we can define multiple paths for
withExtensionClassesFrom
?Beta Was this translation helpful? Give feedback.
All reactions