Commit Graph

21138 Commits

Author SHA1 Message Date
GilvanOrnelas
c7b0b6dc68 Fixing db indexing integration tests (#10229)
Co-authored-by: Gilvan Ornelas Fernandes Filho <gilvan.fernandes@bairesdev.com>
2020-11-06 09:04:33 +00:00
Loredana Crusoveanu
1e1b550f67 Merge pull request #10236 from kwoyke/JAVA-3384
JAVA-3384: Fix integration tests in the spring-boot-properties
2020-11-06 10:33:01 +02:00
Krzysztof Woyke
d4ebfe59f0 JAVA-3384: Add missing commons-collections4 dependency 2020-11-06 09:08:16 +01:00
Jonathan Cook
f0776411fe Merge pull request #10166 from Saber-k/master
BAEL-4212 (String) or .toString()?
2020-11-05 15:35:33 +01:00
Krzysztof Woyke
ad285da1c0 JAVA-3384: Fix integration tests in the spring-boot-properties 2020-11-05 08:58:04 +01:00
johnA1331
f50185bf20 Update README.md 2020-11-05 14:17:57 +08:00
johnA1331
51e7db608f Update README.md 2020-11-05 14:12:52 +08:00
johnA1331
f0a47e9868 Update README.md 2020-11-05 14:10:38 +08:00
johnA1331
bbd0a8e295 Update README.md 2020-11-05 14:09:02 +08:00
johnA1331
3b001c4761 Update README.md 2020-11-05 14:07:07 +08:00
johnA1331
3dd2d7a50b Update README.md 2020-11-05 13:58:00 +08:00
johnA1331
1bb89581eb Update README.md 2020-11-05 13:55:30 +08:00
Eric Martin
d8ffc78e97 Merge pull request #10233 from tarunjain01/master
BAEL-4645|Transient keyword in Java
2020-11-04 22:56:55 -06: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
Amitabh Tiwari
bef0ecee72 BAEL-4399: Changes for removing tab spaces 2020-11-04 19:34:50 +05:30
sharifi
6f32d4758d update README file 2020-11-04 14:28:21 +03:30
sharifi
ec724579ee add aes main source 2020-11-04 14:28:17 +03:30
sharifi
c98d8050fd update assertj version 2020-11-04 14:28:12 +03:30
sharifi
fb74711055 add test file 2020-11-04 14:28:06 +03:30
Jonathan Cook
2a6992f1f3 Merge branch 'master' of https://github.com/eugenp/tutorials 2020-11-04 11:03:04 +01:00
Tarun Jain
c344718382 BAEL-4645|Transient keyword in Java 2020-11-04 14:09:33 +05:30
Daniel Strmecki
a8b8d2d498 Feature/bael 4662 sealed classes (#10224)
* BAEL-4662: Initial commit of new module

* BAEL-4662: Example with Records

* BAEL-4662: Example with Interface

* BAEL-4662: Add test classes

* BAEL-4662: Update examples and tests

* BAEL-4662: Rename test classes
2020-11-03 11:37:30 -08:00
Harihar Das
c89dee8965 Channels examples (#10225)
Co-authored-by: Harihar Das <harihar.das@revolut.com>
2020-11-03 19:13:36 +01:00
kwoyke
df7e5627cc BAEL-3704: Add missing code samples (#10226) 2020-11-03 19:07:21 +01:00
Amitabh Tiwari
0243c51df1 BAEL-4399: Removed unwanted space 2020-11-03 19:25:25 +05:30
Amitabh Tiwari
75a427b285 BAEL-4399: Removed the unwanted code 2020-11-03 19:23:18 +05:30
Amitabh Tiwari
74a8e9f163 Corrected the file names 2020-11-03 19:13:59 +05:30
Amitabh Tiwari
629680dc83 BAEL-4399: Removed unwanted changes 2020-11-03 14:16:44 +05:30
Amitabh Tiwari
f09f44163b BAEL-4399: Added changes as per review comment 2020-11-03 14:07:23 +05:30
kwoyke
3bf22fce0d BAEL-4682: Add boolean example to the YAML (#10227) 2020-11-03 09:33:24 +01:00
Eric Martin
36796ad782 Merge pull request #10192 from sk1418/abstractMethodError
[BAEL-4284] AbstractMethodError
2020-11-02 21:24:43 -06:00
joe
7c3fcf1c47 [BAEL-4635] Fixed tests and formatted per feedback 2020-11-02 22:05:46 -05:00
Jonathan Cook
db2bfc2333 Merge pull request #10170 from abdallahsawan/BAEL-4161
The Value of 0xFF Number and Its Uses With &amp; Operation in Java Ar…
2020-11-02 19:33:34 +01:00
Loredana Crusoveanu
6362243989 Merge pull request #10125 from ThibDujardin/master
Add Vavr Tuple example
2020-11-02 17:21:02 +02:00
AbdallahSawan
310ac91d56 The Value of 0xFF Number and Its Uses With &amp; Operation in Java Article by Abdallah Sawan 2020-11-02 10:31:44 +02:00
GilvanOrnelas
4711e4fedb Storing files indexed by a database (#10174)
Creating the FileLocationService to link the FileSystemRepository to the ImageDbRepository. Removing test order

Changing to BDDMockito

Changing Long wrapper for @id. Changing the test names to given-when-then pattern

Co-authored-by: Gilvan Ornelas Fernandes Filho <gilvan.fernandes@bairesdev.com>
2020-11-01 14:46:15 +00:00
Loredana Crusoveanu
fbed509af4 Merge pull request #10221 from eugenp/lor6-patch-1
Update README.md
2020-11-01 11:36:04 +02:00
Greg
fa43473490 Merge pull request #10144 from SimoneCusimano/BAEL-4183-dependency-management-in-gradle
[BAEL-4183] Dependency Management in Gradle
2020-10-31 12:35:33 -04:00
Loredana Crusoveanu
c5f202f4f5 Update README.md 2020-10-31 12:07:35 +02:00
Sampada
433df90ea5 BAEL-3894: Added Performance Tests (#10213) 2020-10-30 10:37:24 -07:00
Cavero Barca
b46714d044 Correct the artifactid and names to match with the folder following the guidelines 2020-10-30 17:44:33 +01:00
Loredana Crusoveanu
3aed595345 Merge pull request #10217 from eugenp/update-httpclient
add additional property for httpclient v.4.5
2020-10-30 12:39:54 +02:00
joe
7d65b4b0ab [BAEL-4635] Tests for JPA Transient Annotation tutorial 2020-10-29 20:17:31 -04:00
mateusz.szablak
7a65a74e94 review #2 2020-10-29 16:44:28 +01:00
Loredana Crusoveanu
d02b51b5ab Merge pull request #10214 from johnA1331/master
BAEL-28915 - github-related test fix (results: 18.10.2020)
2020-10-29 15:23:58 +02:00
Loredana
3e2bd0294e add additional property for httpclient v.4.5 2020-10-29 15:16:29 +02:00
Kumar Chandrakant
c0d395681d Adding source code for article tracked under BAEL-4576 (#10203)
Co-authored-by: CHANDRAKANT Kumar <kumar.chandrakant@soprabanking.com>
2020-10-29 06:11:46 +01:00
Loredana Crusoveanu
009fc55bf6 Merge pull request #10212 from eugenp/lor6-patch-1
Update README.md
2020-10-28 14:13:02 +02:00