Commit Graph

1848 Commits

Author SHA1 Message Date
anuragkumawat
0bb3b99ffb JAVA-10307:Fix Table ITEM not found issue 2022-02-25 15:47:15 +05:30
anuragkumawat
543c40d5d8 Merge remote-tracking branch 'upstream/master' 2022-02-25 15:06:07 +05:30
kwoyke
c9411a6c4f Merge pull request #11852 from freelansam/JAVA-9824
JAVA-9824: Identify boot modules not using parent-boot-2 as parent and
2022-02-23 16:43:13 +01:00
anuragkumawat
545fcb6780 JAVA-10081: Removed unused files and updated pom.xml 2022-02-23 19:54:43 +05:30
johnA1331
e4016e81ee Update README.md 2022-02-23 19:45:17 +08:00
sampadawagde
fe5deb1362 JAVA-9824: Identify boot modules not using parent-boot-2 as parent and
upgrade log4j for them
2022-02-22 21:53:39 +05:30
anuragkumawat
2f98ef0fb0 JAVA-10081 :Create new module hibernate-mapping from spring-hibernate-5 module 2022-02-22 12:01:06 +05:30
Vikas Rajput
320a71ee05 Bael 4788: Completed Article - Hibernate addScalar() method (#11783)
* BAEL-4788: Added ScalarDemo Class for Hibernate addScalar Method article

* BAEL-4788: Added unit tests in the article

* BAEL-4788: removed redundant code

Co-authored-by: Vikas Ramsingh Rajput <vikas.rajput@crownconsult.com>
2022-02-19 17:06:34 +05:30
Asjad J
96a8262ec7 Updated README.md
Linked back to: https://www.baeldung.com/spring-boot-configure-multiple-datasources
2022-02-15 21:38:49 +05:00
Ralf Ueberfuhr
6a396300d2 BAEL-5323: Merge sources into existing persistence module (#11804)
* BAEL-5323: Spring Boot with multiple data sources

* BAEL-5323: small fixes

* BAEL-5323: fix test class

* BAEL-5323: Refactor configuration classes

* BAEL-5323: Set proeprty to private

* BAEL-5323: rename test class to follow naming conventions

* BAEL-5323: merge sources into existing persistence module

* BAEL-5323: merge sources into existing persistence module
2022-02-11 11:49:43 -08:00
Graham Cox
fbf8a78d98 Merge remote-tracking branch 'upstream/master' into BAEL-5229 2022-02-10 09:15:34 +00:00
Graham Cox
8a7ee4a1fc Replaced tabs with spaces in auto-generated files 2022-02-10 07:32:33 +00:00
johnA1331
1237a19541 Update README.md 2022-02-09 14:00:22 +08:00
Loredana Crusoveanu
3745bdaa29 Merge pull request #11776 from kwoyke/JAVA-9840-fix
JAVA-9840: Keep spring-data-jpa-filtering on Spring Boot 2.6.1
2022-02-05 18:42:26 +02:00
kwoyke
6bb5efdff2 Merge pull request #11777 from hkhan/JAVA-9585-cassandra-integration-tests
[JAVA-9585] Convert Cassandra integration tests to Live tests
2022-02-05 10:51:19 +01:00
davidmartinezbarua
4a5dd9c103 Merge pull request #11658 from andresluzu/andres.luzuriaga/BAEL-4498
BAEL-4498 JDBC Connection Status
2022-02-04 14:05:13 -08:00
Haroon Khan
c780bd979c [JAVA-9585] Convert Cassandra integration tests to Live tests 2022-02-04 18:47:43 +00:00
Krzysiek
3db9561aff JAVA-9840: Keep spring-data-jpa-filtering on Spring Boot 2.6.1 2022-02-04 11:46:52 +01:00
Andres Luzuriaga
b50b6aad74 BAEL-4498 JDBC Connection Status 2022-02-03 15:12:49 -05:00
Krzysiek
567e351a7b JAVA-9840: Upgrade spring-core version to 5.3.15 2022-02-03 11:23:05 +01:00
Graham Cox
e8f370830f BAEL-5229: Code for Fauna article 2022-02-03 07:47:32 +00:00
johnA1331
3883adfb3d Update README.md 2022-02-02 17:44:32 +08:00
kwoyke
d06f3ecc2c Merge pull request #11737 from anuragkumawat/master
JAVA-8292 : Split or move spring-data-jpa-enterprise module
2022-01-29 16:51:17 +01:00
sebx59
3e5a500f77 Example class for BAEL-4888 (#11728)
code used to illustrate the article about retrieving the MongoDB ID
2022-01-29 11:28:08 +05:30
anuragkumawat
6b46020e40 Merge remote-tracking branch 'upstream/master' 2022-01-28 09:56:50 +05:30
anuragkumawat
4b753be41c Remove unwanted dependencies 2022-01-28 09:49:18 +05:30
johnA1331
a29a89de1f Update README.md 2022-01-26 17:38:14 +08:00
anuragkumawat
3028771fd5 JAVA-8292 : Split or move spring-data-jpa-enterprise module 2022-01-25 22:21:39 +05:30
Loredana Crusoveanu
bc6a7b1e1f Merge pull request #11730 from Asjad-J/master
BAEL-47433 - add links to github-baeldung articles
2022-01-23 18:58:37 +02:00
Asjad J
85bd44980c Update README.md
added link back to article: Cassandra Batch in Cassandra Query Language and Java
2022-01-23 10:25:53 +05:00
lucaCambi77
f407e4ce38 BAEL-5263 : Access Entity Manager with Spring Boot and Spring Data (#11680)
* feat: entity manager with spring data

* fix typo

* fix: article and code review
2022-01-23 09:06:25 +05:30
Saikat Chakraborty
da4c887ca8 BAEL-4982 Batching In Cassandra (#11574)
* Implemented cassandra batch query

* Added netty version param

* Reformatted correctly

* Reformatted correctly

* Reformatted correctly

* Formatting fix resolved

* Formatting fix resolved

* Removed unused method

* Refactored method for better readability

* tab spaces corrected

Co-authored-by: saikat chakraborty <saikat.chakraborty@tesco.com>
2022-01-20 19:10:00 +05:30
kwoyke
c468876d2a JAVA-9494: Rename nested tests to LiveTest (#11719) 2022-01-18 20:24:48 +05:30
Krzysiek
1d0a4c95c8 JAVA-9486: Use guava.version defined in the parent pom 2022-01-18 09:42:21 +01:00
Krzysiek
70c641eef2 JAVA-9123: POM properties cleanup 2022-01-17 14:03:32 +01:00
kwoyke
3ac64cea9f Merge pull request #11705 from freelansam/JAVA-8368
JAVA-8368: Split or move spring-data-jpa-crud module
2022-01-16 17:21:31 +01:00
sampadawagde
fd9fbe05a5 remove comment 2022-01-16 19:58:01 +05:30
sampadawagde
11ac807867 README changes 2022-01-15 12:28:43 +05:30
sampadawagde
7b5c25cd34 JAVA-8368: Split or move spring-data-jpa-crud module 2022-01-15 12:19:53 +05:30
sampadawagde
a80422773b JAVA-8368: Split or move spring-data-jpa-crud module 2022-01-15 12:17:35 +05:30
kwoyke
4e8f3425d2 JAVA-9448: Rename Cassandra tests to *LiveTest (#11696) 2022-01-14 20:32:26 +05:30
kwoyke
21d3008d1f Merge pull request #11687 from hkhan/JAVA-9425-fix-sirix-integration-tests
[JAVA-9425] Fix failing integration tests in Sirix module
2022-01-13 10:25:17 +01:00
Haroon Khan
cfd566c8e5 [JAVA-9425] Fix failing integration tests in Sirix module 2022-01-13 09:01:20 +00:00
kwoyke
0b629590de Merge pull request #11670 from freelansam/JAVA-9022
JAVA-9022: Fix formatting of POMs
2022-01-13 09:50:07 +01:00
kwoyke
a151a2c2f4 JAVA-8984: Use embedded mongo version 4.4.9 (#11653) 2022-01-11 21:03:05 +05:30
Haroon Khan
ac233f0e2d [JAVA-8369] Split spring-data-jpa-query-2 module 2022-01-11 08:43:33 +00:00
sampadawagde
150dbd10e7 JAVA-9022: Fix formatting of POMs 2022-01-10 22:05:47 +05:30
kwoyke
77fb5b6e40 Merge pull request #11616 from hkhan/JAVA-8983-fix-spring-data-integration-test
[JAVA-8983] Fix envers integration test
2021-12-30 10:32:03 +01:00
Haroon Khan
9523b21e09 [JAVA-8983] Fix envers integration test 2021-12-24 00:06:01 +00:00
Haroon Khan
38e32634ec [JAVA-8367] Split spring-data-jpa-repo module 2021-12-23 22:23:23 +00:00