forked from apache/bval
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
77 lines (56 loc) · 2.59 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
Apache BVal (incubating) - README.txt
Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
--------------------------------------------------------------------------------
About
=====
This is an implementation of JSR 303 (Bean Validation), a specification of the
Java API for Javabean validation in Java EE and Java SE.
The technical objective is to provide a class level constraint declaration and
validation facility for the Java application developer, as well as a constraint
metadata repository and query API.
Disclaimer
==========
Apache BVal is an effort undergoing incubation 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.
Release Notes
=============
Please refer to the included CHANGES.txt for a complete list of new features
available and issues resolved in this release.
Getting Started
===============
Please visit the project website for the latest information:
http://incubator.apache.org/bval/
Along with the developer mailing list archive:
http://mail-archives.apache.org/mod_mbox/incubator-bval-dev/
System Requirements
===================
You need a platform that supports Java SE 5 or later.
Most testing has been done with Java SE 6 on Mac OS X, Windows and Linux.
Building
==========================
To build from source code:
- Sources require Java SE 5 or higher. (Tested with JDK 1.5.0_22 and 1.6.0_21)
- The project is built with Apache Maven 2 (suggested is 2.2.1).
You need to download and install Maven 2 from: http://maven.apache.org/
- Invoke maven in the root directory or a module subdirectory:
mvn install
Checkout the Building section on the project web site for more details:
http://incubator.apache.org/bval/
Support
=======
Any problems with this release can be reported to the user mailing list or
opened in the Jira issue tracker.
Mailing list archive:
http://mail-archives.apache.org/mod_mbox/incubator-bval-user/
User mailing list:
User mailing list subscription:
Jira:
https://issues.apache.org/jira/browse/BVAL/
--------------------------------------------------------------------------------