Search code examples
jakarta-eewildfly

How to find out which Jakarta EE implementations are used by WildFly?


WildFly is a Jakarta EE compatible application server. This means that all of the Jakarta EE APIs have to be implemented by the server. I am interested in the concrete implementations that WildFly is using for a specific version of WildFly. What is the best way to create a table with columns Jakarta EE API - Implementation of WildFly (or is there some online resource listing this)? I have looked deeply into the WildFly documentation, but so far without success.


Solution

  • You can have a look here. Maybe a little old, but they don't change the implementation often, so probably they will be using the same dependency, just updated

    https://arjan-tijms.omnifaces.org/2020/05/implementation-components-used-by.html