| Class and Description |
|---|
| org.springframework.integration.test.rule.Log4jLevelAdjuster
since 5.0.1 in favor of
Log4j2LevelAdjuster.
Will be removed in 5.1. |
| org.springframework.integration.test.support.LogAdjustingTestSupport
since 5.0.1 in favor of
Log4j2LevelAdjuster.
Will be removed in 5.1. |
| org.springframework.integration.support.management.micrometer.MicrometerMetricsFactory
- micrometer metrics are now in-built.
|
| org.springframework.integration.mongodb.support.MongoDbMessageBytesConverter
since 5.0 in favor of
MessageToBinaryConverter and BinaryToMessageConverter |
| org.springframework.integration.test.util.SocketUtils
- it's generally better to set the server port to 0; let the operating
system choose a port; wait until the server starts (see TestingUtilities in the ip
module for an example), then set the port on the client factory.
|
| Method and Description |
|---|
| org.springframework.integration.support.management.MessageSourceMetrics.setCounter(Counter)
in favor of built-in counter registration via
MeterRegistry callbacks.
Will be remove in the next release. |
| org.springframework.integration.handler.advice.ExpressionEvaluatingRequestHandlerAdvice.setExpressionOnFailure(Expression) |
| org.springframework.integration.handler.advice.ExpressionEvaluatingRequestHandlerAdvice.setExpressionOnSuccess(Expression) |