CompactBeans is a separated-out implementation of the java.beans.Introspector and associated Descriptor classes, targeted at Java 1.8SE Compact Profile 1. The code is based on the openjdk source bundles. The aim is for API compatibility as much as possible. In the simplest case, a package import rename is all that is required.
| Tags | JavaSE embedded compact profile JavaBeans |
|---|---|
| Licenses | GPLv2 with classpath exception |
| Operating Systems | OS Independent |
| Implementation | Java 1.8 |


Release Notes: This is the second public release. It is based on the openjdk7u60 source bundle. This release was built against JavaSE 8u5, with compact profile 1 as the target profile. It has had regression testing performed using the JavaBeans tests from the OpenJDK test suite, and has been tested successfully using a JavaSE compact profile 1 JRE on 32-bit x86 Debian Wheezy.


Release Notes: This is the initial public release. It is based on the openjdk7u40 source bundle. This release was built against JavaSE 8u5, with compact profile 1 as the target profile. It has had some regression testing performed using the JavaBeans tests from the OpenJDK test suite.