Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jfdenise/c1dab1bf8451335f6cd936d22f20538a to your computer and use it in GitHub Desktop.
Save jfdenise/c1dab1bf8451335f6cd936d22f20538a to your computer and use it in GitHub Desktop.
The list of modules that are not provisioned when wildfly standalone default configs are provisioned.
We have 3 categories:
* `No extension provisioned`: no extension that needs it has been provisioned.
* `Not provisioned, legacy`: Legacy, old, un-used modules.
* `Not provisioned but could be needed`: Do we want them when trimming default configs?
No extension provisioned:
Only in wf27-full-ha-all/modules/system/layers/base/com/fasterxml/jackson: dataformat [used by openapi]
Only in wf27-full-ha-all/modules/system/layers/base/com/google: protobuf [used by grpc] [used by opentelemetry]
Only in wf27-full-ha-all/modules/system/layers/base/io: agroal [used by datasources-agroal]
Only in wf27-full-ha-all/modules/system/layers/base/io: grpc [used by opentelemetry]
Only in wf27-full-ha-all/modules/system/layers/base/io/netty: netty-codec-dns [used by vertx]
Only in wf27-full-ha-all/modules/system/layers/base/io/netty: netty-codec-http2 [vvertx]
Only in wf27-full-ha-all/modules/system/layers/base/io/netty: netty-resolver-dns [used by vertx]
Only in wf27-full-ha-all/modules/system/layers/base/io: opentelemetry [used by opentelemetry]
Only in wf27-full-ha-all/modules/system/layers/base/io/reactivex: rxjava2 [used by kafka]
Only in wf27-full-ha-all/modules/system/layers/base/io/smallrye/common: annotation [used by reative]
Only in wf27-full-ha-all/modules/system/layers/base/io/smallrye/common: vertx-context [used by reactive]
Only in wf27-full-ha-all/modules/system/layers/base/io/smallrye: fault-tolerance [used by fault tolerance]
Only in wf27-full-ha-all/modules/system/layers/base/io/smallrye: health [used by microprofile]
Only in wf27-full-ha-all/modules/system/layers/base/io/smallrye: metrics [used by microprofile]
Only in wf27-full-ha-all/modules/system/layers/base/io/smallrye: openapi [used by microprofile]
Only in wf27-full-ha-all/modules/system/layers/base/io/smallrye: reactive [used by microprofile]
Only in wf27-full-ha-all/modules/system/layers/base/io: vertx [used by reactive]
Only in wf27-full-ha-all/modules/system/layers/base/org/apache: kafka [used by reactive kafka]
Only in wf27-full-ha-all/modules/system/layers/base/org/eclipse/microprofile: fault-tolerance [used by microprofile]
Only in wf27-full-ha-all/modules/system/layers/base/org/eclipse/microprofile: health [used by microprofile]
Only in wf27-full-ha-all/modules/system/layers/base/org/eclipse/microprofile: metrics [used by microprofile]
Only in wf27-full-ha-all/modules/system/layers/base/org/eclipse/microprofile: openapi [used by microprofile]
Only in wf27-full-ha-all/modules/system/layers/base/org/eclipse/microprofile: reactive-messaging [used by microprofile]
Only in wf27-full-ha-all/modules/system/layers/base/org/eclipse/microprofile: reactive-streams-operators [used by microprofile]
Only in wf27-full-ha-all/modules/system/layers/base/org/jboss/as: appclient [used by no app client]
Only in wf27-full-ha-all/modules/system/layers/base/org/jboss/as: jsr77 [used by jsr77 extension]
Only in wf27-full-ha-all/modules/system/layers/base/org/jboss/as: xts [used by xts subsystem]
Only in wf27-full-ha-all/modules/system/layers/base/org/jboss/metadata: appclient [used by appclient]
Only in wf27-full-ha-all/modules/system/layers/base/org/jboss/narayana: rts [used by rts extension]
Only in wf27-full-ha-all/modules/system/layers/base/org/wildfly/extension: datasources-agroal [not provisioned]
Only in wf27-full-ha-all/modules/system/layers/base/org/wildfly/extension/microprofile: fault-tolerance-smallrye [not provisioned]
Only in wf27-full-ha-all/modules/system/layers/base/org/wildfly/extension/microprofile: health-smallrye [not provisioned]
Only in wf27-full-ha-all/modules/system/layers/base/org/wildfly/extension/microprofile: metrics-smallrye [not provisioned]
Only in wf27-full-ha-all/modules/system/layers/base/org/wildfly/extension/microprofile: openapi-smallrye [not provisioned]
Only in wf27-full-ha-all/modules/system/layers/base/org/wildfly/extension/microprofile: reactive-messaging-smallrye [not provisioned]
Only in wf27-full-ha-all/modules/system/layers/base/org/wildfly/extension/microprofile: reactive-streams-operators-smallrye [not provisioned]
Only in wf27-full-ha-all/modules/system/layers/base/org/wildfly/extension: opentelemetry [not provisioned]
Only in wf27-full-ha-all/modules/system/layers/base/org/wildfly/extension: opentelemetry-api [not provisioned]
Only in wf27-full-ha-all/modules/system/layers/base/org/wildfly/extension: picketlink [not provisioned]
Only in wf27-full-ha-all/modules/system/layers/base/org/wildfly/extension: rts [not provisioned]
Only in wf27-full-ha-all/modules/system/layers/base/org/wildfly/microprofile: fault-tolerance-smallrye [not provisioned]
Only in wf27-full-ha-all/modules/system/layers/base/org/wildfly: reactive [reactive]
Not provisioned, legacy:
Only in wf27-full-ha-all/modules/system/layers/base/org/apache: avro [for hibernate search outboxpolling]
Only in wf27-full-ha-all/modules/system/layers/base/org/bouncycastle: main [UNREFERENCED, un-used]
Only in wf27-full-ha-all/modules/system/layers/base/org/jboss/as: jacorb [UNREFERENCED, legacy]
Only in wf27-full-ha-all/modules/system/layers/base/org/jboss/as: messaging [legacy module, for migration].
Only in wf27-full-ha-all/modules/system/layers/base/org/jboss/as: security [legacy]
Only in wf27-full-ha-all/modules/system/layers/base/org/jboss/as: web [UNREFERENCED, tomcat, integration]
Only in wf27-full-ha-all/modules/system/layers/base/org/jboss: genericjms [UNREFERENCED, generic jms]
Only in wf27-full-ha-all/modules/system/layers/base/org/jboss: integration [UNREFERENCED, SEAM integration]
Only in wf27-full-ha-all/modules/system/layers/base/org/jboss/resteasy: jose-jwt [UNREFERENCED]
Only in wf27-full-ha-all/modules/system/layers/base/org/jboss/resteasy: microprofile [UNREFERENCED]
Only in wf27-full-ha-all/modules/system/layers/base/org/jboss/resteasy: resteasy-rxjava2 [UNREFERENCED]
Only in wf27-full-ha-all/modules/system/layers/base/org: keycloak [legacy]
Only in wf27-full-ha-all/modules/system/layers/base/org/wildfly: event [optional dependency of undertow]
Not provisioned but could be needed:
Only in wf27-full-ha-all/modules/system/layers/base/org/apache/activemq/artemis: protocol [optional protocols in org.apache.activemq.artemis]
Only in wf27-full-ha-all/modules/system/layers/base/org/apache: qpid [amqp]
Only in wf27-full-ha-all/modules/system/layers/base/org/eclipse: persistence [UNREFERENCED]
Only in wf27-full-ha-all/modules/system/layers/base/org/hornetq/client [optional of org.wildfly.extension.messaging-activemq, legacy connection factory resource]
Only in wf27-full-ha-all/modules/system/layers/base/org/wildfly/security: http [UNREFERENCED org.wildfly.security.http.sfbasic]
Only in wf27-full-ha-all/modules/system/layers/base/org/wildfly/security/jakarta: client [UNREFERENCED SPIs from RESTEasy or JBoss WS but no integration point]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment