Space: Apache Bean Validation (https://cwiki.apache.org/confluence/display/BeanValidation) Page: Downloads (https://cwiki.apache.org/confluence/display/BeanValidation/Downloads)
Change Comment: --------------------------------------------------------------------- add bval-core entry and update descriptions Edited by Donald Woods: --------------------------------------------------------------------- Apache Bean Validation provides an implementation of the [Bean Validation Specification (JSR303)|http://jcp.org/en/jsr/detail?id=303], which is TCK compliant and works on Java SE 5 or later. Apache Bean Validation artifacts are distributed in source and binary form under the terms of the [Apache License, Version 2.0|http://www.apache.org/licenses/LICENSE-2.0]. See the included LICENSE and NOTICE files included in each artifact for additional license information. Please read the [Verifying Releases|#Verifying Releases] section below on how to verify the integrity of downloaded files. {note:title=Disclaimer} Apache Bean Validation is an effort undergoing [incubation|http://incubator.apache.org/] at The Apache Software Foundation (ASF), sponsored by the Apache Incubator PMC. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF. {note} \\ h3. Apache Bean Validation 0.1-incubating - Released June 11, 2010 || Module || Artifact || Comments || | Source | [bval-parent-0.1-incubating-source-release.zip|http://www.apache.org/dyn/closer.cgi/incubator/bval/0.1-incubating/bval-parent-0.1-incubating-source-release.zip] ([asc|http://www.apache.org/dist/incubator/bval/0.1-incubating/bval-parent-0.1-incubating-source-release.zip.asc], [md5|http://www.apache.org/dist/incubator/bval/0.1-incubating/bval-parent-0.1-incubating-source-release.zip.md5], [sha1|http://www.apache.org/dist/incubator/bval/0.1-incubating/bval-parent-0.1-incubating-source-release.zip.sha1]) | Apache Bean Validation source | | Core Framework | [bval-core-0.1-incubating.jar|http://repo1.maven.org/maven2/org/apache/bval/bval-core/0.1-incubating/bval-core-0.1-incubating.jar] ([asc|http://repo1.maven.org/maven2/org/apache/bval/bval-core/0.1-incubating/bval-core-0.1-incubating.jar.asc], [md5|http://repo1.maven.org/maven2/org/apache/bval/bval-core/0.1-incubating/bval-core-0.1-incubating.jar.md5], [sha1|http://repo1.maven.org/maven2/org/apache/bval/bval-core/0.1-incubating/bval-core-0.1-incubating.jar.sha1]) | Apache Bean Validation core framework | | JSR303 Implementation | [bval-jsr303-0.1-incubating.jar|http://repo1.maven.org/maven2/org/apache/bval/bval-jsr303/0.1-incubating/bval-jsr303-0.1-incubating.jar] ([asc|http://repo1.maven.org/maven2/org/apache/bval/bval-jsr303/0.1-incubating/bval-jsr303-0.1-incubating.jar.asc], [md5|http://repo1.maven.org/maven2/org/apache/bval/bval-jsr303/0.1-incubating/bval-jsr303-0.1-incubating.jar.md5], [sha1|http://repo1.maven.org/maven2/org/apache/bval/bval-jsr303/0.1-incubating/bval-jsr303-0.1-incubating.jar.sha1]) | Apache Bean Validation JSR303 provider (requires bval-core) | | Implementation Bundle | [org.apache.bval.bundle-0.1-incubating.jar|http://repo1.maven.org/maven2/org/apache/bval/org.apache.bval.bundle/0.1-incubating/org.apache.bval.bundle-0.1-incubating.jar] ([asc|http://repo1.maven.org/maven2/org/apache/bval/org.apache.bval.bundle/0.1-incubating/org.apache.bval.bundle-0.1-incubating.jar.asc], [md5|http://repo1.maven.org/maven2/org/apache/bval/org.apache.bval.bundle/0.1-incubating/org.apache.bval.bundle-0.1-incubating.jar.md5], [sha1|http://repo1.maven.org/maven2/org/apache/bval/org.apache.bval.bundle/0.1-incubating/org.apache.bval.bundle-0.1-incubating.jar.sha1]) | Apache Bean Validation provider w/ OSGi metadata (contains bval-core and bval-jsr303) | | Google Guice (optional) | [bval-guice-0.1-incubating.jar|http://repo1.maven.org/maven2/org/apache/bval/bval-guice/0.1-incubating/bval-guice-0.1-incubating.jar] ([asc|http://repo1.maven.org/maven2/org/apache/bval/bval-guice/0.1-incubating/bval-guice-0.1-incubating.jar.asc], [md5|http://repo1.maven.org/maven2/org/apache/bval/bval-guice/0.1-incubating/bval-guice-0.1-incubating.jar.md5], [sha1|http://repo1.maven.org/maven2/org/apache/bval/bval-guice/0.1-incubating/bval-guice-0.1-incubating.jar.sha1]) | Optional integration module for [Google Guice|http://code.google.com/p/google-guice/] | | JSON support (optional) | [bval-json-0.1-incubating.jar|http://repo1.maven.org/maven2/org/apache/bval/bval-json/0.1-incubating/bval-json-0.1-incubating.jar] ([asc|http://repo1.maven.org/maven2/org/apache/bval/bval-json/0.1-incubating/bval-json-0.1-incubating.jar.asc], [md5|http://repo1.maven.org/maven2/org/apache/bval/bval-json/0.1-incubating/bval-json-0.1-incubating.jar.md5], [sha1|http://repo1.maven.org/maven2/org/apache/bval/bval-json/0.1-incubating/bval-json-0.1-incubating.jar.sha1]) | Optional integration module for JSON support | \\ h3. Maven Users Our artifacts are published to the Maven Central repository and can be found under: * http://repo1.maven.org/maven2/org/apache/bval/ You'll need to add the following dependencies in your builds (and Maven will automatically include the additional transitive dependencies for you) - {code:none} <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-validation_1.0_spec</artifactId> <version>1.1</version> </dependency> <dependency> <groupId>org.apache.bval</groupId> <artifactId>org.apache.bval.bundle</artifactId> <version>0.1-incubating</version> </dependency> {code} \\ h3. Verifying Releases It is essential that you verify the integrity of any downloaded files using the PGP or MD5 signatures. For more information on signing artifacts and why we do it, checkout the [Release Signing FAQ|http://www.apache.org/dev/release-signing.html]. The PGP signatures can be verified using PGP or GPG. First download the [KEYS|http://www.apache.org/dist/incubator/bval/KEYS] as well as the asc signature file for the artifact. Make sure you get these files from the [main distribution directory|http://www.apache.org/dist/incubator/bval/], rather than from a [mirror|http://www.apache.org/dyn/closer.cgi/incubator/bval/]. Then verify the signatures using: {code:none} $ pgpk -a KEYS $ pgpv bval-parent-0.1-incubating-source-release.zip.asc or $ pgp -ka KEYS $ pgp bval-parent-0.1-incubating-source-release.zip.asc or $ gpg --import KEYS $ gpg --verify bval-parent-0.1-incubating-source-release.zip.asc {code} Alternatively, you can verify the MD5 signature on the files. A Unix/Linux program called *md5* or *md5sum* is included in most distributions. It is also available as part of [GNU Textutils|http://www.gnu.org/software/textutils/textutils.html]. Windows users can get binary md5 programs from such places as [here|http://www.md5summer.org/], [here|http://www.fourmilab.ch/md5/], or [here|http://www.pc-tools.net/win32/md5sums/]. Change your notification preferences: https://cwiki.apache.org/confluence/users/viewnotifications.action
