Commit Graph

316 Commits

Author SHA1 Message Date
Erik Pragt
e08d6d1ba8 Merge pull request #7572 from cscib/BAEL-3083
Example added for BAEL-3083
2019-10-12 23:44:42 +11:00
eric-martin
26d4229f4d Fixed method reference examples in labmda article 2019-10-11 20:22:14 -05:00
Eric Martin
31b573dee0 Merge pull request #7910 from mnafshin/MalformedInputException
[BAEL-2505] MalformedInputException test functions are added
2019-10-10 22:19:49 -05:00
Loredana Crusoveanu
fdf812510f Merge pull request #7927 from IgorNB/patch-1
SemaPhoreDemo double acquire fix
2019-10-10 20:48:16 +03:00
Josh Cummings
8d940062ca Merge pull request #7963 from catalin-burcea/BAEL-15996
[BAEL-15996] Move articles out of core-java-lang part 2
2019-10-09 09:27:57 -06:00
Erik Pragt
5cffe22228 Merge pull request #7973 from Thabo08/java-file-class-demo
java-file-class demo code
2019-10-08 08:24:26 +11:00
Thabo Ntsoko
76bcf49a7a java-file-class demo code 2019-10-07 18:02:32 +02:00
Afshin
3997dcc8e2 Enhanced: renamed a function 2019-10-07 12:22:05 +02:00
Afshin
7a9738b4bb Enhanced: reformatted code to synchronized it with the article 2019-10-07 12:20:54 +02:00
Afshin
78cb7a3a3f Enhanced: given_when_then pattern naming and formatting problems are resolved 2019-10-07 11:52:22 +02:00
catalin-burcea
6b80543360 Move articles out of core-java-lang part 2 2019-10-06 15:57:30 +03:00
Afshin
da1ac659fb decodeText implementation is reformatted 2019-10-06 11:22:18 +02:00
Afshin
750aab063e indentations are adjusted 2019-10-06 11:07:21 +02:00
Josh Cummings
0196549cb6 Merge pull request #7924 from sjmillington/readme-30
Add README descriptions 30
2019-10-05 16:40:00 -06:00
Afshin
2bb48cbedc Wildcard imports are replaced by named classes and static import is removed 2019-10-05 21:07:21 +02:00
Sjmillington
af5759705c Merge branch 'readme-30' of https://github.com/sjmillington/tutorials into readme-30 2019-10-05 16:58:38 +01:00
Sjmillington
931e71095c Updated README language 2019-10-05 16:58:08 +01:00
Sam Millington
f7e63a836b Add README descriptions 29 (#7923)
* Add README descriptions 29

* Fixed collections-list links
2019-10-04 08:49:29 +03:00
Josh Cummings
746f62cc5f Merge branch 'master' into readme-30 2019-10-03 23:46:41 -06:00
Josh Cummings
3d0a1d0315 Merge pull request #7895 from alessiostalla/BAEL-17506
#BAEL-17506 Add README descriptions to several modules.
2019-10-03 23:36:50 -06:00
Eric Martin
aa8a75c54b Merge pull request #7752 from nikunjgandhi1987/master
BAEL-3214 | FileWriter class
2019-10-03 20:03:16 -05:00
caroline
c7174343bf Removing null checks as suggested by editor for BAEL-3083 2019-10-03 22:52:34 +02:00
Sam Millington
e4ef23d7b9 Add README descriptions 28! (#7917) 2019-10-02 22:19:05 -06:00
Josh Cummings
43de2560ce Merge branch 'master' into BAEL-17506 2019-10-02 22:17:50 -06:00
Catalin Burcea
6cb034c1d8 Move articles out of core-java-lang part 1 (#7908) 2019-10-02 22:02:53 -06:00
IgorNB
7f51ae04c0 Update SemaPhoreDemo.java 2019-10-02 19:56:19 +03:00
IgorNB
efb631f017 safe semaphore.release in finally block 2019-10-02 19:55:06 +03:00
johnA1331
4aeef357e3 Bi-monthly test fix - BAEL-16797 (#7822)
* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Create README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md
2019-10-02 16:16:24 +03:00
IgorNB
f3537acf6b SemaPhoreDemo double acquire fix
tryAcquire() already acquires a permit, if one is available (no need to call acquire() after it)
2019-10-02 12:52:46 +03:00
Sjmillington
ccb9aea14f Add README descriptions 30 2019-10-01 16:16:00 +01:00
Afshin
230b2db438 MalformedInputException test functions are added 2019-09-29 18:30:31 +02:00
Catalin Burcea
39e99cd907 Split or move core-java-collections module (#7893) 2019-09-28 13:26:32 -06:00
Alessio Stalla
c5693676ee #BAEL-17506 Add README descriptions to several modules. 2019-09-28 12:40:03 +02:00
Catalin Burcea
0677a06271 Split or move core-java-collections module (#7842) 2019-09-27 07:31:36 -06:00
caroline
b27a5ae4cd Removing null checks as suggested by editor for BAEL-3083 2019-09-24 15:05:06 +02:00
Catalin Burcea
6073d2d451 Split or move core-java-modules/core-java-concurrency-basic module (#7799) 2019-09-23 07:55:02 -06:00
caroline
48cc9a4409 Removing null checks as suggested by editor for BAEL-3083 2019-09-23 14:44:51 +02:00
rpvilao
925b93b91c Merge pull request #7753 from binary-joe/master
BAEL-2976 http basic auth
2019-09-22 10:26:07 +02:00
Amit Pandey
a47a1a7a16 [BAEL-13506] - Removed .gitignore files (#7849) 2019-09-21 21:43:12 -06:00
KevinGilmore
b0c356b468 BAEL-2338: add link back to article (#7838)
* BAEL-2246: add link back to article

* BAEL-2174: rename core-java-net module to core-java-networking

* BAEL-2174: add link back to article

* BAEL-2363 BAEL-2337 BAEL-1996 BAEL-2277 add links back to articles

* BAEL-2367: add link back to article

* BAEL-2335: add link back to article

* BAEL-2413: add link back to article

* Update README.MD

* BAEL-2577: add link back to article

* BAEL-2490: add link back to article

* BAEL-2471: add link back to article

* BAEL-2583: add link back to article

* BAEL-2738: add link back to article

* BAEL-2711: Add spring-boot-angular module to root pom

* BAEL-2544 BAEL-2711 BAEL-2575 BAEL-2657 Add links back to articles

* BAEL-2736: Add link back to article

* BAEL-2789: Add link back to article

* BAEL-2489: add link back to article

* BAEL-2840: add link back to article

* BAEL-2655: add link back to article

* BAEL-2884: add link back to article

* BAEL-2985: Fix Spring Boot Apps in spring-data-rest module

* BAEL-2898 BAEL-3057 BAEL-3020 add links back to articles

* BAEL-3126 BAEL-2463 README

* BAEL-2989: add README

* BAEL-3149 BAEL-3043 update README

* BAEL-2338: update README

* BAEL-3149: move code to new module
2019-09-21 09:59:04 -05:00
Catalin Burcea
87e98c9085 Split or move core-java-modules/core-java-arrays module (#7784) 2019-09-20 07:47:19 -06:00
Amit Pandey
f2cac1ab7c [BAEL-13506] - Split or move core-java-8 module (#7790) 2019-09-20 07:30:34 -06:00
Antonio Moreno
c1caed8dde moving basicmethods from oop-2 to oop-3 (#7827) 2019-09-19 22:56:39 -05:00
Nikunj Gandhi
52934fdb20 BAEL-3214 | Code review related changes - 2 2019-09-19 15:31:48 -04:00
Nikunj Gandhi
4e063a1120 BAEL-3214 | Code review related changes - 1 2019-09-19 15:26:45 -04:00
Loredana Crusoveanu
79ce3c0fdc Merge pull request #7756 from at508/master
BAEL-2076
2019-09-18 20:32:17 +03:00
Catalin Burcea
e093daf12d changed the readme article links to https and removed the gitignore file (#7780) 2019-09-16 12:12:33 +01:00
Nikunj Gandhi
31be377141 BAEL-3214 | Java FileWriter class code - 2 2019-09-15 13:17:48 -04:00
Eric Martin
9154f5e062 Merge pull request #7741 from kevinkraus/master
BAEL-3227
2019-09-14 20:52:23 -05:00
binary-joe
60c990b8c1 fix merge issue; refactoring 2019-09-14 19:37:32 +02:00