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
Copy file name to clipboardExpand all lines: src/reference/asciidoc/changes-1.0-2.0.adoc
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ See the https://github.com/spring-projects/spring-integration/wiki/Spring-Integr
8
8
9
9
Spring Integration 2.0 is built on top of Spring 3.0.5 and makes many of its features available to our users.
10
10
11
-
[[spel-support]]
11
+
[[2.0-spel-support]]
12
12
===== Support for the Spring Expression Language (SpEL)
13
13
14
14
You can now use SpEL expressions within the transformer, router, filter, splitter, aggregator, service-activator, header-enricher, and many more elements of the Spring Integration core namespace as well as within various adapters.
Mark Fisher; Marius Bogoevici; Iwein Fuld; Jonas Partner; Oleg Zhurakousky; Gary Russell; Dave Syer; Josh Long; David Turanski; Gunnar Hillert; Artem Bilan; Amol Nayak; Jay Bryant
14
9
15
-
(C) 2009-2018 Pivotal Software, Inc. All rights reserved.
10
+
*{project-version}*
16
11
17
-
NOTE: Copies of this document may be made for your own use and for distribution to others, provided that you do not charge any fee for such copies and further provided that each copy contains this Copyright Notice, whether distributed in print or electronically.
12
+
(C) 2009 - 2019 Pivotal Software, Inc.
13
+
All rights reserved.
14
+
15
+
Copies of this document may be made for your own use and for distribution to others, provided that you do not charge any fee for such copies and further provided that each copy contains this Copyright Notice, whether distributed in print or electronically.
18
16
19
17
include::./preface.adoc[]
18
+
20
19
[[whats-new-part]]
21
20
= What's New?
22
21
23
22
[[spring-integration-intro-new]]
24
23
For those who are already familiar with Spring Integration, this chapter provides a brief overview of the new features of version 5.1.
24
+
25
25
If you are interested in the changes and features that were introduced in earlier versions, see the <<history>>.
26
26
27
27
include::./whats-new.adoc[]
@@ -33,6 +33,7 @@ include::./whats-new.adoc[]
33
33
Spring Integration provides an extension of the Spring programming model to support the well known http://www.eaipatterns.com/[Enterprise Integration Patterns].
34
34
It enables lightweight messaging within Spring-based applications and supports integration with external systems through declarative adapters.
35
35
Those adapters provide a higher level of abstraction over Spring's support for remoting, messaging, and scheduling.
36
+
36
37
Spring Integration's primary goal is to provide a simple model for building enterprise integration solutions while maintaining the separation of concerns that is essential for producing maintainable, testable code.
37
38
38
39
include::./overview.adoc[]
@@ -44,7 +45,8 @@ include::./overview.adoc[]
44
45
This section covers all aspects of the core messaging API in Spring Integration.
45
46
It covers messages, message channels, and message endpoints.
46
47
It also covers many of the enterprise integration patterns, such as filter, router, transformer, service activator , splitter, and aggregator.
47
-
The section also contains material about system management, including the control bus and message history support.
48
+
49
+
This section also contains material about system management, including the control bus and message history support.
48
50
49
51
// BE SURE TO PRECEDE ALL include:: with a blank line - see https://github.com/asciidoctor/asciidoctor/issues/1297
This section covers the various channel adapters and messaging gateways provided by Spring Integration to support message-based communication with external systems.
69
71
72
+
Each system, from AMQP to Zookeeper, has its own integration requirements, and this section covers them.
73
+
70
74
// BE SURE TO PRECEDE ALL include:: with a blank line - see https://github.com/asciidoctor/asciidoctor/issues/1297
71
75
include::./endpoint-summary.adoc[]
72
76
@@ -129,7 +133,9 @@ include::./zookeeper.adoc[]
129
133
= Appendices
130
134
131
135
[[spring-integration-adapters-advanced]]
132
-
Advanced Topics and Additional Resources
136
+
The appendices cover advanced topics and additional resources.
137
+
138
+
The last appendix covers the history of Spring Integration.
0 commit comments