1. 503afdc Singletons can only include one instance of each class. by mhadley · 16 years ago
  2. a3a7580 Restrict use of FormParam to resource methods by mhadley · 16 years ago
  3. 182260c Acknowledgements by mhadley · 16 years ago
  4. 4db6c3c Added new appendix listing supported HTTP headers. by mhadley · 16 years ago
  5. 0d621f4 Switch parameter order by mhadley · 16 years ago
  6. 14de6c9 Fix issue caused by varargs and autoboxing in build methods by mhadley · 16 years ago
  7. 9070cde Caller responsible for ensuring input stream ends when entity is consumed by mhadley · 16 years ago
  8. e6090d0 Add alternate build methods that don't require the boolean flag (defaults to true). by mhadley · 16 years ago
  9. 5ea6bb2 Add FormParam to annotation summary. Fix spec and javadoc to reflect use of Encoded annotation with FormParam. by mhadley · 16 years ago
  10. 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
  11. 1b4782c Add support for template variable regexs. Remove Path.limited property. by mhadley · 16 years ago
  12. 137ddc0 Add link to URI.create by mhadley · 16 years ago
  13. d196cb2 Remove redundant method, rename method to avoid overloading vararg method by mhadley · 16 years ago
  14. 37aa7dd Fix javadoc by mhadley · 16 years ago
  15. 9532c21 Rework example to improve clarity by mhadley · 16 years ago
  16. 5acc5a6 Add FormParam (forgot to do this when FormParam was added to the API) by mhadley · 16 years ago
  17. 263af0c Removed redundant method by mhadley · 16 years ago
  18. 59c4ee0 Remove URI-based conneg feature and associated APIs by mhadley · 16 years ago
  19. b6bc539 Fix typo by mhadley · 16 years ago
  20. fa40226 What to do if a resource method throws an Error or other Throwable by mhadley · 16 years ago
  21. 298800e Clarify javadoc. by mhadley · 16 years ago
  22. cbc4ab8 Fix javadoc. by mhadley · 16 years ago
  23. ac277ef Renamed ApplicationConfig to Application by mhadley · 16 years ago
  24. 69631af Shorten method names by mhadley · 16 years ago
  25. 5158472 adding distribution management part to be able to run mvn deploy by Jakub Podlesak · 16 years ago
  26. d54b8b3 Fix typo. by mhadley · 16 years ago
  27. 6f4db07 removing NetBeans and ant related files by Jakub Podlesak · 16 years ago
  28. bc45b25 Coalesce getResourceClasses and getProviderClasses. Add getSingletons method. by mhadley · 16 years ago
  29. 75becc7 Removed duplicate requirement, class javadoc describes base URI for all methods that return relative URIs. by mhadley · 16 years ago
  30. 62af07e Switched from ancestor resources to matched resources so current resource is included. by mhadley · 16 years ago
  31. abbdb25 Clarify where the annotation come from. by mhadley · 16 years ago
  32. 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 · 16 years ago
  33. d47be98 updated [pom.xml] file to generate: by Jakub Podlesak · 16 years ago
  34. 95ab6c8 source jar generation added to pom.xml by Jakub Podlesak · 16 years ago
  35. 823a6a1 First version of pom.xml to build jsr-311.jar by Jakub Podlesak · 16 years ago
  36. 007a777 Tweak to cookie handling. by mhadley · 16 years ago
  37. ced601b Future updates go into version 0.10 by mhadley · 16 years ago
  38. fe0b0d8 Renamed @ConsumeMime and @ProduceMime to @Consumes and @Produces respectively by mhadley · 16 years ago
  39. 7c49c5f Simplified context resolver stuff to only use @ProduceMime for declaring media type capabilities. Changed Providers.getContext to Provider.getContextResolver for consistency with other methods. by mhadley · 16 years ago
  40. e744235 Fix typo. by mhadley · 16 years ago
  41. 866b312 Morphed MessageBodyWorkers into Providers. Added support for specifying media type capabilities on context providers. Removed requirement to support injection of context resolvers, now acessed via injected Providers. by mhadley · 16 years ago
  42. 044491b Made the newInstance method public again so you can create an empty one easily by mhadley · 16 years ago
  43. 19acb32 Added a constant for "*/*" wildcard by mhadley · 16 years ago
  44. 7d8f45d Added static methods to streamline creation of a VariantListBuilder instance. Made VariantListBuilder.newInstance protected to direct users to the static Variant methods. by mhadley · 16 years ago
  45. 98c82fc Added requirement to use JAF when no entity provider found. Updated changelog. by mhadley · 16 years ago
  46. fe27f75 queryParam and matrix param values are now Object... instead of String. Added replaceQueryParam and replaceMatrixParam methods to facilitate easier manipulation of existing URIs. by mhadley · 16 years ago
  47. 7f4fdd9 Fix typo by mhadley · 16 years ago
  48. 75a25db What to do if null by mhadley · 16 years ago
  49. 9a45310 Fixed typos by mhadley · 16 years ago
  50. a6cc289 Resolve issue 39: Retained inheritance, added NewCookie.toCookie(), implemented equals and hashcode, added tests. by mhadley · 16 years ago
  51. a09be39 URI normalized prior to matching. by mhadley · 16 years ago
  52. 1a4a114 Fixed double full stop by mhadley · 16 years ago
  53. 92a0948 Resolve issue 40 - implementations should warn when choice of constructor is ambiguous. by mhadley · 16 years ago
  54. 4b4ca4c Fix issue 41: switch from text/* to */* for standard String provider. by mhadley · 16 years ago
  55. 9e0d50a Adjust description of sorting for consistency, fix template var regexp. by mhadley · 16 years ago
  56. 630a492 Fix examples by mhadley · 16 years ago
  57. 8761d59 Resolve issue 42. Switch from string to locale in http headers and variant. add locale methods in response. by mhadley · 16 years ago
  58. 4fcb2d4 Clarify what happens if argument is null by mhadley · 16 years ago
  59. f699aed Added FormParam by mhadley · 16 years ago
  60. 9c733ab Add requirements for request entities of other types by mhadley · 16 years ago
  61. 7cf8107 Add FormParam to DefaultValue javadoc by mhadley · 16 years ago
  62. 725c22a Add FormParam annotation, add method to obtain request method, add method to obtain form data as a map. by mhadley · 16 years ago
  63. f32557f Remove redundant javadoc that duplicates spec text. Add restriction that only one request method designator is allowed on a resource method. by mhadley · 16 years ago
  64. df71031 Fix regexps to prevent a path parameter matching multiple path segments except when Path.limited=false by mhadley · 16 years ago
  65. c9ffb17 Add List<PathSegment> by mhadley · 16 years ago
  66. 9338930 Reformatting - no functional change. by mhadley · 16 years ago
  67. c1f3793 Add message to exception by mhadley · 16 years ago
  68. 53a2223 Clarifications to javadoc and improvement to internal logic. by mhadley · 16 years ago
  69. c711453 Added stuff related to GenericEntity and how to determine raw and generic types from return type and returned instance. Added acknowledgment for TypeLiteral code. Updated change log. by mhadley · 16 years ago
  70. f07f074 First cut of GenericEntity code and test code by mhadley · 16 years ago
  71. 37e6efe Note that conneg extensions can represent both media type and language by mhadley · 16 years ago
  72. e7d046f Editorial fixes by mhadley · 16 years ago
  73. 93963eb Updated to support URIs following URI-based conneg preprocessing. UriBuilder#extension is now floating until build time rather than being tied to current final path segment at call time. by mhadley · 16 years ago
  74. 4f00370 UriInfo and HttpHeaders return data after URI conneg preprocessing by mhadley · 16 years ago
  75. 82ab49e Path parameters must match at least one character by mhadley · 16 years ago
  76. ba1e419 Clarify how @Path values are absolutized by mhadley · 16 years ago
  77. c6ac28e Added protected default constructor to prevent synthetic public default constructor. by mhadley · 16 years ago
  78. 51747bf Clarify encoding of template parameter values during build. Add reference for matrix URIs. by mhadley · 16 years ago
  79. 8d2a2a7 Fix inconsistent javadoc by mhadley · 16 years ago
  80. 2ec88ed Added javadoc references for matrix uris by mhadley · 16 years ago
  81. 9050e23 Fix javadoc by mhadley · 16 years ago
  82. 850a13d Updates to address comments from Sean Landis by mhadley · 16 years ago
  83. d4a7f28 Explain use of Class<?> by mhadley · 16 years ago
  84. e48f6ff Reworked matching algorithm for clarity, switched back to editors draft furniture, added change log by mhadley · 16 years ago
  85. 5ce5e28 Reworked matching algorithm for clarity, switched back to editors draft furniture, added change log by mhadley · 16 years ago
  86. a2bbfda Fixed a couple of FindBugs warnings by mhadley · 16 years ago
  87. c96e492 Remove public property since it essentially duplicates the functionality of the private property only in reverse. by mhadley · 16 years ago
  88. 35b98d5 Javadoc for exception by mhadley · 16 years ago
  89. 2b22206 Changes suggested by Stephan Koops. Override equals, hashCode, toString. Remove unused imports, check for null where not allowed, add javadoc. Deferring adding equals and hashCode to Cookie and NewCookie pending resolution of issue 39. by mhadley · 16 years ago
  90. e8e5f34 Added missing comma by mhadley · 16 years ago
  91. fbb55fc Fixed year by mhadley · 16 years ago
  92. 74dda11 Subsequent changes will be part of 0.9 API by mhadley · 16 years ago
  93. cac08a4 Updates for public review draft by mhadley · 16 years ago
  94. f263c95 Fixed property name by mhadley · 16 years ago
  95. e014e92 Editorial fixes by mhadley · 16 years ago
  96. 8053ff0 Refer to field and property section for more complete description by mhadley · 16 years ago
  97. bbd0556 Switched algorithm for URI-based conneg, assorted formatting fixes by mhadley · 16 years ago
  98. bc2b8b7 Add serialVersionUID to exception, check for null Status and throw IllegalArgumentException. by mhadley · 16 years ago
  99. 3c41811 Runtime generates exceptions subject to exception mpping providers rather than simply returning a specific response directly by mhadley · 16 years ago
  100. 0c5b976 Tidy up constructor chaining, null Response instances supplied to constructor now result in 500 internal server error response by mhadley · 16 years ago