- 0a48a1a 1.1MR C003 by mhadley · 16 years ago
- fcce0b2 1.1MR: Servlet 3 and EE 6 requirements6 by mhadley · 16 years ago
- b697201 Updates to prepare for 1.1 MR changes by mhadley · 16 years ago
- eb633c7 Change version to 1.1 snapshop in preparation for making MR changes by mhadley · 16 years ago
- 9054a6e java.net m2 repository push location has changed. I'm fixing ones that I can mechanically find, but please check if you have other POMs that need to be updated. More about this in http://weblogs.java.net/blog/kohsuke/archive/2009/03/changes_to_the.html by Kohsuke Kawaguchi · 16 years ago
- 5f6fd15 Adding support for OSGi headers by Jakub Podlesak · 16 years ago
- fcbf722 Changed trunk version to 1.0.1-SNAPSHOT in case it gets accidently pushed to the repo. by sandoz · 16 years ago
- c9bd703 Update version by mhadley · 16 years ago
- 2ce2e77 Updated acknowledgements by mhadley · 16 years ago
- 1c54d11 Fix method name by mhadley · 16 years ago
- 8b94933 Changes in preparation for 1.0 FCS by mhadley · 16 years ago
- b65e9a6 Future changes go into v 0.12-SNAPSHOT by mhadley · 16 years ago
- 1c05f71 Update Javadoc to reflect that query, matrix and form param names are always decoded. by mhadley · 16 years ago
- e301b5c Fix for issue 49. Update section 4.2.2 to refer to section 3.8 rather than restating it (badly). Change the error status code at the end of section 4.2.2 from 406 to 500 - 406 is thrown by section 3.8 when applicable, section 4.2.2 throws a 500 if it can't find a writer to serialize the entity in the selected media type, this is a server application error, not a client error. Added an item to section 3.8 to explicitly recognize that the media type can be set directly in a Response instance. by mhadley · 16 years ago
- a4ba54c Added section label. by mhadley · 16 years ago
- dd1512a Getting rid of configuration part for javadoc plugin by Jakub Podlesak · 16 years ago
- 5ec020f Trying to simplify javadoc output dir config, by Jakub Podlesak · 16 years ago
- fb1dca7 replacing dist.zip output with javadoc jar by Jakub Podlesak · 16 years ago
- be7b007 adding a goal for generating javadoc jar (javadocs will be generated twice) by Jakub Podlesak · 16 years ago
- c02ba6e Add lower bound to generic type of exception mapper by mhadley · 16 years ago
- e0e3974 Fix closing tag by mhadley · 16 years ago
- 6dcdec7 GenericEntity can now be created directly by mhadley · 16 years ago
- 2a01e22 Add a public constructor to GenericEntity and associated test cases. by mhadley · 16 years ago
- a86ac21 Add a brief section on validation. by mhadley · 16 years ago
- 1eb1e59 Add xref to syntax of template param, tidy up description. by mhadley · 16 years ago
- 643b1ec Add message to exception by mhadley · 16 years ago
- a58ef43 Fix NewCookie to throw correct exception, add tests by mhadley · 16 years ago
- 42a0e80 Throw exception if all ctor params are null by mhadley · 16 years ago
- 65c6a92 Fix typo by mhadley · 16 years ago
- 59c5c14 Additional test for generic entity by mhadley · 16 years ago
- e512c89 Passing null removes any existing value of the associated property from the builder by mhadley · 16 years ago
- 0f9ecf5 Assorted javadoc updates. Add more explicit error conditions often assocaited with passing null, require IllegalArgument/IlleglStateExceptions to be thrown. by mhadley · 16 years ago
- 98381ad Fix javadoc, split buildFromMap method into two for consistency with build method by mhadley · 16 years ago
- 8c84f93 Necessary information not always available outside the scope of a request. by mhadley · 16 years ago
- 8bc18cc Add latest changes to spec log by mhadley · 16 years ago
- 0cc42b6 Additional sort criteria so that templates with explicit regexs are sorted ahead of those with the default. by mhadley · 16 years ago
- 430aa27 Fix typo, remove confusing sentence. by mhadley · 16 years ago
- 58aecd8 fix copy-and-paste-o by mhadley · 16 years ago
- e132bd1 Remove redundant param from getContextResolver. Make javadoc more explicit wrt how providers are chosen - no functional change, requirements on provider ordering based on media type matching already in the spec. by mhadley · 16 years ago
- 0e92c48 q-values not used in @Produces or @Consumes. by mhadley · 16 years ago
- aacfbb7 Make additional information available to isReadable, isWritable and getSize methods by mhadley · 16 years ago
- 612cbc1 Editorial fixes (no functional change) by mhadley · 16 years ago
- 1ab4f3a Update changelog by mhadley · 16 years ago
- 2f7eaec Clarify that an implementation can supply its own RuntimeDelegate API class by mhadley · 16 years ago
- 713e3b6 Check for permission when setting runtime delegate by mhadley · 16 years ago
- 8d1a8d1 q-values in Produces or Consumes not used in matching by mhadley · 16 years ago
- d4c59e4 Switch from MIME to media by mhadley · 16 years ago
- 5f5271b Changes re FormParam not supported on fields and properties. by mhadley · 16 years ago
- 3dd247a Add back field and method targets, note in javadoc that only required to be supported on method params. by mhadley · 16 years ago
- affbc29 Update Javadoc, note that isCompatible is commutative. by mhadley · 16 years ago
- c22d50c Update Javadoc, parameters also included in hashCode by mhadley · 16 years ago
- dc32e6e Clarify how header values are serialized by mhadley · 16 years ago
- d53f28b Remove javadoc references to removed methods. by mhadley · 16 years ago
- 4b1fc8e Remove extension-based conneg methods (should have been removed earlier). by mhadley · 16 years ago
- c68ffe8 Add expires to list of directly supported headers. by mhadley · 16 years ago
- 0a28c11 Future changes will be in version 0.11 by mhadley · 16 years ago
- b5cec3a PFD boilerplate changes by mhadley · 16 years ago
- 3f3ea91 Make sure Dates in response headers get serialized properly. Add expires convenience method. by mhadley · 16 years ago
- 1d7cabf Specify sorting by q-value for getAcceptable* by mhadley · 16 years ago
- a3abfcf Add regex production, rework javadoc for clarity. by mhadley · 16 years ago
- 27e4227 Result of returning null or throwing an exception by mhadley · 16 years ago
- 72ad1f0 What to do if response status code isn't set by mhadley · 16 years ago
- 15f53ac What to do if an exception mapper throws an exception by mhadley · 16 years ago
- 580c0b9 Added section labels by mhadley · 16 years ago
- 69ce057 Reordered changelist to match order of spec. by mhadley · 16 years ago
- efcb320 Update reference by mhadley · 16 years ago
- 827c7fb Allow use of @Provider elsewhere. by mhadley · 16 years ago
- 503afdc Singletons can only include one instance of each class. by mhadley · 16 years ago
- a3a7580 Restrict use of FormParam to resource methods by mhadley · 16 years ago
- 182260c Acknowledgements by mhadley · 16 years ago
- 4db6c3c Added new appendix listing supported HTTP headers. by mhadley · 16 years ago
- 0d621f4 Switch parameter order by mhadley · 16 years ago
- 14de6c9 Fix issue caused by varargs and autoboxing in build methods by mhadley · 16 years ago
- 9070cde Caller responsible for ensuring input stream ends when entity is consumed by mhadley · 16 years ago
- e6090d0 Add alternate build methods that don't require the boolean flag (defaults to true). by mhadley · 16 years ago
- 5ea6bb2 Add FormParam to annotation summary. Fix spec and javadoc to reflect use of Encoded annotation with FormParam. by mhadley · 16 years ago
- 54ae83d Rework UriBuilder for single mode that always encodes. Annotation values now automatically encoded preserving any pct-encoded values within them. by mhadley · 16 years ago
- 1b4782c Add support for template variable regexs. Remove Path.limited property. by mhadley · 16 years ago
- 137ddc0 Add link to URI.create by mhadley · 16 years ago
- d196cb2 Remove redundant method, rename method to avoid overloading vararg method by mhadley · 16 years ago
- 37aa7dd Fix javadoc by mhadley · 16 years ago
- 9532c21 Rework example to improve clarity by mhadley · 16 years ago
- 5acc5a6 Add FormParam (forgot to do this when FormParam was added to the API) by mhadley · 16 years ago
- 263af0c Removed redundant method by mhadley · 16 years ago
- 59c4ee0 Remove URI-based conneg feature and associated APIs by mhadley · 16 years ago
- b6bc539 Fix typo by mhadley · 17 years ago
- fa40226 What to do if a resource method throws an Error or other Throwable by mhadley · 17 years ago
- 298800e Clarify javadoc. by mhadley · 17 years ago
- cbc4ab8 Fix javadoc. by mhadley · 17 years ago
- ac277ef Renamed ApplicationConfig to Application by mhadley · 17 years ago
- 69631af Shorten method names by mhadley · 17 years ago
- 5158472 adding distribution management part to be able to run mvn deploy by Jakub Podlesak · 17 years ago
- d54b8b3 Fix typo. by mhadley · 17 years ago
- 6f4db07 removing NetBeans and ant related files by Jakub Podlesak · 17 years ago
- bc45b25 Coalesce getResourceClasses and getProviderClasses. Add getSingletons method. by mhadley · 17 years ago
- 75becc7 Removed duplicate requirement, class javadoc describes base URI for all methods that return relative URIs. by mhadley · 17 years ago
- 62af07e Switched from ancestor resources to matched resources so current resource is included. by mhadley · 17 years ago
- abbdb25 Clarify where the annotation come from. by mhadley · 17 years ago
- febc818 Clarify that each ancestor URI is a complete relative URI whose base is the base URI of the application. Removed duplicate example. by mhadley · 17 years ago
- d47be98 updated [pom.xml] file to generate: by Jakub Podlesak · 17 years ago