Release 0.9.9 of Static JSF EL Expression Validator with Annotated Beans Autodetection

I've released version 0.9.9 of Static JSF EL Expression Validator (tool to check that EL expressions in JSF pages use only existing beans and properties), available for download from Maven Central. The main addition since the last version is the ability to detect managed beans based on annotations instead of reading them from faces-confix.xml or Spring config, thanks to the cool Reflections lib, and support for ui:repeat.

Version 0.9.9

  • Support for ui:repeat

Version 0.9.8

  • Support for detecting managed beans based on annotations (analyzer.withManagedBeansAndVariablesConfiguration(fromClassesInPackages(..)..))
  • The directory passed to analyzer.validateElExpressions must the root of your web application; alternatively you can pass in two directories - the webapp root and the directory containing the pages to analyze

Tags: java library


Copyright © 2024 Jakub Holý
Powered by Cryogen
Theme by KingMob