Michael Olayemi
3178d8cb59
Get file size efficiently in Java ( #14970 )
...
* Get file size efficiently in Java
* Get file size efficiently in Java
* Get file size efficiently in Java
* Update FileSizeBenchmark.java
2023-10-19 17:45:54 +05:30
rajatgarg
d2ede7f67c
Address review comments
2023-09-25 01:34:58 +05:30
Liam Williams
156793bb48
Merge pull request #14796 from rajat-garg/rg/extension-from-mime-type
...
[BAEL-6730] Use ContentType to fetch the extensions
2023-09-19 22:17:46 +01:00
rajatgarg
030f308c5b
Use ContentType to fetch the extensions
2023-09-20 00:36:33 +05:30
edizor
9fb2ef8bc0
Update README.md
...
[skip ci]
2023-09-16 09:00:17 +08:00
Liam Williams
ba5065c692
Merge pull request #14740 from rajat-garg/rg/extension-from-mime-type
...
[BAEL-6730] Move hardcoded version to properties
2023-09-09 15:47:46 +01:00
rajatgarg
30b5e9d7cb
Move hardcoded version to properties
2023-09-09 15:25:14 +05:30
Liam Williams
62e3033f5c
Merge pull request #14701 from rajat-garg/rg/extension-from-mime-type
...
[BAEL-6730] Add getting Extension from MIME type of a file
2023-09-07 18:34:53 +01:00
rajatgarg
2b5199a2c6
Address review comments
2023-09-07 22:48:08 +05:30
rajatgarg
982a592fc6
Address review comments
2023-09-06 23:27:10 +05:30
rajatgarg
d7f6dfff1c
Address review comments
2023-09-06 02:18:51 +05:30
rajatgarg
d7367094f3
Address review comments
2023-09-06 02:17:39 +05:30
rajatgarg
869b931e73
Update Tests to get multiple extensions
2023-09-06 02:12:57 +05:30
davidmartinezbarua
41facdad5f
Merge pull request #14670 from manfred106/BAEL-6894-close-iostream
...
BAEL-6894: Closing Java IO Streams
2023-09-05 14:15:27 -03:00
rajatgarg
f1c7b8b2b0
Add getting Extension from MIME type of a file
2023-09-03 03:59:20 +05:30
Manfred
53f0aa07eb
BAEL-6894: Closing Java IO Streams
2023-08-28 17:51:20 +01:00
panos-kakos
cff743d86d
[JAVA-23099] Upgraded maven-jar-plugin to latest version
2023-08-28 09:11:25 +03:00
timis1
65852417da
JAVA-24055 Upgrade reading-file-in-java article ( #14591 )
2023-08-23 15:07:11 +03:00
Bipin kumar
2229e249a5
JAVA-22625: Changes made for formatting the pom.xml ( #14327 )
...
* JAVA-22625: Changes made for formatting the pom.xml
* JAVA-22625: Changes made for formatting the pom.xml
* JAVA-22625: commenting module
* JAVA-22625: commenting module
2023-07-25 12:04:39 +05:30
Dhawal Kapil
7026b0abc9
JAVA-19536 Fix formatting of pom.xmls
2023-04-05 07:14:09 +05:30
Harry9656
66fb7ea877
JAVA-5735: Appending a new File to a ZIP file ( #13044 )
2022-11-22 00:44:18 -07:00
Loredana Crusoveanu
984dc79473
Update README.md
2022-11-13 17:58:21 +02:00
Mahn00rMalik
790e53837d
BAEL-5767: Writing an ArrayList of Strings into a Text File ( #12783 )
...
* Deep vs Shallow copy of an object in java
* update indentaions
* Create a BMI Caclualtor in Java
* Create a BMI Caclualtor in Java
* Delete unused packages
* BAEL-5708: Create a BMI Calculator in Java
* BAEL-5708: Create a BMI Calculator in Java
* BAEL-5767:Writing an ArrayList of Strings into a Text File
* BAEL-5767:Writing an ArrayList of Strings into a Text File
* Deleting files from core-java-io
* BAEL-5767: Writing an ArrayList of Strings into a Text File
* Removed files from core-java-11-2
* BAEL-5767:Writing an ArrayList of Strings into a Text File
* BAEL-5767:Writing an ArrayList of Strings into a Text File
* BAEL-5767:Writing an ArrayList of Strings into a Text File
2022-10-04 14:03:59 +02:00
Haroon Khan
fc145be4a8
[JAVA-9019] Logging clean up
2022-01-29 16:24:15 +00:00
Krzysiek
32c8413f82
JAVA-8436: Remove AssertJ depenendency from the child modules - part 4
2021-11-18 14:03:13 +01:00
sampadawagde
b984a4b618
JAVA-8204: Fix formatting of POMs
2021-11-09 16:27:03 +05:30
Haroon Khan
00026a8d5b
[JAVA-6005] Reduce logging ( #11247 )
2021-09-26 08:58:09 +05:30
freelansam
32dde5b5d1
JAVA-6475: Fix formatting of POMs ( #11087 )
...
* JAVA-6475: Fix formatting of POMs
* correct build error
2021-08-03 00:27:15 +05:30
sampadawagde
f245635a24
JAVA-5223: Fix formatting of POMs (Part 4)
2021-05-06 22:27:07 +05:30
Krzysztof Woyke
63e5a2dad0
JAVA-3596: Clean up exec-maven-plugin config
2021-04-02 15:43:27 +02:00
Loredana Crusoveanu
f6ee5efc3f
formatting
2020-11-20 14:42:56 +02:00
Loredana Crusoveanu
ebf99bfd4f
BAEL-3641 fix for creating directories inside a zip and handling missing entry for root folder in windows-created archives
2020-11-20 14:41:36 +02:00
mikr
31d314f7b5
JAVA-2097 Update "Rename File" article
2020-07-14 14:11:12 +02:00
Krzysiek
845a8968c7
JAVA-2105: Move articles out of core-java-io module
2020-07-13 21:17:54 +02:00
Loredana Crusoveanu
7ab2f437ee
Revert "BAEL-4134"
2020-07-07 14:18:10 +03:00
François Dupire
2bdba48843
[JAVA-1657] Junit and Maven Surefire Plugin upgrade in core-java-modules ( #9301 )
...
* [JAVA-1657] core-java-modules JUnit and Maven Surefire Plugin upgrade
* [JAVA-1657] Changed sub modules parents to core-java-modules and core-java-modules to parent-java
* [JAVA-1657] Upgraded JUnit Jupiter version
* [JAVA-1657] Get JUnit 4 dependency transitively
2020-05-25 19:45:48 +05:30
amit.pandey
1f4a4e24ec
pom formatting
2020-03-15 18:22:24 +05:30
Loredana Crusoveanu
f69aee855f
Update README.md
2020-02-16 21:35:44 +02:00
mikr
46d3228551
Java-112 Update unit tests for article merge
2020-02-16 18:32:53 +01:00
mikr
b155b71c4b
Java-112 Merge duplicate Java read from file articles
2020-02-13 09:16:08 +01:00
mikr
d7fd1e2493
Java-112 Merge duplicate Java read from file articles
2020-02-13 08:50:05 +01:00
johnA1331
e6f988df12
Update README.md
2020-01-23 14:55:24 +08:00
catalin-burcea
153a3923f0
[BAEL-18783] - Fix formatting of POMs
2019-12-06 11:40:56 +02:00
catalin-burcea
fe49f7c4f6
[BAEL-19088] - Move articles out of core-java-io part 3
2019-11-15 11:49:42 +02:00
catalin-burcea
34714af74d
[BAEL-19087]-Move articles out of core-java-io part 2
2019-11-12 11:13:45 +02:00
catalin-burcea
9182868d6e
[BAEL-15998] - Move articles out of core-java-io part 1
2019-11-06 17:04:00 +02:00
Eric Martin
3225470df5
Merge pull request #8125 from eugenp/revert-8119-BAEL-3275-2
...
Revert "BAEL-3275: Using blocking queue for pub-sub"
2019-10-31 20:43:47 -05:00