Kapil Khandelwal
f74056e1d7
BAEL-5371: Create a new module java-mongodb-2 in persistence-modules and add push and set operations in Same MongoDB Update ( #11924 )
2022-03-14 12:34:49 -07:00
Ralf Ueberfuhr
aa35c80c41
BAEL-5457: Add Hikari configuration to datasource ( #11923 )
2022-03-14 12:23:35 -07:00
kwoyke
cdc6380359
Merge pull request #11920 from freelansam/JAVA-10138
...
JAVA-10138 - Fix formatting of POMs
2022-03-14 15:00:17 +01:00
sampadawagde
b8176a265a
JAVA-10138 - Fix formatting of POMs
2022-03-13 14:48:44 +05:30
Gaetano Piazzolla
612dc0be7c
BAEL-5358 - Case Insensitive Sorting in MongoDB ( #11815 )
...
* [BAEL-5358] - MongoDB Case Insensitive Ordering.
* [BAEL-5358] - removed comment, indent
* [BAEL-5358] - using junit5 and testcontainers
* [BAEL-5358] - fixed issues for PR
* [BAEL-5358] - removed method-> inline
2022-03-12 18:21:34 +00:00
kwoyke
538c845739
JAVA-10130: Add/enable missing modules ( #11887 )
...
* JAVA-10130: Add apache-pot-2 module to the main pom.xml
* JAVA-10130: Add missing core-java-* modules to the main pom.xml
* JAVA-10130: Add maven-generate-war to the maven-modules pom.xml
* JAVA-10130: Add hibernate-mapping-2 to the persistence-modules pom.xml
* JAVA-10130: Add spring-data-jpa-enterprise-2 to the persistence-modules pom.xml
* JAVA-10130: Add spring-5-autowiring-beans module to the main pom.xml
* JAVA-10130: Add spring-cloud-docker module to the spring-cloud pom.xml
* JAVA-10130: Enable spring-cloud-openfeign module
* JAVA-10130: Add spring-data-rest-2 module to the main pom.xml
* JAVA-10130: Add wildfly-mdb module to the wildfly pom.xml
* JAVA-10130: Add aws-app-sync to the integration-lite-first profile
* JAVA-10130: Add core-java-string-algorithms-3
* JAVA-10130: Add graphql/graphql-dgs
* JAVA-10130: Add spring-di-3 and spring-threads
* JAVA-10130: Add spring-5-webflux-2 and cleanup the main pom.xml
* JAVA-10130: Add language-interop and libraries-rpc
* JAVA-10130: Disable spring-cloud-openfeign module
* JAVA-10478: Add docker module to the main pom.xml
* JAVA-10478: Move docker module to jdk9+ profile
* JAVA-10478: Remove spring-5-autowiring-beans from the main pom.xml
2022-03-11 21:39:33 +05:30
Kapil Khandelwal
fee01d60fb
BAEL-5374: push Into Array in MongoDB ( #11916 )
2022-03-10 10:50:08 -08:00
kwoyke
64cc1089f9
Merge pull request #11884 from anuragkumawat/JAVA-10379
...
JAVA-10379 Fix tests in hibernate-mapping-2 module
2022-03-10 13:21:30 +01:00
anuragkumawat
fbb90aa41a
JAVA-10379 Work done on feedback
2022-03-10 16:27:42 +05:30
Kapil Khandelwal
c1751dc317
BAEL-5360: Check Collection Existence in MongoDB ( #11905 )
...
* BAEL-5360: Check Collection Existence in MongoDB
* BAEL-5360: update test names using the bdd scheme
2022-03-08 12:49:19 -08:00
Loredana Crusoveanu
91791ea3f6
Merge pull request #11769 from sazzer/BAEL-5229
...
BAEL-5229: Code for Fauna article
2022-03-07 19:43:11 +02:00
Asjad J
dc6357d98e
Updated README.md
...
added link back to the article: https://www.baeldung.com/mongodb-update-multiple-fields
2022-03-07 19:22:54 +05:00
Kapil Khandelwal
dafb4d1f58
BAEL-5401: Update Fields of Documents in MongoDB Using the Java Driver ( #11889 )
2022-03-05 20:29:16 -08:00
Kapil Khandelwal
2eb49b96cb
BAEL 5359: Update formatting ( #11880 )
...
* BAEL-5359: Updating Multiple Fields in a MongoDB Document
* BAEL-5359: Add test class file
* BAEL-5359: Rename UpdateMultipleFieldsUnitTest.java to UpdateMultipleFieldsLiveTest.java
* BAEL-5359: Update formatting
2022-03-03 09:36:08 -08:00
Haroon Khan
5aa5da657b
[JAVA-10320] Run Cassandra test with a single fork
2022-03-02 12:26:29 +00:00
anuragkumawat
36899fd0e3
JAVA-10379 Fix tests in hibernate-mapping-2 module
2022-03-01 18:13:26 +05:30
kwoyke
be0e55765c
Merge pull request #11850 from anuragkumawat/master
...
JAVA-10081 :Create new module hibernate-mapping from spring-hibernate…
2022-02-28 09:22:56 +01:00
anuragkumawat
3c8bf25c07
Using property for dependencies versions
2022-02-28 10:15:29 +05:30
Kapil Khandelwal
eae57f5496
BAEL-5359: Updating Multiple Fields in a MongoDB Document ( #11861 )
...
* BAEL-5359: Updating Multiple Fields in a MongoDB Document
* BAEL-5359: Add test class file
* BAEL-5359: Rename UpdateMultipleFieldsUnitTest.java to UpdateMultipleFieldsLiveTest.java
2022-02-27 12:21:17 -08:00
anuragkumawat
12c25ba2e3
JAVA-10307:Fix Table ITEM not found issue
2022-02-25 15:47:15 +05:30
anuragkumawat
d111a07fc6
Merge remote-tracking branch 'upstream/master'
2022-02-25 15:06:07 +05:30
kwoyke
d988efb89f
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
bb7b461a49
JAVA-10081: Removed unused files and updated pom.xml
2022-02-23 19:54:43 +05:30
johnA1331
9fd7fb2c0f
Update README.md
2022-02-23 19:45:17 +08:00
sampadawagde
9d19160043
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
d003088364
JAVA-10081 :Create new module hibernate-mapping from spring-hibernate-5 module
2022-02-22 12:01:06 +05:30
Vikas Rajput
d28a3e642a
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
b73253cfbc
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
7f84edf0f8
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
f4c03153a1
Merge remote-tracking branch 'upstream/master' into BAEL-5229
2022-02-10 09:15:34 +00:00
Graham Cox
3c701c5388
Replaced tabs with spaces in auto-generated files
2022-02-10 07:32:33 +00:00
johnA1331
6a1b6d6ced
Update README.md
2022-02-09 14:00:22 +08:00
Loredana Crusoveanu
dbdb4ccade
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
28e7096521
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
e561a56193
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
d70d23f8e1
[JAVA-9585] Convert Cassandra integration tests to Live tests
2022-02-04 18:47:43 +00:00
Krzysiek
a61eb46b22
JAVA-9840: Keep spring-data-jpa-filtering on Spring Boot 2.6.1
2022-02-04 11:46:52 +01:00
Andres Luzuriaga
b15df89834
BAEL-4498 JDBC Connection Status
2022-02-03 15:12:49 -05:00
Krzysiek
15bd0c0966
JAVA-9840: Upgrade spring-core version to 5.3.15
2022-02-03 11:23:05 +01:00
Graham Cox
9cb6ff1227
BAEL-5229: Code for Fauna article
2022-02-03 07:47:32 +00:00
johnA1331
fe6b84fd5f
Update README.md
2022-02-02 17:44:32 +08:00
kwoyke
45703a660c
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
c69343c853
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
f71974c930
Merge remote-tracking branch 'upstream/master'
2022-01-28 09:56:50 +05:30
anuragkumawat
57495b7f15
Remove unwanted dependencies
2022-01-28 09:49:18 +05:30
johnA1331
85c929b74b
Update README.md
2022-01-26 17:38:14 +08:00
anuragkumawat
ba226f327b
JAVA-8292 : Split or move spring-data-jpa-enterprise module
2022-01-25 22:21:39 +05:30
Loredana Crusoveanu
958a85f567
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
de6d285eef
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
4d159f7808
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