Spring Data Commons Core

Spring Data Commons Parent

License

License

Categories

Categories

Data
GroupId

GroupId

org.springframework.data
ArtifactId

ArtifactId

spring-data-commons-core
Last Version

Last Version

1.4.1.RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

Spring Data Commons Core
Spring Data Commons Parent

Download spring-data-commons-core

How to add to project

<!-- https://jarcasting.com/artifacts/org.springframework.data/spring-data-commons-core/ -->
<dependency>
    <groupId>org.springframework.data</groupId>
    <artifactId>spring-data-commons-core</artifactId>
    <version>1.4.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.data/spring-data-commons-core/
implementation 'org.springframework.data:spring-data-commons-core:1.4.1.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.data/spring-data-commons-core/
implementation ("org.springframework.data:spring-data-commons-core:1.4.1.RELEASE")
'org.springframework.data:spring-data-commons-core:jar:1.4.1.RELEASE'
<dependency org="org.springframework.data" name="spring-data-commons-core" rev="1.4.1.RELEASE">
  <artifact name="spring-data-commons-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.data', module='spring-data-commons-core', version='1.4.1.RELEASE')
)
libraryDependencies += "org.springframework.data" % "spring-data-commons-core" % "1.4.1.RELEASE"
[org.springframework.data/spring-data-commons-core "1.4.1.RELEASE"]

Dependencies

compile (13)

Group / Artifact Type Version
org.springframework : spring-core jar 3.1.2.RELEASE
org.springframework : spring-beans jar 3.1.2.RELEASE
org.springframework : spring-context Optional jar 3.1.2.RELEASE
org.springframework : spring-expression Optional jar 3.1.2.RELEASE
org.springframework : spring-tx Optional jar 3.1.2.RELEASE
org.springframework : spring-oxm Optional jar 3.1.2.RELEASE
org.codehaus.jackson : jackson-mapper-asl Optional jar 1.9.7
org.springframework : spring-web Optional jar 3.1.2.RELEASE
javax.annotation : jsr250-api Optional jar 1.0
joda-time : joda-time Optional jar 1.6
com.mysema.querydsl : querydsl-core Optional jar 2.8.0
javax.ejb : ejb-api Optional jar 3.0
org.springframework.hateoas : spring-hateoas Optional jar 0.3.0.RELEASE

provided (3)

Group / Artifact Type Version
javax.servlet : servlet-api jar 2.5
com.mysema.querydsl : querydsl-apt jar 2.8.0
javax.enterprise : cdi-api Optional jar 1.0

test (10)

Group / Artifact Type Version
org.mockito : mockito-core jar 1.8.5
org.springframework : spring-test jar 3.1.2.RELEASE
javax.el : el-api jar 1.0
org.apache.openwebbeans.test : cditest-owb jar 1.1.7
com.sun.xml.bind : jaxb-impl jar 2.2.3U1
org.codehaus.groovy : groovy-all jar 1.8.6
log4j : log4j jar 1.2.16
org.hamcrest : hamcrest-library jar 1.2.1
org.hamcrest : hamcrest-core jar 1.2.1
junit : junit-dep jar 4.10

Project Modules

There are no modules declared in this project.

Spring Data Commons icon?job=spring data commons%2Fmaster&subject=Build Gitter

Spring Data Commons is part of the umbrella Spring Data project that provides shared infrastructure across the Spring Data projects. It contains technology neutral repository interfaces as well as a metadata model for persisting Java classes.

Our primary goals are:

  • Powerful Repository and custom object-mapping abstractions

  • Support for cross-store persistence

  • Dynamic query generation from query method names

  • Implementation domain base classes providing basic properties

  • Support for transparent auditing (created, last changed)

  • Possibility to integrate custom repository code

  • Easy Spring integration with custom namespace

Code of Conduct

This project is governed by the Spring Code of Conduct. By participating, you are expected to uphold this code of conduct. Please report unacceptable behavior to [email protected].

Getting Started

Maven configuration

Add the Maven dependency:

<dependency>
  <groupId>org.springframework.data</groupId>
  <artifactId>spring-data-commons</artifactId>
  <version>${version}.RELEASE</version>
</dependency>

If you’d rather like the latest snapshots of the upcoming major version, use our Maven snapshot repository and declare the appropriate dependency version.

<dependency>
  <groupId>org.springframework.data</groupId>
  <artifactId>spring-data-commons</artifactId>
  <version>${version}.BUILD-SNAPSHOT</version>
</dependency>

<repository>
  <id>spring-libs-snapshot</id>
  <name>Spring Snapshot Repository</name>
  <url>https://repo.spring.io/libs-snapshot</url>
</repository>

Getting Help

Having trouble with Spring Data? We’d love to help!

Reporting Issues

Spring Data uses JIRA as issue tracking system to record bugs and feature requests. If you want to raise an issue, please follow the recommendations below:

  • Before you log a bug, please search the issue tracker to see if someone has already reported the problem.

  • If the issue doesn’t already exist, create a new issue.

  • Please provide as much information as possible with the issue report, we like to know the version of Spring Data that you are using and JVM version.

  • If you need to paste code, or include a stack trace use JIRA {code}…{code} escapes before and after your text.

  • If possible try to create a test-case or project that replicates the issue. Attach a link to your code or a compressed file containing your code.

Building from Source

You don’t need to build from source to use Spring Data (binaries in repo.spring.io), but if you want to try out the latest and greatest, Spring Data can be easily built with the maven wrapper. You also need JDK 1.8.

 $ ./mvnw clean install

If you want to build with the regular mvn command, you will need Maven v3.5.0 or above.

Also see CONTRIBUTING.adoc if you wish to submit pull requests, and in particular please sign the Contributor’s Agreement before your first non-trivial change.

Building reference documentation

Building the documentation builds also the project without running tests.

 $ ./mvnw clean install -Pdistribute

The generated documentation is available from target/site/reference/html/index.html.

License

Spring Data Commons is Open Source software released under the Apache 2.0 license.

org.springframework.data

Versions

Version
1.4.1.RELEASE
1.4.0.RELEASE
1.3.2.RELEASE
1.3.1.RELEASE
1.3.0.RELEASE
1.2.1.RELEASE
1.2.0.RELEASE
1.1.0.RELEASE
1.0.0.RELEASE