-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: liferay-faces-3.2.6-ga7, liferay-faces-4.2.6-ga7
-
Component/s: Liferay Faces Bridge Impl / Demos / Tests
-
Labels:None
Currently the BridgeFactoryFinder, FactoryExtensionFinder, and Bridge implementations are discovered using the META-INF/services lookup approach. Since Java SE 6 formalized this technique using java.util.ServiceLoader API, service lookup should be refactored to use this standard API. Note that this can only be done for all branches that compile with JDK 1.6 and newer.
- relates
-
FACES-2821 IDE warning in BridgeFactoryFinder regarding non-null return value from ServiceLoader.load(Class)
-
- Closed
-