Releases: spring-projects/spring-integration
Releases · spring-projects/spring-integration
v6.3.2
🐞 Bug Fixes
- The spring-integration actuator endpoint doesn't work when multiple MeterRegistry beans are registered #9337
- When deleteSourceFiles is true, the setPermissions method of FileWritingMessageHandler should be called. #9311
- IMAP idle channel adapter reconnect behavior seems to be different when (not) using a mail filter expression #9298
- SFTP: ClientSession associated with SftpSession is never closed. #9295
- Restore ReactorContext into Imperative Processing #9285
- Fix
IntegrationManagementConfiguration.obtainObservationPatterns()
forHashSet
sort #9275 - SMB inbound channel adapter behavior changed with 6.2.6 #9270
📔 Documentation
- Update global-properties.adoc #9333
🔨 Dependency Upgrades
- Bump org.springframework.kafka:spring-kafka-bom from 3.2.1 to 3.2.2 #9342
- Bump org.springframework.graphql:spring-graphql from 1.3.1 to 1.3.2 #9340
- Bump graalvmVersion from 23.1.3 to 23.1.4 #9338
- Bump org.springframework:spring-framework-bom from 6.1.10 to 6.1.11 #9321
- Bump io.micrometer:micrometer-tracing-bom from 1.3.1 to 1.3.2 #9320
- Bump org.springframework.retry:spring-retry from 2.0.6 to 2.0.7 #9319
- Bump org.springframework.data:spring-data-bom from 2024.0.1 to 2024.0.2 #9318
- Bump io.micrometer:micrometer-bom from 1.13.1 to 1.13.2 #9317
- Bump io.projectreactor:reactor-bom from 2023.0.7 to 2023.0.8 #9316
- Bump org.apache.groovy:groovy-bom from 4.0.21 to 4.0.22 #9306
- Bump com.fasterxml.jackson:jackson-bom from 2.17.1 to 2.17.2 #9305
- Bump org.jruby:jruby-complete from 9.4.7.0 to 9.4.8.0 #9304
- Bump org.junit:junit-bom from 5.10.2 to 5.10.3 #9290
- Bump org.springframework:spring-framework-bom from 6.1.9 to 6.1.10 #9265
v6.2.7
🐞 Bug Fixes
- The spring-integration actuator endpoint doesn't work when multiple MeterRegistry beans are registered #9336
- When deleteSourceFiles is true, the setPermissions method of FileWritingMessageHandler should be called. #9310
- IMAP idle channel adapter reconnect behavior seems to be different when (not) using a mail filter expression #9299
- SFTP: ClientSession associated with SftpSession is never closed. #9296
- Restore ReactorContext into Imperative Processing #9286
- Fix
IntegrationManagementConfiguration.obtainObservationPatterns()
forHashSet
sort #9274 - SMB inbound channel adapter behavior changed with 6.2.6 #9269
📔 Documentation
- Update global-properties.adoc #9334
🔨 Dependency Upgrades
- Bump org.springframework.graphql:spring-graphql from 1.2.7 to 1.2.8 #9343
- Bump graalvmVersion from 23.0.4 to 23.0.5 #9341
- Bump org.springframework.kafka:spring-kafka-bom from 3.1.6 to 3.1.7 #9339
- Bump org.springframework.data:spring-data-bom from 2023.1.7 to 2023.1.8 #9332
- Bump io.projectreactor:reactor-bom from 2023.0.7 to 2023.0.8 #9331
- Bump org.springframework.retry:spring-retry from 2.0.6 to 2.0.7 #9330
- Bump io.micrometer:micrometer-bom from 1.12.7 to 1.12.8 #9329
- Bump org.springframework:spring-framework-bom from 6.1.10 to 6.1.11 #9328
- Bump io.micrometer:micrometer-tracing-bom from 1.2.7 to 1.2.8 #9327
- Bump org.apache.groovy:groovy-bom from 4.0.21 to 4.0.22 #9308
- Bump org.jruby:jruby-complete from 9.4.7.0 to 9.4.8.0 #9307
- Bump org.junit:junit-bom from 5.10.2 to 5.10.3 #9287
- Bump org.springframework:spring-framework-bom from 6.1.9 to 6.1.10 #9267
v6.3.1
⭐ New Features
- ZeroMQ: optional topic wrap #9225
🐞 Bug Fixes
- The
MessageReceiverContext
must support rawbyte[]
for headers as well #9220 - Subscription Identifier always included when adding an mqtt topic on MQTT 5 #9218
- The
FluxMessageChannel
does not honor back-pressure #9216 - SMB outbound gateway doesn't seem to support the GET command #9213
- ErrorMessages are mangled by observed message channels #9209
📔 Documentation
- Documentation fix for 'Message Channels with Hazelcast' #9232
🔨 Dependency Upgrades
- Bump org.springframework.graphql:spring-graphql from 1.3.0 to 1.3.1 #9257
- Bump org.springframework.kafka:spring-kafka-bom from 3.2.0 to 3.2.1 #9253
- Bump org.springframework.amqp:spring-amqp-bom from 3.1.5 to 3.1.6 #9252
- Bump com.gradle.develocity from 3.17.4 to 3.17.5 #9250
- Bump io.micrometer:micrometer-bom from 1.13.0 to 1.13.1 #9249
- Bump org.springframework.data:spring-data-bom from 2024.0.0 to 2024.0.1 #9248
- Bump io.projectreactor:reactor-bom from 2023.0.6 to 2023.0.7 #9247
- Bump org.springframework:spring-framework-bom from 6.1.8 to 6.1.9 #9246
- Bump io.micrometer:micrometer-tracing-bom from 1.3.0 to 1.3.1 #9245
- Bump com.icegreen:greenmail from 2.1.0-alpha-4 to 2.1.0-rc-1 #9207
- Bump debeziumVersion from 2.6.1.Final to 2.6.2.Final #9206
- Bump org.codelibs:jcifs from 2.1.37 to 2.1.38 #9196
- Bump org.springframework:spring-framework-bom from 6.1.7 to 6.1.8 #9195
v6.2.6
⭐ New Features
- ZeroMQ: optional topic wrap #9226
🐞 Bug Fixes
- The
MessageReceiverContext
must support rawbyte[]
for headers as well #9221 - Subscription Identifier always included when adding an mqtt topic on MQTT 5 #9219
- The
FluxMessageChannel
does not honor back-pressure #9217 - SMB outbound gateway doesn't seem to support the GET command #9212
- ErrorMessages are mangled by observed message channels #9210
📔 Documentation
- Documentation fix for 'Message Channels with Hazelcast' #9233
🔨 Dependency Upgrades
- Bump org.springframework.graphql:spring-graphql from 1.2.6 to 1.2.7 #9258
- Bump org.springframework.security:spring-security-bom from 6.2.4 to 6.2.5 #9256
- Bump org.springframework.kafka:spring-kafka-bom from 3.1.5 to 3.1.6 #9255
- Bump org.springframework.amqp:spring-amqp-bom from 3.1.5 to 3.1.6 #9254
- Bump io.micrometer:micrometer-tracing-bom from 1.2.6 to 1.2.7 #9243
- Bump io.projectreactor:reactor-bom from 2023.0.6 to 2023.0.7 #9242
- Bump org.springframework.data:spring-data-bom from 2023.1.6 to 2023.1.7 #9241
- Bump io.micrometer:micrometer-bom from 1.12.6 to 1.12.7 #9240
- Bump org.springframework:spring-framework-bom from 6.1.8 to 6.1.9 #9239
- Bump com.gradle.develocity from 3.17.4 to 3.17.5 #9238
- Bump com.icegreen:greenmail from 2.1.0-alpha-4 to 2.1.0-rc-1 #9208
- Bump org.codelibs:jcifs from 2.1.37 to 2.1.38 #9193
- Bump org.springframework:spring-framework-bom from 6.1.7 to 6.1.8 #9190
v6.3.0
⭐ New Features
- Renew connection in PostgresChannelMessageTableSubscriber only when invalid. #9111
🐞 Bug Fixes
- The
Sftp.inboundAdapter
produces the message with double/
for thefile\_remoteDirectory
header when it is configured for.remoteDirectory()
with the/
#9129 - Inconsistent behaviour between listing and downloading the files. #9123
- Getting 'SSH_FX_NO_SUCH_PATH' SFTP error, even though file exists #9114
- SpringApplicationShutdownHook hangs in Mqttv5ClientManager stop() if client never was connected #9112
- handleReactive() - Missing TraceId #9110
- Unexpected warn logs when using spring-integration in combination with webmvc #9103
📔 Documentation
- Update contribution file reference #9132
- max-messages-per-poll and max-fetch-size not working as expected #9124
🔨 Dependency Upgrades
- Bump org.springframework.amqp:spring-amqp-bom from 3.1.4 to 3.1.5 #9184
- Bump org.springframework.kafka:spring-kafka-bom from 3.2.0-RC1 to 3.2.1-SNAPSHOT #9183
- Bump org.springframework.graphql:spring-graphql from 1.3.0-RC1 to 1.3.1-SNAPSHOT #9182
- Bump com.gradle.develocity from 3.17.3 to 3.17.4 #9155
- Bump org.springframework.data:spring-data-bom from 2024.0.0-RC1 to 2024.0.0 #9154
- Bump org.springframework.retry:spring-retry from 2.0.5 to 2.0.6 #9153
- Bump org.springframework:spring-framework-bom from 6.1.6 to 6.1.7 #9152
- Bump org.springframework.ws:spring-ws-bom from 4.0.10 to 4.0.11 #9151
- Bump io.projectreactor:reactor-bom from 2023.0.5 to 2023.0.6 #9148
- Bump com.fasterxml.jackson:jackson-bom from 2.17.0 to 2.17.1 #9142
- Bump kotlinVersion from 1.9.23 to 1.9.24 #9141
- Bump org.jetbrains.kotlinx:kotlinx-coroutines-bom from 1.8.0 to 1.8.1 #9140
- Bump com.gradle.develocity from 3.17.2 to 3.17.3 #9139
- Bump org.aspectj:aspectjweaver from 1.9.22 to 1.9.22.1 #9138
- Bump org.jruby:jruby-complete from 9.4.6.0 to 9.4.7.0 #9120
❤️ Contributors
Thank you to all the contributors who worked on this release:
v6.2.5
⭐ New Features
- Renew connection in PostgresChannelMessageTableSubscriber only when invalid. #9173
🐞 Bug Fixes
- SpringApplicationShutdownHook hangs in Mqttv5ClientManager stop() if client never was connected #9175
- The
Sftp.inboundAdapter
produces the message with double/
for thefile\_remoteDirectory
header when it is configured for.remoteDirectory()
with the/
#9130 - Getting 'SSH_FX_NO_SUCH_PATH' SFTP error, even though file exists #9127
- Inconsistent behaviour between listing and downloading the files. #9125
- handleReactive() - Missing TraceId #9113
- Unexpected warn logs when using spring-integration in combination with webmvc #9104
🔨 Dependency Upgrades
- Bump org.springframework.amqp:spring-amqp-bom from 3.1.4 to 3.1.5 #9180
- Bump org.springframework.kafka:spring-kafka-bom from 3.1.4 to 3.1.5 #9178
- Bump org.springframework.ws:spring-ws-bom from 4.0.10 to 4.0.11 #9172
- Bump io.projectreactor:reactor-bom from 2023.0.5 to 2023.0.6 #9171
- Bump org.springframework.data:spring-data-bom from 2023.1.5 to 2023.1.6 #9170
- Bump io.micrometer:micrometer-tracing-bom from 1.2.5 to 1.2.6 #9169
- Bump org.springframework.retry:spring-retry from 2.0.5 to 2.0.6 #9168
- Bump io.micrometer:micrometer-bom from 1.12.5 to 1.12.6 #9167
- Bump com.gradle.develocity from 3.17.3 to 3.17.4 #9166
- Bump org.springframework:spring-framework-bom from 6.1.6 to 6.1.7 #9165
- Bump com.gradle.develocity from 3.17.2 to 3.17.3 #9136
- Bump org.aspectj:aspectjweaver from 1.9.22 to 1.9.22.1 #9135
- Bump kotlinVersion from 1.9.23 to 1.9.24 #9134
- Bump org.jruby:jruby-complete from 9.4.6.0 to 9.4.7.0 #9118
v6.1.9
⭐ New Features
- Renew connection in PostgresChannelMessageTableSubscriber only when invalid. #9174
🐞 Bug Fixes
- SpringApplicationShutdownHook hangs in Mqttv5ClientManager stop() if client never was connected #9176
- The
Sftp.inboundAdapter
produces the message with double/
for thefile\_remoteDirectory
header when it is configured for.remoteDirectory()
with the/
#9131 - Getting 'SSH_FX_NO_SUCH_PATH' SFTP error, even though file exists #9128
- Inconsistent behaviour between listing and downloading the files. #9126
🔨 Dependency Upgrades
- Bump org.springframework.amqp:spring-amqp-bom from 3.0.13 to 3.0.14 #9179
- Bump org.springframework.kafka:spring-kafka-bom from 3.0.16 to 3.0.17 #9177
- Bump io.micrometer:micrometer-tracing-bom from 1.1.12 to 1.1.13 #9163
- Bump org.springframework.retry:spring-retry from 2.0.5 to 2.0.6 #9162
- Bump io.micrometer:micrometer-bom from 1.11.11 to 1.11.12 #9161
- Bump io.projectreactor:reactor-bom from 2022.0.18 to 2022.0.19 #9160
- Bump org.springframework.data:spring-data-bom from 2023.0.11 to 2023.0.12 #9159
- Bump org.springframework.ws:spring-ws-bom from 4.0.10 to 4.0.11 #9158
- Bump org.springframework:spring-framework-bom from 6.0.19 to 6.0.20 #9157
- Bump org.aspectj:aspectjweaver from 1.9.22 to 1.9.22.1 #9144
- Bump org.jruby:jruby-complete from 9.4.6.0 to 9.4.7.0 #9116
v6.3.0-RC1
🐞 Bug Fixes
- PostgresChannelMessageTableSubscriber not properly handling Database Failover #9061
- spring integration lock is not working after upgrading to 6.2.x from 5.5.x #9050
🔨 Dependency Upgrades
- Bump graalvmVersion from 23.1.2 to 23.1.3 #9096
- Bump org.springframework.amqp:spring-amqp-bom from 3.1.3 to 3.1.4 #9094
- Bump org.apache.groovy:groovy-bom from 4.0.20 to 4.0.21 #9083
- Bump io.projectreactor:reactor-bom from 2023.0.4 to 2023.0.5 #9082
- Bump org.springframework:spring-framework-bom from 6.1.5 to 6.1.6 #9081
- Bump smackVersion from 4.5.0-alpha2 to 4.5.0-alpha3 #9080
- Bump debeziumVersion from 2.6.0.Final to 2.6.1.Final #9079
- Bump com.hazelcast:hazelcast from 5.3.6 to 5.3.7 #9069
- Bump mongoDriverVersion from 5.0.0 to 5.0.1 #9068
- Bump debeziumVersion from 2.5.3.Final to 2.5.4.Final #9056
- Bump protobufVersion from 4.26.0 to 4.26.1 #9055
v6.2.4
🐞 Bug Fixes
- PostgresChannelMessageTableSubscriber not properly handling Database Failover #9063
- spring integration lock is not working after upgrading to 6.2.x from 5.5.x #9051
🔨 Dependency Upgrades
- Bump org.springframework.kafka:spring-kafka-bom from 3.1.3 to 3.1.4 #9099
- Bump org.springframework.amqp:spring-amqp-bom from 3.1.3 to 3.1.4 #9098
- Bump org.springframework.security:spring-security-bom from 6.2.3 to 6.2.4 #9095
- Bump graalvmVersion from 23.0.3 to 23.0.4 #9092
- Bump io.micrometer:micrometer-tracing-bom from 1.2.4 to 1.2.5 #9090
- Bump org.apache.groovy:groovy-bom from 4.0.20 to 4.0.21 #9089
- Bump io.projectreactor:reactor-bom from 2023.0.4 to 2023.0.5 #9088
- Bump io.micrometer:micrometer-bom from 1.12.4 to 1.12.5 #9087
- Bump org.springframework:spring-framework-bom from 6.1.5 to 6.1.6 #9086
- Bump org.springframework.data:spring-data-bom from 2023.1.4 to 2023.1.5 #9085
- Bump com.hazelcast:hazelcast from 5.3.6 to 5.3.7 #9067
- Bump mongoDriverVersion from 4.11.1 to 4.11.2 #9066
- Bump smackVersion from 4.4.7 to 4.4.8 #9065
- Bump org.springframework.graphql:spring-graphql from 1.2.5 to 1.2.6 #9060
v6.1.8
🐞 Bug Fixes
- PostgresChannelMessageTableSubscriber not properly handling Database Failover #9064
- spring integration lock is not working after upgrading to 6.2.x from 5.5.x #9052
🔨 Dependency Upgrades
- Bump org.springframework.kafka:spring-kafka-bom from 3.0.15 to 3.0.16 #9097
- Bump org.springframework.security:spring-security-bom from 6.1.8 to 6.1.9 #9093
- Bump org.springframework.amqp:spring-amqp-bom from 3.0.12 to 3.0.13 #9091
- Bump io.projectreactor:reactor-bom from 2022.0.17 to 2022.0.18 #9077
- Bump org.apache.groovy:groovy-bom from 4.0.20 to 4.0.21 #9076
- Bump org.springframework.data:spring-data-bom from 2023.0.10 to 2023.0.11 #9075
- Bump io.micrometer:micrometer-tracing-bom from 1.1.11 to 1.1.12 #9074
- Bump org.springframework:spring-framework-bom from 6.0.18 to 6.0.19 #9073
- Bump io.micrometer:micrometer-bom from 1.11.10 to 1.11.11 #9072
- Bump smackVersion from 4.4.7 to 4.4.8 #9070
- Bump org.springframework.graphql:spring-graphql from 1.2.5 to 1.2.6 #9058