Skip to content

Releases: stardog-union/stardog-spring

3.1 Release

04 Jun 19:33
Compare
Choose a tag to compare

Stardog 3.0 Support

31 Mar 23:26
Compare
Choose a tag to compare

Stardog 3.0.0 Support

Stardog Spring 2.2.4

18 Dec 03:58
Compare
Choose a tag to compare

Support for Stardog 2.2.4

Stardog Spring 2.1.2

15 Mar 01:23
Compare
Choose a tag to compare

Support Stardog 2.1.2 with new mechanism for using embedded providers, and decoupling the embedded server support from the Spring bindings (i.e. making it easier to include stardog-spring as a dependency).

Stardog 2.1

23 Jan 15:48
Compare
Choose a tag to compare

Update for Stardog 2.1

Stardog Spring 2.0.0

26 Sep 20:42
Compare
Choose a tag to compare

Stardog-Spring 2.0.0 release, compatible with Stardog 2.0.0.

This is Spring Framework integration for Stardog RDF Database. These bindings provide Spring aware beans to provide an analogous feature set to Spring's jdbcTemplate.

Applications requiring a batch framework can also take advantage of Spring Batch. The appropriate Spring Batch reader/writers for Stardog are also included.

Main changes are to add SnarlTemplate methods for SPARQL update, ask query and remove named graphs.

Stardog Spring 1.2.3

02 Jul 19:39
Compare
Choose a tag to compare

Stardog-Spring 1.2.3 release, compatible with Stardog 1.2.3 and prior.

This is Spring Framework integration for Stardog RDF Database. These bindings provide Spring aware beans to provide an analogous feature set to Spring's jdbcTemplate.

Applications requiring a batch framework can also take advantage of Spring Batch. The appropriate Spring Batch reader/writers for Stardog are also included.

Main changes are the new out of the box mappers for common result set mapping operations, namely the SimpleRowMapper which returns Map<String,String> and SingleMapper which returns a string.