Skip to content

gmicherinas/spring-data-jdbc-date-params-bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

It is a project about describing a possible regression in spring-data-jdbc when upgrading from 1.x to 2.x

How to reproduce

First execute tests in SpringDataJdbcDateParamsBugApplicationTests as is (with spring-boot-starter-parent 2.2.13.RELEASE which is bundled with spring-data-jdbc 1.1.12.RELEASE)

The 2 tests should be green.

Then change the spring-boot-starter-parent version to a 2.3.x or 2.4.x one, which are bundled with a 2.x version of spring-data-jdbc

The given_nativeUpdateQuer_WithLocaDateTimeParam_WithoutCast_ShouldWork should now fail.

References:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages