Commit Graph

1375 Commits

Author SHA1 Message Date
Marcos Lopez Gonzalez 239e37aca1 Merge branch 'eugenmaster' into BAEL-2427-getCauseException 2019-05-07 11:48:16 +02:00
amit2103 3bae5e5334 [BAEL-9555] - Created a core-java-modules folder 2019-05-05 17:22:09 +05:30
Marcos Lopez Gonzalez c5f0223282 test renamed to end with UnitTest suffix 2019-05-04 19:59:12 +02:00
Marcos Lopez Gonzalez c2d94513d8 RootCauseFinder improvements 2019-05-03 20:13:38 +02:00
eric-martin 5adaadbfc5 issues/6879: Generate hashCode and equals 2019-05-02 23:03:00 -05:00
Marcos Lopez Gonzalez 6da90b24b0 AgeCalculator changes 2019-05-01 13:10:42 +02:00
Marcos Lopez Gonzalez a752486b79 changed example for finder of root cause exception 2019-04-29 19:58:51 +02:00
amit2103 566ce43d90 [BAEL-12897] - Moved set related articles from core-java-collections, core-java to core-java-collections-set 2019-04-28 23:25:52 +05:30
Marcos Lopez Gonzalez cde706f8c9 root cause finder 2019-04-15 20:47:23 +02:00
sheryllresulta 008de5e2c8
Update README.md 2019-04-05 14:33:58 +08:00
sheryllresulta 045f45ebd5
Update README.md 2019-03-18 19:05:47 +08:00
cdjole 9b6a3a0f88 New module core-java-jvm added (#6539) 2019-03-15 09:56:19 -07:00
charlesgonzales 5b89544fb7
Update README.md 2019-03-14 03:16:46 +08:00
cdjole 47e617fc39 Method inlining example. (#6520)
* Method inlining example.

* Test added
2019-03-13 08:31:14 -07:00
sheryllresulta 56fb8ec854
Update README.md 2019-03-11 15:43:11 +08:00
collaboratewithakash 1df138e509
Back-link added 2019-03-04 16:47:01 +05:30
Upendra Chintala 455c831b05 An example program to make JSON Post request with HttpURLConnection (#6415)
* An example program to make JSON Post request with HttpURLConnection

* Made few changes for better readability
2019-02-28 20:02:41 +01:00
Loredana Crusoveanu 8f0735c549
Update README.md 2019-02-27 22:12:11 +02:00
amit2103 89e39c37cb [BAEL-12666] - POM Properties Cleanup 2019-02-24 17:02:52 +05:30
Loredana Crusoveanu 69e29b364d
Merge pull request #6169 from FDPro/bael-2424
dupirefr/dupire.francois+pro@gmail.com [BAEL-2424] Removed order checking + filtering public and protected fields
2019-02-13 22:39:14 +02:00
Eric Martin e6f9af4c3f
Merge pull request #6265 from amdegregorio/master
BAEL-2542
2019-02-06 21:46:45 -06:00
collaboratewithakash a64b8054e7
Back-link added 2019-02-05 17:25:18 +05:30
collaboratewithakash 347061485d
Back-link added 2019-02-05 17:01:27 +05:30
collaboratewithakash b534fa9589
Back-link added 2019-02-05 16:11:56 +05:30
collaboratewithakash 31254b1b2b
Back-link added 2019-02-05 15:05:35 +05:30
Loredana Crusoveanu 99781c61b3
Merge pull request #6228 from eugenp/lor6-patch-5
Update README.md
2019-02-03 16:18:35 +02:00
amdegregorio 724139c9df clean up unused file 2019-02-02 06:50:52 -05:00
amdegregorio f324ce902f move the manifest into to simplify the example 2019-02-01 14:34:28 -05:00
amdegregorio 499aec3490 updates to simplify example 2019-01-30 13:55:37 -05:00
Loredana Crusoveanu f5cc3619f1
Merge pull request #6238 from urvyagrawal/BAEL-2558
Changes in test file
2019-01-28 21:11:55 +02:00
amdegregorio 66c92495fb BAEL-2542 Update system property name 2019-01-28 06:53:52 -05:00
amdegregorio 2e8ac81c2d Merge remote-tracking branch 'upstream/master' 2019-01-28 06:24:38 -05:00
Urvy Agrawal e5c860192a Removed error line from the file 2019-01-28 13:28:22 +05:30
Urvy Agrawal 13f9b875b8 Changes in test file 2019-01-28 13:17:30 +05:30
Loredana Crusoveanu aed3e8f829
Update README.md 2019-01-27 15:09:00 +02:00
amdegregorio 720c32ab78 BAEL-2542 Creating a Jar - example code 2019-01-26 09:00:26 -05:00
Loredana Crusoveanu ee5113b5e3
Merge pull request #6181 from urvyagrawal/BAEL-2558
Adding file for BAEL-2558
2019-01-22 20:27:59 +02:00
Loredana Crusoveanu 39ea408549
Update BitwiseOperatorUnitTest.java 2019-01-22 19:58:57 +02:00
Urvy Agrawal 2fb3e867d7 Adding test file for bitwise operators 2019-01-22 14:28:12 +05:30
Urvy Agrawal 3aff027b7a Adding file for BAEL-2558 2019-01-21 11:23:24 +05:30
dupirefr 2acd1e2792 [BAEL-2424] Updated tests to illustrate modifiers filtering and to disable order checking 2019-01-19 10:06:35 +01:00
Loredana 4f103eeb27 move instanceof code 2019-01-13 10:32:02 +02:00
Eric Martin 8f938c54a9
Merge pull request #6093 from urvyagrawal/BAEL-2543
Adding files for BAEL-2543
2019-01-12 17:12:13 -06:00
Loredana 2cb4faddb0 fix core-java test and back to build 2019-01-11 23:03:38 +02:00
Upendra Chintala 36e4892446 Check if a year/date is a leap year in Java (#6086)
* Hexagonal architecture implementation in Java -
upendra.chintala@gmail.com

* An example program to find a leap year using java 8 java.time.Year API

* Changed to add assertions

* Remvoed evaluation article code

* Added unit test suite for leap year testing using java.time.Year and
java.util.GregorianCalendar

* Update LeapYearUnitTest.java

* Update LeapYearUnitTest.java
2019-01-11 13:43:27 +01:00
Olaniyi Anjola c4edb95d4e BAEL-2452: Using curl from Java (#6113)
* Renamed from Unit Test to Live Test

* Update JavaCurlExamplesLiveTest.java
2019-01-10 15:51:30 -08:00
Loredana Crusoveanu 7f501f169f
Update Circle.java 2019-01-10 22:32:12 +02:00
Urvy Agrawal 2610176931 Review comments added 2019-01-08 20:09:51 +05:30
eric-martin ea1a467892 BAEL-2386: Moved FlightRecorder from core-java to core-java-perf 2019-01-07 20:32:55 -06:00
Urvy Agrawal 115a52a124 Adding files for BAEL-2543 2019-01-07 22:03:52 +05:30