-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
30 lines (25 loc) · 1.04 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
Seam REST
=============
Seam REST is a lightweight module that aims to provide additional integration
with technologies within the Java EE platform as well as third party technologies.
Seam REST is independent of CDI and JAX-RS implementations and thus fully portable
between Java EE 6 environments.
Release Notes
=============
3.0.0.Alpha3
** Feature Request
* [SEAMREST-9] - Add support for @Valid
* [SEAMREST-12] - Upgrade to Seam Catch Alpha3
** Task
* [SEAMREST-15] - Adapt to WELD-796
* [SEAMREST-16] - Move jaxrs example from Catch to REST
* [SEAMREST-17] - Switch to beans.xml deployment
3.0.0.Alpha2
** Feature Request
* [SEAMREST-4] - Support templating using FreeMarker
* [SEAMREST-5] - Provide integration with RESTEasy Client Framework
* [SEAMREST-7] - Provide infrastructure for integrating with templating engines
* [SEAMREST-8] - Create a JAX-RS bridge
* [SEAMREST-10] - Migrate to Seam Solder
* [SEAMREST-11] - Provide combined artifact (api+impl)
* [SEAMREST-14] - Upgrade to Seam Servlet Alpha