Spring Framework 1.1.4发布 2005-01-31
这是一个1.1系列的bug修补和小幅改进版本.
新特性:
• 增加LazyInitTargetSource,从BeanFactory傻瓜(lazily)得访问singleton(在第一次调用得时候傻瓜初始化)
• 增加ServiceLocatorFactoryBean,允许在BeanFactory.getBean调用中加入自定义的服务定位接口方法.
• 为了在ResourceLoaderAware中加入对ResourcePatternResolver的检查,对扩展的ResourceLoader重写了ResourcePatternResolver.
• 实现了BindException的序列化,提供包含目标对象的序列化.
• 增加LazyConnectionDataSourceProxy,用以傻瓜的通过本地JDBC或Hibernate事务得到JDBC链接.
• 在默认的sql-error-codes.xml中为名为"Adaptive Server Enterprise"的Sybase数据库加入"Sybase-jConnect" 的配置.
• 为JdbcTemplate增加带有参数类型的重载的"queryForList"/"queryForObject"/"queryForLong"/"queryForInt"方法
• 为HibernateTemplate增加"alwaysUseNewSession"标志,使得即使是提前绑定的Session也强制为一个新的Session
• HibernateTemplate代理默认产生Sessions来申请查询缓存设置和事务超时时间.
• 为常规的错误检查在AbstractRemoteSlsbInvokerInterceptor中加入"isConnectFailure(RemoteException)"异常.
• 为常规的错误检查在(Jndi)RmiClientInterceptor中加入"isConnectFailure(RemoteException)"异常.
• 为JAX-RPC服务增加JaxRpcServicePostProcessor接口代替重用客户类型映射(reusable custom type mappings).
• 在LocalJaxRpcServiceFactory和其子类(包括JaxRpcPortProxyFactoryBean)增加"servicePostProcessors"属性,
• 为了在产品中屏蔽id/timestamp在JmsTemplate中加入"messageIdEnabled"和"messageTimestampEnabled"属性
• 为了在MessageConsumer建立的时候引导指明NoLocal标志,在JmsTemplate中加入"pubSubNoLocal"属性
• 在JmsTemplate中加入"receiveSelected"和"receivedSelectedAndConvert"方法来接受JMS消息选择器.
• 在SchedulerFactoryBean中加入"schedulerListeners", "(global)JobListeners", "(global)TriggerListeners"等bean的属性.
• 在JobDetailBean, CronTriggerBean, 特别是SimpleTriggerBean中加入"jobListenerNames"/"triggerListenerNames"属性
• 增加ServletContextAttributeFactoryBean来展示bean引用的已存在的ServletContext属性
• 增加ServletContextAttributeExporter来获得Spring定义对象和将他们以ServletContext的属性展现.
• 增加web.xml 的内容参数实体(context-param entries)的一个回滚(falls back)子类ServletContextPropertyPlaceholderConfigurer.
• 为FrameworkServlet增加初始化参数"publishEvents"用来允许关闭RequestHandledEvents的发布
• 当回退到底层的WebApplicationContext 和JSTL 或本地请求,Spring JSP标签也可以在DispatcherServlet外使用
本文地址:http://com.8s8s.com/it/it11335.htm