Spring.NET Visual Studio 2010 Extension 1.0.0 is now available

Releases | sbohlen | April 07, 2011 | ...

Dear Spring Community,

We are pleased to announce that the Spring.NET Visual Studio 2010 Extension 1.0.0 is now available.

Download | Support | DocumentationCommunity

This release of the Spring.NET Visual Studio 2010 Extension provides Intellisense support in the following areas for editing Spring XML configuration files:

  • Type completion
  • Property name completion
  • Constructor argument name completion
  • Property value completion for property of type 'Type', 'Enum' and 'Boolean'


In addition, this release also provides for the following enhancements to the Visual Studio 2010 XML Editor experience:
  • Snippets integration (inline or by menu)
  • Quickinfo tooltip for properties and types

A brief screencast of this tool in action can be watched here.

This project is hosted at GitHub.

As always, we encourage feedback from the community on this and all aspects of Spring.NET!

Spring Data Key Value (Redis + Riak) 1.0.0.M3 Released

Releases | Costin Leau | April 06, 2011 | ...

Dear Spring Community,

I am pleased to announce the third milestone release of the Spring Data Key Value 1.0 project, with support for Redis and Riak, is now available!

Downloads | JavaDocs | Reference Documentation | Changelog

This release introduces several new features for Redis, such as:

  • Support for a new Redis client, RJC bringing the number of Redis connectors to three
  • New object-hash (and vice-versa) mapping
  • Improved exception hierarchy
  • Dedicated support for SORT, SORT/GET pattern and returned bulk values

Additionally, a new sample is now available that showcases the various Spring Data features: RetwisJ a Twitter-clone based entirely on Redis.

We look forward to your feedback on this forum or in the issue tracker.

Spring Data Graph - Neo4j Support 1.0.0.RC1 Released

Releases | Thomas Risberg | April 05, 2011 | ...

Dear Spring Community,

We are pleased to announce that the first release candidate (1.0.0.RC1) 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…

Spring Data JDBC Extensions with Oracle Database Support 1.0.0.M1 Released

Releases | Thomas Risberg | April 01, 2011 | ...

Dear Spring Community,

We are pleased to announce that the first milestone release (1.0.0.M1) of the Spring Data JDBC Extensions 1.0 project with Oracle Database support is now available!

The new Spring Data JDBC Extensions project was created to provide additional support for vendor specific JDBC extensions. The bulk of the support is made up of code ported from the SpringSource project "Advanced Pack for Oracle Database" that was available for support subscription customers. We are now making this code available to all Spring users and any new developments will be made in the Spring Data…

Spring Data Graph - Neo4j Support 1.0.0.M5 Released

Releases | Thomas Risberg | March 25, 2011 | ...

Dear Spring Community,

We are pleased to announce that a new milestone release (1.0.0.M5) 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 JPA 1.0.0.M2 released

Releases | Oliver Drotbohm | March 24, 2011 | ...

Dear Spring Community,

we are pleased to announce that the second milestone release of the Spring Data JPA project is now available! The release includes:

  • Support for Querydsl predicates and thus type-safe JPA queries
  • Validation of @Query annotated queries at bootstrap time
  • Support for XML based entity mapping
  • Support for Distinct, In and NotIn keywords in query methods
  • Ported Hades extensions into Spring Data Commons core
  • Various bugfixes.
<dependency>
    <groupId>org.springframework.data</groupId>
    <artifactId>spring-data-jpa</artifactId>
    <version>1.0.0.M2</version>
</dependency>

<repository>
    <id>org.springframework.maven.milestone</id>
    <name>Spring Maven Milestone Repository</name>
    <url>http://maven.springframework.org/milestone</url>
</repository>

Download | JavaDocs | Reference documentation (HTML) | Reference documentation (PDF) | Changelog

Looking forward to your feedback in the forums or the issuetracker.

SpringSource Tool Suite 2.6.0 Released

Releases | Martin Lippert | March 18, 2011 | ...

Dear Spring Community,

We're pleased to announce the new release 2.6.0 of the SpringSource Tool Suite (STS).

Some highlights from this release:

  • All the updates that you got from 2.5.2.SR1 included (Spring Roo 1.1.2, Eclipse Helios SR2, Groovy 1.7.8, Grails 1.3.7)
  • Roo Plugin Manager
  • Content Assist, Quick Fixes and Refactorings for @Autowired, @Qualifier, @RequestMapping
  • New graphical editor for Spring Web Flow
  • A lot of new features and performance improvements for Groovy + Grails tooling

More details on new features and bug fixes can be found in the New and Noteworthy document. Detailed installation instructions are also available.

As always downloads are available from the STS download page.

Spring Data Graph - Neo4j Support 1.0.0.M4 Released

Releases | Thomas Risberg | March 16, 2011 | ...

Dear Spring Community,

We are pleased to announce that a new milestone release (1.0.0.M4) 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 Web Flow 2.3.0 Released

Releases | Rossen Stoyanchev | March 01, 2011 | ...

Spring Web Flow 2.3 is now available for download. You can review what's new in the reference documentation, see the complete changelog, or download the release.

A few of the highlights include:

  • Launching a flow in a page embedded mode.
  • JSR-303 bean validation support.
  • Propagation of a flow-managed persistence context to sub-flows.
  • Support for partial rendering with Portlet resource requests.

SpringSource Tool Suite 2.5.2.SR1 and 2.6.0.M2 Released

Releases | Martin Lippert | March 01, 2011 | ...

Dear Spring Community,

We're pleased to announce that we just released a service refresh for 2.5.2 as well as the second milestone build for the next release of the SpringSource Tool Suite (STS).

The service refresh for STS 2.5.2 includes:

  • Update to Spring Roo 1.1.2 (including UAA update)
  • Update to Eclipse Helios SR2 (3.6.2)
  • Some backported Spring IDE bugfixes
  • Update to Groovy 1.7.8
  • Update to Grails 1.3.7

Some highlights from the new 2.6.0.M2 milestone:

  • Update to Spring Roo 1.1.2 (including UAA update)
  • Update to Eclipse Helios SR2 (3.6.2)
  • Update to Groovy 1.7.8
  • Update to Grails 1.3.7
  • A Roo Plugin Manager
  • Improved support for @RequestMapping (including refactoring, content-assist and quickfix)
  • Tons of improvements for Groovy-Eclipse and Grails tooling

More details on new features and bug fixes can be found in the 2.6.0.M2 New and Noteworthy document. Detailed installation instructions are also available.

As always downloads are available from the STS download page.

Get the Spring newsletter

Stay connected with the Spring newsletter

Subscribe

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