58 Commits (2ef90589498c71b0978b3339f0dc2d1d03a99f0e)

Author SHA1 Message Date
Kevin Davis 2d761cb6a9
Refactoring RequestTemplate to RFC6570 (#778) 6 years ago
kyegupov 3c7bca0394 Correctly handle @Path annotations that has params with regexes (#600) 6 years ago
adriancole 8aa32c2c14 [maven-release-plugin] prepare for next development iteration 6 years ago
adriancole d9411f1e2e [maven-release-plugin] prepare release 10.0.1 6 years ago
adriancole 7bff1a5961 [maven-release-plugin] prepare for next development iteration 6 years ago
adriancole f228ac57da [maven-release-plugin] prepare release 10.0.0 6 years ago
Dan Goslen 6667b0f88f Adding Multiple Values for Consumes and Produces (#765) 6 years ago
Kevin Davis 99c1540c7e Updated POM version and set compilier and signatures to Java8 (#704) 7 years ago
Marvin Froeder ad136c33e8
Formatted using eclipse formatter (#699) 7 years ago
Marvin Herman Froeder 20a4ce403a
Next development version 7 years ago
adriancole 97fc92e41f [maven-release-plugin] prepare for next development iteration 7 years ago
adriancole 882eb96f06 [maven-release-plugin] prepare release 9.7.0 7 years ago
Marvin Froeder 192ef115f4
Create unit test for JAXRS2Contract (#695) 7 years ago
masc 94ce07122e FIXED unsupported jaxrs-2.1 annotations should not break entire interface (#672) 7 years ago
Carter Kozak 524c0d91d1 @Path("") annotations are equivalent to @Path("/") (#631) 7 years ago
Marvin Herman Froeder 1f99fa4dbc
[maven-release-plugin] prepare for next development iteration 7 years ago
Marvin Herman Froeder 7734578019
[maven-release-plugin] prepare release 9.6.0 7 years ago
Benjamin Shai 14cbeb4c8d Bump the version to prepare for the next release (#650) 7 years ago
Marvin Froeder 9fd1b1dd31 Updated license headers (#648) 7 years ago
adriancole 2ae6fc5e4f [maven-release-plugin] prepare for next development iteration 7 years ago
adriancole 6a1b70a1cf [maven-release-plugin] prepare release 9.5.1 7 years ago
adriancole f7fea7f7dc [maven-release-plugin] prepare for next development iteration 8 years ago
adriancole 69b136ca8b [maven-release-plugin] prepare release 9.5.0 8 years ago
Merkushev Kirill 30ff85fae3 remove unused build.gradle (#546) 8 years ago
adriancole eb663b95db [maven-release-plugin] prepare for next development iteration 8 years ago
adriancole 70ec67e514 [maven-release-plugin] prepare release 9.4.0 8 years ago
adriancole 3adb897def [maven-release-plugin] prepare for next development iteration 8 years ago
adriancole 8ee4389e2f [maven-release-plugin] prepare release 9.3.1 8 years ago
adriancole 6fd40494c4 [maven-release-plugin] prepare for next development iteration 8 years ago
adriancole 4b1b255bcd [maven-release-plugin] prepare release 9.3.0 8 years ago
adriancole baf8e25626 [maven-release-plugin] prepare for next development iteration 8 years ago
adriancole 8b24647fa2 [maven-release-plugin] prepare release 9.2.0 8 years ago
Adrian Cole 7850eb071c Deprecates code only used in jaxrs (#445) 8 years ago
adriancole 449e9ceaba [maven-release-plugin] prepare for next development iteration 8 years ago
adriancole c6bee3a74f [maven-release-plugin] prepare release 9.1.0 8 years ago
adriancole 4c98cfc307 [maven-release-plugin] prepare for next development iteration 8 years ago
adriancole 015ce2f3a9 [maven-release-plugin] prepare release 9.0.0 8 years ago
adriancole 8d5a95153e [maven-release-plugin] prepare for next development iteration 8 years ago
adriancole 4fb7f169c3 [maven-release-plugin] prepare release 9.0.0 8 years ago
Adrian Cole 60e0319237 Adds maven project under group id io.github.openfeign (#416) 8 years ago
Denis Stepanov 4dbbdb7e14 JAXRS: Fix NPE when @Path is first on a method 9 years ago
Paul Nepywoda 995ef2ade0 read class-level @Produces/@Consumes 9 years ago
Johan Ström 2138a6256e Fix variable expansion in @Header class-annotation as discussed in #262 9 years ago
Adrian Cole eb351f843d Bumps dependency versions for integrations 9 years ago
Adrian Cole 0aac921f31 Adds base api support via single-inheritance interfaces 10 years ago
Jacob Meacham 5c84864d78 Fix regex support when there are multiple @Path regexes 10 years ago
Jacob Meacham 226b73a5f1 Strip regex allowed by the jaxrs spec. 10 years ago
Jacob Meacham b85d5c1efc Fix an issue with trailing slashes in @Path annotations on classes 10 years ago
Adrian Cole 207530d6c0 Reformats code according to Google Java Style 10 years ago
Adrian Cole 183a5a119c Makes body parameter type explicit 10 years ago