Commit Graph

879 Commits

Author SHA1 Message Date
sampadawagde
b0add81c74 JAVA-1188: Moved modules to core-java-modules 2020-04-07 14:50:03 +05:30
Eric Martin
8d01f23797 Merge pull request #8989 from alimate/BAEL-3866
BAEL-3866: Volatile Memory Ordering Example
2020-04-06 22:03:34 -05:00
Greg
e3bf1fb4b8 Merge pull request #8924 from eardeleanu15/BAEL-3853-Helpful-NPE
BAEL-3853: Helpful NPE in Java 14
2020-04-05 11:33:36 -04:00
kwoyke
f9a6ef176f BAEL-3978: Add code samples for Objects.equals() (#9033) 2020-04-05 07:52:47 +02:00
Fabricio Pautasso
c0d2e94267 BAEL-3918 - Adding BigDecimal numbers using the Stream API (#8900)
* BAEL-3918 - Adding BigDecimal numbers using the Stream API

* BAEL-3918 - Adding BigDecimal numbers using the Stream API

* BAEL-3918 - Adding BigDecimal numbers using the Stream API

* BAEL-3918 - Updating test methods names to be compliant with Baeldung standards

* Minor name change

Co-authored-by: ashleyfrieze <ashley@incredible.org.uk>
2020-04-04 15:55:13 +01:00
Josh Cummings
9a2408d226 Merge pull request #8980 from sampada07/JAVA-623
JAVA-623: Moved 3 articles from core-java-security to security-2
2020-04-03 08:27:11 -06:00
Eric Martin
12edf323b5 Merge pull request #8992 from alimate/BAEL-3922
BAEL-3922: Introducing nullsFirst and nullsLast
2020-04-01 21:11:03 -05:00
Kumar Chandrakant
449331297d Adding code for article tracked under BAEL-3573. (#8999)
Co-authored-by: CHANDRAKANT Kumar <kumar.chandrakant@soprabanking.com>
2020-04-01 20:53:38 +02:00
kwoyke
413e426c8e BAEL-2682: Move java-immutable-set article to core-java-collections-set module (#9001) 2020-04-01 20:42:54 +02:00
Eric Martin
23a9d88f35 Merge pull request #8959 from albanoj2/BAEL-3587
BAEL-3587: Added %n new line example.
2020-03-31 17:49:41 -05:00
kwoyke
7aad11669e BAEL-2681: Upgrade core-java-collections-set to Java 11 (#8998)
* BAEL-2681: Upgrade core-java-collections-set to Java 11

* BAEL-2681: Comment out core-java-collections-set from the pom.xml
2020-03-31 08:54:14 +02:00
kwoyke
21b171dccf BAEL-3060: Cleanup JMXTutorialMainlauncher (#8991) 2020-03-30 23:10:57 +02:00
Ali Dehghani
98e246e285 Introducing nullsFirst and nullsLast 2020-03-30 17:55:33 +04:30
Ali Dehghani
313a2e05c4 Borrowing one Example from JCIP 2020-03-30 01:29:02 +04:30
rpvilao
00911b4e06 Merge pull request #8958 from antmordel/master
BAEL-3928 Comparing Long Values in Java
2020-03-28 23:12:06 +01:00
Antonio Moreno
33628b1b45 BAEL-3928 Comparing Long values in Java 2020-03-28 11:53:42 +00:00
sampadawagde
a4c37bd9dd JAVA-623: Moved 3 articles to core-java-security-2 2020-03-28 16:48:43 +05:30
sampadawagde
dd72c90ae4 JAVA-623: Moved 3 articles from core-java-security to security-2 2020-03-28 16:48:04 +05:30
Eric Martin
ff92f38f31 Merge pull request #8945 from johnA1331/master
BAEL-23068
2020-03-27 12:38:58 -05:00
Greg
46d99501a4 Merge pull request #8935 from sergio41/master
[BAEL-3910] Code Upload
2020-03-26 14:32:22 -04:00
sampadawagde
324bd33323 JAVA-626: Updated Next and Prev links in README 2020-03-25 12:10:44 +05:30
sampadawagde
6de2994708 JAVA-626: Updated Next and Prev links in README 2020-03-25 12:07:06 +05:30
Josh Cummings
d994ab5642 Merge pull request #8906 from sampada07/JAVA-626
JAVA-626: Split or move java-math module
2020-03-24 23:20:24 -06:00
Eric Martin
e877b4d26f Merge pull request #8897 from sk1418/master
[BAEL-3914] java regex: \\s vs \\s+
2020-03-24 20:36:35 -05:00
Justin Albano
d48a3a91d6 BAEL-3587: Corrected mis-numbering in comments. 2020-03-24 19:57:56 -04:00
Justin Albano
216007d018 BAEL-3587: Added %n new line example. 2020-03-24 19:56:27 -04:00
Karsten Silz
192eb1f54c BAEL-3911 (#8939)
* Initial version of the code.

* Addressed PR comment.
2020-03-23 19:17:16 +01:00
johnA1331
28a8368df6 Update README.md 2020-03-23 18:55:39 +08:00
johnA1331
debcde5345 Update README.md 2020-03-23 18:46:45 +08:00
johnA1331
7b81f3c45e Update README.md 2020-03-23 18:45:49 +08:00
johnA1331
36e95f3e46 Update README.md 2020-03-23 18:44:34 +08:00
johnA1331
fab77b3b2a Update README.md 2020-03-23 18:18:10 +08:00
johnA1331
2f6764192d Update README.md 2020-03-23 18:07:01 +08:00
Eric Martin
1dcfc639f2 Merge pull request #8842 from AlexFlorinHriscu/master
BAEL-3859 - A Guide to AtomicMarkedReference in Java
2020-03-22 20:20:11 -05:00
sampadawagde
9519bcb432 JAVA-626 : Updated README description 2020-03-22 22:54:40 +05:30
Kai Yuan
2e330bf81e [BAEL-3914] java regex: \\s vs \\s+ 2020-03-22 17:44:10 +01:00
sergio41
d422490fd8 [BAEL-3910] Code Upload 2020-03-22 14:26:52 +01:00
sampadawagde
8a5d4f1a8d JAVA-626 : added new module to parent module's pom 2020-03-22 16:57:48 +05:30
sampadawagde
efc13c53cc JAVA-626 : Added new module, replacement for the retired java-math 2020-03-22 16:56:34 +05:30
sampadawagde
a3fdd99de2 JAVA-626: Added 3 articles 2020-03-22 16:55:04 +05:30
Loredana Crusoveanu
5f861bbd5b Merge pull request #8933 from amit2103/JAVA-1007-2
pom formatting
2020-03-22 10:16:56 +02:00
Sampada
a5237b3ae2 BAEL-3909: Moved code to another module (#8931) 2020-03-21 19:39:36 -07:00
amit.pandey
48f393b8c5 formatted pom.xml file 2020-03-22 07:24:38 +05:30
Eduard Ardeleanu
2c16595505 BAEL-3853: Helpful NPE in Java 14 2020-03-20 17:28:47 +02:00
rpvilao
9290f7c74b Merge pull request #8758 from mguarnaccia/BAEL-3855
BAEL-3855
2020-03-20 12:00:27 +01:00
Loredana Crusoveanu
0616463922 Merge pull request #8904 from johnA1331/master
BAEL-22474
2020-03-19 18:34:01 +02:00
Greg
a77d5c5760 Merge pull request #8843 from rojyates/BAEL-3603-Java-IO-versus-NIO
BAEL-3603 Add test examples for Java IO versus NIO article
2020-03-18 15:50:22 -04:00
Unknown
9140283ca2 BAEL-3855 2020-03-18 10:18:58 +01:00
johnA1331
3999baa2ce Update README.md 2020-03-18 14:27:33 +08:00
johnA1331
7d55fe1f67 Update README.md 2020-03-18 14:23:00 +08:00