Commit Graph

1837 Commits

Author SHA1 Message Date
Anastasios Ioannidis
a9d1be1031 JAVA-17609 Spring-data-rest SQLite upgrade to Spring-Boot-3 (#13559) 2023-03-17 20:20:59 +05:30
Abhinav Pandey
40d212548c Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-6128 2023-03-12 11:43:55 +05:30
Abhinav Pandey
b037272cf9 BAEL-6128 - moving to jdk9 profile 2023-03-12 11:42:05 +05:30
Mateusz Szablak
ca7417874c BAEL-6004 TRUNCATE table in Spring Data JPA (#13554) 2023-03-08 15:43:16 +01:00
Abhinav Pandey
c45f8aa6f5 BAEL-6128 - Adding module name to parent module 2023-03-07 22:00:37 +05:30
Ulisses Lima
0c8107c6b5 removing extra 'jdbc:' 2023-03-07 12:20:41 -03:00
Avin Buricha
bf7fc82dd2 Article code (#13567) 2023-03-04 22:23:20 +01:00
timis1
57209b45d2 JAVA-18264 Update article "A Guide to MongoDB with Java" (#13466)
* JAVA-18264 Update article "A Guide to MongoDB with Java"

* JAVA-18264 Update with suggestion

* JAVA-18264 Additional updates

* JAVA-18264 Format pom.xml

---------

Co-authored-by: timis1 <noreplay@yahoo.com>
2023-02-27 16:08:14 +05:30
Abhinav Pandey
0681b99644 BAEL-6128 - New interfaces in Spring Data 3 2023-02-26 10:27:44 +05:30
edizor
11370c9dd7 Update README.md
[skip ci]
2023-02-24 19:30:32 +08:00
edizor
2f1d31bde2 Update README.md
[skip ci]
2023-02-24 19:28:19 +08:00
edizor
9965fbf73e Create README.md
[skip ci]
2023-02-24 19:20:13 +08:00
Grzegorz Musiał
925f2f9a55 BAEL-5549: feat: Hibernate Keywords - using keywords as table column names (#13355)
* BAEL-5549: feat: Hibernate Keywords - using keywords as table column names

* BAEL-5549: feat: Hibernate Keywords - using keywords as table column names

* BAEL-5549: feat: Hibernate Keywords - using keywords as table column names

* BAEL-5549: fix: Hibernate Keywords - alter the "where" value to make sure it is obvious that it is not the value but the @Column that is causing the error.

* BAEL-5549: doc: Hibernate Keywords - revert README changes
2023-02-21 07:10:59 +05:30
Abhinav Pandey
5d85a0f9ef BAEL-4971 - Object mapping with Cassandra (#13427)
* BAEL-4971 - Object mapping with Cassandra

* BAEL-4971 - Object mapping with Cassandra

* BAEL-4971 - Object mapping with Cassandra - changing test name

* BAEL-4971 - Object mapping with Cassandra - code formatting

* BAEL-4971 - Object mapping with Cassandra - review incorporation
2023-02-20 08:22:52 +00:00
Ulisses Lima
35f7dbfcc8 BAEL-6046 - MongoDB - Field Level Encryption (#13494) 2023-02-18 14:27:12 +01:00
edizor
d2f26b6cb8 Update README.md
[skip ci]
2023-02-17 18:57:00 +08:00
edizor
9aaf605411 Update README.md
[skip ci]
2023-02-17 17:22:14 +08:00
edizor
ffb997fdbc Update README.md
[skip ci]
2023-02-17 17:10:23 +08:00
Ulisses Lima
04e1d47687 BAEL-6046 - MongoDB - Field Level Encryption (#13440)
* bael-6046 - first draft

* review 1

* review 2

* null checks and lambda
2023-02-15 21:52:25 +01:00
Graham Cox
61618d1fcc BAEL-6210: Examples for RethinkDB article (#13481) 2023-02-15 08:16:43 +01:00
davidmartinezbarua
71fbdfeff0 Merge pull request #13353 from amit88265/collections-vs-stream
BAEL-5953 - Added code of collections-vs-stream
2023-02-14 11:28:33 -03:00
Amit Kumatr
06b4300604 renamed the Test class 2023-02-12 13:30:21 +05:30
Azhwani
c60e82a93d BAEL-5742: Fix EmptyResultDataAccessException when using Jdbctemplate (#13338) 2023-02-09 19:10:51 +01:00
Pedro Lopes
f90837908a BAEL-6119: Difference Between findBy and findAllBy in Spring Data JPA (#13344)
* player entity and repository. test structure

* moving modules

* test findFirst. cleanups.

* adding @Repository

* player entity and repository. test structure

* moving modules

* test findFirst. cleanups.

* adding @Repository

* changing module

* adding show-sql config

* removing unrelated change

* properties SB annotation
2023-02-08 21:58:28 -07:00
Loredana Crusoveanu
edcca45a43 update tests to use junit5, mark live test 2023-02-02 11:01:37 +02:00
Amit Kumatr
acd2e6c978 removed transactional annotation 2023-02-01 02:06:26 +05:30
Amit Kumatr
e4a50c278e removed unwanted code 2023-01-31 18:31:35 +05:30
Amit Kumatr
5baf3bfa14 rename the package 2023-01-31 18:30:43 +05:30
Amit Kumatr
c4faa5dd17 added setup and teardown method 2023-01-27 00:54:56 +05:30
Amit Kumatr
2526646b62 added code of collections-vs-stream 2023-01-27 00:32:13 +05:30
edizor
8cc71b5ad1 Create README.md
[skip ci]
2023-01-26 16:23:28 +08:00
Kumar Prabhash Anand
168476cc98 BAEL-6073 added scylladb code (#13307)
* BAEL-6073 added scylladb code

* BAEL-6073 renamed test class name
2023-01-20 10:14:23 -08:00
edizor
546740a844 Update README.md
[skip ci]
2023-01-20 16:34:39 +08:00
edizor
ebcd7ec9f7 Merge branch 'eugenp:master' into master 2023-01-20 16:10:28 +08:00
anuragkumawat
2bb27accbe JAVA-16308 Potential issue in Introduction to Spring Data Elasticsearch article (#13286)
* JAVA-16308 Potential issue in Introduction to Spring Data Elasticsearch article

* JAVA-16308 Update code as per Review Comments
2023-01-19 21:30:18 +05:30
Muhammad Asif
f70e1d61ef muasif80@gmail.com (#13262)
* BAEL-6063

* Updated the unit test class name

* Fixed the test

* Made updates to method names for tests and some refactor of code

* Updated the formatting using Baeldung formatter for Java

* Removed the space around = and made line continuations 2 spaces
2023-01-19 11:02:40 +05:30
edizor
af097b092c Update README.md
[skip ci]
2023-01-19 07:05:30 +08:00
Ulisses Lima
40f48c83f3 BAEL-6046 - MongoDB - Field Level Encryption (#13266) 2023-01-13 08:53:50 +01:00
edizor
f3b3556942 Update README.md
[skip ci]
2023-01-11 15:22:43 +08:00
edizor
24a65ef9d6 Update README.md
[skip ci]
2023-01-11 14:53:40 +08:00
doodoroma
536d27c2c8 Merge pull request #13239 from Attila96/feature/flyway_out_of_order_migrations-bael-5795
Add Flyway out of order migration scripts
2023-01-10 19:51:08 +01:00
lucaCambi77
4a417e003d fix: wrong model package name [ BAEL-5987 ] (#13268)
* feat: add jpa - spring data difference examples

* fix: remove _ from package name

* fix: model package name
2023-01-09 19:55:06 -06:00
anuragkumawat
b24d471818 JAVA-16567 Potential issue in An Overview of Identifiers in Hibernate/JPA article (#13248) 2023-01-10 01:27:11 +05:30
Uhrin Attila
bd572fb976 Add Flyway out of order migration scripts 2023-01-05 09:03:10 +01:00
lucaCambi77
3bf39c6416 [ BAEL-5987 ] - Difference Between JPA and Spring Data JPA (#13209)
* feat: add jpa - spring data difference examples

* fix: remove _ from package name
2023-01-04 21:34:13 -06:00
Kilian Schneider
e8c83880e5 BAEL-6055 NonUniqueResultException in Spring Data JPA (#13173)
* BAEL-6055 NonUniqueResultException in Spring Data JPA

* update using AssertJ Exception

* Update persistence-modules/spring-data-jpa-query-3/src/test/java/com/baeldung/spring/data/jpa/query/nonuniqueresultexception/NonUniqueResultExceptionIntegrationTest.java

Co-authored-by: KevinGilmore <kpg102@gmail.com>

* Update persistence-modules/spring-data-jpa-query-3/src/test/java/com/baeldung/spring/data/jpa/query/nonuniqueresultexception/NonUniqueResultExceptionIntegrationTest.java

Co-authored-by: KevinGilmore <kpg102@gmail.com>

Co-authored-by: KevinGilmore <kpg102@gmail.com>
2022-12-30 11:03:21 -07:00
freelansam
683d0f7053 JAVA-15822: Which sub-modules aren't being built (#13153)
* JAVA-15822: Which sub-modules aren't being built

* JAVA-15822: build error

* JAVA-15822: build error

* modified comment for gcp-firebase
2022-12-23 00:33:54 +05:30
anuragkumawat
9aadfeba75 Java 15439 PR to check failing test for modules fixed till date (#13150)
* JAVA-15439 Upgrade h2 database version - libraries-testing and deltaspike modules

* JAVA-15439 Fix for hibernate-queries,  hibernate-5,  java-jpa-2,  java-jpa-3 modules

* JAVA-15439 Fix for java-jpa, spring-jpa, spring-jpa-2 modules

* JAVA-15439 Revert changes for java-jpa-2 module

* JAVA-15439 Fix for core-java-persistence-2 and hibernate-exceptions modules

* JAVA-15439 Modules hibernate-mapping-2, read-only-transactions, log4j2, spring-data-eclipselink
2022-12-20 23:17:29 +05:30
freelansam
55810387b4 JAVA-16563: Fix formatting of POMs (#13175) 2022-12-20 22:37:54 +05:30
Azhwani
97c2faa431 BAEL-6018: HibernateSystemException: ids for this class must be manually assigned before calling save() (#13121) 2022-12-16 08:49:28 +01:00