Replies: 1 comment 8 replies
-
You mean that WildFly natively supports resteasy-spring? From which JBoss Modules module the resteasy-spring module is referenced? We could ask @jamezp to know what is the use-case of the resteasy-sping feature-pack? Replace the module version? Should resteasy-sping be removed from WildFly? |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@jfdenise I'm trying to write an example showing the usage of the Glow layers of the
resteasy-spring
, and I'm trying to add the layer configuration inside thewildfly-maven-plugin
of the sample project. The problem is: it seems I don't need to add the layers configuration at all, because the provisioned WildFly server already shipped theresteasy-spring
module(and hence no need to add afeature-pack
section either) by default.Do you have any suggestion on this topic? Or there are any modules/layers that is more properly to use as a use case of Glow?
Beta Was this translation helpful? Give feedback.
All reactions