Commit Graph

1711 Commits

Author SHA1 Message Date
Dhawal Kapil
e0a76fd50e BAEL-5230 Added code and test for Fauna IoT application article (#12554)
* BAEL-5230 Added code and test for Fauna IoT application article

* BAEL-5230 Removed secrets from the codebase

* BAEL-5230 Removed spring-boot-configuration-processor
2022-08-04 21:29:43 +02:00
Loredana Crusoveanu
ccd092a5c5 Merge pull request #12431 from samdalvai/fix-cassandra-naming
Fix naming of parameters in documentation
2022-08-03 21:31:14 +03:00
Asjad J
38fa2e6c65 Updated README.md
Updated title from 'Hibernate's “Detached Entity Passed to Persist” Error' to 'Hibernate’s “Detached Entity Passed to Persist” Error'
2022-07-30 06:46:34 +05:00
kwoyke
5baf2e7dc7 Merge pull request #12537 from freelansam/JAVA-13134
JAVA-13134: Fix references to parents
2022-07-28 10:43:56 +02:00
sampadawagde
1e623e4461 JAVA-13134: Fix references to parents 2022-07-26 20:01:43 +05:30
panagiotiskakos
b870551537 [JAVA-8691] 2022-07-26 08:14:19 +03:00
Haroon Khan
604d65f2c8 [JAVA-13130] Logging cleanup 2022-07-22 16:07:17 +01:00
Ulisses Lima
4ea108e4c0 BAEL-5365 Count in Spring Data MongoDB Repository (#12481)
* BAEL-5370 - MongoDB Composite Key

First Draft.

* removing comments

* BAEL-5370

Test could fail if ran in a different order:
givenCompositeId_whenSearchingByIdObject_thenFound

* BAEL-5370

removing compound index related stuff

* removing first insert from assertThrows

* first draft

* removing Customer2

* first draft

* adjustments

* removed controlled
* fixed formatting on Car
2022-07-21 22:47:35 +02:00
Asjad J
0503a15fed Updated README.md
added link back to the article: https://www.baeldung.com/spring-data-mongodb-count
2022-07-21 14:14:58 +05:00
Asjad J
d436a44106 Updated README.md
added link back to the article: https://www.baeldung.com/mongodb-query-documents-id
2022-07-21 14:06:29 +05:00
Asjad J
de038b67c9 Updated README.md
added link back to the article: https://www.baeldung.com/spring-data-rest-serialize-entity-id
2022-07-21 13:59:02 +05:00
kwoyke
0805e1b06e Merge pull request #12496 from freelansam/JAVA-13136
JAVA-13136: Fix formatting of POMs
2022-07-15 17:07:52 +02:00
Yavuz Tas
96dccad40c BAEL-2729 code samples for the article (#12443)
* BAEL-2729 code samples for the article

* BAEL-2729 fix formatting issues.

Co-authored-by: Yavuz Tas <ytas@vwd.com>
2022-07-15 15:34:02 +02:00
kwoyke
3419f3cdbc Merge pull request #12494 from hkhan/JAVA-13294-sync-code-with-article
[JAVA-13294] Add missing code for article
2022-07-15 09:08:31 +02:00
freelansam
18b7761f94 Merge branch 'master' into JAVA-13136 2022-07-15 10:01:48 +05:30
sampadawagde
b8205a7b5a JAVA-13136: Fix formatting of POMs 2022-07-15 09:59:54 +05:30
Avin Buricha
03cabadbb6 Updated article code (#12493) 2022-07-14 20:38:20 +02:00
Haroon Khan
deb34156ad [JAVA-13294] Add missing code for article 2022-07-14 17:07:04 +01:00
Asjad J
8aca9b7ab8 Updated README.md
added link back to the article: https://www.baeldung.com/mongodb-java-date-operations
2022-07-14 08:09:34 +05:00
chrisjaimes
ea84a37ae8 BAEL-5363 Fixed pom files, assertions instead of console output, and fixed package folders (#12462)
Co-authored-by: Christian Jaimes <christian.jaimes@oracle>
2022-07-07 12:41:30 -04:00
chrisjaimes
f72cd0dee7 BAEL-5363 Mongodb crud by date (#12293)
Created new mongo module, model, mongo client and unit test

Co-authored-by: Christian Jaimes <christian.jaimes@oracle>
Co-authored-by: bipster <openbip@gmail.com>
2022-07-06 23:57:53 -04:00
Avin Buricha
337a7a4af8 BAEL-5361 | Article code (#12455) 2022-07-06 19:13:32 +02:00
Asjad J
e8362ccf12 Updated README.md
added link back to the article: https://www.baeldung.com/java-mongodb-uuid
2022-07-05 15:47:57 +05:00
Greg Martin
8b45713510 Merge pull request #12422 from sebx59/master
BAEL-5404 - UUID as Entity ID in MongoDB
2022-07-02 18:08:03 -04:00
samdalvai
e9c93be5a3 Fix naming of parameters in documentation 2022-06-30 23:28:16 +02:00
HARDEMAN Sebastien
a8d0621838 remove files in order to move them in spring-data-mongodb-2 2022-06-27 15:40:42 +02:00
HARDEMAN Sebastien
c0adfecb86 BAEL-5404 - UUID as Entity ID in MongoDB
Commit to spring-data-mongodb-2
2022-06-27 15:32:38 +02:00
sebx59
4ad1b1372f Merge branch 'eugenp:master' into master 2022-06-27 15:09:27 +02:00
Asjad J
9b4263ffdb Updated README.md
added link back to the article: https://www.baeldung.com/spring-data-mongodb-unique
2022-06-27 15:04:15 +05:00
Asjad J
cce250a8cf Created README.md
added link back to the article: https://www.baeldung.com/mongodb-find
2022-06-27 14:59:15 +05:00
Asjad J
8735e0fb42 Updated README.md
added link back to the article: https://www.baeldung.com/hibernate-detached-entity-passed-to-persist
2022-06-27 14:53:32 +05:00
etrandafir93
f842ec9b5a BAEL-5439: PersistentObjectException: detached entity passed to persist thrown by JPA and Hibernate (#12303)
* BAEL-5439: added code samples for article

* BAEL-5439: added static import for assertj
2022-06-26 18:33:25 +02:00
Ulisses Lima
a787ea354e BAEL-5394 - Unique Field in MongoDB Document in Spring Data (#12384)
* BAEL-5370 - MongoDB Composite Key

First Draft.

* removing comments

* BAEL-5370

Test could fail if ran in a different order:
givenCompositeId_whenSearchingByIdObject_thenFound

* BAEL-5370

removing compound index related stuff

* removing first insert from assertThrows

* first draft

* removing Customer2
2022-06-26 18:32:33 +02:00
Avin Buricha
f1bbcecc31 BAEL-5368 Guide to Find in MongoDB (#12361)
* BAEL-5368 | Article code

* BAEL-5368 | Package renamed
2022-06-26 11:28:47 -05:00
Asjad J
a0dc4a7624 Updated README.md
added link back to the article: https://www.baeldung.com/spring-data-mongodb-composite-key
2022-06-21 11:24:38 +05:00
Ulisses Lima
9dd36a0c65 BAEL-5370 - MongoDB Composite Key (#12273)
* BAEL-5370 - MongoDB Composite Key

First Draft.

* removing comments

* BAEL-5370

Test could fail if ran in a different order:
givenCompositeId_whenSearchingByIdObject_thenFound

* BAEL-5370

removing compound index related stuff

* removing first insert from assertThrows
2022-06-18 09:49:40 +02:00
lucaCambi77
935da52877 fix: remove projection from old module (#12358) 2022-06-15 15:17:18 -05:00
lucaCambi77
50e503c6d2 BAEL-5400 - add spring-data-mongodb-2 module (#12340)
* fix: add spring-data-mongodb-2 module

* fix: missing module in parent pom
2022-06-14 20:24:37 -05:00
HARDEMAN Sebastien
a47dcd75c2 Update UuidIdentifiedEntity.java 2022-06-07 13:35:01 +02:00
HARDEMAN Sebastien
dc08912c43 Merge branch 'master' of https://github.com/sebx59/tutorials 2022-06-07 12:00:59 +02:00
HARDEMAN Sebastien
261dca81d2 BAEL-5404 - UUID as Entity ID in MongoDB
Initial commit
2022-06-07 11:57:29 +02:00
anuragkumawat
0e42c07bfa JAVA-11558 Update article - Hibernate 5 Naming Strategy Configuration 2022-06-06 22:07:37 +05:30
keerthigadde
1f42e88264 JAVA-9556 added try-with-resources for resultset 2022-05-26 15:38:47 +10:00
Asjad J
c7cc3e9e87 Updated README.md
added link back to the article: https://www.baeldung.com/spring-transactions-read-only
2022-05-23 17:35:17 +05:00
Asjad J
111d50bfb1 Updated README.md
added link back to the article: https://www.baeldung.com/spring-data-mongodb-collection-name
2022-05-23 17:12:20 +05:00
Asjad J
db12153fd0 Updated README.md
added link back to the article: https://www.baeldung.com/spring-jpa-joining-tables
2022-05-23 16:48:34 +05:00
Asjad J
e5f4c0ac8d Updated README.md
added link back to the article: https://www.baeldung.com/java-jdbc-convert-resultset-to-json
2022-05-23 16:30:02 +05:00
kwoyke
459854184d Merge pull request #12246 from hkhan/JAVA-12011-review-commented-modules
[JAVA-12011] Remove redundant comments from pom files
2022-05-23 08:52:34 +02:00
kwoyke
c678c10d67 Merge pull request #12243 from hkhan/JAVA-11892-logs-cleanup
[JAVA-11892] Logging  clean up
2022-05-23 08:50:10 +02:00
Thiago dos Santos Hora
87c2a07e92 [BAEL-4120] Read-only transactions samples (#11841)
* [BAEL-4120] Read-only transactions samples

* Extract query runner jobs logic

* Apply test name standards

* Fix code standards

* Use pom properties to define versions

* Rename main package

* Rename generics

* Code clean up

* Code clean up on lambdas

* Add debug logs

* Fix format issues

* Rename entity
2022-05-23 08:09:09 +02:00