-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
71 lines (62 loc) · 2.79 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
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.1.0.Beta1
** Bug
* [SEAMREST-41] - org.jboss.seam.rest.test.validation.ValidationTest.testValidationExceptionHandler() fails on GlassFish
* [SEAMREST-42] - Documentation issues
** Feature Request
* [SEAMREST-47] - Please support Servlet 3.0 container
** Task
* [SEAMREST-45] - Document how RESTEasy's eager JAXB provider can be suppressed
* [SEAMREST-46] - Make AS7 the default container
* [SEAMREST-48] - Remove Interpolator class
3.0.0.Final
** Bug
* [SEAMREST-36] - Integration tests broken for glassfish-remote-3-rest profile
* [SEAMREST-37] - rest-tasks - exception rendering freemarker response
* [SEAMREST-38] - rest-exceptions partially functional on GlassFish
** Task
* [SEAMREST-39] - Remove slf4j references
* [SEAMREST-40] - Migrate compatibility tests to the seam-compatibility module
3.0.0.CR2
** Bug
* [SEAMREST-30] - Cannot use @DefaultBean for default ClientExecutor
** Feature Request
* [SEAMREST-28] - Provide a Java SE example (JAX-RS client)
** Task
* [SEAMREST-29] - Create an example demonstrating Apache velocity templating support
3.0.0.CR1
** Bug
* [SEAMREST-13] - Removing of a task fails with an exception on JBoss AS
* [SEAMREST-24] - Manifest.mf files in jars generated from the module contain unreachable Implementation-URL
** Feature Request
* [SEAMREST-20] - Provide better boot message
* [SEAMREST-21] - seam-tasks-statistics overhaul
* [SEAMREST-27] - Register ClientErrorInterceptors automatically
** Task
* [SEAMREST-25] - Use Solder's @Requires for optional beans
* [SEAMREST-31] - Rewrite templating providers so that they do not depend on Solder's Expressions
* [SEAMREST-32] - Move tasks statistics to package org.jboss.seam.rest.example.tasks.statistics
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