Severin Kistler
50f5b6eb3c
feign-soap-jakarta module like feign-soap, but with feign-jaxb-jakarta instead of feign-jaxb ( #2094 )
...
* soap-jakarta module like soap, but with jaxb-jakarta
* require java 11
* add SOAP Jakarta and JAXB Jakarta to the feature list
---------
Co-authored-by: Marvin Froeder <velo@users.noreply.github.com>
1 year ago
dependabot[bot]
a350235209
build(deps): bump netty-handler in /benchmark ( #2095 )
...
Bumps [netty-handler](https://github.com/netty/netty ) from 4.1.93.Final to 4.1.94.Final.
- [Commits](https://github.com/netty/netty/compare/netty-4.1.93.Final...netty-4.1.94.Final )
---
updated-dependencies:
- dependency-name: io.netty:netty-handler
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marvin Froeder <velo@users.noreply.github.com>
1 year ago
dependabot[bot]
a6bfddc2e1
build(deps): bump commons-codec from 1.15 to 1.16.0 ( #2100 )
...
Bumps [commons-codec](https://github.com/apache/commons-codec ) from 1.15 to 1.16.0.
- [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt )
- [Commits](https://github.com/apache/commons-codec/compare/rel/commons-codec-1.15...rel/commons-codec-1.16.0 )
---
updated-dependencies:
- dependency-name: commons-codec:commons-codec
dependency-type: direct:production
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>
1 year ago
dependabot[bot]
11bbae0750
build(deps): bump sundr-maven-plugin from 0.95.0 to 0.100.0 ( #2101 )
...
Bumps [sundr-maven-plugin](https://github.com/sundrio/sundrio ) from 0.95.0 to 0.100.0.
- [Commits](https://github.com/sundrio/sundrio/commits )
---
updated-dependencies:
- dependency-name: io.sundr:sundr-maven-plugin
dependency-type: direct:production
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>
1 year ago
dependabot[bot]
9964c5212e
build(deps): bump google-http-client from 1.43.2 to 1.43.3 ( #2102 )
...
Bumps [google-http-client](https://github.com/googleapis/google-http-java-client ) from 1.43.2 to 1.43.3.
- [Release notes](https://github.com/googleapis/google-http-java-client/releases )
- [Changelog](https://github.com/googleapis/google-http-java-client/blob/main/CHANGELOG.md )
- [Commits](https://github.com/googleapis/google-http-java-client/compare/v1.43.2...v1.43.3 )
---
updated-dependencies:
- dependency-name: com.google.http-client:google-http-client
dependency-type: direct:production
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>
1 year ago
Vitalij Berdinskih
e4d2bed76b
The HTTP protocol version: it misses in AsyncApacheHttp5Client's response and hardcoded in Request.toString() ( #2097 )
...
* Missed the HTTP protocol version in HC5. The hardcoded protocol version in Request.toString()
* Fix formatting
1 year ago
dependabot[bot]
f1e2c19cee
build(deps): bump netty.version from 4.1.93.Final to 4.1.94.Final ( #2096 )
...
Bumps `netty.version` from 4.1.93.Final to 4.1.94.Final.
Updates `netty-bom` from 4.1.93.Final to 4.1.94.Final
- [Commits](https://github.com/netty/netty/compare/netty-4.1.93.Final...netty-4.1.94.Final )
Updates `netty-handler` from 4.1.93.Final to 4.1.94.Final
- [Commits](https://github.com/netty/netty/compare/netty-4.1.93.Final...netty-4.1.94.Final )
Updates `netty-codec-http` from 4.1.93.Final to 4.1.94.Final
- [Commits](https://github.com/netty/netty/compare/netty-4.1.93.Final...netty-4.1.94.Final )
---
updated-dependencies:
- dependency-name: io.netty:netty-bom
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.netty:netty-handler
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.netty:netty-codec-http
dependency-type: direct:production
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>
1 year ago
Yanming Zhou
c43515137c
Allow QueryMapEncoder accept null value ( #2086 )
...
For
```java
@GetMapping
public Paged<User> list(int page, int size, @QueryMap User user);
```
now we can use
```java
Paged<User> paged = userClient.list(1, 10, null);
```
instead of
```java
Paged<User> paged = userClient.list(1, 10, new User()); // query map will include primitive type default values which is unexpected
```
1 year ago
Vitalij Berdinskih
ad167f5aca
Unknown hostnames correspond to reserved ones in RFC 2602 Reserved Top Level DNS Names ( #2087 )
1 year ago
dependabot[bot]
e92364f4a9
build(deps): bump mockito-core from 5.3.1 to 5.4.0 ( #2091 )
...
Bumps [mockito-core](https://github.com/mockito/mockito ) from 5.3.1 to 5.4.0.
- [Release notes](https://github.com/mockito/mockito/releases )
- [Commits](https://github.com/mockito/mockito/compare/v5.3.1...v5.4.0 )
---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
dependency-type: direct:production
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>
1 year ago
dependabot[bot]
069b8a6c2d
build(deps): bump json from 20230227 to 20230618 ( #2092 )
...
Bumps [json](https://github.com/douglascrockford/JSON-java ) from 20230227 to 20230618.
- [Release notes](https://github.com/douglascrockford/JSON-java/releases )
- [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md )
- [Commits](https://github.com/douglascrockford/JSON-java/commits )
---
updated-dependencies:
- dependency-name: org.json:json
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot]
48f63ece02
build(deps): bump maven-shade-plugin from 3.4.1 to 3.5.0 ( #2090 )
...
Bumps [maven-shade-plugin](https://github.com/apache/maven-shade-plugin ) from 3.4.1 to 3.5.0.
- [Release notes](https://github.com/apache/maven-shade-plugin/releases )
- [Commits](https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-3.4.1...maven-shade-plugin-3.5.0 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-shade-plugin
dependency-type: direct:production
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>
1 year ago
dependabot[bot]
e2875124c7
build(deps-dev): bump spring-context from 6.0.9 to 6.0.10 ( #2088 )
...
Bumps [spring-context](https://github.com/spring-projects/spring-framework ) from 6.0.9 to 6.0.10.
- [Release notes](https://github.com/spring-projects/spring-framework/releases )
- [Commits](https://github.com/spring-projects/spring-framework/compare/v6.0.9...v6.0.10 )
---
updated-dependencies:
- dependency-name: org.springframework:spring-context
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>
1 year ago
dependabot[bot]
bde91be6e1
build(deps): bump reactor.version from 3.5.6 to 3.5.7 ( #2082 )
...
Bumps `reactor.version` from 3.5.6 to 3.5.7.
Updates `reactor-core` from 3.5.6 to 3.5.7
- [Release notes](https://github.com/reactor/reactor-core/releases )
- [Commits](https://github.com/reactor/reactor-core/compare/v3.5.6...v3.5.7 )
Updates `reactor-test` from 3.5.6 to 3.5.7
- [Release notes](https://github.com/reactor/reactor-core/releases )
- [Commits](https://github.com/reactor/reactor-core/compare/v3.5.6...v3.5.7 )
---
updated-dependencies:
- dependency-name: io.projectreactor:reactor-core
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.projectreactor:reactor-test
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>
1 year ago
dependabot[bot]
7694262a31
build(deps): bump auto-service-annotations from 1.1.0 to 1.1.1 ( #2079 )
...
Bumps [auto-service-annotations](https://github.com/google/auto ) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/google/auto/releases )
- [Commits](https://github.com/google/auto/compare/auto-value-1.1...auto-service-1.1.1 )
---
updated-dependencies:
- dependency-name: com.google.auto.service:auto-service-annotations
dependency-type: direct:production
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>
1 year ago
dependabot[bot]
fc7926cc83
build(deps): bump micrometer.version from 1.11.0 to 1.11.1 ( #2080 )
...
Bumps `micrometer.version` from 1.11.0 to 1.11.1.
Updates `micrometer-core` from 1.11.0 to 1.11.1
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases )
- [Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.11.0...v1.11.1 )
Updates `micrometer-test` from 1.11.0 to 1.11.1
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases )
- [Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.11.0...v1.11.1 )
---
updated-dependencies:
- dependency-name: io.micrometer:micrometer-core
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.micrometer:micrometer-test
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>
1 year ago
dependabot[bot]
b4359e8298
build(deps): bump guava from 32.0.0-jre to 32.0.1-jre ( #2077 )
...
Bumps [guava](https://github.com/google/guava ) from 32.0.0-jre to 32.0.1-jre.
- [Release notes](https://github.com/google/guava/releases )
- [Commits](https://github.com/google/guava/commits )
---
updated-dependencies:
- dependency-name: com.google.guava:guava
dependency-type: direct:production
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>
1 year ago
dependabot[bot]
4d68584bf0
build(deps): bump kotlin.version from 1.8.21 to 1.8.22 ( #2076 )
...
Bumps `kotlin.version` from 1.8.21 to 1.8.22.
Updates `kotlin-stdlib-jdk8` from 1.8.21 to 1.8.22
- [Release notes](https://github.com/JetBrains/kotlin/releases )
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md )
- [Commits](https://github.com/JetBrains/kotlin/commits )
Updates `kotlin-reflect` from 1.8.21 to 1.8.22
- [Release notes](https://github.com/JetBrains/kotlin/releases )
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md )
- [Commits](https://github.com/JetBrains/kotlin/commits )
Updates `kotlin-maven-plugin` from 1.8.21 to 1.8.22
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-reflect
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
dependency-type: direct:production
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>
1 year ago
dependabot[bot]
e55b3fd6cc
build(deps): bump versions-maven-plugin from 2.15.0 to 2.16.0 ( #2074 )
...
Bumps [versions-maven-plugin](https://github.com/mojohaus/versions ) from 2.15.0 to 2.16.0.
- [Release notes](https://github.com/mojohaus/versions/releases )
- [Changelog](https://github.com/mojohaus/versions/blob/master/ReleaseNotes.md )
- [Commits](https://github.com/mojohaus/versions/compare/2.15.0...2.16.0 )
---
updated-dependencies:
- dependency-name: org.codehaus.mojo:versions-maven-plugin
dependency-type: direct:production
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>
1 year ago
dependabot[bot]
56c85193a2
build(deps): bump maven-surefire-plugin.version from 3.1.0 to 3.1.2 ( #2075 )
...
Bumps `maven-surefire-plugin.version` from 3.1.0 to 3.1.2.
Updates `maven-surefire-plugin` from 3.1.0 to 3.1.2
- [Release notes](https://github.com/apache/maven-surefire/releases )
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.1.0...surefire-3.1.2 )
Updates `maven-failsafe-plugin` from 3.1.0 to 3.1.2
- [Release notes](https://github.com/apache/maven-surefire/releases )
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.1.0...surefire-3.1.2 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
dependency-type: direct:production
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>
1 year ago
dependabot[bot]
ddcf77bb8f
build(deps): bump maven-release-plugin from 3.0.0 to 3.0.1 ( #2073 )
...
Bumps [maven-release-plugin](https://github.com/apache/maven-release ) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/apache/maven-release/releases )
- [Commits](https://github.com/apache/maven-release/compare/maven-release-3.0.0...maven-release-3.0.1 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-release-plugin
dependency-type: direct:production
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>
1 year ago
dependabot[bot]
83234c2e2e
build(deps): bump metrics-core from 4.2.18 to 4.2.19 ( #2072 )
...
Bumps [metrics-core](https://github.com/dropwizard/metrics ) from 4.2.18 to 4.2.19.
- [Release notes](https://github.com/dropwizard/metrics/releases )
- [Commits](https://github.com/dropwizard/metrics/compare/v4.2.18...v4.2.19 )
---
updated-dependencies:
- dependency-name: io.dropwizard.metrics:metrics-core
dependency-type: direct:production
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>
1 year ago
dependabot[bot]
74dc68d312
build(deps): bump jackson.version from 2.15.0 to 2.15.2 ( #2071 )
...
Bumps `jackson.version` from 2.15.0 to 2.15.2.
Updates `jackson-databind` from 2.15.0 to 2.15.2
- [Commits](https://github.com/FasterXML/jackson/commits )
Updates `jackson-core` from 2.15.0 to 2.15.2
- [Release notes](https://github.com/FasterXML/jackson-core/releases )
- [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.15.0...jackson-core-2.15.2 )
Updates `jackson-annotations` from 2.15.0 to 2.15.2
- [Commits](https://github.com/FasterXML/jackson/commits )
Updates `jackson-jr-objects` from 2.15.0 to 2.15.2
- [Commits](https://github.com/FasterXML/jackson-jr/compare/jackson-jr-parent-2.15.0...jackson-jr-parent-2.15.2 )
Updates `jackson-jr-annotation-support` from 2.15.0 to 2.15.2
- [Commits](https://github.com/FasterXML/jackson-jr/compare/jackson-jr-parent-2.15.0...jackson-jr-parent-2.15.2 )
Updates `jackson-jaxrs-json-provider` from 2.15.0 to 2.15.2
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
dependency-type: direct:development
update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.core:jackson-core
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.jr:jackson-jr-objects
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.jr:jackson-jr-annotation-support
dependency-type: direct:development
update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider
dependency-type: direct:production
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>
1 year ago
dependabot[bot]
610fbb825f
build(deps): bump netty.version from 4.1.92.Final to 4.1.93.Final ( #2062 )
...
Bumps `netty.version` from 4.1.92.Final to 4.1.93.Final.
Updates `netty-bom` from 4.1.92.Final to 4.1.93.Final
- [Commits](https://github.com/netty/netty/compare/netty-4.1.92.Final...netty-4.1.93.Final )
Updates `netty-handler` from 4.1.92.Final to 4.1.93.Final
- [Commits](https://github.com/netty/netty/compare/netty-4.1.92.Final...netty-4.1.93.Final )
Updates `netty-codec-http` from 4.1.92.Final to 4.1.93.Final
- [Commits](https://github.com/netty/netty/compare/netty-4.1.92.Final...netty-4.1.93.Final )
---
updated-dependencies:
- dependency-name: io.netty:netty-bom
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.netty:netty-handler
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.netty:netty-codec-http
dependency-type: direct:production
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>
1 year ago
dependabot[bot]
e7a94ca51c
build(deps): bump auto-service-annotations from 1.0.1 to 1.1.0 ( #2059 )
...
Bumps [auto-service-annotations](https://github.com/google/auto ) from 1.0.1 to 1.1.0.
- [Release notes](https://github.com/google/auto/releases )
- [Commits](https://github.com/google/auto/compare/auto-common-1.0.1...auto-value-1.1 )
---
updated-dependencies:
- dependency-name: com.google.auto.service:auto-service-annotations
dependency-type: direct:production
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>
1 year ago
dependabot[bot]
85a894c806
build(deps): bump sundr-maven-plugin from 0.94.0 to 0.95.0 ( #2061 )
...
Bumps [sundr-maven-plugin](https://github.com/sundrio/sundrio ) from 0.94.0 to 0.95.0.
- [Commits](https://github.com/sundrio/sundrio/commits/0.95.0 )
---
updated-dependencies:
- dependency-name: io.sundr:sundr-maven-plugin
dependency-type: direct:production
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>
1 year ago
dependabot[bot]
b9be1ae86f
build(deps): bump spring-cloud-dependencies from 2022.0.2 to 2022.0.3 ( #2063 )
...
Bumps [spring-cloud-dependencies](https://github.com/spring-cloud/spring-cloud-release ) from 2022.0.2 to 2022.0.3.
- [Commits](https://github.com/spring-cloud/spring-cloud-release/compare/v2022.0.2...v2022.0.3 )
---
updated-dependencies:
- dependency-name: org.springframework.cloud:spring-cloud-dependencies
dependency-type: direct:production
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>
1 year ago
dependabot[bot]
a295ccd00a
build(deps): bump guava from 31.1-jre to 32.0.0-jre ( #2067 )
...
Bumps [guava](https://github.com/google/guava ) from 31.1-jre to 32.0.0-jre.
- [Release notes](https://github.com/google/guava/releases )
- [Commits](https://github.com/google/guava/commits )
---
updated-dependencies:
- dependency-name: com.google.guava:guava
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
Siddhant Chadha
328e2782ce
Update README.md | Clean Maven Central link ( #2069 )
...
The link should directly point to the artefact in the Maven Central (which by defaults shows the latest and older versions in the drop down).
1 year ago
Lucio Assis
4819c5f103
Re-format the overview mindmap ( #2066 )
...
Balances it out visually by splitting the
first level in two sides
1 year ago
dependabot[bot]
0342ab4419
build(deps): bump maven-source-plugin from 3.2.1 to 3.3.0 ( #2057 )
...
Bumps [maven-source-plugin](https://github.com/apache/maven-source-plugin ) from 3.2.1 to 3.3.0.
- [Commits](https://github.com/apache/maven-source-plugin/compare/maven-source-plugin-3.2.1...maven-source-plugin-3.3.0 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-source-plugin
dependency-type: direct:production
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>
1 year ago
dependabot[bot]
def9a84ad2
build(deps): bump maven-scm-plugin from 2.0.0 to 2.0.1 ( #2056 )
...
Bumps [maven-scm-plugin](https://github.com/apache/maven-scm ) from 2.0.0 to 2.0.1.
- [Commits](https://github.com/apache/maven-scm/compare/maven-scm-2.0.0...maven-scm-2.0.1 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-scm-plugin
dependency-type: direct:production
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>
1 year ago
dependabot[bot]
a65f02de1b
build(deps): bump maven-bundle-plugin from 5.1.8 to 5.1.9 ( #2054 )
...
Bumps maven-bundle-plugin from 5.1.8 to 5.1.9.
---
updated-dependencies:
- dependency-name: org.apache.felix:maven-bundle-plugin
dependency-type: direct:production
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>
2 years ago
Kevin Davis
7e8e0aa4b7
Rollback Jackson 2.15.1 due to module incompatibilities ( #2051 )
...
Jackson Core 2.15.1 includes a shaded version of the Fast Double Parser that doesn't play nicely with moditect and jdeps, so our builds are failing. This doesn't mean you can't use 2.15.1 in your project, just that we won't require it.
2 years ago
dependabot[bot]
6dff1f5b2b
build(deps-dev): bump jackson-databind from 2.15.0 to 2.15.1 ( #2050 )
...
Bumps [jackson-databind](https://github.com/FasterXML/jackson ) from 2.15.0 to 2.15.1.
- [Commits](https://github.com/FasterXML/jackson/commits )
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
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>
2 years ago
dependabot[bot]
7a52303c2f
build(deps): bump jackson-databind.version from 2.15.0 to 2.15.1 ( #2049 )
...
Bumps `jackson-databind.version` from 2.15.0 to 2.15.1.
Updates `jackson-databind` from 2.15.0 to 2.15.1
- [Commits](https://github.com/FasterXML/jackson/commits )
Updates `jackson-core` from 2.15.0 to 2.15.1
- [Release notes](https://github.com/FasterXML/jackson-core/releases )
- [Changelog](https://github.com/FasterXML/jackson-core/blob/jackson-core-2.15.1/release.properties )
- [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.15.0...jackson-core-2.15.1 )
Updates `jackson-annotations` from 2.15.0 to 2.15.1
- [Commits](https://github.com/FasterXML/jackson/commits )
Updates `jackson-jr-objects` from 2.15.0 to 2.15.1
- [Commits](https://github.com/FasterXML/jackson-jr/compare/jackson-jr-parent-2.15.0...jackson-jr-parent-2.15.1 )
Updates `jackson-jr-annotation-support` from 2.15.0 to 2.15.1
- [Commits](https://github.com/FasterXML/jackson-jr/compare/jackson-jr-parent-2.15.0...jackson-jr-parent-2.15.1 )
Updates `jackson-jaxrs-json-provider` from 2.15.0 to 2.15.1
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
dependency-type: direct:development
update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.core:jackson-core
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.jr:jackson-jr-objects
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.jr:jackson-jr-annotation-support
dependency-type: direct:development
update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider
dependency-type: direct:production
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>
2 years ago
Kevin Davis
fda732940e
GH-2047: Exclude okio from module info ( #2048 )
...
This change updates the module info generation for feign-okhttp, excluding `okio` from the tree since it does not conform to JPMS standards and results in duplicate module entries. See https://github.com/square/okhttp/issues/4184 for information from Square about it.
Additional Changes
---
* Ensure Wikipedia with Spring Boot only uses JDK 17
* Renamed Wikipedia with Spring Boot to be unique
2 years ago
dependabot[bot]
ec7b567bea
build(deps-dev): bump spring-context from 6.0.8 to 6.0.9 ( #2044 )
...
Bumps [spring-context](https://github.com/spring-projects/spring-framework ) from 6.0.8 to 6.0.9.
- [Release notes](https://github.com/spring-projects/spring-framework/releases )
- [Commits](https://github.com/spring-projects/spring-framework/compare/v6.0.8...v6.0.9 )
---
updated-dependencies:
- dependency-name: org.springframework:spring-context
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>
2 years ago
dependabot[bot]
0c37870fbc
build(deps): bump google-http-client from 1.43.1 to 1.43.2 ( #2043 )
...
Bumps [google-http-client](https://github.com/googleapis/google-http-java-client ) from 1.43.1 to 1.43.2.
- [Release notes](https://github.com/googleapis/google-http-java-client/releases )
- [Changelog](https://github.com/googleapis/google-http-java-client/blob/main/CHANGELOG.md )
- [Commits](https://github.com/googleapis/google-http-java-client/compare/v1.43.1...v1.43.2 )
---
updated-dependencies:
- dependency-name: com.google.http-client:google-http-client
dependency-type: direct:production
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>
2 years ago
dependabot[bot]
12abe33176
build(deps): bump kotlinx.coroutines.version from 1.7.0 to 1.7.1 ( #2046 )
...
Bumps `kotlinx.coroutines.version` from 1.7.0 to 1.7.1.
Updates `kotlinx-coroutines-jdk8` from 1.7.0 to 1.7.1
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases )
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md )
- [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.7.0...1.7.1 )
Updates `kotlinx-coroutines-reactor` from 1.7.0 to 1.7.1
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases )
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md )
- [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.7.0...1.7.1 )
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-jdk8
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-reactor
dependency-type: direct:production
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>
2 years ago
dependabot[bot]
e6aa9cc271
build(deps): bump reactor.version from 3.5.5 to 3.5.6 ( #2038 )
...
Bumps `reactor.version` from 3.5.5 to 3.5.6.
Updates `reactor-core` from 3.5.5 to 3.5.6
- [Release notes](https://github.com/reactor/reactor-core/releases )
- [Commits](https://github.com/reactor/reactor-core/compare/v3.5.5...v3.5.6 )
Updates `reactor-test` from 3.5.5 to 3.5.6
- [Release notes](https://github.com/reactor/reactor-core/releases )
- [Commits](https://github.com/reactor/reactor-core/compare/v3.5.5...v3.5.6 )
---
updated-dependencies:
- dependency-name: io.projectreactor:reactor-core
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.projectreactor:reactor-test
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>
2 years ago
Kerwin Bryant
3355abd34c
Optimize README.md ( #2042 )
...
Added basic dependency guidelines;
[Integrations] modules are grouped by function;
2 years ago
dependabot[bot]
ae16dda47e
build(deps): bump micrometer.version from 1.10.6 to 1.11.0 ( #2036 )
...
Bumps `micrometer.version` from 1.10.6 to 1.11.0.
Updates `micrometer-core` from 1.10.6 to 1.11.0
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases )
- [Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.10.6...v1.11.0 )
Updates `micrometer-test` from 1.10.6 to 1.11.0
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases )
- [Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.10.6...v1.11.0 )
---
updated-dependencies:
- dependency-name: io.micrometer:micrometer-core
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: io.micrometer:micrometer-test
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>
2 years ago
dependabot[bot]
30b0cbc5a8
build(deps): bump kotlinx.coroutines.version from 1.6.4 to 1.7.0 ( #2032 )
...
Bumps `kotlinx.coroutines.version` from 1.6.4 to 1.7.0.
Updates `kotlinx-coroutines-jdk8` from 1.6.4 to 1.7.0
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases )
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md )
- [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.6.4...1.7.0 )
Updates `kotlinx-coroutines-reactor` from 1.6.4 to 1.7.0
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases )
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md )
- [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.6.4...1.7.0 )
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-jdk8
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-reactor
dependency-type: direct:production
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>
2 years ago
dependabot[bot]
d7d9670731
build(deps): bump maven-gpg-plugin from 3.0.1 to 3.1.0 ( #2033 )
...
Bumps [maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin ) from 3.0.1 to 3.1.0.
- [Commits](https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.0.1...maven-gpg-plugin-3.1.0 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-gpg-plugin
dependency-type: direct:production
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>
2 years ago
dependabot[bot]
bd9418f09c
build(deps): bump maven-surefire-plugin.version from 3.0.0 to 3.1.0 ( #2034 )
...
Bumps `maven-surefire-plugin.version` from 3.0.0 to 3.1.0.
Updates `maven-surefire-plugin` from 3.0.0 to 3.1.0
- [Release notes](https://github.com/apache/maven-surefire/releases )
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.0.0...surefire-3.1.0 )
Updates `maven-failsafe-plugin` from 3.0.0 to 3.1.0
- [Release notes](https://github.com/apache/maven-surefire/releases )
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.0.0...surefire-3.1.0 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
dependency-type: direct:production
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>
2 years ago
dependabot[bot]
d3ef1b6ae1
build(deps): bump moditect-maven-plugin from 1.0.0.RC3 to 1.0.0.Final ( #2031 )
...
Bumps [moditect-maven-plugin](https://github.com/moditect/moditect ) from 1.0.0.RC3 to 1.0.0.Final.
- [Release notes](https://github.com/moditect/moditect/releases )
- [Commits](https://github.com/moditect/moditect/compare/1.0.0.RC3...1.0.0.Final )
---
updated-dependencies:
- dependency-name: org.moditect:moditect-maven-plugin
dependency-type: direct:production
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>
2 years ago
Richard Wagstaff
03dcf4dbf9
Added error decoder to async builder ( #2029 )
...
Co-authored-by: Richard Wagstaff <richardwagstaff@hollandandbarrett.com>
2 years ago
dependabot[bot]
fffce1ee13
build(deps): bump netty.version from 4.1.91.Final to 4.1.92.Final ( #2025 )
...
Bumps `netty.version` from 4.1.91.Final to 4.1.92.Final.
Updates `netty-bom` from 4.1.91.Final to 4.1.92.Final
- [Release notes](https://github.com/netty/netty/releases )
- [Commits](https://github.com/netty/netty/compare/netty-4.1.91.Final...netty-4.1.92.Final )
Updates `netty-handler` from 4.1.91.Final to 4.1.92.Final
- [Release notes](https://github.com/netty/netty/releases )
- [Commits](https://github.com/netty/netty/compare/netty-4.1.91.Final...netty-4.1.92.Final )
Updates `netty-codec-http` from 4.1.91.Final to 4.1.92.Final
- [Release notes](https://github.com/netty/netty/releases )
- [Commits](https://github.com/netty/netty/compare/netty-4.1.91.Final...netty-4.1.92.Final )
---
updated-dependencies:
- dependency-name: io.netty:netty-bom
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.netty:netty-handler
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.netty:netty-codec-http
dependency-type: direct:production
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>
2 years ago
Xia Lei
e3c76079c6
doc: enrich example for ErrorDecoder and Retryer ( #2030 )
...
Co-authored-by: stonexia <stonexia@tencent.com>
2 years ago