1. 8b83256 Specify behavior when an exception occurs during field, property or parameter value construction. by mhadley · 16 years ago
  2. ff3adad Response is a class, not an interface by mhadley · 16 years ago
  3. 8c2dbb0 Added examples for URI-based conneg, switched to requiring preprocessed header values in HttpHeaders methods pending discussion by EG. by mhadley · 16 years ago
  4. 561f43a Add method to get acceptable languages by mhadley · 16 years ago
  5. ba43012 Couple of editorial fixes. by mhadley · 16 years ago
  6. 8209537 Make sure emptyMap is initialized first. by mhadley · 16 years ago
  7. 096b138 request HTTP headers read-only in message body reader by mhadley · 16 years ago
  8. 4cbd4e6 Throwing WebApplicationException from message body readers, writers and streaming output by mhadley · 16 years ago
  9. 33dff35 Throwing WebApplicationException from message body reader and writers by mhadley · 16 years ago
  10. 4338c08 Add exception mapper. by mhadley · 16 years ago
  11. e7c7b24 Rework ednote into non-normative section by mhadley · 16 years ago
  12. 6b7ff04 Add exception mapper. by mhadley · 16 years ago
  13. e242403 Add exception mapper. by mhadley · 16 years ago
  14. 429bafb Only wrap exceptions that can't be thrown directly. by mhadley · 16 years ago
  15. c858e25 Updated exception handling by mhadley · 16 years ago
  16. 5c20d46 Context available to *root* resource classes by mhadley · 16 years ago
  17. 7ff4b6a Allow use of DefaultValue with PathParam - only really useful when PathParam refers to a param in an ancestor resource uri template. by mhadley · 16 years ago
  18. 0ce9208 Fix typo by mhadley · 16 years ago
  19. 2062371 Add constructors using Response.Status by mhadley · 16 years ago
  20. e7a248d Warn about and ignore classes that don't conform to requirements by mhadley · 16 years ago
  21. c82ff1a Warn if used where it won't have any effect by mhadley · 16 years ago
  22. ace547c Don't close streams - allow chaining by mhadley · 16 years ago
  23. d75a838 Make parameter order common across messagebody[reader|writer|workers] by mhadley · 16 years ago
  24. 2939e20 Add explicit requirement for dynamic sub-resource locator support by mhadley · 16 years ago
  25. 690341a Clarify what is included in an extension by mhadley · 16 years ago
  26. 089f363 Added @*Param on fields and bean setters. Rearranged some text, fixed some bugs. by mhadley · 16 years ago
  27. 65ee302 Clarify use of null extension by mhadley · 16 years ago
  28. 4f21c80 Allow use of @Context on bean properties by mhadley · 16 years ago
  29. 4b68700 Allow use of @*Param on fields and bean properties by mhadley · 16 years ago
  30. de72834 Add methods related to extensions for URI-based conneg by mhadley · 16 years ago
  31. d12a49c Switch method name from parse to valueOf by mhadley · 16 years ago
  32. d1ccecc Return a single matching worker rather than a list by mhadley · 16 years ago
  33. 5d711a8 Added brief mention of @Encoded by mhadley · 16 years ago
  34. abe5225 Add support for List, Set and SortedSet by applying DRY principle to spec. by mhadley · 16 years ago
  35. 8a2a22f Added support for List, Set and SortedSet by mhadley · 16 years ago
  36. 2123a2a Add method to get ancestor resource URIs in encoded form. Clarify expectations wrt query and matrix parameter names and encoding. by mhadley · 16 years ago
  37. fa25399 Renamed methods to align with Path and PathParam annotations by mhadley · 16 years ago
  38. 51bc804 Method renamed by mhadley · 16 years ago
  39. b870b23 Renamed method since language mapping is also via extension by mhadley · 16 years ago
  40. d912040 Fix typo by mhadley · 16 years ago
  41. a3c7a27 Remove literal @ chars from Javadoc since these confuse Eclipse by mhadley · 16 years ago
  42. 9c3ddfa Fixed typos by mhadley · 16 years ago
  43. 32acc6e Added links to documentation for each status code by mhadley · 16 years ago
  44. 6263ba4 Added constants for common HTTP headers and method to get the values for a particular header by mhadley · 16 years ago
  45. 3540753 MediaType.isCompatible should ignore parameters. by sandoz · 16 years ago
  46. d057504 No matrix params in path templates by mhadley · 16 years ago
  47. 5d7a3d6 Removed unused import by mhadley · 16 years ago
  48. 0da38fe Subsequent changes will go into 0.8 snapshot by mhadley · 16 years ago
  49. 15f7a5d Clarify use of PathSegment with @PathParam by mhadley · 16 years ago
  50. 21153f6 Added PathSegment as a type for @ParamParam by mhadley · 16 years ago
  51. 211c51f Clarified expectations wrt UriInfo and HttpHeaders following preprocessing by mhadley · 16 years ago
  52. 8f7da72 Added request preprocessing to support URI-bsed conneg by mhadley · 16 years ago
  53. 22a6fc6 Added Class<?> type parameter to writeTo by mhadley · 16 years ago
  54. 5bbd974 Added enum for common status codes, adjusted methods to use enum instead of integer contstants by mhadley · 16 years ago
  55. 0f735a8 Added constants for common types, fixed issue 35 (include parameters in equals). by mhadley · 16 years ago
  56. b10dfc0 Added extension to language mapping, fixed unchecked warning by mhadley · 16 years ago
  57. c6f5669 Added StreamingOutput to the list of required msg body writers by mhadley · 16 years ago
  58. 243a39c Javadoc improvements. build throws IllegalArgumentException if a template parameter value is null. Switched build(String...) to build(Object...) to enable use with primitives and other types directly. by mhadley · 16 years ago
  59. 5185adc Javadoc improvements. Reversed order of ancestor uris and instances to make getting immediate parent resource info simple. Switch to list of String for ancestor URIs to reduce friction with UriBuilder and since URI doesn't add much in this instance. by mhadley · 16 years ago
  60. 27a022e Javadoc improvements, createEndpoint can throw UnsupportedOperationException by mhadley · 16 years ago
  61. eb46124 Only public constructors considered by mhadley · 16 years ago
  62. 7572745 Removed JSR 250 related requirements. by mhadley · 16 years ago
  63. 779022b What to do when you don't find a suitable message body reader or writer by mhadley · 16 years ago
  64. f7b6501 Clarrified annotation inheritance. by mhadley · 16 years ago
  65. 6aa51e9 Added IOException - thanks Stephan by mhadley · 16 years ago
  66. f605de2 Fix for issue 6 by mhadley · 16 years ago
  67. 6060d49 Clarified lifecycle requirements for resources and providers by mhadley · 16 years ago
  68. b5b024a Added sort key so that a matching sub-resource method will be chosen ahead of a sub-resource locator by mhadley · 16 years ago
  69. 804221c Editorial fix by mhadley · 16 years ago
  70. 6940f36 Added support for Reader, specified default charset of UTF-8. by mhadley · 16 years ago
  71. 0aa31ff Added a brief paragraph on pacakging in a .war. by mhadley · 16 years ago
  72. 2c40a37 Unify terminology: matching group -> capturing group, be specific when its the value of the capturing group rather than the group itself. by mhadley · 16 years ago
  73. 93e51a1 Clarified a few of the matching rules. by mhadley · 16 years ago
  74. 16e2ead Reworked to better describe requirements on supported endpoint types. by mhadley · 16 years ago
  75. 28218d6 Remove requirement to support JAX-WS provider, a platform spec can list required types. by mhadley · 16 years ago
  76. 42e13a5 Straw man chapter describing application configuration - details liable to change by mhadley · 16 years ago
  77. aa5ce69 Updates to include new injectables MessageBodyWorkers and ContextResolver by mhadley · 16 years ago
  78. a15b3e9 Added exception to be thrown if endpoint type isn't supported. by mhadley · 16 years ago
  79. adc1271 Added createEndpoint method for creating instances of endpoint classes for use in SE environments. by mhadley · 16 years ago
  80. e88fed3 Remove unused import by mhadley · 16 years ago
  81. cc57ef8 Added injectable MessageBodyWorkers interface that provides runtime lookup of message body readers and writers. Primarily aimed at message body reader and writer developers that need to chain to other readers and writers. by mhadley · 16 years ago
  82. c9a744e Added ability to get a list of ancestor resources and ancestor resource URIs by mhadley · 16 years ago
  83. 02eb046 Defer to static status method to create builder instance by mhadley · 16 years ago
  84. 9b890fc Switched to throwing RuntimeException instead of WebApplicationException when a RuntimeDelegate implementation cannot be found since WebApplicationException itself requires RuntimeDelegate. by mhadley · 16 years ago
  85. 81f6739 Updates and corrections from Stephan Koops by mhadley · 16 years ago
  86. 41e10c3 Case-insensitive keys in the parameter map by mhadley · 16 years ago
  87. 7f01df7 Clarified stream handling by mhadley · 16 years ago
  88. 33a8cf4 Message body readers and writers are now provided with generic type information and the list of annotations present. by mhadley · 16 years ago
  89. b342d74 Switched to Set and returning empty rather than null by mhadley · 16 years ago
  90. abe4c8f Added ApplicationConfig and ContextResolver. by mhadley · 16 years ago
  91. 77b52f8 Force a space. by mhadley · 16 years ago
  92. 5bb40d4 Fix typo by mhadley · 16 years ago
  93. 9fd5b36 Only public methods can be resource methods. by mhadley · 16 years ago
  94. 440c056 Added annotation inheritance rules. by mhadley · 16 years ago
  95. b105cbc Clarified sorting. by mhadley · 16 years ago
  96. ed14d77 Added @CookieParam by mhadley · 16 years ago
  97. a208f2d Allow Cookie as the type of a parameter annotated with @Cookie by mhadley · 16 years ago
  98. 250e33f Added CookieParam annotation by mhadley · 16 years ago
  99. c21951f Make collection properties read-only by mhadley · 16 years ago
  100. a9d2080 Added SecurityContext where appropriate by mhadley · 16 years ago