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
Bhabani Prasad Patel
d2824f39f1
Merge branch 'eugenp:master' into master
2021-06-01 16:59:07 +05:30
uzma khan
20a329a603
[BAEL-4406] Fix typo
2021-06-01 11:16:59 +01:00
Glen Johnson
11af70fa24
[BAEL-4875] 1. contains -> containsExactly, 2. get number strings as Java types, 3. Sci Not. and Hex ( #10819 )
...
* [BAEL-4875] Added Finding as Numeric Values + Finding Sci Not & Hex Nums
Added:
1. Finding Integers and Decimal Numbers as Numeric Values
2. Finding Scientific Notation and Hex numbers
* BAEL-4875 - Changed assertThat.contains(...) to containsExactly(...)
Changed all instances of assertThat.contains(...) to
containsExactly(...) in FindNumbersUnitTest
Co-authored-by: gjohnson <gjohnson@192.168 .1.64>
2021-06-01 11:11:28 +01:00
psevestre
793ef75416
[BAEL-4968] Article code ( #10849 )
...
* [BAEL-4849] Article code
* [BAEL-4968] Article code
2021-05-31 20:20:02 -07:00
Carlos Cavero
3ac9c9cb6e
[BAEL-4907] - Add the tests to libraries-data-3 ( #10848 )
2021-05-31 20:15:20 -07:00
Eric Martin
7fc266b9a5
Merge pull request #10799 from ashleyfrieze/BAEL-4967-enterprise-lambda
...
BAEL-4967-Enterprise AWS Lambda Features
2021-05-31 16:54:28 -05:00
Iulian Manda
4e8e10b5f9
BAEL-4856 Update test names
2021-05-31 16:02:20 +03:00
Iulian Manda
bf171adee1
BAEL-4856 Download a binary file using OkHttp
2021-05-31 15:51:38 +03:00
Iulian Manda
050c53be0b
Revert "iulian.manda@gmail evaluation article "A quick and practical example of Hexagonal Architecture in Java""
...
This reverts commit 002a5713
2021-05-31 15:50:18 +03:00
Iulian Manda
e157492c8b
Revert "Add tests"
...
This reverts commit 08f8b8d1
2021-05-31 15:50:11 +03:00
Ashley Frieze
496a8955ee
BAEL-4967-Enterprise AWS Lambda Features
2021-05-31 07:38:36 +01:00
nguyennamthai
ac48f915ce
BAEL-4884 Add unit tests for map vs. flatMap ( #10836 )
2021-05-31 07:00:38 +02:00
uzma khan
f5aace53f6
[BAEL-4406] Add JaCoCo exclusions
2021-05-30 23:03:20 +01:00
K. Naveen Kumar
85bff54dbf
Initial code checking to demonstrate the hexagonal architecture using Book store application
2021-05-30 20:02:35 +05:30
Jonathan Cook
0e7f120f69
Merge pull request #10743 from tirumani03/dev/tirumani03/findingClassesInPackage
...
[BAEL-4279] Finding All Classes in a Java Package
2021-05-30 15:54:45 +02:00
Azhwani
4d10e6d127
format pom.xml
2021-05-30 14:27:42 +02:00
Azhwani
cb8ddfa35b
cleanup code
2021-05-30 12:46:40 +02:00
Azhwani
2162a4fbb9
first commit
2021-05-30 12:41:38 +02:00
Vikas Ramsingh Rajput
596093f07f
BAEL-4936: Added getColor() method in CircleInterface class as per the review comment
2021-05-30 15:45:46 +05:30
Bhabani Prasad Patel
437fcd4915
Removing this piece of code as been moved to a new module. ( #10820 )
2021-05-29 13:23:38 +02:00
Bhabani Prasad Patel
19ff4b2cd9
Removing this code as been moved to new module.
2021-05-29 08:46:26 +05:30
Bhabani Prasad Patel
2c97425109
Merge branch 'eugenp:master' into master
2021-05-29 08:41:46 +05:30
Eric Martin
06228886cf
Merge pull request #10786 from hkhan/BAEL-4930-cucumber-with-gradle
...
[BAEL-4930] Cucumber integration with Gradle
2021-05-28 21:12:25 -05:00
kwoyke
e9588af811
JAVA-5605: Upgrade parent-spring-5 to Spring 5.3.7 ( #10817 )
...
* JAVA-5605: Upgrade parent-spring-5 to Spring 5.3.7
* JAVA-5605: Remove mistakenly added node.exe
Co-authored-by: Krzysztof Woyke <krzysztof.woyke.sp@lhsystems.com >
2021-05-29 02:39:41 +05:30
Bhabani Prasad Patel
db5d424845
code commit for BAEL-4869 ( #10812 )
...
* Code commit for "Converting String to BigDecimal in Java" - Article
* modified the assert param for comparing actual and expected values
* removed the conflict change
* Code commit for Secret Key to String and vice versa in java
* renaming the junit class name to match coding standard
* code commit for BAEL-4869
* Adding new module with Secret key to String conversion in Java [BAEL-4489]
* changed code indent by space instead of tab
2021-05-28 22:38:15 +02:00
kwoyke
e7cd06cebf
BAEL-4585: Add readNbytes code sample ( #10814 )
...
* BAEL-4585: Add readNbytes code example
* BAEL-4585: Fix code samples
Co-authored-by: Krzysztof Woyke <krzysztof.woyke.sp@lhsystems.com >
2021-05-28 12:51:10 +02:00
Eric Martin
4c41f990a4
Merge pull request #10554 from rvsathe/master
...
Hexagonal Architecture code Reshma sathe
2021-05-27 19:29:55 -05:00
Greg
3078131219
Merge pull request #10696 from amitiw4u/BAEL-4919-MaxSizeArray
...
Added changes to demonstrate max array size
2021-05-27 14:39:35 -04:00
singhalak11
21e6aa2a2f
BAEL-4987: new module for operators ( #10800 )
2021-05-27 18:58:53 +01:00
Loredana Crusoveanu
6ce1fd8a19
Merge pull request #10809 from johnA1331/master
...
BAEL-36207 - add links to github-baeldung articles
2021-05-27 09:27:10 +03:00
Bhabani Prasad Patel
d1620c189b
changed code indent by space instead of tab
2021-05-27 11:42:38 +05:30
Bhabani Prasad Patel
0329542cf1
Adding new module with Secret key to String conversion in Java [BAEL-4489]
2021-05-27 10:55:46 +05:30
Bhabani Prasad Patel
0cd71c8fcc
code commit for BAEL-4869
2021-05-27 02:12:22 +05:30
Mateusz Szablak
3da25d3134
BAEL-4402 Java: Path vs File
2021-05-26 19:11:22 +02:00
johnA1331
3035b61e12
Update README.md
2021-05-27 01:06:55 +08:00
johnA1331
6e5289b477
Create README.md
2021-05-27 01:05:26 +08:00
johnA1331
177be6ae32
Update README.md
2021-05-27 01:03:35 +08:00
johnA1331
d2dea40cbc
Update README.md
2021-05-27 01:01:00 +08:00
johnA1331
6b2fd2e322
Update README.md
2021-05-27 00:56:46 +08:00
Bhabani Prasad Patel
48abe7a0a0
Merge branch 'eugenp:master' into master
2021-05-26 16:54:20 +05:30
Jonathan Cook
613a36e966
Merge pull request #10771 from MajewskiKrzysztof/BAEL-4871
...
Bael 4871
2021-05-26 09:02:13 +02:00
Eric Martin
4fb7e40b4e
Merge pull request #10767 from MicuEmerson/master
...
BAEL-4800: example of different POM types in Maven
2021-05-25 17:55:28 -05:00
Mladen Savic
bcbc0d98f7
insert null into Integer column using JDBC
2021-05-26 00:14:14 +02:00
Benjamin Caure
5651644214
BAEL-4665: add text blocks to multiline strings test ( #10777 )
...
* BAEL-4665: add text blocks to multiline strings test
* BAEL-4665: move core-java-strings to jdk9 profile
2021-05-25 22:27:16 +02:00
sunainag
162891dbeb
"BAEL-4894: Wire tap (EIP Patterns)" ( #10781 )
2021-05-25 22:21:56 +02:00
freelansam
cf753786c6
BAEL-4791 - clean up ( #10804 )
2021-05-25 12:53:21 -07:00
Maciej Główka
6d77cd97e9
BAEL-4887: fetching multiple entities in JPA query ( #10803 )
2021-05-25 12:48:22 -07:00
majewsk6
1e791d0363
BAEL-4871 Spring Conditional Annotations
2021-05-25 11:53:59 +02:00
kwoyke
131e0bac0f
Merge pull request #10765 from Maiklins/JAVA-2399-Update_spring-security-rest_module_to_use_Swagger_3.0.0
...
Java 2399 update spring security rest module to use swagger 3.0.0
2021-05-25 11:02:37 +02:00