1. 7603402 Update CONTRIBUTING.md by glassfishrobot · 7 years ago master
  2. a8136c4 Create LICENSE by kokil12 · 7 years ago
  3. 27244b6 Adding .gitkeep file in empty folders by Kokil Jain · 7 years ago
  4. feba861 license update by Pavel Bucek · 14 years ago
  5. 8f2b443 Commit a couple of forgotten updates by mhadley · 14 years ago
  6. 72adf48 all maven plugins must have version defined to avoid build issues by Jakub Podlesak · 14 years ago
  7. a511147 updated version 1.1.1-SNAPSHOT->1.1.2-SNAPSHOT by Jakub Podlesak · 14 years ago
  8. 38480b0 want a specific 1.1.1 version in OSGi headers by Jakub Podlesak · 14 years ago
  9. 5916f69 updated version: 1.1->1.1.1-SNAPSHOT by Jakub Podlesak · 14 years ago
  10. 9f69e41 Update with pointers to latest spec by mhadley · 15 years ago
  11. 83bb095 Fix spec to match change log. by mhadley · 15 years ago
  12. 1571f90 Fix javadoc by mhadley · 15 years ago
  13. 0b2e3a5 Preparing for 1.1 MR submission by mhadley · 15 years ago
  14. 789a007 Remove unused directory by mhadley · 15 years ago
  15. 75bb2e2 Updates to spec to match current draft changelog by mhadley · 15 years ago
  16. c67c255 Fix annotation target. by mhadley · 15 years ago
  17. 171eb7d MR respin changes, mainly additions for Servlet 3 pluggability. by mhadley · 15 years ago
  18. a7d01c2 Fix binary backwards incompatibility with 1.0 by mhadley · 15 years ago
  19. 4caf73a Rev version in the trunk. by sandoz · 15 years ago
  20. 9113415 Clarify javadoc by mhadley · 15 years ago
  21. aa38898 Ensure that the OPTIONS annotation uses the correct value for the meta HttpMethod annotation. by sandoz · 15 years ago
  22. d6a1aad Fix fromPath method so it will throw IllegalArgumentException if path is null as documented. by mhadley · 15 years ago
  23. ccb4f09 Switch to double check idiom for runtime delegate singleton; adopt EE 6 recommended class loading strategy. by mhadley · 15 years ago
  24. 80427e6 1.1MR E012 by mhadley · 15 years ago
  25. 911b0cd Fix bad word wrap by mhadley · 15 years ago
  26. e174423 1.1MR E005-E0013 by mhadley · 15 years ago
  27. 928815e 1.1MR E001-E004 by mhadley · 15 years ago
  28. f5bcde8 1.1MR C009 by mhadley · 15 years ago
  29. 6c8442d 1.1MR C008 by mhadley · 15 years ago
  30. d8feb06 1.1MR C007 by mhadley · 15 years ago
  31. 84341bc 1.1MR C006 by mhadley · 15 years ago
  32. 0714082 1.1MR C005 by mhadley · 15 years ago
  33. 5b35924 1.1MR C004 by mhadley · 15 years ago
  34. 0a48a1a 1.1MR C003 by mhadley · 15 years ago
  35. fcce0b2 1.1MR: Servlet 3 and EE 6 requirements6 by mhadley · 15 years ago
  36. b697201 Updates to prepare for 1.1 MR changes by mhadley · 15 years ago
  37. eb633c7 Change version to 1.1 snapshop in preparation for making MR changes by mhadley · 15 years ago
  38. 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 · 15 years ago
  39. 5f6fd15 Adding support for OSGi headers by Jakub Podlesak · 16 years ago
  40. fcbf722 Changed trunk version to 1.0.1-SNAPSHOT in case it gets accidently pushed to the repo. by sandoz · 16 years ago
  41. c9bd703 Update version by mhadley · 16 years ago
  42. 2ce2e77 Updated acknowledgements by mhadley · 16 years ago
  43. 1c54d11 Fix method name by mhadley · 16 years ago
  44. 8b94933 Changes in preparation for 1.0 FCS by mhadley · 16 years ago
  45. b65e9a6 Future changes go into v 0.12-SNAPSHOT by mhadley · 16 years ago
  46. 1c05f71 Update Javadoc to reflect that query, matrix and form param names are always decoded. by mhadley · 16 years ago
  47. 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
  48. a4ba54c Added section label. by mhadley · 16 years ago
  49. dd1512a Getting rid of configuration part for javadoc plugin by Jakub Podlesak · 16 years ago
  50. 5ec020f Trying to simplify javadoc output dir config, by Jakub Podlesak · 16 years ago
  51. fb1dca7 replacing dist.zip output with javadoc jar by Jakub Podlesak · 16 years ago
  52. be7b007 adding a goal for generating javadoc jar (javadocs will be generated twice) by Jakub Podlesak · 16 years ago
  53. c02ba6e Add lower bound to generic type of exception mapper by mhadley · 16 years ago
  54. e0e3974 Fix closing tag by mhadley · 16 years ago
  55. 6dcdec7 GenericEntity can now be created directly by mhadley · 16 years ago
  56. 2a01e22 Add a public constructor to GenericEntity and associated test cases. by mhadley · 16 years ago
  57. a86ac21 Add a brief section on validation. by mhadley · 16 years ago
  58. 1eb1e59 Add xref to syntax of template param, tidy up description. by mhadley · 16 years ago
  59. 643b1ec Add message to exception by mhadley · 16 years ago
  60. a58ef43 Fix NewCookie to throw correct exception, add tests by mhadley · 16 years ago
  61. 42a0e80 Throw exception if all ctor params are null by mhadley · 16 years ago
  62. 65c6a92 Fix typo by mhadley · 16 years ago
  63. 59c5c14 Additional test for generic entity by mhadley · 16 years ago
  64. e512c89 Passing null removes any existing value of the associated property from the builder by mhadley · 16 years ago
  65. 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
  66. 98381ad Fix javadoc, split buildFromMap method into two for consistency with build method by mhadley · 16 years ago
  67. 8c84f93 Necessary information not always available outside the scope of a request. by mhadley · 16 years ago
  68. 8bc18cc Add latest changes to spec log by mhadley · 16 years ago
  69. 0cc42b6 Additional sort criteria so that templates with explicit regexs are sorted ahead of those with the default. by mhadley · 16 years ago
  70. 430aa27 Fix typo, remove confusing sentence. by mhadley · 16 years ago
  71. 58aecd8 fix copy-and-paste-o by mhadley · 16 years ago
  72. 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
  73. 0e92c48 q-values not used in @Produces or @Consumes. by mhadley · 16 years ago
  74. aacfbb7 Make additional information available to isReadable, isWritable and getSize methods by mhadley · 16 years ago
  75. 612cbc1 Editorial fixes (no functional change) by mhadley · 16 years ago
  76. 1ab4f3a Update changelog by mhadley · 16 years ago
  77. 2f7eaec Clarify that an implementation can supply its own RuntimeDelegate API class by mhadley · 16 years ago
  78. 713e3b6 Check for permission when setting runtime delegate by mhadley · 16 years ago
  79. 8d1a8d1 q-values in Produces or Consumes not used in matching by mhadley · 16 years ago
  80. d4c59e4 Switch from MIME to media by mhadley · 16 years ago
  81. 5f5271b Changes re FormParam not supported on fields and properties. by mhadley · 16 years ago
  82. 3dd247a Add back field and method targets, note in javadoc that only required to be supported on method params. by mhadley · 16 years ago
  83. affbc29 Update Javadoc, note that isCompatible is commutative. by mhadley · 16 years ago
  84. c22d50c Update Javadoc, parameters also included in hashCode by mhadley · 16 years ago
  85. dc32e6e Clarify how header values are serialized by mhadley · 16 years ago
  86. d53f28b Remove javadoc references to removed methods. by mhadley · 16 years ago
  87. 4b1fc8e Remove extension-based conneg methods (should have been removed earlier). by mhadley · 16 years ago
  88. c68ffe8 Add expires to list of directly supported headers. by mhadley · 16 years ago
  89. 0a28c11 Future changes will be in version 0.11 by mhadley · 16 years ago
  90. b5cec3a PFD boilerplate changes by mhadley · 16 years ago
  91. 3f3ea91 Make sure Dates in response headers get serialized properly. Add expires convenience method. by mhadley · 16 years ago
  92. 1d7cabf Specify sorting by q-value for getAcceptable* by mhadley · 16 years ago
  93. a3abfcf Add regex production, rework javadoc for clarity. by mhadley · 16 years ago
  94. 27e4227 Result of returning null or throwing an exception by mhadley · 16 years ago
  95. 72ad1f0 What to do if response status code isn't set by mhadley · 16 years ago
  96. 15f53ac What to do if an exception mapper throws an exception by mhadley · 16 years ago
  97. 580c0b9 Added section labels by mhadley · 16 years ago
  98. 69ce057 Reordered changelist to match order of spec. by mhadley · 16 years ago
  99. efcb320 Update reference by mhadley · 16 years ago
  100. 827c7fb Allow use of @Provider elsewhere. by mhadley · 16 years ago