Apache Commons Beanutils

Clone this repo:
  1. ccc1d12 Bump actions/checkout from 4.1.1 to 4.1.2 (#221) by dependabot[bot] · 3 days ago master
  2. f12e312 Bump actions/setup-java from 4.1.0 to 4.2.1 (#222) by dependabot[bot] · 3 days ago
  3. 8a46e0a Bump github/codeql-action from 3.24.6 to 3.24.7 (#223) by dependabot[bot] · 3 days ago
  4. c7a39ed Bump org.apache.commons:commons-parent from 66 to 67 #220 by Gary Gregory · 13 days ago
  5. ebf2934 Bump org.apache.commons:commons-parent from 66 to 67 (#220) by dependabot[bot] · 13 days ago

Apache Commons BeanUtils

Java CI Coverage Status Maven Central Javadocs CodeQL

Apache Commons BeanUtils provides an easy-to-use but flexible wrapper around reflection and introspection.

Documentation

More information can be found on the Apache Commons BeanUtils homepage. The Javadoc can be browsed. Questions related to the usage of Apache Commons BeanUtils should be posted to the user mailing list.

Where can I get the latest release?

You can download source and binaries from our download page.

Alternatively, you can pull it from the central Maven repositories:

<dependency>
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-beanutils2</artifactId>
  <version>2.0.0</version>
</dependency>

Contributing

We accept Pull Requests via GitHub. The developer mailing list is the main channel of communication for contributors. There are some guidelines which will make applying PRs easier for us:

  • No tabs! Please use spaces for indentation.
  • Respect the code style.
  • Create minimal diffs - disable on save actions like reformat source code or organize imports. If you feel the source code should be reformatted create a separate PR for this change.
  • Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running mvn.

If you plan to contribute on a regular basis, please consider filing a contributor license agreement. You can learn more about contributing via GitHub in our contribution guidelines.

License

This code is under the Apache License v2.

See the NOTICE.txt file for required notices and attributions.

Donations

You like Apache Commons BeanUtils? Then donate back to the ASF to support the development.

Additional Resources