The Artima Developer Community
Sponsored Link

Java Buzz Forum
Spring 1.1.2 Release

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
dion

Posts: 5028
Nickname: dion
Registered: Feb, 2003

Dion Almaer is the Editor-in-Chief for TheServerSide.com, and is an enterprise Java evangelist
Spring 1.1.2 Release Posted: Nov 17, 2004 12:08 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by dion.
Original Post: Spring 1.1.2 Release
Feed Title: techno.blog(Dion)
Feed URL: http://feeds.feedburner.com/dion
Feed Description: blogging about life the universe and everything tech
Latest Java Buzz Posts
Latest Java Buzz Posts by dion
Latest Posts From techno.blog(Dion)

Advertisement
Spring 1.1.2 has been released Dear Spring community, I'm pleased to announce that Spring 1.1.2 has just been released. This is a bugfix and minor enhancement release. Among the new features are: * added support for multi-dimensional collections to BeanWrapperImpl (e.g. "map[myKey][0]" or "map[myKey][0].name") * added "getType(name)" method to BeanFactory interface, checking the type of object that "getBean" would return * added "getBeansOfType(type)" convenience method to ListableBeanFactory interface, without explicit filters * added PropertyPathFactoryBean, allowing to evaluate the property path of a target bean and expose the result * allow "bean*" rather than "bean+" in XML bean definitions, i.e. no bean definitions in a file (just imports) * AbstractApplicationContext automatically registers a context-aware ResourceArrayPropertyEditor for Resource arrays * added GenericApplicationContext class, allowing for arbitrary definition formats (via a single internal BeanFactory) * improved ResourceBundleMessageSource and ReloadableResourceBundleMessageSource implementations * added "setText(plainText, htmlText)" method to MimeMessageHelper, for alternative texts in the same mail * added "objectResult(collection,type)" and "intResult"/"longResult(collection)" convenience methods to DataAccessUtils * added support for pre-bound Sessions (e.g. OpenSessionInViewFilter/Interceptor) with JTA and TransactionManagerLookup * added "load(entity, id)" method to HibernateOperations and HibernateTemplate * added "initialize" and "closeIterator" methods to HibernateOperations/Template, following "Hibernate.initialize/close" * added "queryCacheRegion" property to HibernateTemplate, specifying the cache region used for queries * added ServletContextResourcePatternResolver, to find matching resources within a web app even in an unexpanded WAR * added "defaultStatusCode" property to SimpleMappingExceptionResolver, specifying the HTTP status code for error views * UrlBasedViewResolver supports a "redirect:" prefix now, for convenient redirects through special view names * added "springMessage"/"springMessageText" macros for Velocity and "message"/"messageText" macros for FreeMarker For details, please have a look at the changelog. Note that this Spring distribution comes with an updated HSQLDB version, namely 1.7.2.7. Unfortunately, the HSQLDB 1.7.2 branch is incompatible with 1.7.1 in some areas. While all Spring sample apps have been adapted accordingly, please be aware that updating your own applications with the new hsqldb.jar requires your HSQLDB server to be updated too (i.e. both need to run version 1.7.2). Furthermore, watch out when running on JBoss Cheers, Juergen I have run into a few problems with HSQLDB mismatches. It has sometimes gotten quite mystical on how the problems came about.

Read: Spring 1.1.2 Release

Topic: Use constructor chaining Part II Previous Topic   Next Topic Topic: I Won't Recreate My Account!

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use