Marvin Froeder
b1938101e5
[ci skip] updating versions to next development iteration 12.3-SNAPSHOT
2 years ago
Marvin Froeder
bfc2f37518
prepare release 12.2
2 years ago
Andres Almiray
191fea1464
Add module-info support and run CI with Java 11 ( #1948 )
...
* Adds explicit module descriptors to a subset of modules (#1943 )
Fixes #1357
* Configure CI to run with Java 11
* Configure moditect for all modules, enable only on those that required it
* Do not skip moditect when running tests
* Only skip modules that don't work with moditect plugin
---------
Co-authored-by: Marvin Froeder <velo@users.noreply.github.com>
Co-authored-by: Marvin Froeder <velobr@gmail.com>
2 years ago
Marvin Froeder
1c5c6e1e70
Update all license headers to 2023
2 years ago
Marvin Froeder
e2615a9817
[ci skip] updating versions to next development iteration 12.2-SNAPSHOT
2 years ago
Marvin Froeder
10ce9cb66b
prepare release 12.1
2 years ago
Marvin Froeder
88f3d9e039
[ci skip] updating versions to next development iteration 12.1-SNAPSHOT
2 years ago
Marvin Froeder
d4b0282624
prepare release 12.0
2 years ago
Marvin Froeder
45fe10a0e3
Preparing for next development version
2 years ago
Marvin Froeder
cd242693a9
[ci skip] updating versions to next development iteration 11.11-SNAPSHOT
2 years ago
Marvin Froeder
b0c5db0ddf
prepare release 11.10
2 years ago
Marvin Froeder
b4491b5a77
Preparing for next development version
2 years ago
Marvin Froeder
7d288b8761
[ci skip] updating versions to next development iteration 11.9.2-SNAPSHOT
2 years ago
Marvin Froeder
0a3dbeff39
prepare release 11.9.1
2 years ago
Marvin Froeder
8b7cf81bba
Preparing for bugfix release of 11.9
2 years ago
Marvin Froeder
9613adb7b8
Update license headers on releases
2 years ago
Marvin Froeder
78d7e845a9
[ci skip] updating versions to next development iteration 12.0-SNAPSHOT
2 years ago
Marvin Froeder
0cbd577237
prepare release 11.9
2 years ago
myifeng
057caadf0d
Remove deprecated method. ( #1545 )
...
* Remove deprecated method.
Replace JUnit ExpectedException with assertThrows.
Replace JUnit Assert.assertThat with TestCase.assertEquals.
Fix assertEquals parameter position.
* Fix license
* format code
* Replace JUnit assertThat with Hamcrest.
* Replace TestCase.assertEquals with Assert.assertEquals
Co-authored-by: liqf7 <liqf7@lenovo.com>
Co-authored-by: Marvin Froeder <velo@users.noreply.github.com>
3 years ago
Hakan Altındağ
f71849d387
Fixed dangling javadoc comment warning by applying new mapping ( #1568 )
...
* Fixed dangling javadoc comment warning by applying new mapping
* Apply comment header formatter
Co-authored-by: Marvin Froeder <velo.br@gmail.com>
3 years ago
Marvin Froeder
05bed38d38
[ci skip] updating versions to next development iteration 11.9-SNAPSHOT
3 years ago
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
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
Witalij Berdinskich
9f63fdaa32
Update Jackson, fix version of jackson-databind in core; update guava ( #1390 )
...
* ossindex shows security issues with dependencies
* Update pom.xml
* Move guava.version to parent pom
Co-authored-by: Marvin Froeder <velo@users.noreply.github.com>
Co-authored-by: Marvin Froeder <marvin.froeder@dovetailstudios.com>
4 years ago
Snyk bot
6003d64184
[Snyk] Upgrade com.netflix.ribbon:ribbon-loadbalancer from 2.3.0 to 2.7.18 ( #1404 )
...
* fix: upgrade com.netflix.ribbon:ribbon-loadbalancer from 2.3.0 to 2.7.18
Snyk has created this PR to upgrade com.netflix.ribbon:ribbon-loadbalancer from 2.3.0 to 2.7.18.
See this package in Maven Repository:
https://mvnrepository.com/artifact/com.netflix.ribbon/ribbon-loadbalancer/
See this project in Snyk:
https://app.snyk.io/org/openfeign/project/2a1ac1f8-d41a-4624-977e-90aab76af7b4?utm_source=github&utm_medium=upgrade-pr
* Adding Ribbon Archaius
Additional dependency required that is new for this version
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
f8ad8670e3
GH-1270: Fix conflict between single and multi-value headers ( #1347 )
...
Fixes : #1270
`HeaderTemplate` was confusing iterable values with literal values due
to the presence of comma `,` characters in the result. The result was
that, in certain cases like HTTP Dates, additional spaces were inserted
into the final expanded value.
The root cause of the issue is that `HeaderTemplate` combined all values
into a single `String` template, with each value separated by a comma.
This change refactors `HeaderTemplate` to treat all `values` as individual
`Templates`, removing the need to combine any provided values into a single
String.
* Remove unnecessary string splits when expanding Headers in RequestTemplate
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