Alessio Stalla
c3f60b7f14
#BAEL-16646 reindent parent pom.xml with spaces. Remove .gitignore files in datetime modules.
2019-10-06 08:34:37 +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
Alessio Stalla
9e06c59a1b
Merge branch 'BAEL-16646' into BAEL-16646-2. Flatten additional datetime modules and create new time-measurements module with 3 articles.
...
# Conflicts:
# core-java-modules/core-java-datetime/README.md
# core-java-modules/core-java-datetime/pom.xml
2019-10-04 22:10:05 +02:00
Alessio Stalla
850b6bf2f8
#BAEL-16646 flatten java-datetime modules
2019-10-04 21:56:40 +02:00
Alessio Stalla
c2cb11aebc
Merge remote-tracking branch 'origin/BAEL-16646' into BAEL-16646
...
# Conflicts:
# core-java-modules/core-java-datetime/README.md
# core-java-modules/core-java-datetime/pom.xml
2019-10-04 21:48:47 +02:00
Alessio Stalla
1b5d8a6b62
#BAEL-16646 flatten java-datetime modules
2019-10-04 21:47:42 +02: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
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