だいこんの日々2

軸足をtwitterとfacebookに移しつつも、技術的な話はここに書いていきます。

Commons BeanUtils の3つのjar

Commons BeanUtils を最新のjarに更新しようとすると、3つのjarが出てきた。

http://commons.apache.org/beanutils/ には、

BeanUtils Core And Modules
Since the 1.7.0 release BeanUtils has distributed three jars:

  • commons-beanutils.jar - contains everything
  • commons-beanutils-core.jar - excludes Bean Collections classes
  • commons-beanutils-bean-collections.jar - only Bean Collections classes

The main commons-beanutils.jar has an optional dependency on Commons Collections

と書いてあるのだが、検索すると3つともクラスパスに通している例が多い。

なんで読まないのかな? 最近の新人にも多いんだけど。
英語が読めないんだろうか。