Commit Graph

1792 Commits

Author SHA1 Message Date
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
edizor
68ee002eda Update README.md
[skip ci]
2022-12-15 15:44:39 +08:00
apeterlic
6f3fabdcbc 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
088f692da1 Merge pull request #13118 from freelansam/JAVA-16260
JAVA-16301: Check Article Code Matches GitHub
2022-12-07 20:59:38 +01:00
freelansam
aabfbaad08 JAVA-16301: Check Article Code Matches GitHub 2022-12-02 18:45:30 +05:30
anuragkumawat
f9cc5c1f6f 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
188201d324 JAVA-15409: Fix formatting of POMs (#12992) 2022-11-18 00:26:06 +05:30
Loredana Crusoveanu
fc2ca22047 Update README.md 2022-11-13 17:45:38 +02:00
edizor
724904e735 Update README.md
[skip ci]
2022-11-11 09:44:56 +08:00
edizor
63786d2d4f Update README.md
[skip ci]
2022-11-11 09:13:18 +08:00
edizor
93ed874896 Update README.md
[skip ci]
2022-11-11 09:04:12 +08:00
Loredana Crusoveanu
6ab30899bc Merge pull request #12978 from collaboratewithakash/master
a few backlinks added
2022-11-07 09:49:22 +02:00
Loredana Crusoveanu
f7b1c21a3b 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
07613402af BAEL-5833 | Article code (#12919)
* BAEL-5833 | Article code

* Updated method name
2022-11-07 08:26:18 +05:30
panos-kakos
5421edf992 [JAVA-15469] (#12979)
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2022-11-06 22:43:51 +05:30
freelansam
cd848ea50c 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
bb0a4a8fe1 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
62bcb08c1d Update README.md 2022-11-05 16:26:57 +05:30
lukaswlodkowski
84edb65381 [BAEL-5355] removed final modifiers (#12964) 2022-11-05 09:01:14 +01:00
jsgrah-spring
2e646fadfa JAVA-14499. Revert code changes. 2022-11-03 21:01:55 +01:00
jsgrah-spring
bbf928a7c4 JAVA-14499. Revert code changes. 2022-11-03 20:58:17 +01:00
jsgrah-spring
4f4e7afadf JAVA-14499. Comment out spring-data-gemfire and point to spring-data-geode for further reference. 2022-11-03 00:32:37 +01:00
jsgrah-spring
a1233430e8 JAVA-14499. Fix: Failed to read artifact descriptor for com.gemstone.gemfire:gemfire:jar:8.1.0: Could not transfer artifact com.gemstone.gemfire:gemfire:pom:8.1.0 from/to gemstone. 2022-11-01 14:05:34 +01:00
lukaswlodkowski
c9655eec40 [BAEL-5355] code snippets for article - lukaswlodkowski (#12954)
* [BAEL-5355] code snippets for article

* [BAEL-5355] fix tests naming convention

* [BAEL-5355] try different Mongo configuration, previous one failed on Jenkins.

* [BAEL-5355] try different Mongo configuration, previous one failed on Jenkins.

* [BAEL-5355] try different Mongo configuration, previous one failed on Jenkins.
2022-10-31 20:04:31 +01:00
Dhawal Kapil
1a83a3170a JAVA-15788 Optimizations to reduce default build execution time 2022-10-31 01:42:11 +05:30
panos-kakos
4751fd63c8 Java 13966 - Fix integration tests (#12900)
* [JAVA-13966] Fixed test with MODE=LEGACY property

* [JAVA-13966] Reverted h2.version to 1.4.200

* [JAVA-13966] Removed MODE=LEGACY property

Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2022-10-29 22:04:46 +05:30
panos-kakos
71a872f5f2 [JAVA-15470] Fixed issues on properties file (#12945)
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2022-10-29 22:00:29 +05:30
edizor
93a1793b29 Update README.md 2022-10-26 22:38:39 +08:00
Loredana Crusoveanu
8e8372ad2d Merge pull request #12746 from saikatcse03/master
Enable SSL in Spring Boot with MySQL
2022-10-25 11:53:10 +03:00
panos-kakos
c8946ccceb [JAVA-13966] Upgraded h2 database to 2.1.214 + clean up (#12711)
* [JAVA-13966] Upgraded h2 database to 2.1.214

* [JAVA-13966] fixed tests for libraries-apache-commons

* [JAVA-13966] fixed tests

* [JAVA-13966] fixed tests

* [JAVA-13966] fixed tests JAVA-JPA MODULE

* [JAVA-13966] Made ninja submodule part of web-modules(parent)

* [JAVA-13966] Fixed naming convention for pmd

* [JAVA-13966] Moved tests of ninja-module to ManualTest category

* [JAVA-13966] Fix tests

Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2022-10-20 00:17:05 +05:30
Saikat Chakraborty
a1c8a4b411 Updated docker compose yaml indentation 2022-10-17 21:31:46 +05:30
edizor
b34d9899ed Update README.md 2022-10-16 10:50:22 +08:00
Azhwani
9115090e3d BAEL-5697: Add new section in Hibernate Exceptions article (#12797) 2022-10-09 21:18:50 +02:00
emanueltrandafir1993
b140d0af4b BAEL-5736: added new module and code snippets 2022-10-06 22:17:30 +02:00
Saikat Chakraborty
61d855c17e Updated configs 2022-10-06 19:18:39 +05:30
Asjad J
15b7835cae Updated README.md
added link back to the article: https://www.baeldung.com/java-mongodb-document-insert-array
2022-10-05 15:28:02 +05:00
Avin Buricha
235b54ae45 Article code (#12715) 2022-10-03 18:01:49 +01:00
Asjad J
1531dc50fd Updated README.md
added link back to the article: https://www.baeldung.com/microstream-intro
2022-09-30 17:00:38 +05:00
Loredana Crusoveanu
6e102120ac Merge pull request #12752 from jsgrah-spring/master
JAVA-13403. Upgrade the maven-pmd-plugin from the main pom to the lat…
2022-09-26 18:18:52 +03:00
Saikat Chakraborty
38376c7f52 static import for mockito 2022-09-24 10:01:44 +05:30
jsgrah-spring
1a0973cfb2 JAVA-13403. Upgrade the maven-pmd-plugin from the main pom to the latest version 3.19.0 and remove any overridden versions for this plugin from the repo. 2022-09-23 13:19:54 +02:00
collaboratewithakash
a42d9073e3 Update README.md 2022-09-23 16:07:05 +05:30
collaboratewithakash
303cf954f5 Update README.md 2022-09-23 15:24:33 +05:30
collaboratewithakash
714506a5e9 Update README.md 2022-09-23 15:02:54 +05:30
Daniel Strmecki
090f2c7109 Feature/bael 5653 microstream (#12660)
* BAEL-5653: Microstream storage

* BAEL-5653: Eager loading

* BAEL-5653: Lazy loading

* BAEL-5653: Temp dir

* BAEL-5653: Refactoring

* BAEL-5653: Refactoring

* BAEL-5653: Refactoring

* BAEL-5653: PR comments
2022-09-22 18:53:16 +01:00
Saikat Chakraborty
b5c78f4be8 Updated methods 2022-09-22 09:55:21 +05:30