|
Following up on
HV-793
where we introduce an eager fail at bootstrapping in case the EL library is missing, we could also provide a custom interpolator which requires no EL.
Gunnar Morling:
Doing the check in ResourceBundleMessageInterpolator mitigates my original concerns as it leaves a way to run without the EL libs by plugging in a custom interpolator which may be beneficial for environments with restricted resources such as Android. We even might provide such a NonElMessageInterpolator for optional use.
|