Commit Graph

22 Commits

Author SHA1 Message Date
sampadawagde f245635a24 JAVA-5223: Fix formatting of POMs (Part 4) 2021-05-06 22:27:07 +05:30
johnA1331 0df52dda7c Update README.md 2020-07-23 21:03:11 +08:00
johnA1331 6101e18ee9 Update README.md 2020-07-21 21:04:41 +08:00
amit.pandey 0716abb5e7 used properties defined in parent pom 2020-07-12 00:06:27 +05:30
Loredana Crusoveanu 7ab2f437ee Revert "BAEL-4134" 2020-07-07 14:18:10 +03:00
François Dupire 2bdba48843 [JAVA-1657] Junit and Maven Surefire Plugin upgrade in core-java-modules (#9301)
* [JAVA-1657] core-java-modules JUnit and Maven Surefire Plugin upgrade

* [JAVA-1657] Changed sub modules parents to core-java-modules and core-java-modules to parent-java

* [JAVA-1657] Upgraded JUnit Jupiter version

* [JAVA-1657] Get JUnit 4 dependency transitively
2020-05-25 19:45:48 +05:30
mikr f1dde2936b JAVA-618 Move code for 3 articles from core-java-exceptions to core-java-exceptions-2 2020-05-08 23:12:36 +02:00
johnA1331 803c8ddc99 Update README.md 2020-03-18 14:27:33 +08:00
johnA1331 e052b9e735 Update README.md 2020-03-18 12:57:21 +08:00
amit.pandey 1f4a4e24ec pom formatting 2020-03-15 18:22:24 +05:30
Greg e8da9d39f7 Merge pull request #8742 from amdegregorio/BAEL-3840
BAEL-3840 Suppressed Exceptions in Java
2020-03-02 10:05:23 -05:00
amdegregorio d1ed8af579 BAEL-3840 Adjust examples based on editor feedback 2020-02-28 06:54:27 -05:00
amdegregorio 83539b1b3e BAEL-3840 Fix example for section 2.1. 2020-02-18 16:07:26 -05:00
amdegregorio a681588bcc BAEL-3840 Suppressed Exceptions in Java 2020-02-17 06:36:35 -05:00
Pazis bde0c37075 java.net.SocketException: Connection reset (#8707)
* initial commit

* fix
2020-02-11 12:10:59 -08:00
johnA1331 deb3a7458b Update README.md 2020-02-10 14:00:57 +08:00
johnA1331 0fbe596c06 Update README.md 2020-02-05 16:29:30 +08:00
Eric Martin 07a2624110 Merge pull request #8567 from johnA1331/master
Bi-monthly test fix - BAEL-20909
2020-01-31 20:24:34 -06:00
Pazis fc7fe5ac4c BAEL-3513 (#8489)
* BAEL3513

* fix
2020-01-24 11:24:35 -08:00
johnA1331 166ad6547f Update README.md 2020-01-23 15:41:01 +08:00
Thabo Ntsoko f8d612969c Moving CatchingThrowable.java to the core-java-exceptions-2 module 2019-12-22 17:08:39 +02:00
Vikas Rajput 8f1d5128c7 BAEL-3397: Difference between throw e and throw new Exception(e) (#8339)
* Article: Quick and practical example of hexagonal architecture in java with Spring Project

* Removed server.port property from application.properties

* BAEL-3397: Difference between throw e and throw new Exception(e) in java

* BAEL-3397 : Removed links from readme file

* BAEL-3397: removed hexagonal module from the code

* BAEL-3397: renamed exceptions package name to rethrow
2019-12-11 10:42:31 -08:00