Dear Spring Community, We are pleased to announce that a new milestone release (1.0.0.M3) of the Spring Data Graph 1.0 project with Neo4j support is now available! The primary goal of the Spring Data project is to make it easier to build Spring-powered applications that use new data access technologies such as non-relational databases, map-reduce frameworks, and cloud based data services. The Graph Neo4j module provides integration with the Neo4j graph database. Downloads | JavaDocs | Reference Documentation | Changelog To learn more about the project, visit the Spring Neo4j Homepage. The new…
Dear Spring Community, I am pleased to announce that the very first milestone release of the Spring Data Document 1.0 project with MongoDB support is now available! The primary goal of the Spring Data project is to make it easier to build Spring-powered applications that use new data access technologies such as non-relational databases, map-reduce frameworks, and cloud based data services. The MongoDB module provides integration with the MongoDB document database. Downloads | JavaDocs | Reference Documentation | Changelog To learn more about the project, visit the Spring Data Homepage. The…
Dear Spring Community, I am pleased to announce that the second milestone release of the Spring Data Graph 1.0 project with Neo4j support is now available!
The primary goal of the Spring Data project is to make it easier to build Spring-powered applications that use new data access technologies such as non-relational databases, map-reduce frameworks, and cloud based data services.
The Graph Neo4j module provides integration with the Neo4j graph database. Downloads | JavaDocs | Reference Documentation | Changelog To learn more about the project, visit the Spring Neo4j Homepage. The features in…
We
are pleased to announce that Spring
Framework 1.1.3 has
just
been released. This is a bugfix and minor enhancement release in the
1.1 series; most importantly, JDK 1.3 compatibility is fully restored. Among the new features in this release are: "setResourceLoader" method to
GenericApplicationContext, for overriding the default resource loading
strategy
added
FileSystemResourceLoader,
resolving paths as file system resources rather than as class path
resources
BeanWrapperImpl
automatically
registers a default ResourceArrayPropertyEditor
added
CustomCollectionEditor, by
default registered…
We
are pleased to announce that Spring
Framework 1.1.2 has
just
been released. This is a bugfix and minor enhancement release.
Among the new features in this release are 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…
We
are pleased to announce that Spring
Framework 1.1.1 has
just
been released. This is a bugfix and minor enhancement release.
Among the new features in this release are: element for XML bean
definitions
support
for non-public classes
and non-public init and destroy methods
bean
factory regards bean
references for correct destruction order (not requiring "depends-on")
bean
factory detects JDK 1.4
and Commons Collections for linked/identity map creation
factored
out the
"publishEvent" method into the ApplicationEventPublisher interface
included
new "test" package in
mock JAR, offering…
We
are pleased to announce that Spring
Framework 1.1 (final)
has
just been released.
Since 1.1 RC2, some API clarifications have happened and a number of
bugs have been fixed. There is also a variety of minor new features:
reworked BeanWrapperImpl's
property-specific custom
editor handling to allow registration for uninitialized subpaths
added "applyBeanPropertyValues"
method to
AutowireCapableBeanFactory, for populating an existing bean instance
added "(abstract)" marker for
properties bean
definitions respectively "abstract" attribute for XML bean definitions
added support for…
We are pleased to announce that Spring
Framework 1.1 Release Candidate 2
is available. This will be the
last release candidate for 1.1; release 1.1 final can be expected very
soon.
Among the new features in this release are:
the
new HTTP invoker remoting
strategy, which uses Java serialization over HTTP (combining the
strengths of RMI and Hessian)
RemoteInvocationFactory
and
RemoteInvocationExecutor strategies for HTTP/RMI invoker, for
additional invocation context
basic
JSF support in the form of a
JSF VariableResolver implementation that is aware of Spring-managed
middle tier beans
form…
The Spring team are happy to announce the first release candidate of
Spring 1.1.
We are pleased to announce the release of Spring
Framework 1.0.2.
This release introduces a variety of enhancements throughout the
framework, plus some minor bugs fixes. Among the enhancements in this
release are:
New
"mock" source tree and
"spring-mock" jar file, containing JNDI
and Servlet API mocks for usage in applications
CachedIntrospectionResults
flushes
the JavaBeans Introspector cache
for proper garbage collection on shutdown
Added
ObjectFactory interface and
ObjectFactoryCreatingFactoryBean,
for non-intrusive creation of prototype beans
AbstractXmlApplicationContext
uses…