Marvin Froeder
71fb2f57e9
prepare release 11.8
3 years ago
Marvin Froeder
3491dcb3bd
[ci skip] updating versions to next development iteration 11.8-SNAPSHOT
3 years ago
Marvin Froeder
1d9533af86
prepare release 11.7
3 years ago
Marvin Froeder
15cf841574
Bump depedencies version ( #1520 )
...
* Bump depedencies version
* Using javadoc style license header for java files
* Fix tests after new assertJ version
3 years ago
Marvin Froeder
5965098e6c
[ci skip] updating versions to next development iteration 11.7-SNAPSHOT
3 years ago
Marvin Froeder
46baca8e64
prepare release 11.6
3 years ago
Marvin Froeder
3fa3e1a3c0
[ci skip] updating versions to next development iteration 11.6-SNAPSHOT
3 years ago
Marvin Froeder
6eb44e29ea
prepare release 11.5
3 years ago
Kevin Davis
f47ce52269
[ci skip] updating versions to next development iteration 11.5-SNAPSHOT
3 years ago
Kevin Davis
fa3eb04ebe
prepare release 11.4
3 years ago
Marvin Froeder
8e02dc47bd
[ci skip] updating versions to next development iteration 11.4-SNAPSHOT
3 years ago
Marvin Froeder
76372cf4b2
prepare release 11.3
3 years ago
Snyk bot
57677dd2b2
[Snyk] Upgrade com.fasterxml.jackson.core:jackson-databind from 2.10.5.1 to 2.12.3 ( #1406 )
...
* fix: upgrade com.fasterxml.jackson.core:jackson-databind from 2.10.5.1 to 2.12.3
Snyk has created this PR to upgrade com.fasterxml.jackson.core:jackson-databind from 2.10.5.1 to 2.12.3.
See this package in Maven Repository:
https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind/
See this project in Snyk:
https://app.snyk.io/org/openfeign/project/74e472e8-deed-488f-8272-94aad8d50e39?utm_source=github&utm_medium=upgrade-pr
* Consolidated Jackson Versions
Could not upgrade Jackson due to the split between the regular Jackson dependencies and the one-off databind changes. Consolidated the Jackson dependencies back under one single property.
Co-authored-by: Kevin Davis <kdavisk6@gmail.com>
4 years ago
Marvin Froeder
d194bbd6f3
Set next development version to 11.3
4 years ago
Marvin Froeder
25dc20ff39
[ci skip] updating versions to next development iteration -SNAPSHOT
4 years ago
Marvin Froeder
885c4aef9b
prepare release
4 years ago
Andreas Kuhtz
bc34f93f50
Fixed version ( #1391 )
...
(cherry picked from commit 8b1ed9cc449f98da884146c384ee33bf44946223)
4 years ago
Marvin Froeder
3ea3708cdd
Update license headers
4 years ago
Marvin Froeder
5851297c0a
[ci skip] updating versions to next development iteration -SNAPSHOT
4 years ago
Marvin Froeder
dcd569aca7
prepare release
4 years ago
Marvin Froeder
1ae3d12a88
Bump feign releases to 11 series
4 years ago
Kevin Davis
9a4b75c917
Jackson: Updating License Headers for 2021
4 years ago
jaimepineiro
b79d6fcf83
Use charset from response Content-Type header to decode ( #1302 )
...
* If charset is set in Content-type, we decode response using that charset
* Java 8 compatibility
* Format fix
* Moving code to get charset to Response in order to be used by another
decoders
4 years ago
Kevin Davis
b76237fc82
[ci skip] updating versions to next development iteration 10.13-SNAPSHOT
4 years ago
Kevin Davis
9a0f4b85e1
prepare release 10.12
4 years ago
Marvin Froeder
f9f294ab88
[travis skip] updating versions to next development iteration 10.12-SNAPSHOT
4 years ago
Marvin Froeder
7ded0cc8ba
prepare release 10.11
4 years ago
Marvin Froeder
8ee39a07c7
Preparing next release version
4 years ago
Kevin Davis
c1b853c7aa
[travis skip] updating versions to next development iteration 10.10.2-SNAPSHOT
5 years ago
Kevin Davis
56bdbb55bc
prepare release 10.10.1
5 years ago
Kevin Davis
9f21dcc8c8
Update JDK11 Builds in Travis to release on Java 11 modules ( #1214 )
...
This change converts the Java11 module release into two steps:
1. run `mvn install` for just feign-java11 to ensure the dependent
projects exist in the local repo
2. run `mvn deploy` for `feign-java11`
The result should be that only the single module is deployed
* Correcting License Headers
5 years ago
Kevin Davis
f30fedfe69
[travis skip] updating versions to next development iteration 10.10.1-SNAPSHOT
5 years ago
Kevin Davis
c87a6891fe
prepare release 10.10.0
5 years ago
Kevin Davis
4a6437894f
[travis skip] updating to next development version
5 years ago
Kevin Davis
d61a75c682
[travis skip] Correcting Snapshots
5 years ago
Kevin Davis
fcc37e6a2f
[travis skip] updating versions to next development iteration -SNAPSHOT
5 years ago
Kevin Davis
70d1a534da
prepare release
5 years ago
Kevin Davis
1cab5b9fe6
[travis skip] Corrected Snapshot Version
5 years ago
Kevin Davis
6044ede769
[travis skip] updating versions to next development iteration -SNAPSHOT
5 years ago
Kevin Davis
91e22b9c4d
prepare release
5 years ago
Marvin Froeder
afcd2bcba5
[travis skip] updating versions to next development iteration 11.0-SNAPSHOT
5 years ago
Marvin Froeder
c908b98edc
prepare release 10.9
5 years ago
Marvin Froeder
a71040b781
[travis skip] updating versions to next development iteration 10.9-SNAPSHOT
5 years ago
Marvin Froeder
69ab9c73ba
prepare release 10.8
5 years ago
Marvin Froeder
0d1318c74e
Preparing feign 10.8 release
5 years ago
Kevin Davis
17735a357e
[travis skip] updating versions to next development iteration 10.7.5-SNAPSHOT
5 years ago
Kevin Davis
633def62b5
prepare release 10.7.4
5 years ago
Davis, Kevin
9692396c15
[travis skip] updating versions to next development iteration 10.7.4-SNAPSHOT
5 years ago
Davis, Kevin
cc52087ac5
prepare release 10.7.3
5 years ago
Kevin Davis
819b2df8c5
Correct Encoding and restore decodeSlash in QueryTemplate ( #1160 )
...
Fixes #1156
Collection Format was encoding query string values unnecessarily
due to changes introduced in #1138 and #1139 that encode template
values before appending them to the query string.
In addition, `decodeSlash` flags that were accidentally removed,
have been restored in QueryTemplate.
* Restoring decodeSlash in QueryTemplate
* Correcting Readme with regards to decodeSlash usage
5 years ago