1. 0a48a1a 1.1MR C003 by mhadley · 16 years ago
  2. fcce0b2 1.1MR: Servlet 3 and EE 6 requirements6 by mhadley · 16 years ago
  3. b697201 Updates to prepare for 1.1 MR changes by mhadley · 16 years ago
  4. eb633c7 Change version to 1.1 snapshop in preparation for making MR changes by mhadley · 16 years ago
  5. 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
  6. 5f6fd15 Adding support for OSGi headers by Jakub Podlesak · 16 years ago
  7. fcbf722 Changed trunk version to 1.0.1-SNAPSHOT in case it gets accidently pushed to the repo. by sandoz · 16 years ago
  8. c9bd703 Update version by mhadley · 16 years ago
  9. 2ce2e77 Updated acknowledgements by mhadley · 16 years ago
  10. 1c54d11 Fix method name by mhadley · 16 years ago
  11. 8b94933 Changes in preparation for 1.0 FCS by mhadley · 16 years ago
  12. b65e9a6 Future changes go into v 0.12-SNAPSHOT by mhadley · 16 years ago
  13. 1c05f71 Update Javadoc to reflect that query, matrix and form param names are always decoded. by mhadley · 16 years ago
  14. 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
  15. a4ba54c Added section label. by mhadley · 16 years ago
  16. dd1512a Getting rid of configuration part for javadoc plugin by Jakub Podlesak · 16 years ago
  17. 5ec020f Trying to simplify javadoc output dir config, by Jakub Podlesak · 16 years ago
  18. fb1dca7 replacing dist.zip output with javadoc jar by Jakub Podlesak · 16 years ago
  19. be7b007 adding a goal for generating javadoc jar (javadocs will be generated twice) by Jakub Podlesak · 16 years ago
  20. c02ba6e Add lower bound to generic type of exception mapper by mhadley · 16 years ago
  21. e0e3974 Fix closing tag by mhadley · 16 years ago
  22. 6dcdec7 GenericEntity can now be created directly by mhadley · 16 years ago
  23. 2a01e22 Add a public constructor to GenericEntity and associated test cases. by mhadley · 16 years ago
  24. a86ac21 Add a brief section on validation. by mhadley · 16 years ago
  25. 1eb1e59 Add xref to syntax of template param, tidy up description. by mhadley · 16 years ago
  26. 643b1ec Add message to exception by mhadley · 16 years ago
  27. a58ef43 Fix NewCookie to throw correct exception, add tests by mhadley · 16 years ago
  28. 42a0e80 Throw exception if all ctor params are null by mhadley · 16 years ago
  29. 65c6a92 Fix typo by mhadley · 16 years ago
  30. 59c5c14 Additional test for generic entity by mhadley · 16 years ago
  31. e512c89 Passing null removes any existing value of the associated property from the builder by mhadley · 16 years ago
  32. 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
  33. 98381ad Fix javadoc, split buildFromMap method into two for consistency with build method by mhadley · 16 years ago
  34. 8c84f93 Necessary information not always available outside the scope of a request. by mhadley · 16 years ago
  35. 8bc18cc Add latest changes to spec log by mhadley · 16 years ago
  36. 0cc42b6 Additional sort criteria so that templates with explicit regexs are sorted ahead of those with the default. by mhadley · 16 years ago
  37. 430aa27 Fix typo, remove confusing sentence. by mhadley · 16 years ago
  38. 58aecd8 fix copy-and-paste-o by mhadley · 16 years ago
  39. 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
  40. 0e92c48 q-values not used in @Produces or @Consumes. by mhadley · 16 years ago
  41. aacfbb7 Make additional information available to isReadable, isWritable and getSize methods by mhadley · 16 years ago
  42. 612cbc1 Editorial fixes (no functional change) by mhadley · 16 years ago
  43. 1ab4f3a Update changelog by mhadley · 16 years ago
  44. 2f7eaec Clarify that an implementation can supply its own RuntimeDelegate API class by mhadley · 16 years ago
  45. 713e3b6 Check for permission when setting runtime delegate by mhadley · 16 years ago
  46. 8d1a8d1 q-values in Produces or Consumes not used in matching by mhadley · 16 years ago
  47. d4c59e4 Switch from MIME to media by mhadley · 16 years ago
  48. 5f5271b Changes re FormParam not supported on fields and properties. by mhadley · 16 years ago
  49. 3dd247a Add back field and method targets, note in javadoc that only required to be supported on method params. by mhadley · 16 years ago
  50. affbc29 Update Javadoc, note that isCompatible is commutative. by mhadley · 16 years ago
  51. c22d50c Update Javadoc, parameters also included in hashCode by mhadley · 16 years ago
  52. dc32e6e Clarify how header values are serialized by mhadley · 16 years ago
  53. d53f28b Remove javadoc references to removed methods. by mhadley · 16 years ago
  54. 4b1fc8e Remove extension-based conneg methods (should have been removed earlier). by mhadley · 16 years ago
  55. c68ffe8 Add expires to list of directly supported headers. by mhadley · 16 years ago
  56. 0a28c11 Future changes will be in version 0.11 by mhadley · 16 years ago
  57. b5cec3a PFD boilerplate changes by mhadley · 16 years ago
  58. 3f3ea91 Make sure Dates in response headers get serialized properly. Add expires convenience method. by mhadley · 16 years ago
  59. 1d7cabf Specify sorting by q-value for getAcceptable* by mhadley · 16 years ago
  60. a3abfcf Add regex production, rework javadoc for clarity. by mhadley · 16 years ago
  61. 27e4227 Result of returning null or throwing an exception by mhadley · 16 years ago
  62. 72ad1f0 What to do if response status code isn't set by mhadley · 16 years ago
  63. 15f53ac What to do if an exception mapper throws an exception by mhadley · 16 years ago
  64. 580c0b9 Added section labels by mhadley · 16 years ago
  65. 69ce057 Reordered changelist to match order of spec. by mhadley · 16 years ago
  66. efcb320 Update reference by mhadley · 16 years ago
  67. 827c7fb Allow use of @Provider elsewhere. by mhadley · 16 years ago
  68. 503afdc Singletons can only include one instance of each class. by mhadley · 16 years ago
  69. a3a7580 Restrict use of FormParam to resource methods by mhadley · 16 years ago
  70. 182260c Acknowledgements by mhadley · 16 years ago
  71. 4db6c3c Added new appendix listing supported HTTP headers. by mhadley · 16 years ago
  72. 0d621f4 Switch parameter order by mhadley · 16 years ago
  73. 14de6c9 Fix issue caused by varargs and autoboxing in build methods by mhadley · 16 years ago
  74. 9070cde Caller responsible for ensuring input stream ends when entity is consumed by mhadley · 16 years ago
  75. e6090d0 Add alternate build methods that don't require the boolean flag (defaults to true). by mhadley · 16 years ago
  76. 5ea6bb2 Add FormParam to annotation summary. Fix spec and javadoc to reflect use of Encoded annotation with FormParam. by mhadley · 16 years ago
  77. 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
  78. 1b4782c Add support for template variable regexs. Remove Path.limited property. by mhadley · 16 years ago
  79. 137ddc0 Add link to URI.create by mhadley · 16 years ago
  80. d196cb2 Remove redundant method, rename method to avoid overloading vararg method by mhadley · 16 years ago
  81. 37aa7dd Fix javadoc by mhadley · 16 years ago
  82. 9532c21 Rework example to improve clarity by mhadley · 16 years ago
  83. 5acc5a6 Add FormParam (forgot to do this when FormParam was added to the API) by mhadley · 16 years ago
  84. 263af0c Removed redundant method by mhadley · 16 years ago
  85. 59c4ee0 Remove URI-based conneg feature and associated APIs by mhadley · 16 years ago
  86. b6bc539 Fix typo by mhadley · 17 years ago
  87. fa40226 What to do if a resource method throws an Error or other Throwable by mhadley · 17 years ago
  88. 298800e Clarify javadoc. by mhadley · 17 years ago
  89. cbc4ab8 Fix javadoc. by mhadley · 17 years ago
  90. ac277ef Renamed ApplicationConfig to Application by mhadley · 17 years ago
  91. 69631af Shorten method names by mhadley · 17 years ago
  92. 5158472 adding distribution management part to be able to run mvn deploy by Jakub Podlesak · 17 years ago
  93. d54b8b3 Fix typo. by mhadley · 17 years ago
  94. 6f4db07 removing NetBeans and ant related files by Jakub Podlesak · 17 years ago
  95. bc45b25 Coalesce getResourceClasses and getProviderClasses. Add getSingletons method. by mhadley · 17 years ago
  96. 75becc7 Removed duplicate requirement, class javadoc describes base URI for all methods that return relative URIs. by mhadley · 17 years ago
  97. 62af07e Switched from ancestor resources to matched resources so current resource is included. by mhadley · 17 years ago
  98. abbdb25 Clarify where the annotation come from. by mhadley · 17 years ago
  99. 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
  100. d47be98 updated [pom.xml] file to generate: by Jakub Podlesak · 17 years ago