Commit Graph

13 Commits

Author SHA1 Message Date
johnA1331
0ec13d5324 Update README.md 2020-08-20 17:21:55 +08:00
johnA1331
e7da08b91e Update README.md 2020-07-23 21:21:28 +08:00
johnA1331
0a75e0c908 Update README.md 2020-07-21 22:19:17 +08:00
SauDev
07522864be BAEL-4135 - When are static variables initialized? (#9607)
* Hexagonal Architecture in Java

A quick and practical example of Hexagonal Architecture in Java

* Fixed code formatting issues

* When are static variables initialized

Sample class and test class.

* Revert "When are static variables initialized"

This reverts commit c781923093.

* Revert "Revert "When are static variables initialized""

This reverts commit 2bffdf401d.

* New java module for static variable

Created a new core-java-lang-3 module for static variables.

* PR review changes: Added more scenarios to the static variable test

Covered the following cases:
1. Variable initialization in a static block
2. Variable initialization in a static nested class
2020-07-16 23:13:25 -07:00
rpvilao
d9ee24d824 Update pom.xml 2020-07-10 20:32:25 +02:00
Jordan Simpson
0ab28367a1 Update StringToBooleanUnitTest.java 2020-07-10 08:52:48 -05:00
rpvilao
944725473e Merge branch 'master' into BAEL-4300 2020-07-10 09:51:15 +01:00
Amy DeGregorio
62cf3c00a0 BAEL 4157 Move examples to new core-java-lang-3 module (#9678) 2020-07-10 08:15:07 +02:00
Jordan Simpson
6021255ddf Merge remote-tracking branch 'origin/BAEL-4300' into BAEL-4300 2020-07-05 12:09:24 -05:00
Jordan Simpson
7665236626 Changed "More" to "Next" and added forward reference to core-java-lang-3 2020-07-05 12:09:12 -05:00
Jordan Simpson
62eef1d3f8 Delete .gitignore 2020-07-05 11:43:41 -05:00
Jordan Simpson
bff05436a1 Moved opening bracket up with class definition 2020-06-29 12:05:00 -05:00
Jordan Simpson
d42d817ac3 Added code examples for BAEL-4300 article. 2020-06-25 15:16:48 -05:00