spring-data-sqlite
spring-data-sqlite copied to clipboard
Bumps [org.springframework.boot:spring-boot-starter-test](https://github.com/spring-projects/spring-boot) from 2.7.6 to 3.3.2. Release notes Sourced from org.springframework.boot:spring-boot-starter-test's releases. v3.3.2 :lady_beetle: Bug Fixes No configuration property for defaultTimeout setting that was introduced in Spring Integration 6.2 #41521...
Bumps org.springframework.data:spring-data-jdbc from 2.4.5 to 3.3.2. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...
Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.10.1 to 5.10.3. Release notes Sourced from org.junit.jupiter:junit-jupiter-api's releases. JUnit 5.10.3 = Platform 1.10.3 + Jupiter 5.10.3 + Vintage 5.10.3 See Release Notes. Full Changelog: https://github.com/junit-team/junit5/compare/r5.10.2...r5.10.3 JUnit...
Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.45.1.0 to 3.46.0.0. Release notes Sourced from org.xerial:sqlite-jdbc's releases. Release 3.46.0.0 Changelog 🚀 Features sqlite upgrade to sqlite 3.46.0 (dfa37a1) 🔄️ Changes fix typos in comment (662fb09)...
Bumps [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) from 5.9.0 to 5.12.0. Release notes Sourced from org.mockito:mockito-junit-jupiter's releases. v5.12.0 Changelog generated by Shipkit Changelog Gradle Plugin 5.12.0 2024-05-11 - 25 commit(s) by Piotr Przybylak, Stefano Cordio,...
Hey, have not tested your implementation but I tried data jdbc out and noticed that there is a lack of support for sqlite. Your implementation looks not bad so I...
I've noticed this error ``` *************************** APPLICATION FAILED TO START *************************** Description: Parameter 0 of method setDataAccessStrategy in org.komamitsu.spring.data.sqlite.SqliteJdbcRepositoryFactoryBean required a bean of type 'org.springframework.data.jdbc.core.convert.DataAccessStrategy' that could not be found....
I've create a project with the following entity ``` public record Contact( @Id Long id, Boolean isOrganization ){}; ``` I'm using it with a standard repository ``` @Component public interface...
Bumps [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) from 5.9.0 to 5.20.0. Release notes Sourced from org.mockito:mockito-junit-jupiter's releases. v5.20.0 Changelog generated by Shipkit Changelog Gradle Plugin 5.20.0 2025-09-20 - 11 commit(s) by Adrian-Kim, Giulio Longfils, Rafael...
Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.45.1.0 to 3.50.3.0. Release notes Sourced from org.xerial:sqlite-jdbc's releases. Release 3.50.3.0 Changelog 🚀 Features jdbc support JDBC4 CLOB and BLOB in PreparedStatement parameters (9515a80) sqlite upgrade to...