emanueltrandafir1993
c3d805e5c0
BAEL-5639: added code samples for the article
2022-07-02 17:55:17 +02:00
anuragkumawat
e1f020527a
JAVA-12626 Fix AccountUnitTest in core-java-concurrency-advanced-3 module
2022-07-01 21:25:41 +05:30
thibault.faure
4298849d9e
BAEL-5180 improvement on the article about sealed class
...
move code to java 17 and use getPermittedSubClasses instead of permittedSubClasses
2022-06-30 23:12:51 +02:00
Loredana Crusoveanu
c534201ece
Merge pull request #12427 from tudormarc/tudormarc-even-odd-negative-numbers
...
BAEL-5560 - small fix for negative numbers
2022-06-30 13:26:34 +03:00
mdabrowski-eu
40e42f8d45
BAEL-5557 Split a stream into parts ( #12238 )
...
* BAEL-5557 Split a stream into parts
* BAEL-5557 fix main pom.xml
* BAEL-5557 fix mvn profiles
* BAEL-5557 articles with equals and hashcode
* BAEL-5557 migrate assertions to assertj
* BAEL-5557 better assertions
2022-06-30 10:26:34 +01:00
tudor.marc
ffe5873397
BAEL-5560 - quick fix for negative numbers
2022-06-30 10:24:43 +03:00
Christopher C. Smith
103a374ba1
Article/bael 5516 how to convert input stream to base64 string ( #12219 )
...
* java-shallow-deep tutorial
* BAEL-5516 How to Convert InputStream to base64 String
- Junit test demonstrating the code
* BAEL-5516 - How-to-Convert-InputStream-to-base64-String
Cleaned up files
* BAEL-5516 - How-to-Convert-InputStream-to-base64-String
- updated per Jira comments
* BAEL-5516 - How-to-Convert-InputStream-to-base64-String
- rename and formatting to match Baeldung standards
2022-06-30 09:31:55 +05:30
Asjad J
cee261bdcb
Updated README.md
...
added link back to the article: https://www.baeldung.com/java-check-number-parity
2022-06-27 14:43:46 +05:00
Asjad J
7b420f92ec
Updated README.md
...
added link back to the article: https://www.baeldung.com/jar-create-programatically
2022-06-27 12:50:39 +05:00
sampadawagde
90ba68c233
JAVA-12730: readme changes
2022-06-26 16:52:45 +05:30
sampadawagde
16f7224c44
JAVA-12730: modify parent pom
2022-06-26 16:26:33 +05:30
sampadawagde
cba7eccc23
JAVA-12730: Rename java-collections-maps-3 to
...
core-java-collections-maps-5
2022-06-26 16:25:51 +05:30
sampadawagde
a1fbbd3c0c
JAVA-12730: Rename java-numbers-5 to core-java-numbers-5
2022-06-26 16:25:18 +05:30
sampadawagde
585717541c
JAVA-12730: Rename java-numbers-4 to core-java-numbers-4
2022-06-26 16:24:57 +05:30
sampadawagde
d3c8b9cdcf
JAVA-12730: Rename java-numbers-3 to core-java-numbers-3
2022-06-26 16:24:35 +05:30
sampadawagde
da4c248bbd
JAVA-12730: Rename java-numbers-2 to core-java-numbers-2
2022-06-26 16:24:10 +05:30
sampadawagde
f776d6d454
JAVA-12730: Rename java-numbers to core-java-numbers
2022-06-26 16:23:39 +05:30
sampadawagde
3502a350a4
JAVA-12730: Rename java-collections-conversions-2 to
...
core-java-collections-conversions-2
2022-06-26 16:22:56 +05:30
sampadawagde
45d808ce56
JAVA-12730: Rename java-collections-conversions to
...
core-java-collections-conversions
2022-06-26 16:22:21 +05:30
opokharel
90aa4a1239
BAEL-5421 by @opokharel
...
BAEL-5421 by @opokharel
2022-06-25 17:21:34 -06:00
opokharel
99a902b27b
BAEL-5421
2022-06-25 12:48:16 -06:00
opokharel
6ff0745dce
BAEL-5421
2022-06-25 12:45:17 -06:00
opokharel
fac1883733
BAEL-5421
2022-06-25 12:41:04 -06:00
opokharel
8991dbe2df
BAEL-5421
2022-06-25 12:36:55 -06:00
opokharel
db1bf15694
BAEL-5421
2022-06-25 12:16:04 -06:00
opokharel
38664852dd
BAEL-5421
2022-06-25 12:11:40 -06:00
opokharel
380b86b50e
BAEL-5421
2022-06-25 11:57:23 -06:00
opokharel
ca767321f7
BAEL-5421
2022-06-25 11:46:51 -06:00
opokharel
baa612d3bb
BAEL-5421
2022-06-25 11:42:18 -06:00
opokharel
ded7b0af8f
BAEL-5421
2022-06-25 11:35:39 -06:00
opokharel
d29b19e148
BAEL-5421
2022-06-25 11:30:29 -06:00
opokharel
acd0dc7894
BAEL-5421
2022-06-25 11:29:08 -06:00
opokharel
c2bfe407de
BAEL-5421
2022-06-25 11:09:55 -06:00
opokharel
1b29276c17
[BAEL-5421] by @opokharel
...
[BAEL-5421] by @opokharel
2022-06-25 11:00:26 -06:00
anuragkumawat
bf6c478bb5
JAVA-12080 Update When to Use a Parallel Stream in Java
2022-06-25 22:17:32 +05:30
tudormarc
20dc126a64
BAEL-5560 - checking even and odd numbers ( #12388 )
2022-06-24 09:27:48 +05:30
kwoyke
69d21288b9
Merge pull request #12373 from anuragkumawat/JAVA-12359
...
JAVA-12359 Potential issue in Validate String as Filename in Java article
2022-06-23 21:26:38 +02:00
Loredana Crusoveanu
a746e8119d
BAEL-5632 add jar example
2022-06-22 13:45:36 +03:00
anuragkumawat
08a2c27339
JAVA-12359 Committing Test Cases for Colon and Slash Characters
2022-06-21 22:25:12 +05:30
Asjad J
d6cbf68489
Updated README.md
...
added link back to the article: https://www.baeldung.com/java-destructor
2022-06-21 11:15:44 +05:00
Asjad J
2eda1aecd5
Updated README.md
...
added link back to the article: https://www.baeldung.com/java-calculate-time-ago
2022-06-21 11:13:13 +05:00
anuragkumawat
675e33fbab
JAVA-12359 Code Review Changes
2022-06-20 20:55:14 +05:30
anuragkumawat
033ddb7a41
JAVA-11382 Update article Create an empty map in Java ( #12383 )
2022-06-20 18:46:31 +05:30
Loredana Crusoveanu
bc4d404991
BAEL-5647 temporarily disable tests
2022-06-20 09:38:18 +03:00
anuragkumawat
ca3fe06a56
JAVA-12359 Changes required in windows os test due to fix of unix os failing test
2022-06-18 11:56:32 +05:30
anuragkumawat
8d7014cfc0
JAVA-12359 Trying to fix failing unix platform test
2022-06-18 11:50:52 +05:30
anuragkumawat
2181c452d3
JAVA-12359 Fix jdk 9 and above build
2022-06-17 22:37:23 +05:30
anuragkumawat
d81428bab7
JAVA-12359 Potential issue in Validate String as Filename in Java article
2022-06-17 22:26:31 +05:30
kwoyke
d6dd1e2165
Merge pull request #12350 from dkapil/task/JAVA-11241
...
JAVA-11241 Added missing pom.xml for container modules and other cleanup
2022-06-17 09:02:21 +02:00
Dhawal Kapil
44fa00e0ea
Task/java 12687 ( #12367 )
...
* JAVA-11493 Renamed spring-sleuth to spring-cloud-sleuth
* JAVA-12687 Fixed test by replacing site name with working site
2022-06-17 00:01:34 +05:30