Marvin Froeder
0dfcd18c14
Bump new maven version 3.9.4 ( #2178 )
1 year ago
Marvin Froeder
e36c366a4e
Use java 21 to run tests ( #2174 )
...
* Use java 21 to run tests
* Skip tests that are not working on 21, must revert this at some point
---------
Co-authored-by: Marvin Froeder <velobr@gmail.com>
1 year ago
dependabot[bot]
58666c5394
build(deps): bump org.codehaus.mojo:versions-maven-plugin ( #2175 )
...
Bumps [org.codehaus.mojo:versions-maven-plugin](https://github.com/mojohaus/versions ) from 2.16.0 to 2.16.1.
- [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.16.0...2.16.1 )
---
updated-dependencies:
- dependency-name: org.codehaus.mojo:versions-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]
7480864836
build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin ( #2173 )
...
Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin ) from 3.5.0 to 3.6.0.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases )
- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.5.0...maven-javadoc-plugin-3.6.0 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-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
Vitalij Berdinskih
be25759e93
Retryer: replace an instance of Date with an epoch millisecond ( #2170 )
...
* Retryer: replace an instance of Date with an epoch millisecond
* Style issue: unnecessary explicit casting
* Add another check to RetryableException's test
* Update serialization ID. Resolve some deprecation issues of Integer.
* Remove obsolete Date
* Remove obsolete Date 2
* Resolve issue with overrided method of a mock class
1 year ago
dependabot[bot]
c7ca6e0cc1
build(deps): bump jakarta.xml.bind:jakarta.xml.bind-api ( #2172 )
...
Bumps [jakarta.xml.bind:jakarta.xml.bind-api](https://github.com/eclipse-ee4j/jaxb-api ) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/eclipse-ee4j/jaxb-api/releases )
- [Commits](https://github.com/eclipse-ee4j/jaxb-api/compare/4.0.0...4.0.1 )
---
updated-dependencies:
- dependency-name: jakarta.xml.bind:jakarta.xml.bind-api
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]
211a5e3711
build(deps-dev): bump org.springframework:spring-context ( #2171 )
...
Bumps [org.springframework:spring-context](https://github.com/spring-projects/spring-framework ) from 6.0.11 to 6.0.12.
- [Release notes](https://github.com/spring-projects/spring-framework/releases )
- [Commits](https://github.com/spring-projects/spring-framework/compare/v6.0.11...v6.0.12 )
---
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
Vitalij Berdinskih
6b7dc4fefb
Remove bcprov-jdk15on as it isn't used. Fix SLF4J dependency issue for rxnetty-common. ( #2169 )
1 year ago
dependabot[bot]
b04bf9aeac
build(deps): bump org.apache.maven.plugins:maven-enforcer-plugin ( #2166 )
...
Bumps [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer ) from 3.4.0 to 3.4.1.
- [Release notes](https://github.com/apache/maven-enforcer/releases )
- [Commits](https://github.com/apache/maven-enforcer/compare/enforcer-3.4.0...enforcer-3.4.1 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-enforcer-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]
4e7ef19105
build(deps): bump micrometer.version from 1.11.3 to 1.11.4 ( #2167 )
...
Bumps `micrometer.version` from 1.11.3 to 1.11.4.
Updates `io.micrometer:micrometer-core` from 1.11.3 to 1.11.4
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases )
- [Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.11.3...v1.11.4 )
Updates `io.micrometer:micrometer-test` from 1.11.3 to 1.11.4
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases )
- [Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.11.3...v1.11.4 )
---
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]
772f1252be
build(deps): bump reactor.version from 3.5.9 to 3.5.10 ( #2168 )
...
Bumps `reactor.version` from 3.5.9 to 3.5.10.
Updates `io.projectreactor:reactor-core` from 3.5.9 to 3.5.10
- [Release notes](https://github.com/reactor/reactor-core/releases )
- [Commits](https://github.com/reactor/reactor-core/compare/v3.5.9...v3.5.10 )
Updates `io.projectreactor:reactor-test` from 3.5.9 to 3.5.10
- [Release notes](https://github.com/reactor/reactor-core/releases )
- [Commits](https://github.com/reactor/reactor-core/compare/v3.5.9...v3.5.10 )
---
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
Iain Henderson
3d5f5ecce7
Feature/decoder interceptor to response interceptor ( #2116 )
...
* Refactor so that ResponseInterceptor intercepts the response (in the same manner that RequestInterceptor does) rather than intercepting the decoding process.
Signed-off-by: Iain Henderson <Iain.henderson@mac.com>
* Add a default RedirectionInterceptor as an implementation of ResponseInterceptor and include unit tests for redirection interception, error interception, and void decoding in FeignTest.
* Update README to include ResponseInterceptor
* Add copyright notice to RedirectionInterceptor
* Correct formatting using maven
* Updates in response to CodeRabbit
* more CodeRabbitAI suggestions
* Add unit tests for chained ResponseInterceptor instances
* fixing formatting
* formatting and responding to CodeRabbitAI comment
* Reverting Feign-core pom
* Cleanup Javadocs in ResponseInterceptor and RedirectionInterceptor
---------
Signed-off-by: Iain Henderson <Iain.henderson@mac.com>
Co-authored-by: Marvin Froeder <velo@users.noreply.github.com>
1 year ago
dependabot[bot]
7b9706df86
build(deps): bump slf4j.version from 2.0.7 to 2.0.9 ( #2162 )
...
Bumps `slf4j.version` from 2.0.7 to 2.0.9.
Updates `org.slf4j:slf4j-simple` from 2.0.7 to 2.0.9
Updates `org.slf4j:slf4j-nop` from 2.0.7 to 2.0.9
Updates `org.slf4j:slf4j-api` from 2.0.7 to 2.0.9
Updates `org.slf4j:slf4j-jdk14` from 2.0.7 to 2.0.9
---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-simple
dependency-type: direct:development
update-type: version-update:semver-patch
- dependency-name: org.slf4j:slf4j-nop
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.slf4j:slf4j-api
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.slf4j:slf4j-jdk14
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
Marvin Froeder
2c00066d4a
Add support for multiple ResponseInterceptors ( #1829 )
...
* Add support for multiple ResponseInterceptors
* Address PR comments
---------
Co-authored-by: Marvin Froeder <marvin.froeder@police.govt.nz>
Co-authored-by: Marvin Froeder <velobr@gmail.com>
1 year ago
Marvin Froeder
c39376fde3
Preparing for next development version
1 year ago
Marvin Froeder
edb6759649
[ci skip] updating versions to next development iteration 12.6-SNAPSHOT
1 year ago
Marvin Froeder
c9cbea6fa7
prepare release 12.5
1 year ago
dependabot[bot]
0ef5f0cad8
build(deps): bump kotlin.version from 1.9.0 to 1.9.10 ( #2159 )
...
Bumps `kotlin.version` from 1.9.0 to 1.9.10.
Updates `org.jetbrains.kotlin:kotlin-stdlib-jdk8` from 1.9.0 to 1.9.10
- [Release notes](https://github.com/JetBrains/kotlin/releases )
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.10/ChangeLog.md )
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.0...v1.9.10 )
Updates `org.jetbrains.kotlin:kotlin-reflect` from 1.9.0 to 1.9.10
- [Release notes](https://github.com/JetBrains/kotlin/releases )
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.10/ChangeLog.md )
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.0...v1.9.10 )
Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 1.9.0 to 1.9.10
---
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]
3b1c1c54e9
build(deps): bump netty.version from 4.1.96.Final to 4.1.97.Final ( #2160 )
...
Bumps `netty.version` from 4.1.96.Final to 4.1.97.Final.
Updates `io.netty:netty-bom` from 4.1.96.Final to 4.1.97.Final
- [Commits](https://github.com/netty/netty/compare/netty-4.1.96.Final...netty-4.1.97.Final )
Updates `io.netty:netty-handler` from 4.1.96.Final to 4.1.97.Final
- [Commits](https://github.com/netty/netty/compare/netty-4.1.96.Final...netty-4.1.97.Final )
Updates `io.netty:netty-codec-http` from 4.1.96.Final to 4.1.97.Final
- [Commits](https://github.com/netty/netty/compare/netty-4.1.96.Final...netty-4.1.97.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]
78dd615a68
build(deps): bump micrometer.version from 1.11.2 to 1.11.3 ( #2155 )
...
Bumps `micrometer.version` from 1.11.2 to 1.11.3.
Updates `io.micrometer:micrometer-core` from 1.11.2 to 1.11.3
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases )
- [Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.11.2...v1.11.3 )
Updates `io.micrometer:micrometer-test` from 1.11.2 to 1.11.3
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases )
- [Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.11.2...v1.11.3 )
---
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]
99521f1232
build(deps): bump reactor.version from 3.5.8 to 3.5.9 ( #2156 )
...
Bumps `reactor.version` from 3.5.8 to 3.5.9.
Updates `io.projectreactor:reactor-core` from 3.5.8 to 3.5.9
- [Release notes](https://github.com/reactor/reactor-core/releases )
- [Commits](https://github.com/reactor/reactor-core/compare/v3.5.8...v3.5.9 )
Updates `io.projectreactor:reactor-test` from 3.5.8 to 3.5.9
- [Release notes](https://github.com/reactor/reactor-core/releases )
- [Commits](https://github.com/reactor/reactor-core/compare/v3.5.8...v3.5.9 )
---
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]
056e0982eb
build(deps): bump org.apache.maven.plugins:maven-enforcer-plugin ( #2158 )
...
Bumps [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer ) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/apache/maven-enforcer/releases )
- [Commits](https://github.com/apache/maven-enforcer/compare/enforcer-3.3.0...enforcer-3.4.0 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-enforcer-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]
c45501bc6f
build(deps): bump org.mockito:mockito-core from 5.4.0 to 5.5.0 ( #2157 )
...
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito ) from 5.4.0 to 5.5.0.
- [Release notes](https://github.com/mockito/mockito/releases )
- [Commits](https://github.com/mockito/mockito/compare/v5.4.0...v5.5.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
Vitalij Berdinskih
fc6daef95f
The builder clones itself before enrichment ( #2117 )
...
* Enrichment of a clone
---------
Co-authored-by: Marvin Froeder <marvin.froeder@dovetailstudios.com>
1 year ago
dependabot[bot]
c65915b0b5
build(deps): bump io.sundr:sundr-maven-plugin from 0.100.2 to 0.100.3 ( #2151 )
...
Bumps [io.sundr:sundr-maven-plugin](https://github.com/sundrio/sundrio ) from 0.100.2 to 0.100.3.
- [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-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
Arthur Chan
b46ad26752
Fix bug in string split ( #2146 )
...
* Fix empty split bug
Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
* Add unit testing
Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
* Fix formatting
Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
---------
Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
1 year ago
Arthur Chan
fc6bf6f356
Fix possible regex matching stack overflow ( #2150 )
...
Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
1 year ago
dependabot[bot]
f06856c07a
build(deps): bump jmh.version from 1.36 to 1.37 ( #2147 )
...
Bumps `jmh.version` from 1.36 to 1.37.
Updates `org.openjdk.jmh:jmh-core` from 1.36 to 1.37
- [Commits](https://github.com/openjdk/jmh/compare/1.36...1.37 )
Updates `org.openjdk.jmh:jmh-generator-annprocess` from 1.36 to 1.37
- [Commits](https://github.com/openjdk/jmh/compare/1.36...1.37 )
---
updated-dependencies:
- dependency-name: org.openjdk.jmh:jmh-core
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.openjdk.jmh:jmh-generator-annprocess
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
Marcos Estevam
6d84421670
Update README.md ( #2148 )
...
Include instructions of how to include JAXB Codec in your pom.xml
1 year ago
dependabot[bot]
7603bbd08e
build(deps): bump com.google.guava:guava from 32.1.1-jre to 32.1.2-jre ( #2142 )
...
Bumps [com.google.guava:guava](https://github.com/google/guava ) from 32.1.1-jre to 32.1.2-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]
db6c8a911a
build(deps): bump io.sundr:sundr-maven-plugin from 0.100.1 to 0.100.2 ( #2143 )
...
Bumps [io.sundr:sundr-maven-plugin](https://github.com/sundrio/sundrio ) from 0.100.1 to 0.100.2.
- [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-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]
387049458d
build(deps-dev): bump org.junit.jupiter:junit-jupiter-params from 5.9.3 to 5.10.0 ( #2132 )
...
* build(deps-dev): bump org.junit.jupiter:junit-jupiter-params
Bumps [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit5 ) from 5.9.3 to 5.10.0.
- [Release notes](https://github.com/junit-team/junit5/releases )
- [Commits](https://github.com/junit-team/junit5/compare/r5.9.3...r5.10.0 )
---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-params
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Using junit bom to lock version
---------
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>
Co-authored-by: Marvin Froeder <marvin.froeder@dovetailstudios.com>
1 year ago
iZDT
ba009a0bd4
Fix issuse #1721 Accept-Encoding header is added twice ( #2139 )
...
* Fix issuse #1721 Accept-Encoding header is added twice
* format core code
1 year ago
Malik Zharykov
3e089ffba5
feat: Added decodeVoid feature ( #2131 )
...
* feat: Added decodeVoid feature
* fix: Added decodeVoid for AsyncFeign
---------
Co-authored-by: Marvin Froeder <velo@users.noreply.github.com>
1 year ago
iProdigy
59a568eb10
Fix expression pattern compilation on android ( #2136 )
...
* Fix expression pattern compilation on android
* Add test cases
* Add license header
* Reformat
1 year ago
dependabot[bot]
4d9215a994
build(deps): bump org.springframework.cloud:spring-cloud-dependencies ( #2141 )
...
Bumps [org.springframework.cloud:spring-cloud-dependencies](https://github.com/spring-cloud/spring-cloud-release ) from 2022.0.3 to 2022.0.4.
- [Release notes](https://github.com/spring-cloud/spring-cloud-release/releases )
- [Commits](https://github.com/spring-cloud/spring-cloud-release/compare/v2022.0.3...v2022.0.4 )
---
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]
3282567c06
build(deps): bump netty.version from 4.1.95.Final to 4.1.96.Final ( #2140 )
...
Bumps `netty.version` from 4.1.95.Final to 4.1.96.Final.
Updates `io.netty:netty-bom` from 4.1.95.Final to 4.1.96.Final
- [Commits](https://github.com/netty/netty/compare/netty-4.1.95.Final...netty-4.1.96.Final )
Updates `io.netty:netty-handler` from 4.1.95.Final to 4.1.96.Final
- [Commits](https://github.com/netty/netty/compare/netty-4.1.95.Final...netty-4.1.96.Final )
Updates `io.netty:netty-codec-http` from 4.1.95.Final to 4.1.96.Final
- [Commits](https://github.com/netty/netty/compare/netty-4.1.95.Final...netty-4.1.96.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]
fe036ac032
build(deps): bump kotlinx.coroutines.version from 1.7.2 to 1.7.3 ( #2138 )
...
Bumps `kotlinx.coroutines.version` from 1.7.2 to 1.7.3.
Updates `org.jetbrains.kotlinx:kotlinx-coroutines-jdk8` from 1.7.2 to 1.7.3
- [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/commits )
Updates `org.jetbrains.kotlinx:kotlinx-coroutines-reactor` from 1.7.2 to 1.7.3
- [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/commits )
---
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>
1 year ago
dependabot[bot]
a84f90cfad
build(deps): bump com.github.ekryd.sortpom:sortpom-maven-plugin ( #2134 )
...
Bumps [com.github.ekryd.sortpom:sortpom-maven-plugin](https://github.com/Ekryd/sortpom ) from 3.2.1 to 3.3.0.
- [Release notes](https://github.com/Ekryd/sortpom/releases )
- [Commits](https://github.com/Ekryd/sortpom/compare/sortpom-parent-3.2.1...sortpom-parent-3.3.0 )
---
updated-dependencies:
- dependency-name: com.github.ekryd.sortpom:sortpom-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]
8c187bbf5c
build(deps-dev): bump spring-context from 6.0.10 to 6.0.11 ( #2127 )
...
Bumps [spring-context](https://github.com/spring-projects/spring-framework ) from 6.0.10 to 6.0.11.
- [Release notes](https://github.com/spring-projects/spring-framework/releases )
- [Commits](https://github.com/spring-projects/spring-framework/compare/v6.0.10...v6.0.11 )
---
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]
2c0a7e9886
build(deps): bump netty.version from 4.1.94.Final to 4.1.95.Final ( #2130 )
...
Bumps `netty.version` from 4.1.94.Final to 4.1.95.Final.
Updates `io.netty:netty-bom` from 4.1.94.Final to 4.1.95.Final
- [Commits](https://github.com/netty/netty/compare/netty-4.1.94.Final...netty-4.1.95.Final )
Updates `io.netty:netty-handler` from 4.1.94.Final to 4.1.95.Final
- [Commits](https://github.com/netty/netty/compare/netty-4.1.94.Final...netty-4.1.95.Final )
Updates `io.netty:netty-codec-http` from 4.1.94.Final to 4.1.95.Final
- [Commits](https://github.com/netty/netty/compare/netty-4.1.94.Final...netty-4.1.95.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
FloLei
9f6ccaa4ea
Adding a constructor for the RetryableException to include a Response… ( #2123 )
...
* Adding a constructor for the RetryableException to include a Response Body and Response Header parameter
* formatting test
1 year ago
dependabot[bot]
2002f17809
build(deps): bump reactor.version from 3.5.7 to 3.5.8 ( #2126 )
...
Bumps `reactor.version` from 3.5.7 to 3.5.8.
Updates `reactor-core` from 3.5.7 to 3.5.8
- [Release notes](https://github.com/reactor/reactor-core/releases )
- [Commits](https://github.com/reactor/reactor-core/compare/v3.5.7...v3.5.8 )
Updates `reactor-test` from 3.5.7 to 3.5.8
- [Release notes](https://github.com/reactor/reactor-core/releases )
- [Commits](https://github.com/reactor/reactor-core/compare/v3.5.7...v3.5.8 )
---
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]
d8fddf55d3
build(deps): bump micrometer.version from 1.11.1 to 1.11.2 ( #2124 )
...
Bumps `micrometer.version` from 1.11.1 to 1.11.2.
Updates `micrometer-core` from 1.11.1 to 1.11.2
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases )
- [Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.11.1...v1.11.2 )
Updates `micrometer-test` from 1.11.1 to 1.11.2
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases )
- [Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.11.1...v1.11.2 )
---
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]
38d19aa528
build(deps): bump kotlin.version from 1.8.22 to 1.9.0 ( #2121 )
...
Bumps `kotlin.version` from 1.8.22 to 1.9.0.
Updates `kotlin-stdlib-jdk8` from 1.8.22 to 1.9.0
- [Release notes](https://github.com/JetBrains/kotlin/releases )
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md )
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.8.22...v1.9.0 )
Updates `kotlin-reflect` from 1.8.22 to 1.9.0
- [Release notes](https://github.com/JetBrains/kotlin/releases )
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md )
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.8.22...v1.9.0 )
Updates `kotlin-maven-plugin` from 1.8.22 to 1.9.0
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin:kotlin-reflect
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin:kotlin-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
Marvin Froeder
2cb72cf3fa
[ci skip] updating versions to next development iteration 12.5-SNAPSHOT
1 year ago
Marvin Froeder
602f588ca5
prepare release 12.4
1 year ago
Dušan Plavák
7d4eb18cf9
Allow override of maxBodyBytesLength in ErrorDecoder ( #2113 )
...
* Allow override of maxBodyBytesLength in ErrorDecoder
* Apply linter
* Choose constructor approach
* Reformat
1 year ago
dependabot[bot]
0868e71263
build(deps): bump sundr-maven-plugin from 0.100.0 to 0.100.1 ( #2118 )
...
Bumps [sundr-maven-plugin](https://github.com/sundrio/sundrio ) from 0.100.0 to 0.100.1.
- [Commits](https://github.com/sundrio/sundrio/compare/0.100.0...0.100.1 )
---
updated-dependencies:
- dependency-name: io.sundr:sundr-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]
26dadc26c3
build(deps): bump guava from 32.0.1-jre to 32.1.1-jre ( #2112 )
...
Bumps [guava](https://github.com/google/guava ) from 32.0.1-jre to 32.1.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-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago