4404 Commits

Author SHA1 Message Date
Mo Helmy ae5290fe76 This commit is related to BAEL-7722 (#16382)
This commit aims to update SymmetricSubstringMaxLengthUnitTest.java.
2024-04-11 13:37:39 -07:00
Loredana Crusoveanu db90613c98 Merge pull request #16372 from eugenp/lor6-patch-2
Update README.md
2024-04-11 19:31:17 +03:00
Loredana Crusoveanu ed0f377b86 Update README.md 2024-04-11 19:22:47 +03:00
Loredana Crusoveanu 39bd86a077 Update README.md 2024-04-11 19:22:11 +03:00
Loredana Crusoveanu 602b4fc9dd Update README.md 2024-04-11 18:42:41 +03:00
Loredana Crusoveanu f883934190 Update README.md 2024-04-11 17:55:06 +03: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
Andrei Branza f3906abe87 Andrei Branza - moved code for article to new module 2024-04-11 16:59:20 +03:00
ACHRAF TAITAI c8c719f1e0 Bael 7744 (#16365)
* BAEL-7765: How to fix JsonParseException: Unexpected character (code 115) when parsing unquoted JSON in Jackson

* BAEL-7744: fix unit test

* BAEL-7744: fix unit test
2024-04-11 13:35:00 +02:00
Harry9656 4394e828c1 JAVA-32410: Update mockito-core to version 5.11.0 (#16199)
* JAVA-32410: Update mockito-core to version 5.11.0

* Fix rollback mockito upgrade.

* wip

* WIP: Update jee-7 wildfly versions

* WIP: Fix jersey tests

* WIP: rollback powermock module

* wip: fix test in spring-data-dynamodb

* wip: fix test in spring-security-legacy-oidc

* wip: rollback quarkus

* wip: fix greeter-spring-boot-autoconfigure

* JAVA-33535: Fix spring-core module integration test

JAVA-33535: rollback junit-5 module mockito version.

* Fix byte-buddy

* Fix log4j dependency in apache-poi
2024-04-11 01:26:19 +02:00
Yadukrishnan 0b456e3b4e Added condition for divide by zero check 2024-04-10 22:43:46 +02:00
Yadukrishnan 443829bc4f Added condition for divide by zero check 2024-04-10 21:57:04 +02:00
hajk1 a1e28048a6 reformat the files using intellij-baeldung-style.xml 2024-04-10 12:37:21 +03:30
hajk1 4bdfd9699f adding new article BAEL-7497 source codes 2024-04-10 12:37:07 +03:30
Yadukrishnan 2b430714bb Added condition for divide by zero check 2024-04-10 08:11:11 +02:00
vunamtien eea7bccf86 [JAVA-31831] Split-or-move-core-java-8-datetime-2 (#16325) 2024-04-10 00:16:14 +03:00
Yadukrishnan 423e60577d Used records intead of plain class 2024-04-09 22:04:14 +02:00
anujgaud 306d2da98c Update SetMatrixToZero.java 2024-04-09 23:18:22 +05:30
Loredana Crusoveanu 9e3c6129f9 Merge pull request #16344 from eugenp/lor6-patch-1-1
Update README.md
2024-04-09 19:29:35 +03:00
Loredana Crusoveanu 9dc160ccca Update README.md 2024-04-09 19:24:00 +03:00
Loredana Crusoveanu 27e451cd97 Update README.md 2024-04-09 19:23:47 +03:00
Yadukrishnan 9ddceb29f1 Added subtract and divide operations 2024-04-09 09:00:01 +02:00
Liam Williams e6c33f07c4 Merge pull request #16310 from sk1418/improvement-init-Long-list
[improvement-init-Long-list] add long list init
2024-04-08 23:56:18 +01:00
sam-gardner cc406d8899 [JAVA-32662] Move articles from Java Math 3 to Java Math 4 (#16326) 2024-04-08 20:36:19 +02:00
sam-gardner 4fd081e1b4 [JAVA-32669] Move article out of core-java-collections-5 (#16327) 2024-04-08 20:27:56 +02:00
Diegom203 90cf4fe1dd baeldung-articles : BAEL-7500 (#16329)
* Update pom.xml

Add collections-6

* baeldung-articles : BAEL-7500

Move the article to /core-java-collections-6
2024-04-08 10:39:16 -07:00
MohamedHelmyKassab 26f3664371 This commit is related to BAEL-6298 (#16323)
This commit aims to add three classes (Example, GenericExample, ReflectionExample).
2024-04-08 09:39:32 -07:00
Mo Helmy 1b0b87bfd2 This commit is related to BAEL-7722 (#16316)
This commit aims to add a test class "SymmetricSubstringMaxLengthUnitTest.java" to find length of longest symmetric substring.
2024-04-08 09:30:28 -07:00
Andrei Branza 3999bcb3bd BAEL-6421 | Removed public keyword from methods 2024-04-08 19:09:19 +03:00
Kai.Yuan d8b5d22fa3 [improvement-init-Long-list] rename package 2024-04-08 11:36:50 +02:00
Yadukrishnan cdf1bcdc0e Added the test case for complex number addition 2024-04-07 21:53:33 +02:00
Yadukrishnan 999ff99f97 Moved ComplexNumber to main source 2024-04-07 21:50:25 +02:00
Yadukrishnan bb499f340c simplified the parsing using regex 2024-04-07 21:40:20 +02:00
Yadukrishnan aabaaf5ec9 removed unused imports 2024-04-07 21:35:59 +02:00
Yadukrishnan 1ede00ad50 Fixed the issue with some formats 2024-04-07 21:35:11 +02:00
Yadukrishnan eed82faf31 adjusted test data 2024-04-07 21:07:38 +02:00
Yadukrishnan c944722402 Added sample code for complex number addition and multiplication 2024-04-07 21:06:27 +02:00
Kai.Yuan ce618671be [improvement-init-Long-list] update 2024-04-07 17:11:14 +02: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
Mehvish Ashiq bea3105f57 [BAEL-7632] Convert a phone number in words to number with Java (#16248)
* [BAEL-7632] Convert a phone number in words to number with Java

* Updated [BAEL-7632] Convert a phone number in words to number with Java

* Updated [BAEL-7632] Convert a phone number in words to number with Java
2024-04-07 10:06:16 +01:00
Kai.Yuan 74da8faf7f [improvement-init-Long-list] add long list init 2024-04-05 23:56:05 +02:00
vunamtien 9ff1e00b0e [JAVA-31658] Upgrade cactoos, jcabi-aspects, threetenbp, jodatime (#16293) 2024-04-05 10:49:54 +03:00
Loredana Crusoveanu 0f5e34ea63 Merge pull request #16294 from rcalago/master
Update on README.md
2024-04-04 10:26:54 +03:00
Harry9656 aa8016e838 [JAVA-32852] Fix UrlCheckerIntegrationTest (#16292) 2024-04-04 07:05:25 +02:00
rcalago 7d46346e9f Update README.md 2024-04-04 00:13:17 +08:00
rcalago a97ddc25b7 Update README.md 2024-04-04 00:12:04 +08:00
rcalago 6c33d80eca Update README.md 2024-04-04 00:10:54 +08:00
rcalago 278e6cebdc Update README.md 2024-04-04 00:08:58 +08:00