Commit Graph

1226 Commits

Author SHA1 Message Date
Ulisses Lima 17f65411bd BAEL-6046 MongoDB - Field Level Encryption (#14229)
* bael-6046 - first draft

* review 1

* review 2

* null checks and lambda

* review 3

* removing converter

* debug

* auto encryption config

* createKeyUniqueIndex() and updated dependencies.

* Review 5.
2023-06-13 13:41:20 +02:00
Loredana Crusoveanu 5b65c7e54a Merge pull request #14216 from collaboratewithakash/master
backlink updated
2023-06-11 15:33:45 +03:00
Kasra Madadipouya 5a1906d88c JAVA-22075 move Blaze persistence module to Spring Boot parent two (#14196)
* JAVA-22075 move Blaze persistence module to Spring Boot parent two

* JAVA-22075 remove unnecessary TestContextConfig file
2023-06-10 11:55:24 +05:30
collaboratewithakash f53dfcc586 backlinks removed 2023-06-09 15:37:20 +05:30
collaboratewithakash 2becb81f4c backlink added 2023-06-09 15:36:17 +05:30
collaboratewithakash f3fdd11a75 backlink updated 2023-06-09 14:36:54 +05:30
edizor 7e6dd2359a Update README.md
[skip ci]
2023-06-08 21:35:13 +08:00
timis1 dcda0ca769 JAVA-20164 Renaming test methods (#14177)
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-06-06 11:13:33 +05:30
timis1 ad2e59fb47 JAVA-20164 Add missing dependency (#14137)
* JAVA-20164 Add missing dependency

* JAVA-20164 Fix redis config file error maxheap

---------

Co-authored-by: timis1 <noreplay@yahoo.com>
2023-06-03 01:37:07 +05:30
timis1 bb4c9bd411 JAVA-20163 Update example for UserType/CompositeUserType (#14143)
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-06-02 23:42:06 +05:30
Loredana Crusoveanu 2c0482c409 Merge branch 'master' into master 2023-06-02 16:23:25 +03:00
edizor 7ec7ff9804 Update README.md
[skip ci]
2023-06-02 08:27:58 +08:00
panos-kakos 5917144a28 [JAVA-21545] Clean up (#14126)
* [JAVA-21545] Clean up

* [JAVA-21545] Clean up

* [JAVA-21545] Revert change

* [JAVA-21545] Clean up

* [JAVA-21545] Clean up

* [JAVA-21545] Clean up
2023-05-31 20:04:02 +05:30
collaboratewithakash 0fbb8466ab backlink updated 2023-05-31 17:05:41 +05:30
Vini ff30f4648f Merge pull request #14011 from imsurajmishra/master
BAEL-6323 : Count Number of Rows in JPA
2023-05-31 11:50:36 +02:00
davidmartinezbarua b0799740ad Merge pull request #13875 from KingsleyAmankwah/master
JPA/Hibernate Associations
2023-05-30 13:55:07 -03:00
collaboratewithakash 480fec36f7 backlink updated 2023-05-30 17:42:58 +05:30
collaboratewithakash e93f7f9ab6 backlink updated 2023-05-30 17:36:05 +05:30
collaboratewithakash 3fc44b44ee Update README.md 2023-05-29 12:54:11 +05:30
technoddy 01e8fa41fd Addressing PR feedback 2023-05-27 18:26:35 -04:00
collaboratewithakash 2260ff6e45 backlink updated 2023-05-27 17:01:25 +05:30
collaboratewithakash 46ec18e86a backlink updated 2023-05-27 16:57:24 +05:30
collaboratewithakash 65f892919d backlink updated 2023-05-27 16:22:54 +05:30
collaboratewithakash 0f2bf32682 added backlink 2023-05-27 14:38:11 +05:30
collaboratewithakash fc41d4b12a added backlink 2023-05-27 14:35:34 +05:30
timis1 cd86d338ff JAVA-20163 Add instruction for running Morphia Test manually (#14128)
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-05-27 02:21:17 +05:30
Loredana Crusoveanu 455b68e052 Merge pull request #14123 from edizor/master
Update README
2023-05-26 10:49:54 +03:00
davidmartinezbarua 4bd81b7271 Merge pull request #13937 from ukhan1980/BAEL-6105-correct-use-of-flush
[BAEL-6105] code for correct use of flush
2023-05-25 21:05:19 -03:00
uzma 14fb1775e1 [BAEL-6105] delete code from the old module 2023-05-25 23:38:09 +01:00
uzma 4a479efd69 [BAEL-6105] code for correct use of flush 2023-05-25 23:36:24 +01:00
edizor 2b06a24533 Update README.md
[skip ci]
2023-05-26 00:53:15 +08:00
edizor dcc1b2c453 Update README.md
[skip ci]
2023-05-25 23:49:41 +08:00
timis1 67b76b53a5 JAVA-20164 Fix .._SEQ.NEXTVAL error (#14109)
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-05-24 19:52:01 +05:30
Bipin kumar a408564d18 JAVA-21189: Formatting pom.xml modules starting from NOPQR (#14097) 2023-05-23 22:03:06 +05:30
davidmartinezbarua 2cdf336d57 Merge pull request #13955 from ukhan1980/BAEL-6344-convert-list-to-page
[BAEL-6105] code for list to page article
2023-05-22 14:59:52 -03:00
uzma 53dd1f7e9a [BAEL-6344] address PR comment 2023-05-22 13:40:23 +01:00
timis1 e6b0ef1d86 JAVA-20163 Fix failed integration test with date creation comparison (#14080)
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-05-21 14:26:18 +05:30
timis1 e624a6c893 JAVA-20164 Upgrade java hibernate specific modules to JDK 11 (#13900)
* JAVA-20164 Upgrade java hibernate specific modules to JDK 11

* JAVA-20164 Migrating java-jpa-2

* JAVA-20164 Migrating jnosql-artemis

* JAVA-20164 Migrating querydsl

* JAVA-20164 Migrating r2dbc

* JAVA-20164 Migrating redis

* JAVA-20164 Fixing test JPATextUnitTest#givenExam_whenSaveExam_thenReturnExpectedExam

* JAVA-20164 Fixing givenIdentityStrategy_whenCommitTransction_thenReturnPrimaryKey

* JAVA-20164 Changes after review

* JAVA-20164 Migrating java-cassandra to jdk8

* JAVA-20164 Fix legacy mode error

* Update pom.xml

---------

Co-authored-by: timis1 <noreplay@yahoo.com>
Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com>
2023-05-19 14:07:45 +05:30
timis1 09e421c3cd JAVA-20166 Migrating spring-date-eclipselink (#13959)
* JAVA-20166 Migrating spring-date-eclipselink

* JAVA-20166 Fix failed tests address already bind

* JAVA-20166 Migrating spring-date-couchbase-2

* JAVA-20166 Replace with optional instead of returning null

---------

Co-authored-by: timis1 <noreplay@yahoo.com>
2023-05-19 12:23:28 +05:30
timis1 d9182f160c JAVA-20167 Upgrade spring-data hibernate with external libraries specific modules to JDK 11 (#14022)
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-05-19 12:18:45 +05:30
davidmartinezbarua d03e2ba667 Merge pull request #13953 from etrandafir93/features/BAEL-6320-hibernate_natural_id
BAEL-6320: added code support for the @NaturalId article
2023-05-17 12:10:52 -03:00
Ehsan Sasanianno 4fb65f5c6e JAVA-16946 Upgrade h2 database version for remaining modules (#13976) 2023-05-14 20:13:06 +03:00
technoddy ebbd80e6c7 updating class name for tests to abide by policy 2023-05-14 12:38:41 -04:00
Sam 4508b19f07 Merge branch 'eugenp:master' into master 2023-05-14 12:27:30 -04:00
technoddy 58d6a02c35 JPA Counting Row Implementation 2023-05-14 12:09:07 -04:00
emanueltrandafir1993 4f8662aa01 BAEL-6320: format & code review 2023-05-14 16:52:59 +02:00
timis1 bb9e5b65b4 JAVA-20165 Upgrade spring-boot hibernate specific modules to JDK 11 (#13952)
* JAVA-20165 Upgrade spring-boot hibernate specific modules to JDK 11

* JAVA-20165 Migrating spring-boot-persistence-mongodb

* JAVA-20165 Migrating spring-boot-persistence-mongodb-2

* JAVA-20165 Migrating spring-boot-persistence-mongodb-3

* JAVA-20165 Adding latest version for jdbi in spring-boot-persistence-2 module

---------

Co-authored-by: timis1 <noreplay@yahoo.com>
2023-05-12 19:14:03 +05:30
timis1 e7d1d56c47 JAVA-20163 Upgrade hibernate specific modules to JDK 11 (#13817)
* JAVA-20163 Migration hibernate-annotations

* JAVA-20163 Migrate hibernate-queries

* JAVA-20163 Migrating hibernate-mapping

* JAVA-20163 rename reserved keywords, update inheritance example

* JAVA-20163 Migrate hibernate-ogm module to the jdk 8 because hibernate-ogm doesn't support jakarta API

* JAVA-20163 Migrate hibernate-enterprise module

* JAVA-20163 Add update to HibernateExceptionUnitTest#whenQueryExecutedWithUnmappedEntity_thenMappingException

* JAVA-20163 Set explicit version for hibernate 6.1.7.Final in the hibernate-queries module

* JAVA-20163 Fix failed test with port that already exists (giving another port 8088)

* JAVA-20163 Fix other location after changing the port

* JAVA-20163 Remove duplicate Unit Test

---------

Co-authored-by: n <noreplay@yahoo.com>
Co-authored-by: Loredana Crusoveanu <lore.crusoveanu@gmail.com>
2023-05-12 19:06:06 +05:30
edizor 7eba847b93 Update README.md
[skip ci]
2023-05-11 23:50:18 +08:00
edizor 68af213dfe Update README.md
[skip ci]
2023-05-11 23:47:20 +08:00