Commit 1132e82
refactor: split feign-core into feign-api and feign-core
* refactor: split feign-core into feign-api and feign-core
- Created a new feign-api module and relocated all core interfaces, annotations, and builders (including Feign) there.
- Retained vanilla Java SDK default implementations in feign-core under feign.core.* subpackages to avoid split packages and JPMS issues.
- Integrated ServiceLoader and ServiceLoaderUtils in feign-api to dynamically resolve default implementations.
- Ensured non-core SPI implementations are favored over feign-core defaults when multiple providers exist.
- Updated all submodules to use corrected imports and test configurations.
- Fixed Vertx connection leak tests and Http2 client tests to prevent flakiness and run smoothly in sandbox environments.
* Publish feign-bom as a real module so it auto-deploys to Central
Signed-off-by: Marvin Froeder <velo.br@gmail.com>
* refactor: update integration modules to compile against feign-api and delete deprecated Default inner classes
* Fix flaky vertx http2NoConnectionLeak test by using h2c prior knowledge
Signed-off-by: Marvin Froeder <velo.br@gmail.com>
* build(deps): Bump netty.version from 4.2.14.Final to 4.2.15.Final
Bumps `netty.version` from 4.2.14.Final to 4.2.15.Final.
Updates `io.netty:netty-bom` from 4.2.14.Final to 4.2.15.Final
- [Release notes](https://github.com/netty/netty/releases)
- [Commits](netty/netty@netty-4.2.14.Final...netty-4.2.15.Final)
Updates `io.netty:netty-handler` from 4.2.14.Final to 4.2.15.Final
- [Release notes](https://github.com/netty/netty/releases)
- [Commits](netty/netty@netty-4.2.14.Final...netty-4.2.15.Final)
Updates `io.netty:netty-codec-http` from 4.2.14.Final to 4.2.15.Final
- [Release notes](https://github.com/netty/netty/releases)
- [Commits](netty/netty@netty-4.2.14.Final...netty-4.2.15.Final)
---
updated-dependencies:
- dependency-name: io.netty:netty-bom
dependency-version: 4.2.15.Final
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.netty:netty-handler
dependency-version: 4.2.15.Final
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.netty:netty-codec-http
dependency-version: 4.2.15.Final
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* build(deps-dev): Bump vertx.version in /vertx/feign-vertx5-test
Bumps `vertx.version` from 5.1.0 to 5.1.1.
Updates `io.vertx:vertx-junit5` from 5.1.0 to 5.1.1
- [Commits](eclipse-vertx/vertx-junit5@5.1.0...5.1.1)
Updates `io.vertx:vertx-web-client` from 5.1.0 to 5.1.1
- [Commits](vert-x3/vertx-web@5.1.0...5.1.1)
---
updated-dependencies:
- dependency-name: io.vertx:vertx-junit5
dependency-version: 5.1.1
dependency-type: direct:development
update-type: version-update:semver-patch
- dependency-name: io.vertx:vertx-web-client
dependency-version: 5.1.1
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* build(deps-dev): Bump vertx.version in /vertx/feign-vertx4-test
Bumps `vertx.version` from 4.5.27 to 4.5.28.
Updates `io.vertx:vertx-junit5` from 4.5.27 to 4.5.28
- [Commits](eclipse-vertx/vertx-junit5@4.5.27...4.5.28)
Updates `io.vertx:vertx-web-client` from 4.5.27 to 4.5.28
- [Commits](vert-x3/vertx-web@4.5.27...4.5.28)
---
updated-dependencies:
- dependency-name: io.vertx:vertx-junit5
dependency-version: 4.5.28
dependency-type: direct:development
update-type: version-update:semver-patch
- dependency-name: io.vertx:vertx-web-client
dependency-version: 4.5.28
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* build(deps): Bump kotlin.version from 2.3.21 to 2.4.0
Bumps `kotlin.version` from 2.3.21 to 2.4.0.
Updates `org.jetbrains.kotlin:kotlin-stdlib-jdk8` from 2.3.21 to 2.4.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.3.21...v2.4.0)
Updates `org.jetbrains.kotlin:kotlin-reflect` from 2.3.21 to 2.4.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.3.21...v2.4.0)
Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 2.3.21 to 2.4.0
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8
dependency-version: 2.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin:kotlin-reflect
dependency-version: 2.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
dependency-version: 2.4.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* build(deps): Bump org.openrewrite.recipe:rewrite-migrate-java
Bumps [org.openrewrite.recipe:rewrite-migrate-java](https://github.com/openrewrite/rewrite-migrate-java) from 3.35.0 to 3.36.0.
- [Release notes](https://github.com/openrewrite/rewrite-migrate-java/releases)
- [Commits](openrewrite/rewrite-migrate-java@v3.35.0...v3.36.0)
---
updated-dependencies:
- dependency-name: org.openrewrite.recipe:rewrite-migrate-java
dependency-version: 3.36.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* build(deps-dev): Bump org.openrewrite.maven:rewrite-maven-plugin
Bumps [org.openrewrite.maven:rewrite-maven-plugin](https://github.com/openrewrite/rewrite-maven-plugin) from 6.40.0 to 6.41.0.
- [Release notes](https://github.com/openrewrite/rewrite-maven-plugin/releases)
- [Commits](openrewrite/rewrite-maven-plugin@v6.40.0...v6.41.0)
---
updated-dependencies:
- dependency-name: org.openrewrite.maven:rewrite-maven-plugin
dependency-version: 6.41.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* build(deps): Bump org.openrewrite.recipe:rewrite-testing-frameworks
Bumps [org.openrewrite.recipe:rewrite-testing-frameworks](https://github.com/openrewrite/rewrite-testing-frameworks) from 3.36.0 to 3.37.0.
- [Release notes](https://github.com/openrewrite/rewrite-testing-frameworks/releases)
- [Commits](openrewrite/rewrite-testing-frameworks@v3.36.0...v3.37.0)
---
updated-dependencies:
- dependency-name: org.openrewrite.recipe:rewrite-testing-frameworks
dependency-version: 3.37.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* test: relocate Feign integration tests to feign-core and remove duplicated test fixtures
Signed-off-by: Marvin Froeder <velo.br@gmail.com>
* refactor: resolve feign defaults via a single memoized FeignDefaults service loader pass
Signed-off-by: Marvin Froeder <velo.br@gmail.com>
* test: keep assertj helpers in feign-core test-jar for downstream modules
Signed-off-by: Marvin Froeder <velo.br@gmail.com>
* build: regenerate feign-bom for 14.0-alpha1-SNAPSHOT with feign-api and feign-core
Signed-off-by: Marvin Froeder <velo.br@gmail.com>
* build: fix copyright symbol encoding in generated feign-bom license header
Signed-off-by: Marvin Froeder <velo.br@gmail.com>
* fix: update tests to use streaming Request.Body API after 14.x merge
Signed-off-by: Marvin Froeder <velo.br@gmail.com>
---------
Signed-off-by: Marvin Froeder <velo.br@gmail.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>1 parent 8b0ce69 commit 1132e82
215 files changed
Lines changed: 1605 additions & 414 deletions
File tree
- annotation-error-decoder/src
- main/java/feign/error
- test/java/feign/error
- api
- src
- main/java/feign
- auth
- codec
- interceptor
- optionals
- stream
- template
- utils
- test
- java/feign
- assertj
- auth
- examples
- template
- utils
- resources
- apt-test-generator/src/test/resources/example/github
- benchmark
- src/main/java/feign/benchmark
- core
- src
- main/java/feign
- core
- codec
- querymap
- test/java/feign
- client
- core
- codec
- querymap
- optionals
- dropwizard-metrics4
- dropwizard-metrics5
- example-github-with-coroutine/src/main/java/example/github
- example-github/src/main/java/example/github
- fastjson2
- feign-bom
- form-spring/src/main/java/feign/form/spring
- form/src/main/java/feign/form
- googlehttpclient
- graphql/src/main/java/feign/graphql
- gson
- hc5
- src/test/java/feign/hc5
- http-cache
- httpclient
- hystrix
- src/main/java/feign/hystrix
- jackson-jaxb
- jackson-jr
- jackson3
- jackson
- java11
- src/test/java/feign/http2client/test
- jaxb-jakarta
- jaxb
- jaxrs2
- jaxrs3
- jaxrs4
- jaxrs
- json
- kotlin
- src
- main/java/feign/kotlin
- test/kotlin/feign/kotlin
- micrometer
- mock
- moshi
- okhttp
- src/test/java/feign/okhttp
- reactive/src
- main/java/feign/reactive
- test/java/feign/reactive
- ribbon/src
- main/java/feign/ribbon
- test/java/feign/ribbon
- sax
- slf4j
- src/test/java/feign/slf4j
- soap-jakarta/src/main/java/feign/soap
- soap/src/main/java/feign/soap
- spring
- src/config
- validation-jakarta
- src/test/java/feign/validation
- validation
- src/test/java/feign/validation
- vertx
- feign-vertx4-test
- src/test/java/feign/vertx
- feign-vertx5-test
- feign-vertx/src
- main/java/feign
- test/java/feign/vertx
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | 22 | | |
| 23 | + | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
File renamed without changes.
Lines changed: 0 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | 41 | | |
54 | 42 | | |
55 | 43 | | |
| |||
File renamed without changes.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
File renamed without changes.
Lines changed: 17 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | 24 | | |
29 | 25 | | |
30 | 26 | | |
| |||
46 | 42 | | |
47 | 43 | | |
48 | 44 | | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
54 | 50 | | |
55 | 51 | | |
56 | | - | |
57 | | - | |
| 52 | + | |
| 53 | + | |
58 | 54 | | |
59 | | - | |
60 | | - | |
| 55 | + | |
61 | 56 | | |
62 | 57 | | |
63 | 58 | | |
64 | 59 | | |
65 | 60 | | |
66 | 61 | | |
67 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
68 | 72 | | |
69 | 73 | | |
70 | 74 | | |
| |||
0 commit comments