Hubert Rabago wrote:
New Revision: 332894

    <dependency>
+      <groupId>cglib</groupId>
+      <artifactId>cglib-nodep</artifactId>
+      <version>2.1_3</version>
+      <url>http://cglib.sourceforge.net/</url>
+      <properties>
+        <war.bundle>true</war.bundle>
+      </properties>
+    </dependency>

I apologize as well for only commenting now.  I didn't realize an
agreement had already been made to add a new dependency to support
this feature.

Well I initially proposed it back in September and took the lack of objections to imply agreement...

Given the size of the new dependency, can this be made configurable so
that only the users who want to use this feature be required to add
the 276k jar?  After all, the original reason for the enhancement was
to support "reusable components that must access form beans".  IMO,
this would really limit the audience that this feature targets.

Well, that's the use case that prompted me but I think it simplifies the use of dyna beans in any circumstance where you want to reference its properties in a JSP.

I could rework things to check for CGLIB in the classpath and revert to the traditional behaviour if it's unavailable, though the documentation would then need caveats about downloading/installing CGLIB to get the functionality.

L.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to