collaboratewithakash
9aad77c8f7
backlink updated
2023-05-27 16:17:36 +05:30
Dhawal Kapil
7026b0abc9
JAVA-19536 Fix formatting of pom.xmls
2023-04-05 07:14:09 +05:30
Anastasios Ioannidis
11f740192c
JAVA-18131 Upgrade core-java-modules to JDK 11 ( #13462 )
...
* JAVA-18131 Upgrade core-java-modules to JDK 11
* JAVA-18131 Fixed pom conflicts
* JAVA-18131 Upgraded ASM and updated expected test results
* JAVA-18131 Fixed FormatNumberUnitTest and removed core-java-security from upgrading to 17
* JAVA-18131 Removed core-java-sun from upgrading
* JAVA-18131 Removed core-java-jvm-2, fixed number test
* JAVA-18131 Removed core-java-sun from upgrading to 11
* JAVA-18131 Removed all edited submodules from pre-jdk9
* JAVA-18131 removed pre-jpms from pre-jdk9
* JAVA-18131 Removed core-java-numbers-3 from pre-jdk9 profiles
* JAVA-18131 Cleanup
* JAVA-18131 Cleanup 2 - Removed upgraded submodules from core-java-modules
* JAVA-18131 Cleanup completed
* JAVA-18131 Replaced core-java-modules submodules in main pom with core-java-modules
* JAVA-18131 Replaced core-java-modules submodules in main pom, continued
* JAVA-18131 Core-java-nio-2, core-java-serialization back to pre-jdk9
* JAVA-18131 Try removing math-3 from core-java-modules and explicitly refer in parent pom
* JAVA-18131 Removed -lang, -nio, -streams-2, -math-3, -conversions-2 from jdk9 profiles
* JAVA-18131 Corrected conversions-2 module
* JAVA-18131 Review fixes
* JAVA-18131 Fixed -nio, re-upgraded -lang
* JAVA-18131 Adapted -nio for JDK 11, returned -lang to JDK 8
* JAVA-18131 Final corrections
2023-03-31 01:39:12 +05:30
timis1
be7213b147
JAVA-19534 Cleanup un-committed or un-ignored artifacts - Week 14 - 2023 ( #13695 )
...
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-03-24 21:11:52 +05:30
edizor
b7cd83a56a
Update README.md
...
[skip ci]
2023-01-11 15:19:44 +08:00
chrisjaimes
b6075009b0
BAEL-5822 printstream vs printwriter ( #13199 )
...
* BAEL-5822 pr with streams implementation, unit test and resource file for testing
* fix unit tests names
* swap arguments in assertion
Co-authored-by: Christian Jaimes <christian.jaimes@oracle>
2023-01-09 11:52:25 +01:00
edizor
c440c1e41f
Update README.md
2022-10-16 11:38:21 +08:00
edizor
d71fb7073e
Update README.md
...
[skip ci]
2022-10-16 11:37:49 +08:00
mdabrowski-eu
c4052100a0
BAEL-5745 Mocking InputStream ( #12845 )
2022-10-11 10:14:08 +02:00
Asjad J
d3380e2afc
Updated README.md
...
added link back to the article: https://www.baeldung.com/java-filename-full-path
2022-09-30 16:40:50 +05:00
Loredana Crusoveanu
6b6a9f1556
Merge pull request #12734 from Asjad-J/master
...
Updated README.mds
2022-09-18 10:29:01 +03:00
Kai Yuan
a7fc8039ff
[extractFilename] Getting the Filename From a String Containing an Absolute File Path ( #12728 )
2022-09-17 10:00:11 -05:00
Asjad J
471453d301
Updated README.md
...
added link back to the article: https://www.baeldung.com/java-md5-checksum-file
2022-09-17 08:30:26 +05:00
vunamtien
72daf77666
BAEL-5615-gen-md5-checksum-of-file ( #12668 )
...
Co-authored-by: tienvn4 <tienvn4@ghtk.co>
2022-08-30 15:51:01 +02:00
Asjad J
afb318fab4
Updated README.md
...
added a link back to the article: https://www.baeldung.com/java-scanner-skip
2022-05-03 15:18:37 +05:00
ACHRAF TAITAI
b64024d003
Bael 5381 update ( #12142 )
...
* BAEL-5381: Java Scanner.skip method with examples
* BAEL-5381: Edit unitTest class name
* BAEL-5381: update code after review
2022-04-30 11:40:27 +02:00
ACHRAF TAITAI
0fc7298473
BAEL-5381: Java Scanner.skip method with examples ( #12083 )
...
* BAEL-5381: Java Scanner.skip method with examples
* BAEL-5381: Edit unitTest class name
2022-04-24 14:49:25 +02:00
johnA1331
0f2f185443
Update README.md
2022-03-31 13:48:05 +08:00
Kai Yuan
3eeb5c7d2b
read user input ( #11946 )
...
* read user input
* rename the unittest class
2022-03-27 11:24:31 -05:00
Asjad J
08e84780bf
Updated README.md
...
added link back to the article: https://www.baeldung.com/java-read-file-into-map
2022-03-07 17:50:33 +05:00
Kai Yuan
5582611107
file to map article ( #11838 )
...
* file to map article
* add aggregateByKeys method
2022-02-28 19:44:16 -06:00
johnA1331
1b9fa338cf
Update README.md
2022-01-13 14:07:20 +08:00
Seshu Kumar T
ca7f2cc363
BAEL 5273 Sequence Input Stream (2nd commit) ( #11649 )
...
* SequenceInputStream changes
* assert statements corrected by keeping order as (expected, actual)
Co-authored-by: Seshu Thanneeru <seshukumar.thanneeru@thoughtdata.com>
2022-01-06 21:13:40 +01:00
johnA1331
de62a4e03c
Update README.md
2021-12-23 02:26:02 +08:00
Seshu Kumar T
d2752a384e
SequenceInputStream changes ( #11590 )
...
Co-authored-by: Seshu Thanneeru <seshukumar.thanneeru@thoughtdata.com>
2021-12-21 22:02:20 +01:00
vunamtien
17981c9036
BAEL-5052-simulate-touch-command-in-java ( #11560 )
...
* BAEL-5052-simulate-touch-command-in-java
* refactor
Co-authored-by: tienvn4 <tienvn4@ghtk.co>
2021-12-11 07:35:40 +01:00
Krzysiek
32c8413f82
JAVA-8436: Remove AssertJ depenendency from the child modules - part 4
2021-11-18 14:03:13 +01:00
freelansam
a5bcd85b16
JAVA-7433: Fix references to parents ( #11275 )
2021-10-05 01:08:39 +05:30
Liam Garvie
ef8ca20541
BAEL-4946 moved deserialization vulnerabilities code to a new package
2021-05-19 08:47:02 +01:00
sampadawagde
f245635a24
JAVA-5223: Fix formatting of POMs (Part 4)
2021-05-06 22:27:07 +05:30
johnA1331
3af803eb73
Update README.md
2021-01-14 00:11:46 +08:00
MeenaGawande
567e910903
[BAEL-4720] Java File.separator vs File.pathSeparator ( #10330 )
...
* [BAEL-4720] Java File.separator vs File.pathSeparator
Removed src code and modified junit tests
* [BAEL-4720] Java File.separator vs File.pathSeparator
Code formatting: Removed extra spaces in the code
* [BAEL-4720] Java File.separator vs File.pathSeparator
Added more junit tests
* [BAEL-4720] Java File.separator vs File.pathSeparator
Added new module core-java-io4 and moved the code from core-java-io3 module.
Co-authored-by: MeenaGawande <MeenaGawande@users.noreply.github.com>
2021-01-06 18:06:07 +00:00