SPRING INTEGRATION CHANGELOG
============================
For the full detailed changelog, see:
https://fisheye.springsource.org/changelog/spring-integration
Changes in version 2.1.0 GA (Jan 6, 2012)
https://jira.springsource.org/secure/ReleaseNote.jspa?projectId=10121&version=12342
Changes in version 2.1.0 Release Candidate 2 (Dec 23, 2011)
https://jira.springsource.org/secure/ReleaseNote.jspa?projectId=10121&version=12712
Changes in version 2.1.0 Release Candidate 1 (Nov 23, 2011)
https://jira.springsource.org/secure/ReleaseNote.jspa?projectId=10121&version=12341
Changes in version 2.1.0 Milestone 3 (Oct 26, 2011)
https://jira.springsource.org/secure/ReleaseNote.jspa?projectId=10121&version=12640
Changes in version 2.1.0 Milestone 2 (Oct 12, 2011)
https://jira.springsource.org/secure/IssueNavigator.jspa?reset=true&pid=10121&fixfor=12200
Changes in version 2.1.0 Milestone 1 (Sept 2, 2011)
https://jira.springsource.org/secure/IssueNavigator.jspa?reset=true&pid=10121&fixfor=11668
Changes in version 2.0.5 (July 18, 2011)
https://jira.springsource.org/secure/IssueNavigator.jspa?reset=true&pid=10121&fixfor=12104
Changes in version 2.0.4 (May 18, 2011)
https://jira.springsource.org/secure/IssueNavigator.jspa?reset=true&pid=10121&fixfor=11828
Changes in version 2.0.3 (Feb 09, 2011)
https://jira.springsource.org/secure/IssueNavigator.jspa?reset=true&pid=10121&fixfor=11815
Changes in version 2.0.2 (Feb 08, 2011)
https://jira.springsource.org/secure/IssueNavigator.jspa?reset=true&pid=10121&fixfor=11787
Changes in version 2.0.1 (Dec 17, 2010)
https://jira.springsource.org/secure/IssueNavigator.jspa?reset=true&pid=10121&fixfor=11696
Changes in version 2.0.0 GA (Nov 22, 2010)
https://jira.springsource.org/secure/IssueNavigator.jspa?reset=true&pid=10121&fixfor=11537
Changes in version 2.0.0 Release Candidate 2 (Nov 13, 2010)
https://jira.springsource.org/secure/IssueNavigator.jspa?reset=true&pid=10121&fixfor=11749
Changes in version 2.0.0 Release Candidate 1 (Oct 28, 2010)
https://jira.springsource.org/secure/IssueNavigator.jspa?reset=true&pid=10121&fixfor=11656
Changes in version 2.0.0 Milestone 7 (Sept 03, 2010)
https://jira.springsource.org/secure/IssueNavigator.jspa?reset=true&pid=10121&fixfor=11311
Changes in version 2.0.0 Milestone 6 (July 28, 2010)
https://jira.springsource.org/secure/IssueNavigator.jspa?reset=true&pid=10121&fixfor=11536
Changes in version 2.0.0 Milestone 5 (June 25, 2010)
https://jira.springsource.org/secure/IssueNavigator.jspa?reset=true&pid=10121&fixfor=11446
Changes in version 2.0.0 Milestone 4 (May 8, 2010)
https://jira.springsource.org/secure/IssueNavigator.jspa?reset=true&pid=10121&fixfor=11389
Changes in version 2.0.0 Milestone 3 (Mar 12, 2010)
https://jira.springsource.org/secure/IssueNavigator.jspa?reset=true&pid=10121&fixfor=11307
Changes in version 2.0.0 Milestone 2 (Dec 24, 2009)
---------------------------------------------------
https://jira.springsource.org/secure/IssueNavigator.jspa?reset=true&pid=10121&fixfor=11306
Changes in version 2.0.0 Milestone 1 (Oct 12, 2009)
---------------------------------------------------
https://jira.springframework.org/secure/IssueNavigator.jspa?reset=true&pid=10121&fixfor=11178
Changes in version 1.0.3 (Jul 18, 2009)
---------------------------------------
https://jira.springframework.org/secure/IssueNavigator.jspa?reset=true&pid=10121&fixfor=11209
Changes in version 1.0.2 (Mar 31, 2009)
---------------------------------------
https://jira.springframework.org/secure/IssueNavigator.jspa?reset=true&pid=10121&fixfor=11153
Changes in version 1.0.1 (Dec 17, 2008)
---------------------------------------
For changes in this release, see:
https://jira.springframework.org/secure/IssueNavigator.jspa?reset=true&pid=10121&fixfor=11146
Changes in version 1.0.0 (Nov 26, 2008)
---------------------------------------
For changes in this release, see:
https://jira.springframework.org/secure/IssueNavigator.jspa?reset=true&pid=10121&fixfor=10791
Changes in version 1.0.0.RC2 (Nov 14, 2008)
-------------------------------------------
For changes in this release, see:
https://jira.springframework.org/secure/IssueNavigator.jspa?reset=true&pid=10121&fixfor=11102
Changes in version 1.0.0.RC1 (Nov 03, 2008)
-------------------------------------------
For changes in this release, see:
https://jira.springframework.org/secure/IssueNavigator.jspa?reset=true&pid=10121&fixfor=11101
*** GENERAL ***
Upgraded Spring Framework dependency to 2.5.6
Upgraded Spring Security dependency to 2.0.4
Broke 'adapter' module into individual JARs
Added JMS samples
*** CORE API ***
Added Message Filter
Added error handling strategy so that ErrorMessage can be routed to an error channel
Added support for a 'defaultChannel' property on MessageChannelTemplate
Added @Gateway annotation for per-method configuration of request and/or reply channels
Simplified GatewayProxyFactoryBean reply Message correlation
GatewayProxyFactoryBean now supports non-pollable replyChannel
DefaultMethodResolver now correctly resolves annotated method on Proxy
Fixed CronTrigger end of month rollover issue
Added <interval-trigger/> and <cron-trigger/> elements for pollers
Added transaction support for annotation-based polling
AbstractPollingEndpoint now supports an Advice chain
Fixed endless loop issue in Router (INT-358)
MethodInvokingRouter now accepts a target object only (no method name required)
MethodInvokingRouter will check for @Router method-level annotation
Added 'default-output-channel' attribute to the <router/> element
The 'splitter' element does not require a "ref" (for a DefaultSplitter instance)
The 'resequencer' element accepts an "input-channel" attribute
AbstractMessageBarrierHandler no longer calls processMessages twice
The <pool-executor/> element was renamed to <thread-pool-task-executor/>
Default TaskExecutor created for MessageBus sets max-size for pool instead of core
Endpoints registered after ApplicationContext refresh are still activated
MessageBus started/stopped events are fired
Removed the MessageBusInterceptor
Stopping/destroying context/MessageBus properly stops all Threads
MessageHeaders no longer supports clear
MessageHeaders constructor copies the original map for immutability
*** ADAPTERS ***
Added JMS header enricher
Added JmsOutboundGateway and refactored JmsGateway to JmsInboundGateway
JMS gateways recognize a payload that is already a Spring Integration Message
Added namespace support for JmsOutboundGateway
MessageHeader values are propagated when using JMS gateways
Enabled configuration of MessageConverter for JmsOutboundGateway
FileToStringTransformer is encoding-aware
Added inbound Mail Channel Adapters (POP3, IMAP, and IMAP IDLE)
Mail outbound-channel-adapter accepts the "channel" attribute
Added mail header enricher namespace support
Enabled configuration of a WebServiceMessageSender instance for WS outbound gateways
WebService gateway supports a Document payload in addition to Source and String
RMI and HttpInvoker outbound gateways remove but copy non-serializable Message headers
*** OTHER ***
Channel security provides a ChannelInvocation instance
Channel security interceptor now extends AbstractSecurityInterceptor
XML Document Builders are now Namespace-aware
Added XPath Message Selector
Added XPath Message Splitter
Changes in version 1.0.0.M6 (Aug 20, 2008)
------------------------------------------
*** CORE API ***
Refactored Message object to be unmodifiable after initial creation
Refactored MessageHeaders object to be an implementation of (unmodifiable) Map<String, Object>
Added MessageBuilder for constructing Messages (now used within internal handlers and endpoints)
Added Quartz-based MessagingTaskScheduler to support Cron-based polling
Reimplemented base Scheduling infrastructure to provide an SPI
MessageBus no longer provides an option for auto-creating channels
Added HeaderTransformer strategy interface
MethodArgumentMessageMapper (f.k.a AnnotationMethodMessageMappe
没有合适的资源?快使用搜索试试~ 我知道了~
spring集成各种常见功能
共4641个文件
java:3262个
xml:875个
adoc:115个
需积分: 0 0 下载量 92 浏览量
2023-07-31
09:32:51
上传
评论
收藏 8.1MB ZIP 举报
温馨提示
支持众所周知的企业集成模式,支持基于 Spring 的应用程序内的轻量级消息传递,并支持通过声明性适配器与外部系统集成。这些适配器提供了比 Spring 对远程处理、消息传递和调度的支持更高级别的抽象。这个jar包将这一概念更进一步,其中 POJO 使用消息传递范例连接在一起,并且各个组件可能不知道应用程序中的其他组件。这样的应用程序是通过组装细粒度的可重用组件来构建的,以形成更高级别的功能。通过精心设计,这些流程可以模块化,并可以在更高的级别上重用。除了将细粒度组件连接在一起之外, 还提供了多种通道适配器和网关来与外部系统进行通信。通道适配器用于单向集成(发送或接收);网关用于请求/回复场景(入站或出站)
资源推荐
资源详情
资源评论
收起资源包目录
spring集成各种常见功能 (4641个子文件)
ip.adoc 97KB
amqp.adoc 79KB
ftp.adoc 78KB
sftp.adoc 69KB
file.adoc 66KB
jdbc.adoc 62KB
dsl.adoc 61KB
channel.adoc 59KB
aggregator.adoc 59KB
router.adoc 56KB
jms.adoc 56KB
http.adoc 56KB
jpa.adoc 53KB
xml.adoc 53KB
handler-advice.adoc 53KB
redis.adoc 50KB
endpoint.adoc 46KB
configuration.adoc 46KB
gateway.adoc 45KB
overview.adoc 42KB
kafka.adoc 37KB
smb.adoc 35KB
samples.adoc 33KB
mail.adoc 33KB
transformer.adoc 30KB
mongodb.adoc 29KB
reactive-streams.adoc 28KB
web-sockets.adoc 27KB
changes-2.2-3.0.adoc 25KB
mqtt.adoc 24KB
hazelcast.adoc 23KB
xmpp.adoc 21KB
content-enrichment.adoc 21KB
ws.adoc 20KB
rsocket.adoc 19KB
transactions.adoc 18KB
jmx.adoc 18KB
testing.adoc 18KB
message.adoc 17KB
changes-4.1-4.2.adoc 17KB
changes-4.3-5.0.adoc 17KB
message-publishing.adoc 16KB
stomp.adoc 16KB
webflux.adoc 15KB
changes-4.2-4.3.adoc 15KB
changes-3.0-4.0.adoc 14KB
graph.adoc 14KB
polling-consumer.adoc 14KB
service-activator.adoc 13KB
CONTRIBUTING.adoc 13KB
changes-5.0-5.1.adoc 13KB
delayer.adoc 13KB
scatter-gather.adoc 12KB
scripting.adoc 12KB
message-store.adoc 11KB
channel-adapter.adoc 11KB
endpoint-summary.adoc 11KB
zeromq.adoc 11KB
changes-4.0-4.1.adoc 11KB
changes-2.0-2.1.adoc 11KB
filter.adoc 10KB
spel.adoc 10KB
chain.adoc 10KB
claim-check.adoc 10KB
splitter.adoc 9KB
changes-1.0-2.0.adoc 9KB
changes-5.5-6.0.adoc 9KB
groovy.adoc 9KB
debezium.adoc 9KB
metrics.adoc 9KB
changes-5.2-5.3.adoc 9KB
security.adoc 8KB
error-handling.adoc 8KB
event.adoc 8KB
zip.adoc 8KB
changes-5.1-5.2.adoc 8KB
changes-2.1-2.2.adoc 7KB
cassandra.adoc 7KB
changes-5.4-5.5.adoc 7KB
resequencer.adoc 7KB
stream.adoc 7KB
syslog.adoc 7KB
index.adoc 7KB
feed.adoc 6KB
camel.adoc 6KB
codec.adoc 6KB
r2dbc.adoc 5KB
message-history.adoc 5KB
meta-data-store.adoc 5KB
preface.adoc 5KB
graphql.adoc 5KB
groovy-dsl.adoc 4KB
barrier.adoc 4KB
bridge.adoc 4KB
resource.adoc 4KB
zookeeper.adoc 4KB
changes-5.3-5.4.adoc 4KB
changes-6.0-6.1.adoc 4KB
logging-adapter.adoc 4KB
kotlin-dsl.adoc 4KB
共 4641 条
- 1
- 2
- 3
- 4
- 5
- 6
- 47
资源评论
timi先生
- 粉丝: 4712
- 资源: 23
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功