You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @deprecated Since version 6.0, this factory is not recommended to use as it shall be removed in the following versions. Use fluent API methods straight from {@link IntegrationFlow} interface.
44
+
* @deprecated since version 6.0in favor of fluent API methods straight from {@link IntegrationFlow} interface.
Copy file name to clipboardExpand all lines: src/reference/asciidoc/whats-new.adoc
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,8 @@ See <<./aggregator.adoc#aggregator,Aggregator>> for more information.
50
50
The `IntegrationFlows` factory is now marked as deprecated in favor of the fluent API available in the `IntegrationFlow` interface itself.
51
51
The factory class will be removed in the future releases.
52
52
53
+
See <<./dsl.adoc#java-dsl,Java DSL>> for more information.
54
+
53
55
[[x6.0-http]]
54
56
=== HTTP Changes
55
57
@@ -74,6 +76,10 @@ See <<./kafka.adoc#kafka,Spring for Apache Kafka Support>> for more information.
74
76
75
77
The `DefaultLockRepository` can now be supplied with a `PlatformTransactionManager` instead of relying on the primary bean from the application context.
76
78
79
+
See <<./jdbc.adoc#jdbc-lock-registry,JDBC Lock Registry>> for more information.
80
+
77
81
=== TCP/IP Changes
78
82
79
-
The `lookupHost` property of the `AbstractConnectionFactory` and `DatagramPacketMessageMapper` is now set to `false` by default to avoid delays in the environments where DNS is not configured.
83
+
The `lookupHost` property of the `AbstractConnectionFactory` and `DatagramPacketMessageMapper` is now set to `false` by default to avoid delays in the environments where DNS is not configured.
84
+
85
+
See <<./ip.adoc#ip,TCP and UDP Support>> for more information.
0 commit comments