Gaetano Piazzolla
|
193fa95e8c
|
JAVA-26042 | updated to spring-boot-3 (#14983)
|
2023-10-22 15:40:23 +03:00 |
Haroon Khan
|
7f6b12abcb
|
[JAVA-13976] Fix integration tests after Spring Boot upgrade to 2.7.2 (#12647)
|
2022-08-25 21:30:13 +05:30 |
anuragkumawat
|
3800a6a858
|
JAVA-9610 Verify Stored Procedures with Hibernate
|
2022-04-19 23:08:18 +05:30 |
Haroon Khan
|
17449fa3de
|
[JAVA-8369] Split spring-data-jpa-query-2 module
|
2022-01-11 08:43:33 +00:00 |
Haroon Khan
|
7bce366f78
|
[JAVA-8983] Fix envers integration test
|
2021-12-24 00:06:01 +00:00 |
Krzysiek
|
a5a0215d14
|
JAVA-8794: Ignore EnversFooBarAuditIntegrationTest
|
2021-12-16 20:52:59 +01:00 |
chaos2418
|
fdeab133a5
|
JAVA-8638: addressing PR review comments.
|
2021-11-23 09:42:35 +05:30 |
chaos2418
|
686857c251
|
JAVA-8435: reducing logging for tutorials-integration job
|
2021-11-20 09:45:50 +05:30 |
Shashank
|
df95f2e2a8
|
Spring Boot 2.5.x compatible updates in spring-data-jpa-query-2
|
2021-10-15 09:24:10 +05:30 |
kwoyke
|
eb1f4e1e90
|
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 |
Krzysiek
|
061cf1a1ed
|
JAVA-3496: Use a single common QueryApplication
|
2020-12-29 00:22:02 +01:00 |
Krzysztof Woyke
|
981ca0b506
|
JAVA-3496: Add integration tests for UserRepository
|
2020-12-23 11:05:24 +01:00 |
sampadawagde
|
2dd77a259d
|
JAVA-2432: Moved 5 articles to spring-data-jpa-query-2
|
2020-09-28 23:17:31 +05:30 |
fdpro
|
68b732beb0
|
[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
|
4e4ac650fa
|
[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 |
Krzysiek
|
d8bfa4af43
|
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 |