Haroon Khan
c779eb6331
[JAVA-13976] Fix integration tests after Spring Boot upgrade to 2.7.2 ( #12647 )
2022-08-25 21:30:13 +05:30
anuragkumawat
e68ce9638d
JAVA-9610 Verify Stored Procedures with Hibernate
2022-04-19 23:08:18 +05:30
Krzysiek
1d0a4c95c8
JAVA-9486: Use guava.version defined in the parent pom
2022-01-18 09:42:21 +01:00
Haroon Khan
ac233f0e2d
[JAVA-8369] Split spring-data-jpa-query-2 module
2022-01-11 08:43:33 +00:00
Haroon Khan
9523b21e09
[JAVA-8983] Fix envers integration test
2021-12-24 00:06:01 +00:00
Krzysiek
fa30310632
JAVA-8794: Ignore EnversFooBarAuditIntegrationTest
2021-12-16 20:52:59 +01:00
Krzysiek
9382431c59
JAVA-8794: Fix spring-data-jpa-query-2 dependencies
2021-12-15 19:27:32 +01:00
chaos2418
9f5371404d
JAVA-8638: addressing PR review comments.
2021-11-23 09:42:35 +05:30
chaos2418
fa1f32f186
JAVA-8435: reducing logging for tutorials-integration job
2021-11-20 09:45:50 +05:30
Shashank
5f75f0315a
Spring Boot 2.5.x compatible updates in spring-data-jpa-query-2
2021-10-15 09:24:10 +05:30
kwoyke
c77e9264d5
JAVA-5875: Upgrade Spring Boot to 2.5.1 ( #10956 )
...
* JAVA-5875: Upgrade Spring Boot to 2.5.1
* JAVA-5875: Leave jta module on Spring Boot 2.4.7
* JAVA-5875: Update spring-boot-persistence-mongodb to use embedded Mongo 3.0
* JAVA-5875: Leave spring-data-dynamodb on Spring Boot 2.4.7
* JAVA-5875: ErrorController#getErrorPath has been removed
* JAVA-5875: Fix SQL Script DataSource Initialization
* JAVA-5875: ErrorController#getErrorPath has been removed
* JAVA-5875: Fix RepositoryRestConfigurer
* JAVA-5875: Fix issues caused by rest-assured upgrade
* JAVA-5875: Upgrade spring-cloud-dependencies to 2020.0.3
* JAVA-5875: Leave spring-boot-keycloak on Spring Boot 2.4.7
* JAVA-5875: Fix data.sql script initialization
* JAVA-5875: Leave spring-security-legacy-oidc on Spring Boot 2.4.7
* JAVA-5875: Fix data.sql script initialization
* JAVA-5875: Fix data.sql script initialization
* JAVA-5875: Update de.flapdoodle.embed.mongo dependency
* JAVA-5875: Upgrade spring-cloud-dependencies to 2020.0.3
* JAVA-5875: Update Spring Cloud dependencies
* JAVA-5875: Update cloud dependencies
* JAVA-5875: Defer datasource initialization
* JAVA-5875: Fix rest assured version
* JAVA-5875: Fix Spring Batch serialization issue
* JAVA-5875: Update Spring Cloud Stream version
* JAVA-5875: Update Spring Kafka version
* JAVA-5875: Leave spring-zuul-rate-limiting on Spring Boot 2.4.7
Co-authored-by: Krzysztof Woyke <krzysztof.woyke.sp@lhsystems.com >
2021-06-26 01:20:37 +05:30
sampadawagde
a9df5c014f
JAVA-5223: Fix formatting of POMs (Persistence Modules - Part 3)
2021-05-10 20:06:48 +05:30
Krzysiek
6dfd0dee29
JAVA-3496: Use a single common QueryApplication
2020-12-29 00:22:02 +01:00
Krzysztof Woyke
59b79b1db6
JAVA-3496: Add integration tests for UserRepository
2020-12-23 11:05:24 +01:00
johnA1331
58386d6cea
Update README.md
2020-10-28 16:24:05 +08:00
Loredana
aae130aab4
revert explicit junit, maven version overrides for boot projects
2020-10-14 16:16:17 +03:00
sampadawagde
a63de4355b
JAVA-2432: Moved 5 articles to spring-data-jpa-query-2
2020-09-28 23:17:31 +05:30
François Dupire
d3ef791ab6
[JAVA-1669] Upgrading JUnit and Maven Surefire Plugin versions ( #10018 )
...
* [JAVA-1669] Upgrading JUnit and Maven Surefire Plugin versions
* Upgraded JUnit version for persistence-module and the modules that directly depends on it
* Upgraded Maven Surefire Plugin version for these as well
* Either made modules inheriting from persistence-modules instead of parent-modules or added relative paths when already inheriting persistence-modules
* Upgraded versions in other modules
* [JAVA-1669] Removed explicit relativePath in pom.xml when default value used
* [JAVA-1669] Minor fix
2020-09-23 23:40:21 +05:30
fdpro
001a5ca355
[JAVA-2306] Fixes after Loredana's review
...
* Brought back UserRepositoryCustomImpl.java
* Added link to https://www.baeldung.com/spring-data-jpa-query in spring-data-jpa-query-2 README
* Migrated code for https://www.baeldung.com/spring-data-jpa-query-by-date
* Migrated https://www.baeldung.com/spring-vs-jta-transactional to spring-persistence-simple
2020-09-05 15:37:32 +02:00
fdpro
43ff7a7d54
[JAVA-2306] Fixed READMEs
...
* spring-jpa-2
* spring-data-jpa-repo-2
* spring-data-jpa-query-2
* spring-jdbc
* spring-persistence-simple
2020-09-02 20:22:44 +02:00
fdpro
02ce7f1b58
[JAVA-2306] Moved articles from spring-persistence-simple
...
* https://www.baeldung.com/the-persistence-layer-with-spring-and-jpa went into spring-jpa-2
* https://www.baeldung.com/hibernate-5-spring went to spring-jpa-2
* https://www.baeldung.com/transaction-configuration-with-jpa-and-spring went to spring-jpa-2
* https://www.baeldung.com/persistence-layer-with-spring-and-hibernate went to spring-jpa-2
* https://www.baeldung.com/simplifying-the-data-access-layer-with-spring-and-java-generics went to spring-jpa-2
* https://www.baeldung.com/the-persistence-layer-with-spring-data-jpa went to spring-data-jpa-repo-2
* https://www.baeldung.com/spring-data-jpa-query went to spring-data-jpa-query-2
* https://www.baeldung.com/spring-jdbc-jdbctemplate moved to spring-jdbc
* Removed spring-persistence-simple module as all articles have been moved
2020-09-02 20:22:44 +02:00
François Dupire
6efd5758cc
[JAVA-2306] Fix - Added spring-data-jpa-query-2 to modules list
2020-09-02 20:22:44 +02:00
Krzysiek
fd2f95f771
JAVA-2305: Move Use Criteria Queries in a Spring Data Application to spring-data-jpa-query-2
2020-08-10 21:55:24 +02:00