Commit Graph

1276 Commits

Author SHA1 Message Date
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
Alessio Stalla
97b9b2b9a9 #BAEL-17507 add README descriptions 2019-10-02 22:39:08 +02: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
Alessio Stalla
05fe5e5022 Merge remote-tracking branch 'origin/BAEL-16646' into BAEL-16646-2
# Conflicts:
#	core-java-modules/core-java-8/README.md
#	core-java-modules/core-java-datetime/README.md
2019-10-02 17:16:51 +02:00
Alessio Stalla
f03f3cbf87 Merge branch 'master' into BAEL-16646 2019-10-02 17:13:32 +02:00
Alessio Stalla
ab77ab88ef #BAEL-16646 Move code for article Calculate age in Java from java-dates to java-dates-computations. The java-dates module is now empty. 2019-10-02 17:07:25 +02:00
Alessio Stalla
b0b52e6830 Merge branch 'BAEL-16646' into BAEL-16646-2
# Conflicts:
#	core-java-modules/core-java-datetime/README.md
2019-10-02 17:05:10 +02:00
Alessio Stalla
d2b96ee409 #BAEL-16646 Move article [Convert String to Date in Java](http://www.baeldung.com/java-string-to-date) from libraries to java-dates-string. The code was already in java-dates (but the article still points to libraries). 2019-10-02 17:04:11 +02:00
Alessio Stalla
80638ba2ca #BAEL-16646 Split Java dates articles regarding Java 8. Also moved [Set the Time Zone of a Date in Java](https://www.baeldung.com/java-set-date-time-zone) from core-java-8 to the new java-dates-java8 module (the code was already in java-dates) and moved some missing files for the article Extracting... to java-dates-computations.
java-dates now contains only two classes, which are relevant to the previous PR which will be shortly updated. One seems related to java-dates-string but it's unclear which article it belongs to and needs to be investigated.
2019-10-02 16:59:08 +02: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
Alessio Stalla
6ce78b1dde #BAEL-16646 Start splitting Java dates articles regarding Java 8. 2019-09-30 20:53:40 +02:00
Alessio Stalla
c70ac2cc73 #BAEL-16646 move java-dates "computations" articles under new Core Java module. 2019-09-30 15:52:48 +02:00
Afshin
230b2db438 MalformedInputException test functions are added 2019-09-29 18:30:31 +02:00
fejera
9d4614981b moved parameterized thread examples from core-java-concurrency-advanced to core-java-concurrency-advanced-2 2019-09-29 11:50:23 +02:00
fejera
0e60db5e5a moved thread join examples from core-java-concurrency-advanced to core-java-concurrency-advanced-2 2019-09-29 11:46:08 +02:00
fejera
2940c2bde5 moved thread local random examples from core-java-concurrency-advanced to core-java-concurrency-advanced-2 2019-09-29 11:43:37 +02:00
fejera
487c0df482 moved fork-join examples from core-java-concurrency-advanced to core-java-concurrency-advanced-2 2019-09-29 11:37:53 +02:00
fejera
582de7b60e moved cyclicbarrier vs countdownlatch examples from core-java-concurrency-advanced to core-java-concurrency-advanced-2 2019-09-29 11:33:40 +02:00
fejera
fd61088fc2 moved threaded even and odd number print examples from core-java-concurrency-advanced to core-java-concurrency-advanced-2 2019-09-29 11:21:47 +02:00
fejera
735462e6a8 moved yield examples from core-java-concurrency-advanced to core-java-concurrency-advanced-2 2019-09-29 11:19:56 +02:00
fejera
0bfbfffac1 moved priority scheduling examples from core-java-concurrency-advanced to core-java-concurrency-advanced-2 2019-09-29 11:18:13 +02:00
Alessio Stalla
fa3cc1e953 #BAEL-16646 fix pom parent 2019-09-29 11:15:25 +02:00
fejera
c98254dbe0 moved daemon thread examples from core-java-concurrency-advanced to core-java-concurrency-advanced-2 2019-09-29 11:14:11 +02:00
Alessio Stalla
491a912090 #BAEL-16646 move https://www.baeldung.com/java-date-difference in new module java-dates-computations 2019-09-29 11:13:08 +02:00
fejera
432395628b moved semaphore examples from core-java-concurrency-advanced to core-java-concurrency-advanced-2 2019-09-29 11:09:26 +02:00
fejera
ab8bab1948 fixed code for failing tests 2019-09-29 11:01:59 +02:00
Alessio Stalla
95324865a8 #BAEL-16646 fix project names 2019-09-29 10:59:04 +02:00
fejera
2283872696 added module core-java-concurrency-advanced-3 2019-09-29 10:51:31 +02:00
fejera
5be06e3d96 added module core-java-concurrency-advanced-2 2019-09-29 10:50:35 +02:00
fejera
e456cead7d changed link from http to https in core-java-concurrency-advanced 2019-09-29 10:46:50 +02:00
Alessio Stalla
f59fa07851 #BAEL-16646 moved modules java-dates-conversion and java-dates-string under core-java/core-java-datetime 2019-09-29 09:11:53 +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