Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Several of the included jars (Apache commons) are out of date. This is an issue especially with the commons collections which is incompatible with Hibernate and several other frameworks. It would greatly help to either always package the latest version of these common library jars, or create a separate click-core.jar and click-all.jar with click-core just containing click classes and no dependent common libraries (and click-all the existing comprehensive jar). That way those of us who use other libraries that depend on these common libraries can use click-core and select the appropriate commons jars to use in a web app (while maintaining the convenience of an all-in-one jar for those that don't use other frameworks).