rcalago
d7844a2053
Update README.md
2024-01-27 21:31:06 +08:00
rcalago
ecacac80b2
Update README.md
2024-01-27 21:29:31 +08:00
rcalago
d20f2ba1ec
Update README.md
2024-01-27 21:28:35 +08:00
rcalago
c8edfc091b
Update README.md
2024-01-27 21:24:51 +08:00
rcalago
f3aac5cc13
Update README.md
2024-01-27 21:21:32 +08:00
rcalago
5741a37d5e
Update README.md
2024-01-27 21:17:44 +08:00
rcalago
01e4212643
Update README.md
2024-01-27 21:16:01 +08:00
rcalago
c32f8831b8
Update README.md
2024-01-27 21:11:22 +08:00
rcalago
f0b4ff81b3
Update README.md
2024-01-27 21:09:01 +08:00
rcalago
997e9de213
Update README.md
2024-01-27 21:07:07 +08:00
rcalago
14bfc9135f
Update README.md
2024-01-27 21:05:05 +08:00
rcalago
93383e9aff
Update README.md
2024-01-27 21:02:59 +08:00
rcalago
33b5ebafae
Update README.md
2024-01-27 21:01:01 +08:00
rcalago
1713abfad2
Update README.md
2024-01-27 20:51:52 +08:00
rcalago
ace0a11831
Update README.md
2024-01-27 20:50:53 +08:00
rcalago
9d9f178d7e
Update README.md
2024-01-27 20:45:57 +08:00
collaboratewithakash
1e57e8c90c
backlink updated
2024-01-27 13:20:41 +05:30
collaboratewithakash
06768c61cb
backlink updated
2024-01-27 13:18:19 +05:30
collaboratewithakash
be415032aa
backlink updated
2024-01-27 13:15:10 +05:30
collaboratewithakash
62c6faf840
backlink updated
2024-01-27 13:12:51 +05:30
collaboratewithakash
4b67c0b3da
backlink updated
2024-01-27 12:43:58 +05:30
collaboratewithakash
574aafd91c
backlink updated
2024-01-27 12:42:09 +05:30
collaboratewithakash
eedc5edc0c
backlink added
2024-01-27 12:34:26 +05:30
collaboratewithakash
3f39eac2d5
backlink added
2024-01-27 12:31:48 +05:30
collaboratewithakash
688c4e7879
backlink added
2024-01-27 12:23:35 +05:30
collaboratewithakash
15f6e37175
backlink added
2024-01-27 12:22:21 +05:30
collaboratewithakash
d59f1de56a
backlink added
2024-01-27 12:21:03 +05:30
parthiv39731
d12f30cb54
Merge branch 'master' into PR-7319
2024-01-27 00:23:33 +05:30
Azhwani
899104d579
BAEL-6357: Convert Long to Date in Java ( #15691 )
...
Co-authored-by: Luis Javier Peris Morillo <javierperis@gmail.com>
2024-01-26 18:03:11 +01:00
parthiv39731
73ceac2bf3
BAEL-7396, Instantiate an Inner Class With Reflection in Java
2024-01-26 15:53:56 +05:30
DiegoMarti2
25c40ac1ca
baeldung-articles : BAEL-6777 ( #15719 )
...
* baeldung-articles : BAEL-6777
Normalize a URL in Java (commit)
* Update URLNormalizationUnitTest.java
2024-01-25 10:58:17 -08:00
Eugene Kovko
6c53d9f828
BAEL-7063: OOM example ( #15730 )
2024-01-25 10:56:45 -08:00
Mo Helmy
8154f89f17
Update PasswordValidationUsingRegexUnitTest.java ( #15726 )
...
Typo fixed
2024-01-25 09:17:03 -08:00
Kai Yuan
cb34210a52
[unicode-from-number] BAEL-5832 ( #15689 )
2024-01-24 20:09:32 -06:00
Rajat Garg
ec8bf626eb
Add new maven module ( #15723 )
...
Co-authored-by: rajatgarg <rajatgarg@adobe.com>
2024-01-24 12:39:08 -08:00
Eugene Kovko
120c2357ee
Bael 7231 fixing typos ( #15718 )
...
* feat: Fix typo
* feat: Fix type
2024-01-24 12:29:55 -08:00
timis1
0c507be8d5
JAVA-30439 Align module names, folder names and artifact id - Week 4 - 2024 ( #15709 )
...
Co-authored-by: timis1 <noreplay@yahoo.com>
2024-01-24 12:29:42 +01:00
Mo Helmy
72cd365b26
This PR is related to BAEL-7174 ( #15712 )
...
* Update pom.xml
Add: <module>core-java-regex-3</module>
* This commit is related to BAEL-7174
This commit aims to add a new module named "core-java-regex-3" and a new project named "passwordvalidation" to validate passwords using regex.
* Update PasswordValidationUsingRegexUnitTest.java
Change else-if to assertTrue(matcher.matches());
2024-01-23 11:21:56 -08:00
@hangga
8a136fbffd
isNotNegative
2024-01-23 06:23:29 +07:00
Hangga Aji Sayekti
9002959a19
Update core-java-modules/core-java-numbers-7/src/test/java/com/baeldung/securerandompositivelong/SecureRandomPositiveLongUnitTest.java
...
rename
Co-authored-by: Liam Williams <liam.williams@zoho.com>
2024-01-23 05:29:52 +07:00
Eugene Kovko
b6c126b183
Bael 7231 ( #15707 )
...
* feat: Simple test with Junit Pioneer
* feat: Simple test for PATH env variable
* feat: Test for getting all the environment variables
* feat: Guardrails for an environment test
* feat: Fixed the test
* feat: Test for reflexive access to the environment
* feat: Renamed a test
* feat: Renamed a utility method
* feat: Removed unused import
* feat: Renamed a test class
* feat: Child process runner
* feat: Method and tag rename
* feat: Docker example
* feat: Testcontainer example
* feat: Cleanup and renames
* feat: Cleanup and renames
* feat: Prevent Docker test from running
* feat: Change assertion to JUnit to prevent adding assertj into the container
* feat: Renamed constants
* feat: Fixed the naming problem
* feat: Changed conditional execution
* feat: Changed conditional execution
* feat: Changed conditional execution
2024-01-22 10:33:11 -08:00
Mo Helmy
2b82e913a6
Update CheckIfStringContainsInvalidEncodedCharactersUnitTest.java ( #15703 )
...
Update:
assertTrue(found ? true : false);
to
assertTrue(found);
and
assertTrue(matcher.find() ? true : false);
to
assertTrue(matcher.find());
2024-01-22 10:18:56 -08:00
davidmartinezbarua
7ff914a1b3
Merge pull request #15647 from sam-gardner/BAEL-7382-Calculate-number-of-weekdays-between-two-dates
...
BAEL-7382 Add code for calculating weekdays between two dates
2024-01-22 14:57:28 -03:00
Sam Gardner
f3e944ebd7
BAEL-7382 Use JUnit 5 for tests
2024-01-22 15:02:39 +00:00
Sam Gardner
f4e2bd8e39
BAEL-7382 Add date operations 4 to parent pom
2024-01-22 14:36:04 +00:00
Vini
c8f486aff6
Merge pull request #15666 from sIvanovKonstantyn/master
...
BAEL-7453 - Convert byte[] to Byte[] and Vice Versa in Java
2024-01-22 13:53:23 +01:00
Loredana Crusoveanu
bcab98e9c1
Merge pull request #15686 from rcalago/master
...
Updated README.md
2024-01-22 12:10:27 +02:00
@hangga
fd4fb49426
simplify
2024-01-22 15:02:12 +07:00
Wynn Teo
2a327001e3
Migrated from old fork ( #15628 )
...
* Migrated from old fork"
exiytt
clear
"
* Update DateRangeOverlapCheckerUnitTest.java
Fix typo
2024-01-21 15:08:42 -06:00
@hangga
b8d8087262
Double to double
2024-01-21 13:19:52 +07:00
Rajat Garg
f0ef5ef472
Add code for Gregorian date to a Hijri date conversion ( #15696 )
...
Co-authored-by: rajatgarg <rajatgarg@adobe.com>
2024-01-20 17:14:00 -08:00
Diegom203
320c1f3064
baeldung-articles : BAEL - 6856 ( #15693 )
...
Calculating the Power of a Number in Java Without Using Math pow() Method (commit)
2024-01-20 17:04:11 -08:00
Bhaskar Ghosh Dastidar
238e5fb473
[BAEL-7323] JFR EXAMPLE ( #15650 )
...
Co-authored-by: Bhaskar <bhaskar.dastidar@freshworks.com>
2024-01-20 09:52:42 -07:00
Kai Yuan
900ff584fe
[reset-listiterator] reset listiterator ( #15645 )
2024-01-20 09:59:41 -06:00
Andrea Giulio Cerasoni
8fa22f186f
Merge pull request #15678 from anujgaud/add-ssl-debug-logs
...
[BAEL-6064] Add code for enabling SSL Debug Logs
2024-01-20 12:13:39 +00:00
Andrea Giulio Cerasoni
3012714064
Merge pull request #15673 from niket17590/BAEL-7270-FileNameWithTimestamp
...
BAEL-7270 - Current Time as Filename
2024-01-20 12:04:46 +00:00
@hangga
ce62cb3dc0
using Long.MAX_VALUE
2024-01-20 08:51:12 +07:00
@hangga
41370497fd
assert that positive
2024-01-20 08:48:38 +07:00
ICKostiantyn.Ivanov
d5eaf1d6cc
BAEL-7453 - Remove the linebreak in assertions
2024-01-19 10:30:10 +01:00
rcalago
8efca6014e
Update README.md
2024-01-19 11:17:06 +08:00
rcalago
c43d14ca7d
Update README.md
2024-01-19 11:13:27 +08:00
rcalago
87b2779371
Update README.md
2024-01-19 11:12:28 +08:00
rcalago
8eb237ad73
Update README.md
2024-01-19 11:11:31 +08:00
rcalago
1ab7993a38
Update README.md
2024-01-19 11:09:58 +08:00
rcalago
12ec2874df
Update README.md
2024-01-19 11:08:33 +08:00
rcalago
d77d4012fe
Update README.md
2024-01-19 11:07:00 +08:00
rcalago
4fcc885c25
Update README.md
2024-01-19 11:02:57 +08:00
rcalago
f19b0df6e5
Update README.md
2024-01-19 11:00:18 +08:00
rcalago
26ff2dd0f8
Update README.md
2024-01-19 10:56:52 +08:00
rcalago
cc79f44015
Update README.md
2024-01-19 10:53:59 +08:00
rcalago
258db28a1e
Update README.md
2024-01-19 10:31:03 +08:00
rcalago
3c07d26ab0
Update README.md
2024-01-19 10:27:19 +08:00
rcalago
03da03f115
Update README.md
2024-01-19 10:20:41 +08:00
rcalago
47d5fd11cb
Update README.md
2024-01-19 10:19:44 +08: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
rcalago
81f72be329
Update README.md
2024-01-19 10:15:48 +08:00
rcalago
10fc9b0de2
Update README.md
2024-01-19 10:14:37 +08:00
rcalago
2dd3290bdb
Update README.md
2024-01-19 10:11:51 +08:00
rcalago
3b2efb2ed2
Update README.md
2024-01-19 10:08:39 +08:00
rcalago
a7e76aaeaa
Update README.md
2024-01-19 10:00:55 +08:00
rcalago
bfa76d7e66
Update README.md
2024-01-19 09:59:55 +08:00
rcalago
c7bd604f51
Update README.md
2024-01-19 09:58:22 +08:00
rcalago
2703827ea9
Update README.md
2024-01-19 09:56:47 +08:00
rcalago
f1ea7001d8
Update README.md
2024-01-19 09:49:41 +08:00
rcalago
a70ae5f8ac
Update README.md
2024-01-19 09:48:27 +08:00
Rajat Garg
82d2112665
Add code for rotating a vertex around certain point ( #15683 )
...
Co-authored-by: rajatgarg <rajatgarg@adobe.com>
2024-01-18 16:37:35 -08:00
davidmartinezbarua
b38e72cd5a
Merge pull request #15630 from thibaultfaure/articles/BAEL-7356-Morse-Code
...
BAEL-7356 Code for the Morse Code Translation in Java article
2024-01-18 19:50:44 -03:00
Maiklins
e72e72790c
Update README.md
2024-01-18 22:19:34 +01:00
Maiklins
359cdeb004
Merge pull request #15649 from anujgaud/convert-byte-2-int
...
[BAEL-7462] Convert byte to int
2024-01-18 22:13:11 +01:00
Mo Helmy
5b76e4eace
This PR is related to BAEL-7174 ( #15681 )
...
* This PR is related to BAEL-7174
This PR aims to add a new test class "CheckIfStringContainsInvalidEncodedCharactersUnitTest".
* Update CheckIfStringContainsInvalidEncodedCharactersUnitTest.java
Updating if-else with ternary operator
2024-01-18 12:27:04 -08:00
DiegoMarti2
c97e529deb
baeldung-articles : BAEL - 6592 ( #15682 )
...
Difference between ZoneOffset.UTC and ZoneId.of("UTC")
2024-01-18 12:26:30 -08:00
anujgaud
3becb407b8
Add logging.properties file
2024-01-18 22:15:45 +05:30
anujgaud
6945c01ec7
Add unit tests for SSLDebugLogger
2024-01-18 22:14:45 +05:30
anujgaud
4b5a9dfbad
Add code for enabling SSL Debug logs
2024-01-18 22:13:33 +05:30
ICKostiantyn.Ivanov
d6f5abfe6a
BAEL-7453 - Add access modifiers to methods and classes. Add Assertions class static import
2024-01-18 14:09:06 +01:00
Niket Agrawal
aee45fb149
NEW PR
2024-01-18 10:53:08 +05:30
ICKostiantyn.Ivanov
bd1239c699
BAEL-7453 - Fix modifiers and naming for test classes fields
2024-01-17 11:19:10 +01:00
ICKostiantyn.Ivanov
b1df562162
BAEL-7453 - Convert byte[] to Byte[] and Vice Versa in Java
2024-01-17 11:14:14 +01:00
Imran Alam
2315b0cb79
Created files for deep and shallow copy in java
2024-01-16 21:02:52 +05:30