Harry9656
6b0c4b9a80
JAVA-26760: Updated and standardized the junit-jupiter-engine library ( #16357 )
...
* JAVA-26760: Updated and standardized the junit-jupiter-engine library
* JAVA-26760: Updated and standardized the mockito-junit-jupiter library
* fix mockito-junit-jupiter properties
* fix maven-custom-plugin/usage-example properties
* Fix quarkus-funqy
* JAVA-26760: Fix NamespacedHierarchicalStore error in junit
2024-04-23 18:45:06 +02:00
Andrei Branza
3826c5b8e6
Andrei Branza - removed old code from old module
2024-04-11 17:04:01 +03:00
Andrei Branza
9b0e10496a
Merge branch 'master' into BAEL-6421-PrintWriter-write-vs-print
2024-04-11 16:59:27 +03:00
Loredana Crusoveanu
9dc160ccca
Update README.md
2024-04-09 19:24:00 +03:00
Andrei Branza
3999bcb3bd
BAEL-6421 | Removed public keyword from methods
2024-04-08 19:09:19 +03:00
Andrei Branza
293574e399
BAEL-6421 | Eliminated unnecessary plugin
2024-04-07 15:37:29 +03:00
Andrei Branza
6a04c9921c
Merge branch 'master' into BAEL-6421-PrintWriter-write-vs-print
2024-04-07 13:51:18 +03:00
rcalago
7d46346e9f
Update README.md
2024-04-04 00:13:17 +08:00
DiegoMarti2
d1e36a0b4e
baeldung-articles : BAEL-6607 ( #16240 )
...
Get a Path to a Resource in a Java JAR File.
2024-03-27 21:43:38 -07:00
Andrei Branza
e4aa7a1206
Merge branch 'master' into BAEL-6421-PrintWriter-write-vs-print
2024-03-27 20:58:57 +02:00
Liam Williams
e57037e841
Merge pull request #15766 from adalagandev/BAEL-7131_InputStream_vs_InputStreamReader_in_Java_v2
...
BAEL-7131 version 1 - POST REPO re-writing the commit history issue.
2024-03-26 13:27:14 +00:00
Andrei Branza
0d7b2dee7e
Merge branch 'master' into BAEL-6421-PrintWriter-write-vs-print
2024-03-24 16:06:07 +02:00
Andrei Branza
2b1f0b280e
BAEL-6421 | Cleaned the module pom from duplicate dependencies.
2024-03-24 16:03:10 +02:00
Andrei Branza
992716d7ff
BAEL-6421 | Added necessary tests for the PrintWriter write vs print method article
2024-03-24 15:59:14 +02:00
Bipin kumar
8f0bbdb6c0
JAVA-32170_C_06: Changes made for Fix formatting of POMs - C_06 ( #16107 )
2024-03-15 23:48:49 +02:00
adalagandev
83cc018515
BAEL-7131 - Removed InputStreamUnitTest as per Final review sugestions.
2024-03-15 18:08:35 +01:00
adalagandev
63741db3d9
BAEL-7131 - Updated for final review comments
2024-03-10 22:34:19 +01:00
adalagandev
03b2f8bb58
BAEL-7131 - Updated pom.xml under core-java-io-apis-2
2024-03-07 23:53:35 +01:00
adalagandev
069952c65c
BAEL-7131 - updated based on review comments from Final Review.
2024-03-06 01:22:17 +01:00
adalagandev
c84563ff4d
BAEL-7131 - fixed incomplete Assertion
2024-02-22 11:33:25 +01:00
adalagandev
9178b53dc9
BAEL-7131 - reapplied Baeldung Formatter, code changes from PR.
2024-02-21 11:10:39 +01:00
adalagandev
ed1e58c45e
BAEL-7131 version 7
2024-02-20 15:08:05 +01:00
adalagandev
e6d37b867c
BAEL-7131 version 6 - updated for PR comments, renamed unit test method, added assertJ dependency and used that in unit tests instead.
2024-02-20 00:11:06 +01:00
adalagandev
8a0d5939f1
BAEL-7131 version 5 - renamed class name to end with UnitTest
2024-02-12 10:12:12 +01:00
adalagandev
17172ba21a
BAEL-7131 version 4 - code review comments.
2024-02-11 19:48:18 +01:00
adalagandev
94fceedf7c
BAEL-7131 version 3 - code review comments.
2024-02-11 19:11:39 +01:00
adalagandev
8aea75fd05
BAEL-7131 version 2 - code review comments.
2024-02-10 23:44:42 +01:00
Ulisses Lima
a57ecf1bef
Merge pull request #15801 from eugenp/comment-15080
...
Update givenInputFromConsole_whenUsingScanner_thenReadCharByChar
2024-02-05 18:04:25 -03:00
Ana Peterlic
52b14f539e
Update import statement
2024-02-05 20:25:52 +01:00
Ana Peterlic
1899d70e91
Update ReadInputCharByCharUnitTest.java
2024-02-05 20:24:52 +01:00
Ana Peterlic
7ec4a9fd1d
Update givenInputFromConsole_whenUsingScanner_thenReadCharByChar
2024-02-03 06:37:14 +01:00
Bipin kumar
bcba7da594
JAVA-30449 Fix formatting of POMs A_to_C ( #15720 )
2024-01-30 12:29:53 +02:00
adalagandev
b2e89f3574
BAEL-7131 version 1 - POST REPO re-writing the commit history issue.
2024-01-29 14:46:50 +01:00
rcalago
eadcceb093
Update README.md
2024-01-19 10:18:31 +08:00
rcalago
258a0bce53
Update README.md
2024-01-19 10:17:24 +08:00
Kai Yuan
9b6a2a0236
[fileWriter-flush-close] FileWriter flush() and close() ( #15559 )
2024-01-11 20:12:52 -06:00
MohamedHelmyKassab
d317cbf552
This commit is related to BAEL-6873 ( #15579 )
...
This commit aims to add a class "ReadInputCharByChar" that provides several approaches to read input char by char.
2024-01-10 15:24:01 -08:00
Harry9656
5136e7349b
JAVA-27804: Remove explicit logging dependency ( #15448 )
2024-01-09 09:48:12 +02:00
edizor
67d1902524
Update README.md
...
[skip ci]
2023-11-05 13:02:33 +08:00
Michael Olayemi
f5ce4e6d86
PrintWriter vs FileWriter in Java ( #15034 )
...
* https://jira.baeldung.com/browse/BAEL-7117
* PrintWriter vs FileWriter in Java
* PrintWriter vs FileWriter in Java
* https://jira.baeldung.com/browse/BAEL-7117
* PrintWriter vs FileWriter in Java
2023-10-29 09:58:39 +05:30
edizor
3d09f92af7
Update README.md
...
[skip ci]
2023-09-29 23:02:38 +08:00
Hangga Aji Sayekti
556002e8d1
EOF Detection | bazeniancode@gmail.com | Hangga Aji Sayekti ( #14738 )
...
* [Add] add from my experiment repo github.com/hangga/eof-detection
* [Update] reorder test
* [Update] add close()
* [Update] try with resource
* [update] be careful with typo
2023-09-19 18:23:41 +05:30
edizor
0276583d48
Update README.md
...
[skip ci]
2023-08-09 20:45:45 +08:00
tienvn
1e05bb6e98
BAEL-6541-convert-relative-path
2023-08-03 17:59:49 +07:00
Loredana Crusoveanu
c55d386498
Merge branch 'master' into master
2023-07-20 16:30:42 +03:00
timis1
f2ab4c2aa8
JAVA-22516 Split or move core-java-io-apis-2 module (moved-1) ( #14361 )
...
* JAVA-22516 Split or move core-java-io-apis-2 module (moved-1)
* JAVA-22516 Adding back the file after fixing the conflicts
---------
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-07-14 23:00:39 +05:30
collaboratewithakash
0baeb9312c
updated backlink
2023-07-10 16:47:21 +05:30
timis1
615bd5c714
JAVA-22498 Potential issue in "Difference Between FileReader and BufferedReader in Java"
2023-06-29 22:35:10 +03:00
edizor
69febffe22
Update README.md
...
[skip ci]
2023-06-02 08:40:51 +08:00
edizor
857442f347
Update README.md
...
[skip ci]
2023-06-02 08:13:40 +08:00