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
68a8c04497
[Snyk] Upgrade org.slf4j:slf4j-nop from 1.7.13 to 1.7.30 ( #1415 )
...
* fix: upgrade org.slf4j:slf4j-nop from 1.7.13 to 1.7.30
Snyk has created this PR to upgrade org.slf4j:slf4j-nop from 1.7.13 to 1.7.30.
See this package in Maven Repository:
https://mvnrepository.com/artifact/org.slf4j/slf4j-nop/
See this project in Snyk:
https://app.snyk.io/org/openfeign/project/ad3a5c69-4375-4ea5-8b69-5cb3305f6581?utm_source=github&utm_medium=upgrade-pr
* Have only one slf4j version for the project
Co-authored-by: Marvin Froeder <velo@users.noreply.github.com>
Co-authored-by: Marvin Froeder <marvin.froeder@dovetailstudios.com>
4 years ago
Marvin Froeder
e230312230
Run java11 build, if JDK version is at least 11 ( #1418 )
...
before it was running version version was exactly 11, not building java11 module for java 14.
4 years ago
ashleyfrieze
07850fce23
Rework the Jackson module as a Jackson Jr alternative ( #1409 )
...
Co-authored-by: Marvin Froeder <velo@users.noreply.github.com>
4 years ago
Snyk bot
dbc57cc928
fix: upgrade com.google.code.gson:gson from 2.5 to 2.8.6 ( #1410 )
...
Snyk has created this PR to upgrade com.google.code.gson:gson from 2.5 to 2.8.6.
See this package in Maven Repository:
https://mvnrepository.com/artifact/com.google.code.gson/gson/
See this project in Snyk:
https://app.snyk.io/org/openfeign/project/449cbbe1-85f2-4403-9361-132b4666fee7?utm_source=github&utm_medium=upgrade-pr
Co-authored-by: Kevin Davis <kdavisk6@gmail.com>
4 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
2bf88b0973
Using same git url for connection and developerConnection
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
Clayton Walker
3494a76f16
WIP: Add support for java 9 ( #1393 )
...
* Add support for java 9
* Move multi-release to java 9 only
* Have a single DefaultMethodHandle for java 8 and 11 that don't print warnings
* Bump spring version
Co-authored-by: Clayton Walker <cwalker@sofi.org>
Co-authored-by: Marvin Froeder <marvin.froeder@dovetailstudios.com>
4 years ago
Andreas Kuhtz
bc34f93f50
Fixed version ( #1391 )
...
(cherry picked from commit 8b1ed9cc449f98da884146c384ee33bf44946223)
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
Marvin Froeder
fe901ca48d
Collect `http_response_code` for successfull and failed requests ( #1375 )
...
On previous implementation response code would only be collected for errors.
To avoid mixing new and old metrics, gave the one that includes successfull codes a different name
4 years ago
jdpc86
ee8d5174d2
updated com.spotify:docker-maven-plugin version to be 1.2.2 ( #1364 )
...
* updated com.spotify:docker-maven-plugin version to be 1.2.2, this fixed plugin not found in Intellij 2020.03
* ./mvnw license:format to update license
4 years ago
Kevin Davis
784301a9cb
Add animal sniffer to offline dependencies ( #1346 )
...
* Adding animal sniffer dependency to the offline list
* Testing Animal Sniffer and Offline
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
Snyk bot
5a5b7e2e46
fix: pom.xml to reduce vulnerabilities ( #1323 )
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-1048302
Co-authored-by: Kevin Davis <kdavisk6@gmail.com>
4 years ago
Kevin Davis
83b7f25590
Optimize CircleCI Configuration for Maven Central Releases ( #1338 )
...
Updates the Circle CI configuration to follow Circle best practices and configure workflows for snapshot and tag releases.
4 years ago
Kevin Davis
fd7eab9826
Upgrade JUnit to 4.13.1 ( #1335 )
...
This change updates JUnit to 4.13.1 to address a published security issue.
4 years ago
Kevin Davis
6f1b01ac54
GH-1246: Configuring Sonatype/Maven Central Deployment ( #1334 )
...
Configuring Circle CI to deploy to Maven Central.
* Locking Snapshot to build only on master
* All builds must pass before deploying a snapshot on master
4 years ago
Kevin Davis
c34a77dc3f
GH-1246: Enable offline ci dependencies ( #1332 )
...
This change enabled Circle CI Caching of dependencies to speed up
builds and checks.
* Configured proper JUnit Offline Dependency
4 years ago
Krzysztof Krasoń
17885da9ce
Allows @Param value in default contract to be taken from param names. ( #1309 )
...
JEP 118 introduced javac option `-parameters` that adds to bytecode
method parameter names, so if code is compiled with that option
and @Param value is empty we can get that template parameter name
from method parameter name.
Fixes #1297 .
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
Jochen Schalanda
33305c0390
Add support for Dropwizard Metrics 4.1.x ( #1235 )
...
* Add support for Dropwizard Metrics 4.1.x
Dropwizard Metrics 5.x is currently unmaintained, so there should be the option
to use the currently maintained Dropwizard Metrics version.
* Reformat code
* Add dropwizard-metrics4 to README.md
4 years ago
Sam Kruglov
5a32b5cce9
#1221 : bump okhttp3 version from 3.14.6 to 4.6.0 ( #1223 )
5 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
6989b503ef
Micrometer ( #1188 )
...
* Add support for micrometrics metrics
* Update documentation with metrics information
5 years ago
Marvin Froeder
7b3acf239a
Rename to feign-dropwizard-metrics5 ( #1185 )
5 years ago
Marvin Froeder
be8f30d6ae
Metric API ( #1181 )
...
* Add metrics support to feign
* Introduced capabilities to hystrix
* Addressing PR comments
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