Commit Graph

6627 Commits

Author SHA1 Message Date
johnA1331 647fd974fe Update README.md 2021-06-09 16:50:06 +08:00
johnA1331 b69608f9cf Update README.md 2021-06-09 16:44:52 +08:00
johnA1331 bcbb70cbc9 Update README.md 2021-06-09 16:40:11 +08:00
johnA1331 3615e2b3d0 Update README.md 2021-06-09 16:35:37 +08:00
johnA1331 38742c115b Update README.md 2021-06-09 16:31:35 +08:00
Loredana Crusoveanu 626035e44c Merge pull request #10885 from eugenp/bael-4957-v2
rename project, format
2021-06-08 14:03:04 +03:00
Loredana Crusoveanu f777c86fcf rename project, format 2021-06-08 12:16:37 +03:00
bfontana 3cabed6990 Merge pull request #10867 from nirm2009/master
BAEL-4881 - Update IgnoringPatternMetacharactersUnitTest.java
2021-06-07 22:18:06 -03:00
raviavhad 3db3072b45 BAEL-4957 - Spring validation in the service layer (#10811) 2021-06-07 12:33:08 +02:00
kwoyke 049d9e671f Merge pull request #10868 from freelansam/JAVA-5622
JAVA-5622: Update "Spring Boot Testing" article
2021-06-07 09:06:28 +02:00
kwoyke 9190c0ab46 Merge pull request #10862 from Maiklins/JAVA-3589-Upgrade_lombok_dependency_in_the_main_pom.xml
JAVA-3589 Update Lombok version for mapstrcut article
2021-06-07 08:56:46 +02:00
Eric Martin c297472479 Merge pull request #10870 from eugenp/revert-10829-hexagonal-architecture
Revert "Initial code checking to demonstrate the hexagonal architecture "
2021-06-06 21:14:06 -05:00
mdabrowski-eu d87559a4ba BAEL-4959 iterating over the Set (#10864) 2021-06-06 20:36:01 +02:00
KevinGilmore bfb9a2bcc8 BAEL-4724: add link back to article (#10873) 2021-06-06 10:32:48 -05:00
Eric Martin 9504c26e61 Revert "Initial code checking to demonstrate the hexagonal architecture " 2021-06-05 23:11:29 -05:00
Eric Martin cdd5b79c7e Merge pull request #10829 from cbenaveen/hexagonal-architecture
Initial code checking to demonstrate the hexagonal architecture
2021-06-05 23:11:15 -05:00
sampadawagde cb170bfabe JAVA-5622: Update "Spring Boot Testing" article 2021-06-05 21:07:08 +05:30
Dasun Nirmitha f9826f8e66 Update IgnoringPatternMetacharactersUnitTest.java
Unit test method names simplified according to Editor's suggestion.
2021-06-05 20:52:25 +05:30
Jonathan Cook ab93764e9c Merge pull request #10827 from azhwani/BAEL4608
BAEL-4608: Spring Boot Error "ApplicationContextException: Unable to start ServletWebServerApplicationContext due to missing ServletWebServerFactory bean"
2021-06-05 10:07:56 +02:00
polomos 836e9b479c BAEL-4724 Fixing log4j's "no appender found" warning (#10802) 2021-06-04 22:26:27 -05:00
mikr a86e6a2c0e JAVA-3589 Update Lombok version for mapstrcut article 2021-06-04 14:23:35 +02:00
doodoroma d51bc8bb54 Merge pull request #10838 from ukhan1980/BAEL-4406-jacoco-exclusions
[BAEL-4406] Add JaCoCo exclusions
2021-06-04 10:40:13 +02:00
uzma khan 70514c9fc7 [BAEL-4406] Remove redundant pom reference 2021-06-03 22:08:03 +01:00
uzma khan 08843a0141 Merge branch 'master' into BAEL-4406-jacoco-exclusions 2021-06-03 21:57:38 +01:00
uzma khan 443c0c7850 [BAEL-4406] Retrigger checks 2021-06-03 21:55:47 +01:00
Loredana Crusoveanu bf5b25b7a6 Merge pull request #10858 from johnA1331/master
BAEL-36407 - add links to github-baeldung articles
2021-06-03 19:12:31 +03:00
johnA1331 26768f40a5 Update README.md 2021-06-03 22:41:19 +08:00
johnA1331 98fce705da Update README.md 2021-06-03 22:38:54 +08:00
johnA1331 16bc7f4393 Update README.md 2021-06-03 22:36:50 +08:00
johnA1331 f894b98103 Update README.md 2021-06-03 22:30:13 +08:00
johnA1331 cf166adab6 Update README.md 2021-06-03 22:28:36 +08:00
johnA1331 33a845253c Update README.md 2021-06-03 22:26:37 +08:00
johnA1331 e96f316c8b Create README.md 2021-06-03 22:23:18 +08:00
johnA1331 edc0b6c747 Update README.md 2021-06-03 22:20:28 +08:00
johnA1331 c7af17e69f Update README.md 2021-06-03 22:17:29 +08:00
johnA1331 8bb4d52445 Update README.md 2021-06-03 22:11:37 +08:00
uzma khan 6ab67e6968 [BAEL-4406] Move maven code to testing-libraries-2 2021-06-03 10:11:38 +01:00
K. Naveen Kumar 9100c4a544 Removed a commented code 2021-06-02 18:31:43 +05:30
K. Naveen Kumar fb597316b0 The code has been reformatted using the intelliJ-formatter.xml from https://github.com/eugenp/tutorials/blob/master/intelliJ/intelliJ-formatter.xml 2021-06-02 18:29:36 +05:30
MeenaGawande 559d47a612 [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
uzma khan 2326e02ed2 [BAEL-4406] Fix typo 2021-06-01 11:16:59 +01:00
Glen Johnson 69f4ccd5f4 [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 1a590ce245 [BAEL-4968] Article code (#10849)
* [BAEL-4849] Article code

* [BAEL-4968] Article code
2021-05-31 20:20:02 -07:00
Carlos Cavero 5a555f7cf4 [BAEL-4907] - Add the tests to libraries-data-3 (#10848) 2021-05-31 20:15:20 -07:00
Eric Martin 1b2a677370 Merge pull request #10799 from ashleyfrieze/BAEL-4967-enterprise-lambda
BAEL-4967-Enterprise AWS Lambda Features
2021-05-31 16:54:28 -05:00
Ashley Frieze d532c50497 BAEL-4967-Enterprise AWS Lambda Features 2021-05-31 07:38:36 +01:00
nguyennamthai 9501c43785 BAEL-4884 Add unit tests for map vs. flatMap (#10836) 2021-05-31 07:00:38 +02:00
uzma khan 6f55a1201a [BAEL-4406] Add JaCoCo exclusions 2021-05-30 23:03:20 +01:00
K. Naveen Kumar 6300f61b7e Initial code checking to demonstrate the hexagonal architecture using Book store application 2021-05-30 20:02:35 +05:30
Jonathan Cook 1c9bccca01 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