Hi,
I can't speak for Payara directly, but I personally would indeed love to do a legacy free profile.
As per the original thread, EARs have some sort of marginal advantages still, like the layering of business logic in the EJB module and UI code in the Web module. This gives some kind of guarantee that people do not (accidentally) use UI code in the business logic, thereby making the services etc there unsuitable to be used by e.g. web services.
On the other hand, EARs as many people attest here are riddled with issues. This one for instance just covers the tip of the iceberg:
With EJB being phased out, an "EJB module" doesn't make much sense to have, and it's still a bit unclear if I'm not mistaken if EJB modules can legally and in a portable way contain only CDI beans.
It was originally perhaps a good idea and to a degree still is, but implementations always have been sub-par and too many specs just "forgot" that EARs even existed and/or hastily bolded some ill thought out behaviour for the spec in EARs on.
Just my 2 cents
Kind regards,
Arjan