Commit Graph

1711 Commits

Author SHA1 Message Date
kwoyke
ff658fad60 Merge pull request #12018 from hkhan/JAVA-10626-move-jta-module
[JAVA-10626] Move jta module to spring-persistence
2022-04-04 12:56:14 +02:00
Haroon Khan
e1caeb5ae7 [JAVA-10626] Move jta module to spring-persistence 2022-04-03 23:12:29 +01:00
Kapil Khandelwal
bdbaa0d6a6 BAEL-5357: Retrieve a Value from MongoDB by Its Key Name (#12005) 2022-04-01 14:31:23 -07:00
Haroon Khan
6c18342a7d [JAVA-11186] Split java-mongodb module 2022-04-01 22:26:34 +01:00
johnA1331
1dd62c0596 Update README.md 2022-03-31 13:55:31 +08:00
johnA1331
d4ec60dc4b Update README.md 2022-03-31 13:54:28 +08:00
johnA1331
b810977197 Update README.md 2022-03-31 13:51:11 +08:00
johnA1331
7325fa00aa Update README.md 2022-03-31 13:41:58 +08:00
johnA1331
3f6e7c695f Update README.md 2022-03-31 13:39:46 +08:00
kwoyke
088f0f485f Merge pull request #11980 from anuragkumawat/master
JAVA-10082 Create new module hibernate-annotations-2 from spring-hibernate-5 module
2022-03-28 21:00:45 +02:00
lucaCambi77
a4203b9c67 [ BAEL-5405 ] Logging MongoDB Queries with Spring Boot (#11952)
* feat: spring data mongodb logging

* fix: PMD

* fix: typo

* fix: move to main logging

* fix: add manual config
2022-03-27 20:06:14 -05:00
anuragkumawat
8af9cef011 JAVA-10082 Removing unused property 2022-03-26 14:59:41 +05:30
anuragkumawat
87025ed529 JAVA-10082 Create new module hibernate-annotations-2 from spring-hibernate-5 module 2022-03-26 14:52:38 +05:30
Kapil Khandelwal
ff6f84958c BAEL-5372: A Guide to Upsert in MongoDB (#11974) 2022-03-24 15:57:57 -07:00
Kapil Khandelwal
73830eb042 BAEL-5398: Bulk Update of Documents in MongoDB with Java (#11963) 2022-03-23 14:10:32 -07:00
Loredana Crusoveanu
13e003c857 Merge pull request #11967 from johnA1331/master
BAEL-50999 - add links to github-baeldung articles - Week 12 - 2022
2022-03-23 21:36:19 +02:00
doodoroma
efa9e6cf3d Merge pull request #11917 from ulisseslima/master
BAEL 5403 - Import Data to MongoDB from Json File using Java
2022-03-23 18:47:39 +01:00
johnA1331
7c6a0a7312 Update README.md 2022-03-24 00:07:25 +08:00
johnA1331
0d9c397c08 Update README.md 2022-03-24 00:03:36 +08:00
davidmartinezbarua
cfceab5063 Merge pull request #11927 from kpentaris/resultset-count
Example code for Get the Number of Rows in a ResultSet
2022-03-23 11:37:13 -03:00
Ulisses Lima
91f07ca1d7 https://jira.baeldung.com/browse/BAEL-5403
Editor Review changes:
* reverted SpringBootPersistenceApplication.java
* created SpringBootJsonConvertFileApplication.java in article package:
com.baeldung.boot.json.convertfile
2022-03-22 19:27:49 -03:00
Ulisses Lima
2ae8df323b Merge branch 'eugenp:master' into master 2022-03-22 18:04:53 -03:00
kwoyke
c7a77af317 JAVA-9857: Remove overriden spring-boot.version property (#11956) 2022-03-22 18:24:59 +05:30
PentaKon
9b0490392c Change log statements to assert statements on test app 2022-03-22 11:06:23 +02:00
Attila Uhrin
abb131dd54 Fix integration tests. 2022-03-21 17:43:35 +01:00
kwoyke
add3e58275 Merge pull request #11935 from freelansam/JAVA-10132
JAVA-10132: Align module names, folder names and artifact id
2022-03-18 08:47:40 +01:00
AttilaUhrin
db4a9cc761 [BAEL-5373] A Guide to @DBRef in MongoDB (#11909)
* Add implementation for BAEL-5373.

* Fix test class name.

* Change collection names to be aligned with article.
2022-03-18 08:46:47 +05:30
sampadawagde
d28cef4ee8 JAVA-10132: Align module names, folder names and artifact id 2022-03-17 22:06:38 +05:30
anuragkumawat
fa14c43434 JAVA-10083 Changes as per review comments 2022-03-17 15:56:59 +05:30
anuragkumawat
8008195402 Merge remote-tracking branch 'upstream/master' 2022-03-17 15:50:07 +05:30
johnA1331
4992b54821 Update README.md 2022-03-16 21:40:31 +08:00
johnA1331
7a17c3e0b1 Update README.md 2022-03-16 21:28:01 +08:00
johnA1331
46d9d1dea0 Update README.md 2022-03-16 21:16:20 +08:00
johnA1331
c3843c89e4 Update README.md 2022-03-16 21:09:51 +08:00
johnA1331
0491c21733 Create README.md 2022-03-16 21:02:12 +08:00
Ulisses Lima
4af8f6c732 warn instead of throw 2022-03-14 23:34:39 -03:00
Ulisses Lima
e68c82fc39 Merge branch 'eugenp:master' into master 2022-03-14 23:32:29 -03:00
Kapil Khandelwal
02253ff6cc 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
aa984e3f3f BAEL-5457: Add Hikari configuration to datasource (#11923) 2022-03-14 12:23:35 -07:00
PentaKon
b7725098e1 Decouple h2 mem db from rest of examples 2022-03-14 20:27:25 +02:00
PentaKon
0cc7491208 Example code for Get the Number of Rows in a ResultSet 2022-03-14 20:16:03 +02:00
kwoyke
3921fdbdb3 Merge pull request #11920 from freelansam/JAVA-10138
JAVA-10138 - Fix formatting of POMs
2022-03-14 15:00:17 +01:00
sampadawagde
6b1dd1563d JAVA-10138 - Fix formatting of POMs 2022-03-13 14:48:44 +05:30
Gaetano Piazzolla
adc75b8daa 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
anuragkumawat
558e5094d7 JAVA-10083 2022-03-12 10:38:34 +05:30
Ulisses Lima
b617e5a11b BAEL-5403 - Import Data to MongoDB from Json File using Java
* Project
* Integration tests
2022-03-11 20:11:54 -03:00
anuragkumawat
ec55c4c96a Merge remote-tracking branch 'upstream/master' 2022-03-12 00:11:08 +05:30
kwoyke
a3a0b05edc 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
258c8c93aa BAEL-5374: push Into Array in MongoDB (#11916) 2022-03-10 10:50:08 -08:00
kwoyke
fc6e874727 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