Commit Graph

29 Commits

Author SHA1 Message Date
mikr
1937c60c6c JAVA-618 Restore code for Global Exception Handler 2020-04-28 22:12:00 +02:00
amit.pandey
04c9af4965 pom formatting 2020-03-15 18:22:24 +05:30
Vikas Rajput
5e8882a328 BAEL-3397: Added next link in core-java-exceptins module (#8380)
* 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

* BAEL-3397: Added next link in core-java-exceptions module and linked core-java-exceptions-2 module
2019-12-15 12:24:17 -08:00
catalin-burcea
2f7e94bc92 [BAEL-18783] - Fix formatting of POMs 2019-12-06 11:40:56 +02:00
catalin-burcea
34e61efb0a [BAEL-16531] - Move all the existing articles on "optional" under java-optional 2019-11-26 12:01:07 +02:00
johnA1331
02996af935 Update README.md 2019-11-22 00:07:11 +08:00
Loredana Crusoveanu
44cacae49d Merge pull request #7465 from amit2103/BAEL-16045-15
[BAEL-16045] - Check Article Code Matches GitHub for https://www.bael…
2019-11-02 17:45:49 +02:00
amit2103
05d0730b34 [BAEL-16045] - Moved code to core-java-exceptions 2019-10-27 20:45:01 +05:30
johnA1331
06679f56b2 Update README.md 2019-10-18 20:06:52 +08:00
johnA1331
9c9363400e Update README.md 2019-10-18 20:03:45 +08:00
johnA1331
e6d04b8624 Update README.md 2019-10-18 20:02:51 +08:00
johnA1331
c454bfd58c Update README.md 2019-10-18 20:01:43 +08:00
johnA1331
47a1f27b97 Update README.md 2019-10-18 19:57:58 +08:00
Loredana
885df8d48d add github links to articles 2019-10-12 22:28:00 +03:00
Catalin Burcea
6cb034c1d8 Move articles out of core-java-lang part 1 (#7908) 2019-10-02 22:02:53 -06:00
Sjmillington
88a20dc6a2 moved some classes back to core-java-8 2019-09-08 14:35:08 +01:00
Sjmillington
3e155818d5 [BAEL-13505] Move articles out of core-java part 1 2019-09-05 17:44:52 +01:00
Gang
2796491d84 Add @Test annotation 2019-08-25 11:13:21 -06:00
Gang
0630b2dffc BAEL-3146 Source code for article: Checked and Unchecked Exceptions in Java 2019-08-20 22:53:05 -06:00
Loredana Crusoveanu
006bb85ca2 Update README.md 2019-07-21 11:47:08 +03:00
johnA1331
9bdd157a48 Update README.md 2019-07-21 16:22:48 +08:00
johnA1331
0fa09cf5ae Update README.md 2019-07-21 16:22:09 +08:00
sheryllresulta
b7e27478c5 Create README.md
[skip ci]
2019-07-15 04:21:44 -07:00
amit2103
37e402eb60 [BAEL-15322] - Fix formatting of POMs 2019-07-07 23:59:01 +05:30
amit2103
73ea42d0ae [BAEL-15321] - Extracted versions into properties 2019-07-07 01:08:17 +05:30
Marcos Lopez Gonzalez
5ddae76ae1 code moved from core-java to core-java-exceptions 2019-06-20 19:46:17 +02:00
binary-joe
ce68ce1c65 BAEL-2516 catching errors in catch blocks (#7075)
* BAEL-2516 catching errors in catch block

* BAEL-2516 catching errors in catch block; classes moved
2019-06-03 06:42:11 +02:00
Abhishek Malik
ef9f687f68 rename variable and move underscore to front to simulate minus (#7010) 2019-05-23 22:18:32 -05:00
abhijoyful
01492d1674 JIRA - BAEL-2773 (The Java NumberFormatException) (#6909)
* adding a generic core-java-exceptions module for number format excpetion and other java exceptions in future

* Update core-java-modules/core-java-exceptions/pom.xml

Co-Authored-By: abhijoyful <abhijoyful@gmail.com>

* add core-java-exceptions module in core-java-module pom

* replace tab with whitespaces

* cleanup code (refactor junit class name per convention, format code, remove blank javadoc)

* rename unit test class per convention to fix build failure
2019-05-10 07:43:18 -05:00