buildmaster
ce7a55a484
Going back to snapshots
2021-02-11 14:15:44 +00:00
buildmaster
10c6992935
Update SNAPSHOT to 2.2.7.RELEASE
2021-02-11 14:14:19 +00:00
Jonatan Ivanov
e745dd0c7c
Micrometer Support ( #462 )
...
Setting up micrometer for Feign, fixes #457
This makes spring-cloud-openfeign capable of configuring any Capability (e.g.: Metrics5Capability for Dropwizard Metrics or MicrometerCapability for micrometer). This also auto-configures MicrometerCapability if a MeterRegistry is available and feign-micrometer is on the classpath.
2021-02-09 11:58:10 -08:00
buildmaster
a4155e7653
Bumping versions to 3.0.2-SNAPSHOT after release
2021-01-27 20:52:26 +00:00
buildmaster
388b141369
Going back to snapshots
2021-01-27 20:52:26 +00:00
buildmaster
a42b4e4b43
Update SNAPSHOT to 3.0.1
2021-01-27 20:50:54 +00:00
buildmaster
2cf8b55316
Bumping versions to 3.0.1-SNAPSHOT after release
2020-12-21 19:45:02 +00:00
buildmaster
eb30c13129
Going back to snapshots
2020-12-21 19:45:02 +00:00
buildmaster
258e8aee95
Update SNAPSHOT to 3.0.0
2020-12-21 19:42:15 +00:00
Marcin Grzejszczak
a697fd274b
Moved the code, added conditional interceptorl fixes gh-444
2020-12-14 14:59:31 +01:00
buildmaster
9bdda59fbb
Going back to snapshots
2020-12-01 22:47:14 +00:00
buildmaster
e257ec31ff
Update SNAPSHOT to 3.0.0-M6
2020-12-01 22:46:17 +00:00
Olga Maciaszek-Sharma
246805815f
Merge remote-tracking branch 'origin/2.2.x'
2020-12-01 17:30:47 +01:00
Olga Maciaszek-Sharma
89fb98daf7
Upgrade protobuf-java.
2020-12-01 17:30:13 +01:00
buildmaster
29295425f3
Going back to snapshots
2020-11-17 20:42:04 +00:00
buildmaster
ef9ded650f
Update SNAPSHOT to 3.0.0-M5
2020-11-17 20:41:05 +00:00
buildmaster
1b42820c3a
Bumping versions to 2.2.7.BUILD-SNAPSHOT after release
2020-11-09 10:40:38 +00:00
buildmaster
e31defb2dd
Going back to snapshots
2020-11-09 10:40:37 +00:00
buildmaster
f4ca971253
Update SNAPSHOT to 2.2.6.RELEASE
2020-11-09 10:38:56 +00:00
buildmaster
89f8942dff
Going back to snapshots
2020-10-03 13:57:43 +00:00
buildmaster
d31ce6d428
Update SNAPSHOT to 3.0.0-M4
2020-10-03 13:56:37 +00:00
Olga Maciaszek-Sharma
1178739437
Merge remote-tracking branch 'origin/2.2.x'
2020-09-17 14:51:13 +02:00
Olga Maciaszek-Sharma
27e2775c5f
Upgrade protobuf-java.
2020-09-17 14:30:54 +02:00
Olga Maciaszek-Sharma
83ef242406
Upgrade vavr.
2020-09-17 14:20:29 +02:00
buildmaster
36c06c97a6
Bumping versions to 2.2.6.BUILD-SNAPSHOT after release
2020-08-28 20:04:40 +00:00
buildmaster
d6b021eaa4
Going back to snapshots
2020-08-28 20:04:40 +00:00
buildmaster
c2430c0e29
Update SNAPSHOT to 2.2.5.RELEASE
2020-08-28 20:02:41 +00:00
buildmaster
bd671efed9
Bumping versions to 2.2.5.BUILD-SNAPSHOT after release
2020-07-31 20:53:35 +00:00
buildmaster
bfd473cb8f
Going back to snapshots
2020-07-31 20:53:35 +00:00
buildmaster
2f5d63a061
Update SNAPSHOT to 2.2.4.RELEASE
2020-07-31 20:51:47 +00:00
Olga Maciaszek-Sharma
62aa76fb97
Merge remote-tracking branch 'origin/2.2.x'
2020-07-30 16:24:25 +02:00
Olga Maciaszek-Sharma
14929cbfee
Revert "Fix double @RequestMapping with empty value ( #245 )"
...
This reverts commit 0afb60a72a .
# Conflicts:
# spring-cloud-openfeign-core/src/main/java/org/springframework/cloud/openfeign/support/SpringMvcContract.java
# spring-cloud-openfeign-core/src/test/java/org/springframework/cloud/openfeign/support/SpringMvcContractTests.java
2020-07-30 16:18:25 +02:00
buildmaster
5ce900828f
Going back to snapshots
2020-07-23 18:26:47 +00:00
buildmaster
48bb0cdba5
Update SNAPSHOT to 3.0.0-M3
2020-07-23 18:25:41 +00:00
spencergibb
4766d95def
Adds junit-vintage-engine
2020-06-15 16:40:29 -04:00
buildmaster
fa5162c2fc
Going back to snapshots
2020-05-29 18:40:30 +00:00
buildmaster
6d3181e718
Update SNAPSHOT to 3.0.0-M2
2020-05-29 18:39:55 +00:00
buildmaster
3002643ee7
Bumping versions to 2.2.4.BUILD-SNAPSHOT after release
2020-05-28 17:53:50 +00:00
buildmaster
b1ec55cb01
Going back to snapshots
2020-05-28 17:53:50 +00:00
buildmaster
f0e0e7ea64
Update SNAPSHOT to 2.2.3.RELEASE
2020-05-28 17:52:11 +00:00
buildmaster
6ac428b21c
Bumping versions
2020-04-17 02:55:34 +00:00
buildmaster
78653c3e8e
Going back to snapshots
2020-04-09 22:28:42 +00:00
buildmaster
1f3ee5cfec
Update SNAPSHOT to 3.0.0.M1
2020-04-09 22:28:08 +00:00
nekkiy
f49db7233a
Fix double @RequestMapping with empty value ( #245 )
...
* Fix double @RequestMapping with empty value
* Fix code style
* Fix for review
* add author to SpringMvcContract
* split SpringMvcContractTests#testDoubleRequestMapping() test
2020-03-27 12:00:16 +01:00
nekkiy
0afb60a72a
Fix double @RequestMapping with empty value ( #245 )
...
* Fix double @RequestMapping with empty value
* Fix code style
* Fix for review
* add author to SpringMvcContract
* split SpringMvcContractTests#testDoubleRequestMapping() test
2020-03-27 11:58:26 +01:00
buildmaster
8666006bf4
Bumping versions to 2.2.3.BUILD-SNAPSHOT after release
2020-03-04 16:30:43 +00:00
buildmaster
b5c8e6619e
Going back to snapshots
2020-03-04 16:30:43 +00:00
buildmaster
6f09ae0824
Update SNAPSHOT to 2.2.2.RELEASE
2020-03-04 16:28:48 +00:00
Spencer Gibb
3b191bcb9e
Updates version to 3.0.0.BUILD-SNAPSHOT
2020-01-17 18:58:05 -05:00
Olga Maciaszek-Sharma
8aa4729537
Upgrade to 10.7.0. ( #270 )
2020-01-07 16:12:14 +01:00