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
Loredana Crusoveanu
8e6f7bf490
Merge pull request #13956 from edizor/master
...
Update README
2023-05-07 08:10:20 +03:00
Ulisses Lima
7123ae8ad7
BAEL-6046 MongoDB - Field Level Encryption ( #13859 )
2023-05-06 09:59:46 +02:00
edizor
73ab237379
Update README.md
...
[skip ci]
2023-05-05 23:58:06 +08:00
edizor
93348fff60
Update README.md
...
[skip ci]
2023-05-05 23:42:22 +08:00
uzma
81ab123e84
[BAEL-6105] refactor test names
2023-05-05 15:04:09 +01:00
uzma
e9ad048d8d
[BAEL-6105] code for list to page article
2023-05-05 14:52:08 +01:00
uzma
555662907a
[BAEL-6105] code for list to page article
2023-05-05 11:07:33 +01:00
3hsan
2e41874a5c
JAVA-16946: comment spring-jooq module from persistence-modules. ( #13951 )
2023-05-05 11:47:57 +03:00
uzma
3e04f00895
[BAEL-6105] code for correct use of flush
2023-05-04 17:46:56 +01:00
emanuel.trandafir
7be3725480
BAEL-6320: added code support for the @NaturalId article
2023-05-04 18:04:15 +02:00
Azhwani
8d0158aa5b
BAEL-6326: Spring Boot H2 JdbcSQLSyntaxErrorException expected identifier ( #13843 )
2023-05-04 08:09:02 +02:00
Kingsley✨
183761cb3f
Merge branch 'eugenp:master' into master
2023-04-30 21:28:54 +05:30
Kingsley Amankwah
4e7d1ffd1f
Comments removed
2023-04-30 15:58:54 +05:30
Kingsley Amankwah
d650f7ace7
getters and setters removed from code
2023-04-30 15:53:49 +05:30
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
Kingsley Amankwah
1767ea3cdc
Hibernate Associations
2023-04-27 05:10:50 +05:30
Kingsley Amankwah
82f9d6a500
Hibernate Associations
2023-04-27 05:00:38 +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
Kingsley✨
f22e99f4a7
Merge branch 'eugenp:master' into master
2023-04-24 05:25:30 +00: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
Kingsley Amankwah
00028b8b19
JPA/Hibernate Associations
2023-04-21 04:48:52 +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
Pedro Lopes
bfb2b1b9f4
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
be4a0dedf7
update tests to use junit5, mark live test
2023-02-02 11:01:37 +02:00
Amit Kumatr
91c73a097e
removed transactional annotation
2023-02-01 02:06:26 +05:30
Amit Kumatr
bc446e25d4
removed unwanted code
2023-01-31 18:31:35 +05:30
Amit Kumatr
7be973e5aa
rename the package
2023-01-31 18:30:43 +05:30
Amit Kumatr
83aae330ac
added setup and teardown method
2023-01-27 00:54:56 +05:30
Amit Kumatr
e04bb7bc91
added code of collections-vs-stream
2023-01-27 00:32:13 +05:30
edizor
7d124ccc18
Create README.md
...
[skip ci]
2023-01-26 16:23:28 +08:00
Kumar Prabhash Anand
63b714f00f
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
05601ae0fe
Update README.md
...
[skip ci]
2023-01-20 16:34:39 +08:00
edizor
cf1f2e87c2
Merge branch 'eugenp:master' into master
2023-01-20 16:10:28 +08:00
anuragkumawat
845ed7690e
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
caa663239f
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
b81ae5b701
Update README.md
...
[skip ci]
2023-01-19 07:05:30 +08:00
Ulisses Lima
1f987c4bb3
BAEL-6046 - MongoDB - Field Level Encryption ( #13266 )
2023-01-13 08:53:50 +01:00
edizor
f64bcee853
Update README.md
...
[skip ci]
2023-01-11 15:22:43 +08:00
edizor
abb7b82e3e
Update README.md
...
[skip ci]
2023-01-11 14:53:40 +08:00
doodoroma
a23ccae5ac
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
03778c8f21
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
1f360ea65d
JAVA-16567 Potential issue in An Overview of Identifiers in Hibernate/JPA article ( #13248 )
2023-01-10 01:27:11 +05:30
Uhrin Attila
ca9ab2e374
Add Flyway out of order migration scripts
2023-01-05 09:03:10 +01:00
lucaCambi77
f63772f5e4
[ 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
a26acf8a0c
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
f5131d9ad0
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
0e5e21f2ae
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
456652e02b
JAVA-16563: Fix formatting of POMs ( #13175 )
2022-12-20 22:37:54 +05:30
Azhwani
7a2d457f58
BAEL-6018: HibernateSystemException: ids for this class must be manually assigned before calling save() ( #13121 )
2022-12-16 08:49:28 +01:00
edizor
5728e8a71c
Update README.md
...
[skip ci]
2022-12-15 15:44:39 +08:00
apeterlic
10d561451a
BAEL-5986 - Getting Started with Blaze Persistence ( #13107 )
...
* BAEL-5986 - Getting Started with Blaze Persistence
* Optimize imports
* Fix test class name
* Switch to JUnit5
* Removed dependencies and Controller classes
* Update pom.xml
* Update Configuration class
2022-12-09 18:40:18 +01:00
kwoyke
85fded9b10
Merge pull request #13118 from freelansam/JAVA-16260
...
JAVA-16301: Check Article Code Matches GitHub
2022-12-07 20:59:38 +01:00
freelansam
998415cd47
JAVA-16301: Check Article Code Matches GitHub
2022-12-02 18:45:30 +05:30
anuragkumawat
b0de3c6279
JAVA-15688 Update fauna module under persistence-modules to remove usage of deprecated WebSecurityConfigurerAdapter ( #13054 )
...
* JAVA-15688 Update fauna module under persistence-modules to remove usage of deprecated WebSecurityConfigurerAdapter
* JAVA-15688 Fix build issue
2022-11-23 23:44:35 +05:30
freelansam
5bfbf38f59
JAVA-15409: Fix formatting of POMs ( #12992 )
2022-11-18 00:26:06 +05:30
Loredana Crusoveanu
a18c874bde
Update README.md
2022-11-13 17:45:38 +02:00
edizor
ce9a35fa5e
Update README.md
...
[skip ci]
2022-11-11 09:44:56 +08:00
edizor
0783e9d778
Update README.md
...
[skip ci]
2022-11-11 09:13:18 +08:00
edizor
3bca0d46bf
Update README.md
...
[skip ci]
2022-11-11 09:04:12 +08:00
Loredana Crusoveanu
665046d667
Merge pull request #12978 from collaboratewithakash/master
...
a few backlinks added
2022-11-07 09:49:22 +02:00
Loredana Crusoveanu
d10c65f9b4
Merge pull request #12955 from dkapil/task/JAVA-15788
...
JAVA-15788 Optimizations to reduce default build execution time
2022-11-07 09:48:13 +02:00
Avin Buricha
c57284d9c9
BAEL-5833 | Article code ( #12919 )
...
* BAEL-5833 | Article code
* Updated method name
2022-11-07 08:26:18 +05:30
panos-kakos
2495e6f101
[JAVA-15469] ( #12979 )
...
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2022-11-06 22:43:51 +05:30
freelansam
fffc0bc704
JAVA-15789: Fix references to parents ( #12951 )
...
* JAVA-15789: Fix references to parents
* Update pom.xml
2022-11-06 11:24:06 +05:30
Ulisses Lima
548c69164f
bael-5848 - How to Insert a HashMap Into MongoDB With Java ( #12938 )
...
* bael-5848 - new module
* bael-5848 - tests
2022-11-05 19:04:21 +01:00
collaboratewithakash
118a2033e9
Update README.md
2022-11-05 16:26:57 +05:30
lukaswlodkowski
adbb7e27bc
[BAEL-5355] removed final modifiers ( #12964 )
2022-11-05 09:01:14 +01:00
jsgrah-spring
89d01abd2d
JAVA-14499. Revert code changes.
2022-11-03 21:01:55 +01:00