Thomas Risberg

Thomas Risberg

Currently focusing on cloud native apps and functions. I also worked on "Spring Cloud Data Flow", "Spring for Apache Hadoop" and "Spring Data JDBC Extensions" projects.

Recent Blog posts by Thomas Risberg

Spring Data Graph - Neo4j Support 1.0.0.M3 Released

Releases | February 25, 2011 | ...

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…

Spring Data Document - MongoDB Support 1.0.0.M1 Released

Releases | February 15, 2011 | ...

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…

Spring Data Graph - Neo4j Support 1.0.0.M2 Released

Releases | February 01, 2011 | ...

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…

Spring Framework 1.1.3 Released

Releases | December 12, 2004 | ...

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:

        <ul>
          <li>added

"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 to convert between Set, SortedSet and List (when necessary)
  • added "fileEncoding" and "propertiesPersister" properties to PropertyResourceConfigurer
  • Spring Framework 1.1.2 Released

    Releases | November 14, 2004 | ...

    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

            <ul>
              <li>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)

    Spring Framework 1.1.1 Released

    Releases | September 30, 2004 | ...

    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:

            <ul>
              <li>&quot;import&quot;
    

    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 superclasses for tests requiring Spring contexts
  • added "applyQueryTimeout" method to the JdoDialect interface
  • added "addAttribute" and "getAttribute" methods to RemoteInvocation
  • Spring Framework 1.1 Final Released

    Releases | September 05, 2004 | ...

    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 SqlReturnType interface which allows to return custom types from stored procedures
    • added auto-conversion of java.util.Date…

    Spring Framework 1.1 Release Candidate 2 Released

    Releases | August 19, 2004 | ...

    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 simplification macros for Velocity and FreeMarker, providing HTML input macros etc for easy form building

    Spring Framework 1.1 Release Candidate 1 Released

    Releases | July 28, 2004 | ...

    The Spring team are happy to announce the first release candidate of Spring 1.1.



    New features and enhancements in Spring 1.1 RC1 include:
    • IoC container supports Method Injection: the overriding of concrete or abstract methods, typically to look up a dependency managed by the container. This means even less need to implement Spring-specific interfaces such as BeanFactoryAware.
    • The IoC container can now obtain objects from static factory methods as well as constructors. This enhancement allows excellent AspectJ integration: it is now possible to configure AspectJ aspects using Spring Dependency Injection, like any object. We plan to provide examples of AspectJ integration before 1.1 final.
    • Support for sending and receiving JMS messages
    • Support for Apache OJB as an ORM alternative, within Spring's consistent data access abstraction
    • Significantly improved JDO support
    • Greater flexibility in translating SQLExceptions, and other JDBC enhancements
    • Support for nested transactions and savepoints when working with JDBC. Declarative transaction management can support nested transactions.
    • AOP proxies are now serializable if all Advisors and target are serializable
    • Improved Velocity and FreeMarker support
    • Reworked parent/child bean definition concept: a child can now override any inherited settings. This can be used to simplify configuration.
    Spring 1.1 final is scheduled for release in mid August, and will be 100% backward compatible with Spring 1.0.2. As Spring aims to minimize dependency of application code on the framework, and because changes are backward compatible, we do not expect that existing applications will require any code changes to migrate to Spring 1.1.

    The main focus between now and the 1.1 final release will be on documentation and examples.

    See the changelog for details.

    The release can be downloaded here

    Spring Framework 1.0.2 Released

    Releases | June 02, 2004 | ...

    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 PathMatchingResourcePatternResolver for Ant-style config location patterns
    • Added support for "xxx*" field…

    Get ahead

    VMware offers training and certification to turbo-charge your progress.

    Learn more

    Get support

    Tanzu Spring offers support and binaries for OpenJDK™, Spring, and Apache Tomcat® in one simple subscription.

    Learn more

    Upcoming events

    Check out all the upcoming events in the Spring community.

    View all