edizor
67fa63242d
Update README.md
...
[skip ci]
2023-04-20 17:17:22 +08:00
edizor
90b9b536ff
Update README.md
...
[skip ci]
2023-04-20 17:13:37 +08:00
Loredana Crusoveanu
b01a849724
Merge pull request #13842 from edizor/master
...
Update README
2023-04-18 13:31:26 +03:00
Eugene Kovko
ae04ab2510
feat: BAEL-5947 External Debugging with JMXTerm ( #13847 )
...
* feat: BAEL-5947 External Debugging with JMXTerm
* fix: Removed a faulty test
* fix: Change Random to ThreadLocalRandom
* fix: Renamed a method
* fix: Formatting fix
2023-04-16 20:14:50 -07:00
Dhawal Kapil
e243694f39
JAVA-20211 Renamed modules ( #13827 )
...
* JAVA-20211 Renamed modules
* JAVA-20211 Renamed modules
2023-04-15 10:01:14 +05:30
panos-kakos
5471db832c
[JAVA-15018] Removed redundant apache httpclient dependency + added commons-codec ( #13828 )
2023-04-14 18:38:12 +05:30
edizor
f34c3e993b
Update README.md
...
[skip ci]
2023-04-14 16:35:28 +08:00
tgvLt
5c2126b626
Parse dates with multiple formats ( #13348 )
...
Code examples for "Parsing Date Strings with Varying Formats"
2023-04-13 23:22:30 -06:00
sam-gardner
ae52ba3968
BAEL-5771 Add code for url query manipulation in Java ( #13820 )
2023-04-13 19:02:41 +02:00
Eugene Kovko
c255eb13c1
BAEL-4174: Java Modularity and Unit Testing ( #13805 )
...
* feat: Added two main modules
* feat: Renamed test module
* feat: Added scripts for compiling library modules
* feat: Added scripts for running core module
* feat: Added scripts for running test module
* fix: Fixed module name
* fix: Removed unnecessary module imports
* feat: Added script for running tests with patch
* fix: Remove unnecessary module path imports
* feat: Script for simple classpath tests
* fix: Updated output directory
* fix: Updated output directory for test compilation
* fix: Replace maven repository with local lib folder
* feat: Add lib folder
* feat: Update the scripts
* fix: Remove pom from test module
* fix: Update core pom dependencies
* fix: Remove test module from a parent pom
* fix: Removed jars and added a script
* fix: Fix a script
* fix: Fix pom conflict
2023-04-13 07:51:31 -07:00
Alejamdro
1787041bd8
BAEL-6078 - Convert an Integer Value into 2-Digit Hex Value in Java ( #13682 )
2023-04-13 08:31:45 +05:30
kpentaris
88a97dc6c2
Highcpu ( #13821 )
...
* Add application file for BAEL-4496
* Move BAEL-4496 code from core-java-19 to core-java-perf-2
2023-04-12 19:30:33 +02:00
anuragkumawat
cf5d158622
JAVA-19115 Create new core-java-properties sub module under core-java-modules ( #13669 )
...
* JAVA-19115 Create new core-java-properties sub module under core-java-modules
2023-04-12 17:17:52 +05:45
anuragkumawat
ae3429db29
JAVA-19116 Create new core-java-compiler sub module under core-java-modules ( #13658 )
...
* JAVA-19116 Create new core-java-compiler sub module under core-java-modules
2023-04-12 16:46:55 +05:45
Alexandru Borza
67d6b1533b
Generating Time Based UUIDs ( #13668 )
...
* time-based UUIDs
* review
* review
2023-04-11 19:21:36 +01:00
Loredana Crusoveanu
e819357f00
Merge pull request #13812 from ulisseslima/bael-322-quickfix_echo-server
...
BAEL-322 - quick fix - echo server loop
2023-04-11 14:31:59 +03:00
anuragkumawat
197d85d705
JAVA-19117 Create new core-java-documentation sub module under core-java-modules ( #13619 )
...
* JAVA-19117 Create new core-java-documentation sub module under core-java-modules
https://team.baeldung.com/browse/JAVA-19117
2023-04-11 13:04:28 +05:45
Azhwani
068915df2f
BAEL-6313: Supporting ImmutableMap.ofEntries in Guava ( #13751 )
2023-04-11 08:38:52 +02:00
Ulisses Lima
3ec56eab46
check client still readable
2023-04-10 14:17:51 -03:00
jsgrah-spring
23c1abe3f2
JAVA-18116 Review log statements for projects - Week 7 - 2023 ( #13583 )
...
JAVA-18116 Review log statements for projects - Week 7 - 2023 (#13583 )
---------
Co-authored-by: jogra <joseph.sterling.grah@miles.no>
2023-04-10 14:35:40 +03:00
anuragkumawat
26790b429f
JAVA-19118 Create new core-java-locale sub module under core-java-modules ( #13612 )
...
* JAVA-19118 Create new core-java-locale sub module under core-java-modules
2023-04-10 15:22:29 +05:45
Loredana Crusoveanu
4792107e96
Merge pull request #13774 from dkapil/task/JAVA-19536_cd
...
JAVA-19536 Fix formatting of pom.xmls
2023-04-10 10:23:06 +03:00
Loredana Crusoveanu
44b59b1ace
Merge pull request #13788 from edizor/master
...
Update README
2023-04-09 10:29:33 +03:00
edizor
6e4502955a
Update README.md
...
[skip ci]
2023-04-08 00:07:32 +08:00
Anastasios Ioannidis
57ad9ed32e
JAVA-18131 Adjust core-java-jvm PrintClassLoaders to sync with article ( #13780 )
2023-04-07 21:33:05 +05:30
edizor
c07f3eb890
Update README.md
...
[skip ci]
2023-04-07 23:56:46 +08:00
edizor
19e050852c
Update README.md
...
[skip ci]
2023-04-07 23:51:06 +08:00
Iniubong LA
f21cf9951b
arthurshur ( #13737 )
...
* Creating a deep vs shallow copy of an object in Java
* Creating a deep vs shallow copy of an object in Java
* Baeldung article converting number bases
* Baeldung article converting number bases
* edits made to Converting a Number from One Base to Another in Java
* added braces to oneliners
* added precondition to check input
* String[] vs String...
* helper vs Utility classes
* helper vs utility classes code
* helper vs utility classes refactor
* utility vs helper class
* Helper vs utility
* helper vs utility classes
* refactor package name
* Revert "refactor package name"
This reverts commit d9464aa2de272b75ff7efe1c5ffb4de7fd4506e0.
* renamed package
2023-04-05 20:22:12 -05:00
Dhawal Kapil
7026b0abc9
JAVA-19536 Fix formatting of pom.xmls
2023-04-05 07:14:09 +05:30
Michael Olayemi
9c59017b4e
I text ( #13770 )
...
* BAEL-6226 Calculate Pi Java Program
* BAEL-6226 Calculate Pi Java Program
* Calculate Pi Java Program
2023-04-05 06:44:45 +05:30
kpentaris
9df061c513
Add application file for BAEL-4496 ( #13762 )
2023-04-04 13:39:51 +02:00
Michael Olayemi
4cebc2aaf1
BAEL-6226 Calculate Pi Java Program ( #13693 )
...
* BAEL-6226 Calculate Pi Java Program
* BAEL-6226 Calculate Pi Java Program
2023-04-04 07:36:12 +05:30
panos-kakos
38ae7e56dd
[JAVA-19668] ( #13721 )
...
* [JAVA-19668] Moved libraries-5 module to jdk9-and-above profile
* [JAVA-19668] Moved libraries-4 module to jdk9-and-above profile
* [JAVA-19668] Moved libraries-6 module to jdk9-and-above profile
* [JAVA-19668] Moved libraries module to jdk9-and-above profile + reverted changes fro libraries-6
* [JAVA-19668] Created libraries-jdk8 module
* [JAVA-19668] Clean up
2023-04-03 22:52:11 +05:30
Kai Yuan
4027e83023
[str-to-uuid] uuid from string ( #13736 )
...
* [str-to-uuid] uuid from string
* [str-to-uuid] rename test methods
2023-04-01 10:06:23 -05:00
Kai Yuan
c40bdd9f36
[BAEL-6297_boolean-to-str] convert boolean to java article ( #13729 )
...
* [BAEL-6297_boolean-to-str] convert boolean to java article
* [BAEL-6297_boolean-to-str] using Boolean.FALSE instead of false for the Boolean variable
* [BAEL-6297_boolean-to-str] rename test methods
2023-03-30 18:01:25 -05:00
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
Loredana Crusoveanu
4d9f26ebe3
Merge pull request #13741 from edizor/master
...
Update README
2023-03-30 20:58:43 +03:00
anuragkumawat
dd5badab9c
JAVA-19058 Review the time of the build - Week 42 - 2022 (moved-18) ( #13732 )
2023-03-30 21:56:27 +05:30
edizor
2e0475372b
Update README.md
...
[skip ci]
2023-03-30 22:30:42 +08:00
edizor
64a07a6802
Update README.md
...
[skip ci]
2023-03-30 22:14:12 +08:00
ACHRAF TAITAI
e8fe289f85
Finding the Minimum Value in an ArrayList along with the Index Number… ( #13498 )
...
* Finding the Minimum Value in an ArrayList along with the Index Number in Java
* BAEL-6147: rename test unit method
* adapt test method name
2023-03-28 17:39:47 +05:30
Vini
50d78ab618
Merge pull request #13706 from ciphx/string_to_int_encapsulation
...
String to int encapsulation
2023-03-25 16:54:57 +01:00
Deboshree
a7e7286515
https://jira.baeldung.com/browse/BAEL-
...
addressing PR comments
2023-03-24 23:17:33 +05:30
Bhaskar Ghosh Dastidar
bc0627317c
[JAVA-6173] Difference Between parallelStream() and stream().parallel() ( #13653 )
...
* [JAVA-6173] stream.parallel and parallelStream
* [JAVA-6173] stream.parallel and parallelStream test cases
---------
Co-authored-by: Bhaskar <bhaskar.dastidar@freshworks.com>
2023-03-24 10:40:30 -07:00
Deboshree
979b362ad1
https://jira.baeldung.com/browse/BAEL-
...
1. moving modules to java-string-conversions
2. fixing old broken test
2023-03-24 21:41:26 +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
a081cdb378
Update README.md
...
[skip ci]
2023-03-24 16:29:14 +08:00
ciphx
20829a6110
Getiing date of first day of week ( #13694 )
...
* https://jira.baeldung.com/browse/BAEL-4630
* Revert "https://jira.baeldung.com/browse/BAEL-4630 "
This reverts commit a81b091678a63ed138a8e8ddb452c1c4dbf0a69b.
* https://jira.baeldung.com/browse/BAEL-5874
* https://jira.baeldung.com/browse/BAEL-5874
1. changing test to use constructor instead of lombok plugin
2. reverting lombok plugin addition from pom.xml
* https://jira.baeldung.com/browse/BAEL-5874
moving files to core-java-date-operations-3
---------
Co-authored-by: Deboshree <deboshree.banerjee@cred.club>
2023-03-23 10:10:40 -07:00
timis1
163056b1ca
JAVA-18228 Potential issue in "Producer-Consumer Problem With Example… ( #13582 )
...
JAVA-18228 Potential issue in "Producer-Consumer Problem With Example in Java" article
2023-03-22 10:26:22 +02:00
ciphx
ca107bcc9f
Getiing date of first day of week ( #13689 )
...
* https://jira.baeldung.com/browse/BAEL-4630
* Revert "https://jira.baeldung.com/browse/BAEL-4630 "
This reverts commit a81b091678a63ed138a8e8ddb452c1c4dbf0a69b.
* https://jira.baeldung.com/browse/BAEL-5874
* https://jira.baeldung.com/browse/BAEL-5874
1. changing test to use constructor instead of lombok plugin
2. reverting lombok plugin addition from pom.xml
---------
Co-authored-by: Deboshree <deboshree.banerjee@cred.club>
2023-03-21 19:03:59 -07:00