Commit Graph

813 Commits

Author SHA1 Message Date
Olga Maciaszek-Sharma
78262f1cb7 Upgrade versions to 4.3.0-SNAPSHOT. 2025-01-16 18:39:55 +01:00
spring-builds
dfdd900327 Bumping versions 2024-12-04 06:34:27 +00:00
spring-builds
1c2cd088e6 Bumping versions 2024-12-03 06:34:06 +00:00
spring-builds
761bb50495 Bumping versions to 4.2.1-SNAPSHOT after release 2024-12-03 01:19:49 +00:00
spring-builds
a8ee17e816 Going back to snapshots 2024-12-03 01:19:48 +00:00
spring-builds
9ed2ab2da9 Update SNAPSHOT to 4.2.0 2024-12-03 01:19:03 +00:00
dependabot[bot]
7a2a68125c Bump commons-io:commons-io from 2.17.0 to 2.18.0 (#1127)
Bumps commons-io:commons-io from 2.17.0 to 2.18.0.

---
updated-dependencies:
- dependency-name: commons-io:commons-io
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-25 17:25:37 +01:00
spring-builds
721fdefae9 Going back to snapshots 2024-11-08 02:34:24 +00:00
spring-builds
dfb7ab6647 Update SNAPSHOT to 4.2.0-RC1 2024-11-08 02:33:45 +00:00
Spencer Gibb
a5db36974e Revert make feign-form optional
See FeignClientsConfiguration for required dependencies
2024-11-05 14:58:42 -05:00
Olga Maciaszek-Sharma
4367c9629f Reformat. 2024-10-31 13:18:52 +01:00
Olga Maciaszek-Sharma
9afa68beb4 Make feign-form-spring optional. 2024-10-31 13:18:44 +01:00
Olga Maciaszek-Sharma
9c0d4390cf Merge remote-tracking branch 'origin/4.1.x' 2024-10-31 12:56:12 +01:00
DidierLoiseau
84e3530f47 fix #1102: feign-form-spring relocated under io.github.openfeign (#1111) 2024-10-31 12:55:18 +01:00
Olga Maciaszek-Sharma
de1c351e92 Merge remote-tracking branch 'origin/4.1.x' 2024-10-17 15:45:52 +02:00
dependabot[bot]
d11a425960 Bump io.vavr:vavr from 0.10.4 to 0.10.5 (#1107)
Bumps [io.vavr:vavr](https://github.com/vavr-io/vavr) from 0.10.4 to 0.10.5.
- [Release notes](https://github.com/vavr-io/vavr/releases)
- [Changelog](https://github.com/vavr-io/vavr/blob/master/RELEASE.md)
- [Commits](https://github.com/vavr-io/vavr/compare/v0.10.4...v0.10.5)

---
updated-dependencies:
- dependency-name: io.vavr:vavr
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-15 13:45:16 +02:00
Olga Maciaszek-Sharma
ffd0c372e7 Update deprecations. 2024-10-11 15:21:06 +02:00
Olga Maciaszek-Sharma
0f55e2d303 Allow removing trailing slashes (#1100) 2024-10-10 15:13:34 +02:00
buildmaster
b56dc8dbf4 Going back to snapshots 2024-10-08 02:02:07 +00:00
buildmaster
22959554ec Update SNAPSHOT to 4.2.0-M2 2024-10-08 02:01:32 +00:00
Jinho Lee
1c00226950 polishing FeignClientsRegistrar (#1038)
* polishing feignClientsRegistrar

* update the date in the license and add author
2024-09-26 12:16:21 +02:00
Olga Maciaszek-Sharma
eca3b0baf6 Merge remote-tracking branch 'origin/4.1.x' 2024-09-25 14:04:34 +02:00
dependabot[bot]
79b81dd07c Bump commons-io:commons-io from 2.16.1 to 2.17.0 (#1091)
Bumps commons-io:commons-io from 2.16.1 to 2.17.0.

---
updated-dependencies:
- dependency-name: commons-io:commons-io
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-25 14:01:57 +02:00
dependabot[bot]
76efdca6b8 Bump com.google.protobuf:protobuf-java from 3.25.4 to 3.25.5 (#1089)
Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.25.4 to 3.25.5.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.25.4...v3.25.5)

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-25 14:01:31 +02:00
AndreTeigler
362b2a5fd3 Make Content-Encoding configurable (#1071)
* Make Content-Encoding configurable

A new configuration property was added to make the Content-Encoding
configurable when using the feign request compression. The default
values are the same as the previous hardcoded values.

Closes issue 1048
2024-09-25 13:25:37 +02:00
AndreTeigler
ee9f34f9e1 Make Content-Encoding configurable (#1071)
* Make Content-Encoding configurable

A new configuration property was added to make the Content-Encoding
configurable when using the feign request compression. The default
values are the same as the previous hardcoded values.

Closes issue 1048
2024-09-25 13:23:39 +02:00
Gokalp Kuscu
fec17ae521 Adds ignorecase field to pageable spring (#1047) 2024-09-12 16:30:15 +02:00
Olga Maciaszek-Sharma
a11a44223b Merge remote-tracking branch 'origin/4.1.x'
# Conflicts:
#	docs/package.json
2024-09-06 15:30:31 +02:00
buildmaster
4fe08c0bbf Bumping versions 2024-09-05 16:56:13 +00:00
Olga Maciaszek-Sharma
73af4601a8 Merge remote-tracking branch 'origin/4.1.x' 2024-09-05 18:21:23 +02:00
Philipp Meier
c1988b824c Authorize with anonymous principal if principal name is null (#1050)
The authorizedClientManager.authorize method requires
a non-null principal name or it will usually throw
an exception in practice like "principalName cannot be empty".

Using the anonymous principal in this case like for
a null principal handles the situation more gracefully.

Fixes #1049
2024-09-05 18:20:08 +02:00
Olga Maciaszek-Sharma
220faecc8f Merge remote-tracking branch 'origin/4.1.x'
# Conflicts:
#	pom.xml
2024-09-04 14:18:59 +02:00
dowenliu-xyz
027a7b7e8b fix: defaultValue for spring.cloud.openfeign.circuitbreaker.alphanumeric-ids.enabled is true since version 4.0.0 (#1041) 2024-09-04 12:20:25 +02:00
dependabot[bot]
7cab5a253f Bump com.google.protobuf:protobuf-java from 3.25.3 to 3.25.4 (#1055)
Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.25.3 to 3.25.4.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.25.3...v3.25.4)

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-04 12:09:13 +02:00
dependabot[bot]
3b753ba0cc Bump com.google.protobuf:protobuf-java from 3.25.3 to 3.25.4 (#1045)
Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.25.3 to 3.25.4.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.25.3...v3.25.4)

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-04 11:48:29 +02:00
buildmaster
72e74b2a78 Going back to snapshots 2024-08-19 19:09:40 +00:00
buildmaster
f23220578c Update SNAPSHOT to 4.2.0-M1 2024-08-19 19:09:05 +00:00
buildmaster
b715d5e35b Bumping versions 2024-08-07 15:27:05 +00:00
Ryan Baxter
f0dbdc9629 Fixing compile errors for new Boot and Spring Framework versions 2024-08-07 11:22:06 -04:00
buildmaster
eab1283046 Bumping versions 2024-07-22 16:16:27 +00:00
buildmaster
e1f4bfc345 Bumping versions to 4.1.4-SNAPSHOT after release 2024-07-10 16:59:23 +00:00
buildmaster
3d9c5c681b Going back to snapshots 2024-07-10 16:59:23 +00:00
buildmaster
664fb61c35 Update SNAPSHOT to 4.1.3 2024-07-10 16:58:37 +00:00
XiaotianZha
b4dafcbac0 Update additional-spring-configuration-metadata.json (#1036)
Starting with Spring Cloud OpenFeign 4, the Feign Apache HttpClient 4 is no longer supported
2024-06-25 16:04:34 +02:00
buildmaster
08088d6e78 Bumping versions to 4.1.3-SNAPSHOT after release 2024-05-30 11:28:12 +00:00
buildmaster
a4b53d628f Going back to snapshots 2024-05-30 11:28:11 +00:00
buildmaster
ebd5c63de6 Update SNAPSHOT to 4.1.2 2024-05-30 11:26:54 +00:00
Olga Maciaszek-Sharma
3b2242a273 Fix docs. Reformat. 2024-05-16 15:02:00 +02:00
Olga Maciaszek-Sharma
8551f8c977 Add TODO. 2024-05-15 11:52:15 +02:00
Olga Maciaszek-Sharma
46d8b03f3f Register hints for superinterface methods. (#1030) 2024-05-13 16:56:35 +02:00