JSF 2.3 allow CDI to handle #{application}

Nothing really fancy, but #{application} EL resolving is now done using a 2.3 CDI producer.

Note there won't be @Inject support for this as it is not referring to a specific typed artifact.

Posted October 27, 2014

Up