- 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 · 16 years ago
- fa40226 What to do if a resource method throws an Error or other Throwable by mhadley · 16 years ago
- 298800e Clarify javadoc. by mhadley · 16 years ago
- cbc4ab8 Fix javadoc. by mhadley · 16 years ago
- ac277ef Renamed ApplicationConfig to Application by mhadley · 16 years ago
- 69631af Shorten method names by mhadley · 16 years ago
- 5158472 adding distribution management part to be able to run mvn deploy by Jakub Podlesak · 16 years ago
- d54b8b3 Fix typo. by mhadley · 16 years ago
- 6f4db07 removing NetBeans and ant related files by Jakub Podlesak · 16 years ago
- bc45b25 Coalesce getResourceClasses and getProviderClasses. Add getSingletons method. by mhadley · 16 years ago
- 75becc7 Removed duplicate requirement, class javadoc describes base URI for all methods that return relative URIs. by mhadley · 16 years ago
- 62af07e Switched from ancestor resources to matched resources so current resource is included. by mhadley · 16 years ago
- abbdb25 Clarify where the annotation come from. by mhadley · 16 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 · 16 years ago
- d47be98 updated [pom.xml] file to generate: by Jakub Podlesak · 16 years ago
- 95ab6c8 source jar generation added to pom.xml by Jakub Podlesak · 16 years ago
- 823a6a1 First version of pom.xml to build jsr-311.jar by Jakub Podlesak · 16 years ago
- 007a777 Tweak to cookie handling. by mhadley · 16 years ago
- ced601b Future updates go into version 0.10 by mhadley · 16 years ago
- fe0b0d8 Renamed @ConsumeMime and @ProduceMime to @Consumes and @Produces respectively by mhadley · 16 years ago
- 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
- e744235 Fix typo. by mhadley · 16 years ago
- 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
- 044491b Made the newInstance method public again so you can create an empty one easily by mhadley · 16 years ago
- 19acb32 Added a constant for "*/*" wildcard by mhadley · 16 years ago
- 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
- 98c82fc Added requirement to use JAF when no entity provider found. Updated changelog. by mhadley · 16 years ago
- 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
- 7f4fdd9 Fix typo by mhadley · 16 years ago
- 75a25db What to do if null by mhadley · 16 years ago
- 9a45310 Fixed typos by mhadley · 16 years ago
- a6cc289 Resolve issue 39: Retained inheritance, added NewCookie.toCookie(), implemented equals and hashcode, added tests. by mhadley · 16 years ago
- a09be39 URI normalized prior to matching. by mhadley · 16 years ago
- 1a4a114 Fixed double full stop by mhadley · 16 years ago
- 92a0948 Resolve issue 40 - implementations should warn when choice of constructor is ambiguous. by mhadley · 16 years ago
- 4b4ca4c Fix issue 41: switch from text/* to */* for standard String provider. by mhadley · 16 years ago
- 9e0d50a Adjust description of sorting for consistency, fix template var regexp. by mhadley · 16 years ago
- 630a492 Fix examples by mhadley · 16 years ago
- 8761d59 Resolve issue 42. Switch from string to locale in http headers and variant. add locale methods in response. by mhadley · 17 years ago
- 4fcb2d4 Clarify what happens if argument is null by mhadley · 17 years ago
- f699aed Added FormParam by mhadley · 17 years ago
- 9c733ab Add requirements for request entities of other types by mhadley · 17 years ago
- 7cf8107 Add FormParam to DefaultValue javadoc by mhadley · 17 years ago
- 725c22a Add FormParam annotation, add method to obtain request method, add method to obtain form data as a map. by mhadley · 17 years ago
- f32557f Remove redundant javadoc that duplicates spec text. Add restriction that only one request method designator is allowed on a resource method. by mhadley · 17 years ago
- df71031 Fix regexps to prevent a path parameter matching multiple path segments except when Path.limited=false by mhadley · 17 years ago
- c9ffb17 Add List<PathSegment> by mhadley · 17 years ago
- 9338930 Reformatting - no functional change. by mhadley · 17 years ago
- c1f3793 Add message to exception by mhadley · 17 years ago
- 53a2223 Clarifications to javadoc and improvement to internal logic. by mhadley · 17 years ago
- 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 · 17 years ago
- f07f074 First cut of GenericEntity code and test code by mhadley · 17 years ago
- 37e6efe Note that conneg extensions can represent both media type and language by mhadley · 17 years ago
- e7d046f Editorial fixes by mhadley · 17 years ago
- 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 · 17 years ago
- 4f00370 UriInfo and HttpHeaders return data after URI conneg preprocessing by mhadley · 17 years ago
- 82ab49e Path parameters must match at least one character by mhadley · 17 years ago
- ba1e419 Clarify how @Path values are absolutized by mhadley · 17 years ago
- c6ac28e Added protected default constructor to prevent synthetic public default constructor. by mhadley · 17 years ago
- 51747bf Clarify encoding of template parameter values during build. Add reference for matrix URIs. by mhadley · 17 years ago
- 8d2a2a7 Fix inconsistent javadoc by mhadley · 17 years ago
- 2ec88ed Added javadoc references for matrix uris by mhadley · 17 years ago
- 9050e23 Fix javadoc by mhadley · 17 years ago
- 850a13d Updates to address comments from Sean Landis by mhadley · 17 years ago
- d4a7f28 Explain use of Class<?> by mhadley · 17 years ago
- e48f6ff Reworked matching algorithm for clarity, switched back to editors draft furniture, added change log by mhadley · 17 years ago
- 5ce5e28 Reworked matching algorithm for clarity, switched back to editors draft furniture, added change log by mhadley · 17 years ago
- a2bbfda Fixed a couple of FindBugs warnings by mhadley · 17 years ago
- c96e492 Remove public property since it essentially duplicates the functionality of the private property only in reverse. by mhadley · 17 years ago
- 35b98d5 Javadoc for exception by mhadley · 17 years ago
- 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 · 17 years ago
- e8e5f34 Added missing comma by mhadley · 17 years ago
- fbb55fc Fixed year by mhadley · 17 years ago
- 74dda11 Subsequent changes will be part of 0.9 API by mhadley · 17 years ago
- cac08a4 Updates for public review draft by mhadley · 17 years ago
- f263c95 Fixed property name by mhadley · 17 years ago
- e014e92 Editorial fixes by mhadley · 17 years ago
- 8053ff0 Refer to field and property section for more complete description by mhadley · 17 years ago
- bbd0556 Switched algorithm for URI-based conneg, assorted formatting fixes by mhadley · 17 years ago
- bc2b8b7 Add serialVersionUID to exception, check for null Status and throw IllegalArgumentException. by mhadley · 17 years ago
- 3c41811 Runtime generates exceptions subject to exception mpping providers rather than simply returning a specific response directly by mhadley · 17 years ago
- 0c5b976 Tidy up constructor chaining, null Response instances supplied to constructor now result in 500 internal server error response by mhadley · 17 years ago