Spring Scala 1.0.0.RC1 comes with many minor fixes and enhancements. Some of them are:
- fixed some infamous stack overflow exceptions
- upgraded project to use the latest version of Scala (2.10.2)
- added bean access syntactic sugar to application context
- enhanced transactions support
- added basic Spring Test support
- added component scan DSL support
- and many more
Starting from this version Spring Scala will be distributed with Scala version suffix (to follow SBT versioning convention). In order to enjoy the latest RC in your Maven project, use the following build configuration.
<repositories> <repository> <id>milestone.repo.springsource.org</id> <name>repo.springsource.org-milestone</name> <url>https://repo.springsource.org/libs-milestone</url> </repository> </repositories> <dependency> <groupId>org.springframework.scala</groupId> <artifactId>spring-scala_2.10</artifactId> <version>1.0.0.RC1</version> </dependency>
No comments:
Post a Comment