mvc-api
mvc-api copied to clipboard
Jakarta MVC Specification
**Issue by [mvcbot](https://github.com/mvcbot)** _Tuesday Jan 13, 2015 at 18:01 GMT_ _Originally opened as https://github.com/mvc-spec/mvc-spec/issues/35_ ---- **Original issue MVC_SPEC-23 created by Santiago Pericas-Geertsen:** JAX-RS 2.1 is likely to support a redirect...
**Issue by [mvcbot](https://github.com/mvcbot)** _Monday Jan 05, 2015 at 18:23 GMT_ _Originally opened as https://github.com/mvc-spec/mvc-spec/issues/25_ ---- **Original issue MVC_SPEC-13 created by Santiago Pericas-Geertsen:** Consider adding support for a non-declarative API. This...
**Issue by [mvcbot](https://github.com/mvcbot)** _Thursday Oct 16, 2014 at 17:01 GMT_ _Originally opened as https://github.com/mvc-spec/mvc-spec/issues/16_ ---- **Original issue MVC_SPEC-4 created by Santiago Pericas-Geertsen:** Data binding in MVC will likely take advantage...
I have a highly dynamic application which makes use of JAX-RS sub-resource locators. Unfortunately, those are not supported by default with MVC. I could work around this limitation with a...
I have a class A with several fields annotated with @MvcBinding , @FormParam and jakarta validations on them and another class B also with several fields annotated with same annotations...
I hope the MVC can introduce a complete set of new APIs that allow developers to write code with only MVC APIs, rather than mixing MVC and REST. ```java @Controller...
With - #73 following ``` beans_1_0.xsd beans_1_1.xsd beans_2_0.xsd beans_3_0.xsd ``` are attached (not sure it's intended as it might cause duplicated resources and those do not seem to belong to...
Final steps for the release, following on from https://github.com/jakartaee/specifications/pull/821 - [ ] promotes api staging release promotes the specification api jars to maven central. An example release job script can...