Commit Graph

51 Commits

Author SHA1 Message Date
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
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
anuragkumawat
6f63712774 JAVA-13132 Cleaned persistence-modules sub-modules poms (#12553)
* JAVA-13132 Cleaned persistence-modules sub-modules poms

* JAVA-13132 Moved testcontainers.version property up

* JAVA-13132 Update java-jpa-3 pom
2022-08-08 19:25:28 +05:30
sampadawagde
be2d84b1f6 JAVA-8287: Split or move java-jpa-3 module 2021-11-26 22:19:21 +05:30
Krzysiek
2c2f2dcf04 JAVA-8436: Remove AssertJ depenendency from the child modules - part 3 2021-11-18 12:48:35 +01:00
chaos2418
f13b9a96a4 JAVA-1672: removing redundant junit declarations 2021-11-05 14:31:19 +05:30
davidmartinezbarua
f6820ce309 Merge pull request #11187 from mladensavic94/master
Connecting to a Specific Schema in JDBC
2021-10-31 10:20:46 -03:00
Dhawal Kapil
5f9befd0c4 Java 3590 (#11367) (#11380)
* Java 3590 (#11367)

* JAVA-3590: updating junit-jupiter dependency in the main pom.xml

* resolving unnecessary mockito stubbings exception

* adding junit-bom in dependency management

* fixing tests which were not getting discovered

* Revert "fixing tests which were not getting discovered"

This reverts commit 2e9ed8df42.

* fixing tests in ninja, open-liberty and spring-ejb

* removing junit4 dependency and replacing it with junit-vintage-engine

* removing junit4 dependency and replacing it with junit-vintage-engine in testing-modules, maven-modules and aws-lambda

* removing junit dependency and replacing it with junit-vintage-engine

* removing junit and replacing it with junit-vintage-engine

* fixing tests that were not getting discovered due to old version of junit:junit

* updated failsafe plugin configuration to skip integration tests in blade

* fixing tests that were not getting discovered due to old version of junit:junit

* fixing tests in libraries and libraries-2 modules

Co-authored-by: chaos2418 <>

* Java 3590 - fixing integration tests in restx and spring-5-webflux (#11382)

* JAVA-3590: updating junit-jupiter dependency in the main pom.xml

* resolving unnecessary mockito stubbings exception

* adding junit-bom in dependency management

* fixing tests which were not getting discovered

* Revert "fixing tests which were not getting discovered"

This reverts commit 2e9ed8df42.

* fixing tests in ninja, open-liberty and spring-ejb

* removing junit4 dependency and replacing it with junit-vintage-engine

* removing junit4 dependency and replacing it with junit-vintage-engine in testing-modules, maven-modules and aws-lambda

* removing junit dependency and replacing it with junit-vintage-engine

* removing junit and replacing it with junit-vintage-engine

* fixing tests that were not getting discovered due to old version of junit:junit

* updated failsafe plugin configuration to skip integration tests in blade

* fixing tests that were not getting discovered due to old version of junit:junit

* fixing tests in libraries and libraries-2 modules

* fixing integration tests in restx and spring-5-webflux

Co-authored-by: chaos2418 <>

Co-authored-by: chaos2418 <92030908+chaos2418@users.noreply.github.com>
2021-10-29 09:37:04 +05:30
Mladen Savic
53bb9e42a6 Merge branch 'eugenp:master' into master 2021-10-01 12:34:37 +02:00
johnA1331
ccb801c5cb Update README.md 2021-09-09 00:43:30 +08:00
johnA1331
7a30161347 Update README.md 2021-09-01 21:57:28 +08:00
Mladen Savic
817cb52482 Connecting to a Specific Schema in JDBC 2021-08-31 20:44:43 +02:00
Dhawal Kapil
0ee1125908 JAVA-3247 Reduce logging of tutorials-integration job 2021-08-21 14:14:24 +05:30
kwoyke
ea0af629e4 JAVA-5408: Use common postgresql.version property (#10879)
* JAVA-5408: Use common postgresql.version property

* JAVA-5408: Cleanup spring-boot-react

* JAVA-5408: Use commons-cli.version property in libraries-data

* JAVA-5408: spring-security-modules cleanup

Co-authored-by: Krzysztof Woyke <krzysztof.woyke.sp@lhsystems.com>
2021-06-11 20:25:37 +05:30
johnA1331
470b3af850 Update README.md 2021-06-03 22:41:19 +08:00
johnA1331
d3990f056e Update README.md 2021-06-03 22:28:36 +08:00
MeenaGawande
9db4e1d630 [BAEL-4958] JPA Unique Constraint (#10793)
* [BAEL-4958] JPA Unique Constraint

Defining Unique Constraints in JPA

* [BAEL-4958] JPA Unique Constraint

Changed the field name from pAddress to streetAddress

* [BAEL-4958] JPA Unique Constraint

Resolved conflicts

* [BAEL-4958] JPA Unique Constraint

Getters and setters are changed for address field

* [BAEL-4958] JPA Unique Constraint

Fixed Junits

* [BAEL-4958] JPA Unique Constraint

Fixed id field

Co-authored-by: MeenaGawande <MeenaGawande@users.noreply.github.com>
2021-06-01 21:52:34 -05:00
Maciej Główka
6d77cd97e9 BAEL-4887: fetching multiple entities in JPA query (#10803) 2021-05-25 12:48:22 -07:00
johnA1331
9d3715f494 Update README.md 2021-05-20 01:16:34 +08:00
davidmartinezbarua
3620d70331 Merge pull request #10706 from mladensavic94/master
BAEL-4898 - return an auto generated id
2021-05-16 10:12:12 -03:00
sampadawagde
ee8d1b762c JAVA-5223: Fix formatting of POMs (Persistence Modules - Part 1) 2021-05-10 20:05:39 +05:30
Mladen Savic
cf6aa5c1cd return auto generated ids 2021-04-27 12:34:05 +02:00
Krzysztof Woyke
46feed75ff JAVA-5083: Fix unit tests in java-jpa-3 module 2021-04-01 23:31:16 +02:00
Krzysztof Woyke
bd5440e79f JAVA-3578: Ignore failing unit test in the java-jpa-3 2021-03-31 23:30:49 +02:00
Krzysztof Woyke
b60ec53823 JAVA-3295: Fix pom properties in persistence-modules 2021-03-24 12:32:33 +01:00
johnA1331
c2b5038019 Update README.md 2021-01-20 22:46:34 +08:00
Emmanuel Yasa
fdd7b7c4f7 [BAEL-4601] Revision: Simplifies assertions 2021-01-14 01:36:35 +08:00
Emmanuel Yasa
70d7527d5d [BAEL-4601] How to convert a Hibernate proxy to a real entity object
* Adds Domain Models
* Adds Integration Tests
2021-01-05 01:35:53 +08:00
johnA1331
52d01d374b Update README.md 2020-12-09 18:17:32 +08:00
Emmanuel Yasa
bb74502aa5 [BAEL-4056] Guide to MultipleBagFetchException (#10304)
* Removes DummyEntity
* Uses Artist Entity instead of DummyEntity
2020-12-04 18:44:40 -08:00
Emmanuel Yasa
5443f23db3 [BAEL-4056] Guide to MultipleBagFetchException (#10294)
* Adds Domain Models
* Adds Integration Tests
2020-11-30 23:22:46 -08:00
johnA1331
7f616e4857 Update README.md 2020-11-18 17:09:46 +08:00
johnA1331
7c21ca2680 Update README.md 2020-11-18 17:00:13 +08:00
Mateusz Szablak
86f154d83b BAEL-4723 Defining Indexes in JPA #2 (#10254)
* BAEL-4723 Defining Indexes in JPA

* unit -> integration test

* whitespaces fix

* tab to space

Co-authored-by: mateusz.szablak <mateusz.szablak@accenture.com>
2020-11-15 21:26:38 -08:00
Mateusz Szablak
8f425e5727 BAEL-4723 Defining Indexes in JPA (#10247)
* BAEL-4723 Defining Indexes in JPA

* unit -> integration test

Co-authored-by: mateusz.szablak <mateusz.szablak@accenture.com>
2020-11-13 10:25:15 -08:00
johnA1331
1334e1a279 Update README.md 2020-11-11 21:32:16 +08:00
Jonathan Cook
c8c1e63a20 Merge pull request #10216 from emyasa/BAEL-4643
BAEL-4643: JPA CascadeType.REMOVE vs orphanRemoval
2020-11-11 11:46:00 +01:00
Emmanuel Yasa
f6f1c11082 BAEL-4643: JPA CascadeType.REMOVE vs orphanRemoval
* Adds a test to OrphanRemovalIntegrationTest that expects a PersistenceException
2020-11-04 23:42:20 +08:00
Emmanuel Yasa
e66514e3dd BAEL-4643: JPA CascadeType.REMOVE vs orphanRemoval
* Reformats code using the provided intelliJ-formatter.xml
2020-11-04 23:42:20 +08:00
Emmanuel Yasa
d3da953252 BAEL-4643: JPA CascadeType.REMOVE vs orphanRemoval
* Defines the Domain: ShipmentInfo, LineItem and OrderRequest entity
* Adds CascadeTypeRemoveIntegrationTest
* Adds OrphanRemovalIntegrationTest
2020-11-04 23:42:20 +08:00
joe
7c3fcf1c47 [BAEL-4635] Fixed tests and formatted per feedback 2020-11-02 22:05:46 -05:00
joe
7d65b4b0ab [BAEL-4635] Tests for JPA Transient Annotation tutorial 2020-10-29 20:17:31 -04:00
sampadawagde
63e25b4181 Fix for String equals check 2020-08-28 15:39:15 +05:30
johnA1331
a9b4ccd15a Update README.md 2020-08-20 18:21:02 +08:00
andrebrowne
b226283b38 Merge branch 'BAEL-4077' 2020-08-08 21:16:30 -04:00
andrebrowne
dae8e088ac BAEL-4077 Fixup styling 2020-08-08 21:14:25 -04:00
andrebrowne
9bb40073b6 Merge branch 'BAEL-4077' 2020-08-08 21:06:36 -04:00
andrebrowne
9848d89bef BAEL-4077 Fixup styling 2020-08-08 21:05:32 -04:00
andrebrowne
bd0a7032fe Remove metamodel plugin 2020-07-28 18:40:29 -04:00
andrebrowne
a00ae301a9 Simplify hashcode example 2020-07-28 18:03:57 -04:00