Commit Graph

1158 Commits

Author SHA1 Message Date
mariudotsh 141df4e0ff BAEL-6319 Hibernate 6 Boolean Converters (#13894)
Co-authored-by: Mariusz Kaczmarczyk <to@mariu.sh>
2023-04-30 08:04:19 +05:30
Kilian Schneider 6cc24e0759 BAEL-6348 persist List<String> in JPA (#13897)
* BAEL-6348 persist List<String> in JPA

* Update naming
2023-04-25 17:55:11 -07:00
timis1 9a47717d43 JAVA-20464 Fix failing tests in hibernate-exceptions module (#13885)
* JAVA-20464 Fix failing tests in hibernate-exceptions module

* JAVA-20464 Fix failing tests in hibernate-jpa module

---------

Co-authored-by: timis1 <noreplay@yahoo.com>
2023-04-22 22:11:21 +05:30
Mikhail Polivakha 4b540d1f0a misha2048 Generate uuids with hibernate (#13785)
* misha2048 Retrying Requests using Apache HttpClient

* Generate UUIDs with Hibernate misha2048

* BAEL-6321 change target module after review

---------

Co-authored-by: Mihail Polivaha <68962645+Mihail2048@users.noreply.github.com>
2023-04-20 20:00:56 +05:30
Dhawal Kapil db4e6d5e47 JAVA-19718 Minor corrections and fixes (#13865) 2023-04-19 23:28:25 +05:30
Bipin kumar 1137565f01 JAVA-19787 : Adding example for h2 default sql schema and data initialization (#13863) 2023-04-19 20:25:45 +05:30
Grzegorz Musiał c20e6760b7 BAEL-5549: chore: Make the test manual since it requires testcontainers (#13804)
* BAEL-5549: chore: Make the test manual since it requires testcontainers

* BAEL-5549: doc: add run instructions
2023-04-12 09:33:46 +05:30
edizor 50fa309372 Update README.md
[skip ci]
2023-04-08 00:11:38 +08:00
edizor 356e748701 Update README.md
[skip ci]
2023-04-08 00:03:46 +08:00
timis1 84a3a42fd0 JAVA-18167 Upgrade persistence-modules to JDK 11 (#13714)
* JAVA-18167 Upgrade persistence-modules to JDK 11 (activejdbc and core-java-persistence)

* JAVA-16167 Update pom.xml to include just the updated modules

* JAVA-18167 Added vaadin because it looks that I removed

* JAVA-18167 Migration deltaspike

* JAVA-18167 Migration hbase module

* JAVA-18167 Migration hibernate-mapping-2

* JAVA-18167 Migration hibernate-exceptions

* JAVA-18167 Migration hibernate-jpa module

* JAVA-18167 Migration hibernate-jpa change the name of User entity

* JAVA-18167 Overwriting the version of slf4j and logback for hibernate-jpa

* JAVA-18167 Migrate deltaspike back to jdk8

* JAVA-18167 Remove some modules that was added elsewhere

* Revert "JAVA-18167 Migration deltaspike"

This reverts commit 874b4ba2

* JAVA-18167 Comment failed module (it will be migrated later)

---------

Co-authored-by: timis1 <noreplay@yahoo.com>
2023-04-07 07:23:12 +05:30
Bipin kumar 9f179d687e Dev 19389 (#13745)
* Java-19389 : commits made for adding two new test cases for UUID use:

* Java-19389 : commits made for adding two new test cases for UUID use:

* JAVA-19389: Changes made for incorporating review comments
2023-04-05 21:58:06 +05:30
mariudotsh e9a2b58924 BAEL-5985 Hibernate @CreationTimestamp and @UpdateTimestamp (#13690)
* BAEL-5985 Hibernate @CreationTimestamp and @UpdateTimestamp

* BAEL-5985 Remove unnecessary imports

* BAEL-5985 Swap order in assertEquals

---------

Co-authored-by: Mariusz Kaczmarczyk <to@mariu.sh>
2023-04-04 09:54:37 +02:00
anuragkumawat cf53d94739 JAVA-19549 Move A Spring Custom Annotation for a Better DAO article from spring-core-3 module to spring-data-jpa-annotations module (#13748) 2023-04-03 21:11:26 +05:30
Bipin kumar 8e4f8366d2 JAVA-19726: Changes made for cleaning code (#13763)
* JAVA-19726: Changes made for cleaning code

* JAVA-19726: Changes made for cleaning code

* JAVA-19726: Changes made for cleaning code
2023-04-03 19:54:23 +05:30
Chris 7e318cbd44 Prevent NPE when trying to create a deep copy (#13513) 2023-04-03 12:29:45 +05:30
edizor f63cc893c3 Update README.md
[skip ci]
2023-03-30 22:05:34 +08:00
Balamurugan 99d11182ab BAEL-5988: Added properties for fixing failing tests for R2DBCExampleApplicationIntegrationTest (#13738) 2023-03-29 23:15:36 -06:00
apeterlic b2f92bce02 BAEL-6189 - Remove Entity with ManyToMany Relationship in JPA (#13634)
* BAEL-6189 - Remove Entity with ManyToMany Relationship in JPA

* Add property source
2023-03-25 17:43:25 +01:00
ukhan1980 ae6493b568 [BAEL-6041] add code for cascading delete (#13699)
Co-authored-by: uzma <u.khan@proxymity.io>
2023-03-24 10:22:32 -07:00
edizor f957425045 Update README.md
[skip ci]
2023-03-24 16:43:59 +08:00
edizor dc6cedd9b6 Update README.md
[skip ci]
2023-03-24 16:37:16 +08:00
Balamurugan b1162d37b9 BAEL-5988: Added code for Spring R2DBC flyway migration with tests (#13551)
* BAEL-5988: Added code for Spring R2DBC flyway migration with tests

* BAEL-5988: Removed unnecessary logging config

* BAEL-5988: Addressed review comments

* BAEL-5988: Removed bean loading override config for test

* BAEL-5988: Removed unnecessary import

* BAEL-5988: Added properties for versions in pom

---------

Co-authored-by: Bala <balamurugan.radhakrishnan@yapily.com>
Co-authored-by: balasr3 <balamurugan.radhakrishnan@imgarena.com>
2023-03-22 19:13:31 -06:00
Eugen b2accf8773 Merge pull request #13675 from edizor/master
Update README
2023-03-21 21:17:45 +02:00
Harry9656 e30dc4dbc3 [JAVA-6232]: Introduction to QuestDB (#13542)
* [JAVA-6232]: Introduction to QuestDB

* [FIX] Add questdb version as property

* JAVA-6232: Change parent folder
2023-03-21 07:40:18 +01:00
edizor b16e7bfc2a Merge branch 'eugenp:master' into master 2023-03-19 02:04:52 +08:00
Anastasios Ioannidis 1afb78dde1 JAVA-17609 Spring-data-rest SQLite upgrade to Spring-Boot-3 (#13559) 2023-03-17 20:20:59 +05:30
edizor cdd1d8b942 Update README.md
[skip ci]
2023-03-17 00:45:39 +08:00
edizor 19546f4d31 Update README.md
[skip ci]
2023-03-17 00:41:38 +08:00
Abhinav Pandey 8469deeb56 Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-6128 2023-03-12 11:43:55 +05:30
Abhinav Pandey 5a29982862 BAEL-6128 - moving to jdk9 profile 2023-03-12 11:42:05 +05:30
Mateusz Szablak c119a05849 BAEL-6004 TRUNCATE table in Spring Data JPA (#13554) 2023-03-08 15:43:16 +01:00
Abhinav Pandey 048588aa65 BAEL-6128 - Adding module name to parent module 2023-03-07 22:00:37 +05:30
Ulisses Lima f70c91c43f removing extra 'jdbc:' 2023-03-07 12:20:41 -03:00
Avin Buricha 68c8aa2bb1 Article code (#13567) 2023-03-04 22:23:20 +01:00
timis1 b161aeec27 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 772a1ac80e BAEL-6128 - New interfaces in Spring Data 3 2023-02-26 10:27:44 +05:30
edizor c2c2a22d09 Update README.md
[skip ci]
2023-02-24 19:30:32 +08:00
edizor c63b57c6b3 Update README.md
[skip ci]
2023-02-24 19:28:19 +08:00
edizor 72eeac46fe Create README.md
[skip ci]
2023-02-24 19:20:13 +08:00
Grzegorz Musiał a3f2e96feb 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 639de9687e 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 749a077478 BAEL-6046 - MongoDB - Field Level Encryption (#13494) 2023-02-18 14:27:12 +01:00
edizor d588f4e001 Update README.md
[skip ci]
2023-02-17 18:57:00 +08:00
edizor 65d3062872 Update README.md
[skip ci]
2023-02-17 17:22:14 +08:00
edizor f878ccc38f Update README.md
[skip ci]
2023-02-17 17:10:23 +08:00
Ulisses Lima fc9a23a02a 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 7cacb73389 BAEL-6210: Examples for RethinkDB article (#13481) 2023-02-15 08:16:43 +01:00
davidmartinezbarua cde92e09f9 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 792bda644d renamed the Test class 2023-02-12 13:30:21 +05:30
Azhwani db4f473262 BAEL-5742: Fix EmptyResultDataAccessException when using Jdbctemplate (#13338) 2023-02-09 19:10:51 +01:00