[wildfly-dev] WildFly 8 - list of missing features?

Tomaž Cerar tomaz.cerar at gmail.com
Thu Jan 9 05:46:44 EST 2014


Hi,

obvious things missing from WildFly are ones that ware removed:
- cmp, removed, as it is no longer EE7 requirement
- jaxr, removed, as it is no longer EE7 requirement
- osgi, removed as it was moved to separate project and can be re-added
manually

However the big thing we changed in WildFly is replacement of web server
from jbossweb to undertow (web subsystem to undertow subsystem).

There ware many things that ware integrated with jbossweb in it's specific
way (using valves for example) and things like that need to be migrated /
updated to be compatible with undertow.

Issue you linked is case of such incompatibility. It is hard to determine
how many other projects were relying on jbossweb/tomcat specific APIs so
producing any list would be quite hard.
All we could do is crate wiki page that list external projects and its
compatibility status.

My opinion is that beyond some custom auth mechanisms (what picketlink does
for example) most of things should work. As auth mechanisms APIs ware one
thing that (w)are tied to servlet container.

--
tomaz



On Thu, Jan 9, 2014 at 11:20 AM, Jaromir Hamala <jaromir.hamala at gmail.com>wrote:

> Hi guys,
>
> I wonder if there is a list of features implemented in JBoss AS 7, but
> missing from the WildFly 8? It would make migration assessments way easier.
> I stumbled upon the issue with SAML (
> https://issues.jboss.org/browse/PLINK2-119) and I wonder what are the
> other features missing in the current WildFly.
>
> Cheers,
> Jaromir
>
>
> --
> “Perfection is achieved, not when there is nothing more to add, but when
> there is nothing left to take away.”
> Antoine de Saint Exupéry
>
> _______________________________________________
> wildfly-dev mailing list
> wildfly-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/wildfly-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/wildfly-dev/attachments/20140109/be67c665/attachment.html 


More information about the wildfly-dev mailing list