Skip to content

Releases: joutvhu/spring-dynamic-jpa

Release v3.1.8

14 May 13:53
6c94034
Compare
Choose a tag to compare

What's New

  • Fix deriveCountQuery method (spring boot 3.1.9+)

Gradle

implementation 'com.github.joutvhu:spring-dynamic-jpa:3.1.8'

Maven

<dependency>
    <groupId>com.github.joutvhu</groupId>
    <artifactId>spring-dynamic-jpa</artifactId>
    <version>3.1.8</version>
</dependency>

Release v3.0.8

31 Mar 17:05
Compare
Choose a tag to compare

What's New

  • Fix getTemplate method
  • Custom query template method name

Gradle

implementation 'com.github.joutvhu:spring-dynamic-jpa:3.0.8'

Maven

<dependency>
    <groupId>com.github.joutvhu</groupId>
    <artifactId>spring-dynamic-jpa</artifactId>
    <version>3.0.8</version>
</dependency>

Release v2.7.8

31 Mar 17:04
Compare
Choose a tag to compare

What's New

  • Fix getTemplate method
  • Custom query template method name

Gradle

implementation 'com.github.joutvhu:spring-dynamic-jpa:2.7.8'

Maven

<dependency>
    <groupId>com.github.joutvhu</groupId>
    <artifactId>spring-dynamic-jpa</artifactId>
    <version>2.7.8</version>
</dependency>

Release v2.3.8

31 Mar 17:03
Compare
Choose a tag to compare

What's New

  • Fix getTemplate method
  • Custom query template method name

Gradle

implementation 'com.github.joutvhu:spring-dynamic-jpa:2.3.8'

Maven

<dependency>
    <groupId>com.github.joutvhu</groupId>
    <artifactId>spring-dynamic-jpa</artifactId>
    <version>2.3.8</version>
</dependency>

Release v2.2.8

31 Mar 17:03
Compare
Choose a tag to compare

What's New

  • Fix getTemplate method
  • Custom query template method name

Gradle

implementation 'com.github.joutvhu:spring-dynamic-jpa:2.2.8'

Maven

<dependency>
    <groupId>com.github.joutvhu</groupId>
    <artifactId>spring-dynamic-jpa</artifactId>
    <version>2.2.8</version>
</dependency>

Release v2.1.8

31 Mar 17:02
Compare
Choose a tag to compare

What's New

  • Fix getTemplate method
  • Custom query template method name

Gradle

implementation 'com.github.joutvhu:spring-dynamic-jpa:2.1.8'

Maven

<dependency>
    <groupId>com.github.joutvhu</groupId>
    <artifactId>spring-dynamic-jpa</artifactId>
    <version>2.1.8</version>
</dependency>

Release v2.0.8

31 Mar 16:59
Compare
Choose a tag to compare

What's New

  • Fix getTemplate method
  • Custom query template method name

Gradle

implementation 'com.github.joutvhu:spring-dynamic-jpa:2.0.8'

Maven

<dependency>
    <groupId>com.github.joutvhu</groupId>
    <artifactId>spring-dynamic-jpa</artifactId>
    <version>2.0.8</version>
</dependency>

Release v3.0.7

16 Feb 16:15
Compare
Choose a tag to compare

What's New

  • Remove commons-lang3.version property
  • Remove import hibernate, issue #24

Gradle

implementation 'com.github.joutvhu:spring-dynamic-jpa:3.0.7'

Maven

<dependency>
    <groupId>com.github.joutvhu</groupId>
    <artifactId>spring-dynamic-jpa</artifactId>
    <version>3.0.7</version>
</dependency>

Release v2.7.7

16 Feb 16:13
Compare
Choose a tag to compare

What's New

  • Remove commons-lang3.version property
  • Remove import hibernate, issue #24

Gradle

implementation 'com.github.joutvhu:spring-dynamic-jpa:2.7.7'

Maven

<dependency>
    <groupId>com.github.joutvhu</groupId>
    <artifactId>spring-dynamic-jpa</artifactId>
    <version>2.7.7</version>
</dependency>

Release v2.3.7

16 Feb 16:12
Compare
Choose a tag to compare

What's New

  • Remove commons-lang3.version property
  • Remove import hibernate, issue #24

Gradle

implementation 'com.github.joutvhu:spring-dynamic-jpa:2.3.7'

Maven

<dependency>
    <groupId>com.github.joutvhu</groupId>
    <artifactId>spring-dynamic-jpa</artifactId>
    <version>2.3.7</version>
</dependency>