Commit Graph

4120 Commits

Author SHA1 Message Date
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
vunamtien eea7bccf86 [JAVA-31831] Split-or-move-core-java-8-datetime-2 (#16325) 2024-04-10 00:16:14 +03:00
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
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
Kai.Yuan d8b5d22fa3 [improvement-init-Long-list] rename package 2024-04-08 11:36:50 +02:00
Kai.Yuan ce618671be [improvement-init-Long-list] update 2024-04-07 17:11:14 +02: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
rcalago f0e8cef1fc Update README.md 2024-04-04 00:03:08 +08:00
rcalago 16d52de59d Update README.md 2024-04-03 23:47:45 +08:00
Somnath Musib 39427baf50 Bael 7050 Java 21 New Features (#15870)
* BAEL-7050 Java 21 New Features

* BAEL-7050 Formatted the pom.xml file

* BAEL-7050 Moved the codebase to existing core-java-21 project

* Removed the old pom.xml reference

* Removed the old core-java-21-new-features project

* BAEL-7050 PR Review Changes

* BAEL-7050 Using JUnit5 in test cases

* BAEL-7050 Using JUnit5 in test cases

* BAEL-7050 Removed the public modifier from JUnit class and methods
2024-04-03 15:01:54 +02:00
Azhwani c2684009bc BAEL-7499: Check if an element is present in a Set in Java (#16065) 2024-04-01 15:54:08 +02:00
Vini 823bbbdae0 Merge pull request #16146 from danielmcnally285/danielmcnally285_last_n_characters
BAEL-7600: Get last n characters from a String
2024-03-31 11:30:59 +02:00
DiegoMarti2 18f4f8b53e baeldung-articles BAEL-7642 (#16255) 2024-03-28 21:09:49 -07:00
Liam Williams ef9d4a02d2 Merge pull request #16209 from sk1418/map-to-value->Set-of-keys
[map-to-value->Set-of-keys] Map<K,V> -> Map<V,Set<K>>
2024-03-28 13:31:38 +00:00
MohamedHelmyKassab 40879b5237 This PR is related to BAEL-6429 (#16250)
* This commit is related to BAEL-6429

This commit aims to add a .html file named test.

* This commit is related to BAEL-6429

This commit aims to add a test class named "OpenHtmlFilesUnitTest".

* Update OpenHtmlFilesUnitTest.java

The java.awt.HeadlessException occures, indicating that the current environment lacks a graphical display necessary for the Desktop class to function properly.
So i commented the method.
2024-03-27 22:34:21 -07:00
Bhaskar Ghosh Dastidar 5d38f245cd [BAEL-6954] internet address resolution spi (#16245)
* [BAEL-6954] internet address resolution spi

* [BAEL-6954] internet address resolution spi

* [BAEL-6954] internet address resolution spi

* [BAEL-6954] internet address resolution spi

* [BAEL-6954] internet address resolution spi

* [BAEL-6954] internet address resolution spi
2024-03-27 22:22:17 -07:00
DiegoMarti2 d1e36a0b4e baeldung-articles : BAEL-6607 (#16240)
Get a Path to a Resource in a Java JAR File.
2024-03-27 21:43:38 -07:00
Muhammad Asif 9e21e95e6f BAEL-7030 Added the example code (#16085)
* BAEL-7030 Added the example code

* Removed public modifier
2024-03-27 17:57:34 +01:00
rcalago cfcbac873c Update README.md 2024-03-27 10:28:57 +08:00
rcalago dd622e250d Update README.md 2024-03-27 10:26:12 +08:00
rcalago 8cb77a1a88 Update README.md 2024-03-27 10:23:41 +08:00
rcalago 5792231765 Update README.md 2024-03-27 10:20:22 +08:00
rcalago 8da755ff7a Update README.md 2024-03-27 10:12:36 +08:00
rcalago dede5abc97 Update README.md 2024-03-27 10:10:31 +08:00
Liam Williams e1e94a088a Merge pull request #16165 from sk1418/map-stream-to-map
[map-stream-to-map] merge a stream of maps to a single map
2024-03-26 13:28:48 +00:00
Liam Williams bef52d4ac3 Merge pull request #16175 from sk1418/add-to-immutable-list
Add to immutable list
2024-03-26 13:28:25 +00:00
Liam Williams e57037e841 Merge pull request #15766 from adalagandev/BAEL-7131_InputStream_vs_InputStreamReader_in_Java_v2
BAEL-7131 version 1 - POST REPO re-writing the commit history issue.
2024-03-26 13:27:14 +00:00
vunamtien 82120f03d7 [JAVA-26659] Upgrade jacoco-maven-plugin (#16223) 2024-03-25 23:43:41 +01:00
MohamedHelmyKassab 452cdc58c9 This commit is related to BAEL-6972 (#16217)
This commit aims to add two classes Child and Parent.
2024-03-25 15:18:39 -07:00
Mo Helmy 17cb4108d4 This PR is related to BAEL-7427 (#16028)
* This commit is related to BAEL-7427

This commit aims to add a Main class.

* This commit is related to BAEL-7427

This commit aims to add a myFile.gz file to the resources folder.

* This commit is related to BAEL-7427

This commit aims to add a test class "ReadingGZIPUsingGZIPInputStreamUnitTest".

* This commit is related to BAEL-7427

This commit aims to add a myFile.gz file to the resources folder.

* Update Main.java

* Update ReadingGZIPUsingGZIPInputStreamUnitTest.java

* Update Main.java

* Update ReadingGZIPUsingGZIPInputStreamUnitTest.java

* Update ReadingGZIPUsingGZIPInputStreamUnitTest.java

* Update Main.java

* Update Main.java

* Update ReadingGZIPUsingGZIPInputStreamUnitTest.java

* Update Main.java

* Update ReadingGZIPUsingGZIPInputStreamUnitTest.java

* Update Main.java

* Update ReadingGZIPUsingGZIPInputStreamUnitTest.java

* Update Main.java
2024-03-24 20:08:17 +00:00
Kai.Yuan 47e4316d01 [map-to-value->Set-of-keys] Map<K,V> -> Map<V,Set<K>> 2024-03-23 17:23:38 +01:00
DiegoMarti2 9cc307e108 baeldung-articles : BAEL-6752 (#16195)
* baeldung-articles : BAEL-6752

When to Use Setter Methods or Constructors for Setting a Variable's Value in Java.

* baeldung-articles : BAEL-6752

When to Use Setter Methods or Constructors for Setting a Variable's Value in Java.

* Updating ConstructorsVersusSetterMethodsUnitTest.java

Rename functions
2024-03-22 14:08:14 -07:00
MohamedHelmyKassab 663d1831da This commit is related to BAEL-6404 (#16201)
This commit aims to add a test class "UTF8ToISOUnitTest.java" To convert UTF-8 to ISO-8859-1 in Java.
2024-03-22 11:15:31 -07:00
Harry9656 04b7d05a76 [JAVA-32305] Failing test for External UrlCheckerUnitTest in core-java-networking-2 (#16174) 2024-03-22 16:36:21 +01:00