deps: Update Non-major dependencies #2076
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.5.0
->3.5.2
3.10.0
->3.11.1
5.11.1
->5.11.3
1.11.1
->1.11.3
1.11.1
->1.11.3
3.8.0
->3.8.1
2.17.1
->2.18.0
5.11.1
->5.11.3
1.0.1.RELEASE
->1.0.2.RELEASE
1.1.22
->1.2.0
3.6.10
->3.7.0
2.54.1
->2.58.0
0.38.22
->0.38.23
2.2.16
->2.2.17
2.32.0
->2.36.0
1.27.0
->1.30.0
1.27.0
->1.30.0
1.45.0
->1.45.1
1.45.0
->1.45.1
1.45.0
->1.45.1
v1beta4-rev20240925-2.0.0
->v1beta4-rev20241108-2.0.0
3.47.0
->3.48.2
1.0.5.RELEASE
->1.0.7.RELEASE
1.2.2
->1.3.0
3.4.1
->3.5.1
9.0.0
->9.1.0
9.7
->9.7.1
9.7
->9.7.1
9.7
->9.7.1
9.7
->9.7.1
4.1.113.Final
->4.1.115.Final
4.1.113.Final
->4.1.115.Final
4.1.113.Final
->4.1.115.Final
4.1.113.Final
->4.1.115.Final
4.1.113.Final
->4.1.115.Final
4.1.113.Final
->4.1.115.Final
24.1.0
->24.1.1
0.32.17
->0.32.18
Release Notes
mojohaus/versions (org.codehaus.mojo:versions-maven-plugin)
v2.18.0
Compare Source
❗ NOTICE
Due to
Doxia 2.x
stackmaven-site-plugin
3.20+ is required.https://cwiki.apache.org/confluence/display/MAVEN/Towards+Doxia+2.0.0+Stack
Changes
🚀 New features and improvements
expression: {blah} no value
System.out
to logs (#1119) @JackPGreen🐛 Bug Fixes
📦 Dependency updates
📝 Documentation updates
.+
to.+-(alpha|beta)
(#1145) @onacit👻 Maintenance
🔧 Build
r2dbc/r2dbc-pool (io.r2dbc:r2dbc-pool)
v1.0.2.RELEASE
Compare Source
⭐ New Features
🐞 Bug Fixes
💡 Other
reactor/reactor-netty (io.projectreactor.netty:reactor-netty)
v1.2.0
Compare Source
Reactor Netty
1.2.0
is part of2024.0.0
Release Train.New and Noteworthy
HTTP/3
experimental supportUnix Domain Sockets
support forNIO
transport (requires Java 17)Multi-release
jar supportAntora
What's Changed
SslProvider$DefaultConfigurationSpec
andSslProvider$DefaultConfigurationType
by @violetagg in #3147SslContextSpec#sslContext(reactor.netty.tcp.SslProvider.ProtocolSslContextSpec)
by @violetagg in #3160proxy.address
tag for the client metrics by @violetagg in #3230✨ New features and improvements
Reactor Core
v3.7.0
by @chemicL in9a5a672
, see release notesNetty
v4.1.114.Final
by @violetagg in #3451Netty QUIC Codec
v0.0.68.Final
by @violetagg in #3442Micrometer
v1.14.0
by @violetagg in #3508Micrometer Tracing
v1.14.0
by @violetagg in #3508Micrometer Doc Generator
v1.0.4
by @violetagg ind4ec32e
Context Propagation
v1.1.0
by @violetagg in #3164Brave
v6.0.3
by @dependabot in #3172HTTP/3
server supportProtocolSslContextSpec
generic by @violetagg in #3150HTTP/3
initial settings by @violetagg in #3152HttpProtocol#HTTP3
by @violetagg in #3161HTTP/3
server support by @violetagg in #3176HTTP/3
server support as incubating by @violetagg in #3183wiretap
forHTTP/3
frames by @violetagg in #3186accesslog
forHTTP/3
server support by @violetagg in #3191compression
forHTTP/3
server support by @violetagg in #3192metrics
forHTTP/3
server support by @violetagg in #3193Netty HTTP3 Codec
for aggregated javadoc by @violetagg in #3197SNI support
by @violetagg in #3496HTTP/3
client supportHTTP/3
client initial settings by @violetagg in #3311HttpProtocol#HTTP3
by @violetagg in #3312DefaultPooledConnectionProvider
by @violetagg in #3314Http3Pool
by @violetagg in #3317HTTP/3
client support by @violetagg in #3319SNI support
by @violetagg in #3496idleTimeout
configuration before pipeline checks by @violetagg in #3117readTimeout
configuration before pipeline checks by @violetagg in #3118Mono
orObject
by @violetagg in #3250Content-Length
when it is about to send theFullHttpResponse
by @violetagg in #3355doFinally
in order to handlecancel
anderror
signals by @violetagg in #3356ChannelOperations#shortId
on demand by @violetagg in #3357HttpServerOperations#onInboundNext
by @violetagg in #3375HttpTrafficHandler#write
by @violetagg in #3376EMPTY_LAST_CONTENT
by @violetagg in #3385Http2StreamBridgeServerHandler#write
by @violetagg in #3391Unix Domain Sockets
support onNIO
transport by @violetagg in #3494SocketAddress
proxies instead of justInetSocketAddress
by @AlexProgrammerDE in #3243MonoSend.MAX_SIZE
configurable by system property by @VadimKirilchuk in #3276Brotli
support forHttpClient
by @violetagg in #3331HttpDecoderSpec#validateHeaders()
specifies whether request/response headers are validated by @violetagg in #3370X-Forwarded-Prefix
request header by @chemicL in #3436allowPartialChunks
in theHttpDecoderSpec
by @reta in #3453multi-release
jar support by @violetagg in #3494🐞 Bug fixes
IdleTimeoutHandler
while processing pipelined requests by @violetagg in #3124HttpServerMetricsRecorder#recordServerConnectionInactive/Close
is invoked for websockets by @violetagg in #3229ConnectionProvider
metrics are disposed unconditionally when graceful shutdown by @violetagg in #3235ByteBuf#release
is invoked for already sentHTTP/2
response by @violetagg in #3236HttpOperations#afterMarkSentHeaders
throws an error inHttpOperations#sendObject
, ensure theByteBuf
is released just once by @violetagg in #3246HttpClient#reactorNettyVersion()
does not throwNullPointException
when loaded through-javaagent
underJDK 1.8
by @KyoUK4n in #3266HTTP/2
poolrecordPendingSuccess/FailureAndLatency
not recorded without timeout by @violetagg in #3252Http2Pool
: when applyingacquireTimeout
, check for current pendingBorrowers
by @violetagg in #3300EventLoopGroup
is configured ensure only one connection pool is created by @violetagg in #3321Expect: 100-continue
by @violetagg in #3362decode
in an event loop by @violetagg in #3369DELETE
andTransfer-Encoding
by @violetagg in #3481SNI
is configured by @violetagg in #3484HttpInfos#version
returns the correct protocol by @violetagg in #3487📖 Documentation, Tests
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.