Mo Helmy
85c4162119
This commit is related to BAEL-7028 ( #15648 )
...
This commit aims to add two classes:
- PrintMessageWithoutMainMethod
- PrintMessageWithoutMainUnitTest
2024-01-15 08:49:23 -08:00
timis1
6818b14f15
JAVA-29308 Upgrade spring-security-web-boot-5 ( #15642 )
...
Co-authored-by: timis1 <noreplay@yahoo.com>
2024-01-15 16:21:46 +01:00
timis1
eb6e485b58
JAVA-29306 Upgrade spring-security-web-boot-3 ( #15622 )
...
Co-authored-by: timis1 <noreplay@yahoo.com>
2024-01-15 00:32:31 +01:00
michaelin007
9a1c2dcf79
Upload Multiple Files using WebFlux
2024-01-14 18:30:38 +00:00
Thibault Faure
fc231c59ff
BAEL-7356 Code for the Morse Code Translation in Java article
2024-01-14 13:46:57 +01:00
parthiv39731
e2b84b5919
BAEL-7319, Introduction to Apache Calcite
2024-01-14 18:01:21 +05:30
SGWebFreelancer
44300ba227
Migrated from old fork
2024-01-14 18:01:41 +08:00
MohamedHelmyKassab
797f1e1737
This commit is related to BAEL-7331 ( #15624 )
...
This commit aims to add a new test class "DeprecatedJsonParserUnitTest".
2024-01-13 14:58:40 -08:00
DiegoMarti2
f75ab1c847
baeldung-articles : BAEL-7180 ( #15616 )
...
Check if a float value is equivalent to an integer value in Java.
2024-01-13 14:38:34 -08:00
Loredana Crusoveanu
680ebf45a7
Merge pull request #15613 from eugenp/lor6-patch-2
...
Update README.md
2024-01-13 21:32:14 +02:00
Loredana Crusoveanu
1e4f43d72c
Update README.md
2024-01-13 21:31:59 +02:00
Loredana Crusoveanu
6f52cc928e
Merge pull request #15612 from eugenp/lor6-patch-1
...
Update README.md
2024-01-13 21:30:17 +02:00
Loredana Crusoveanu
843800e4a4
Update README.md
2024-01-13 21:29:54 +02:00
Loredana Crusoveanu
4a914822d6
Merge pull request #15476 from eugenp/dkapil-patch-1
...
Update README.md
2024-01-13 16:36:11 +02:00
Harry9656
aba565114d
JAVA-27682: Fix messaging-modules for JDK 17 ( #15454 )
2024-01-13 16:29:54 +02:00
Bipin kumar
be9a547522
JAVA-27512: Upgrade spring-websockets to Spring Boot 3 ( #15577 )
2024-01-13 15:47:22 +02:00
Kai Yuan
a6222f4432
[util-sql-date-improvement] add sqlDate -> utilDate ( #15578 )
...
* [util-sql-date-improvement] add sqlDate -> utilDate
* [util-sql-date-improvement] clean up imports
2024-01-12 19:21:05 -06:00
Maiklins
e2e9b10e68
Merge pull request #15553 from Michaelin007/integrationtest
...
https://jira.baeldung.com/browse/BAEL-7375
2024-01-12 23:26:06 +01:00
Liam Williams
aad40a8de2
Merge pull request #15281 from Neetika23/print2DArray
...
Print2 d array
2024-01-12 15:53:38 +00:00
Loredana Crusoveanu
c50737c45f
Merge pull request #15597 from rcalago/master
...
Updated README.md
2024-01-12 17:27:08 +02:00
davidmartinezbarua
5aa80eccf3
Merge pull request #15583 from thibaultfaure/improvements/BAEL-7318-testing-with-spring-and-spock
...
BAEL-7318 Updating dependencies for testing with Spring and Spock art…
2024-01-12 11:14:39 -03:00
rcalago
8cee669d62
Create README.md
2024-01-12 21:21:50 +08:00
rcalago
c88e34daa8
Update README.md
2024-01-12 21:17:41 +08:00
rcalago
0e637e8dfd
Update REAME.md
2024-01-12 21:15:39 +08:00
Kai Yuan
edeee5a571
Static ref non static ( #15571 )
...
* [rm-char-in-other-str] BAEL-7355 Remove characters from a string that are present in a second string
* [rm-char-in-other-str] shorten the package name
* [static-ref-non-static] static context ref non-static memebers
2024-01-11 20:22:00 -06:00
Kai Yuan
9b6a2a0236
[fileWriter-flush-close] FileWriter flush() and close() ( #15559 )
2024-01-11 20:12:52 -06:00
DiegoMarti2
9e5f305c32
Update JodaDateTimeToDateAndViceVersaUnitTest.java ( #15587 )
...
assertEquals(jodaDateTime.getMillis(), javaDate.getTime());
assertEquals(javaDate.getTime(), jodaDateTime.getMillis());
2024-01-11 09:28:24 -08:00
Loredana Crusoveanu
f3f51df137
Merge pull request #15568 from constantinurs/spring-kafka-dlt
...
BAEL-7199: Fix CI pipeline
2024-01-11 13:59:26 +02:00
psevestre
d27a274136
[BAEL-7049] Kubernetes Operator ( #15469 )
...
* [BAEL-7049] Article Code
* [BAEL-7049] Fix README
---------
Co-authored-by: Philippe Sevestre <psevestre@gmail.com>
2024-01-10 20:11:13 -06:00
MohamedHelmyKassab
d317cbf552
This commit is related to BAEL-6873 ( #15579 )
...
This commit aims to add a class "ReadInputCharByChar" that provides several approaches to read input char by char.
2024-01-10 15:24:01 -08:00
Thibault Faure
dd452722ca
BAEL-7318 Updating dependencies for testing with Spring and Spock article
2024-01-10 22:56:16 +01:00
Amit Pandey
290d4d266a
JAVA-29172 :- Upgrade spring-mvc-basics to Spring Boot 3 ( #15555 )
2024-01-10 15:21:35 +02:00
Kai Yuan
c41bd80850
[call-a-method-oneach] call a method on each element ( #15540 )
...
* [call-a-method-oneach] call a method on each element
* [call-a-method-oneach] fix typo
2024-01-09 19:01:27 -06:00
Thiago dos Santos Hora
99832d0d4d
BAEL-7125: Global Exception Handling with Spring Cloud Gateway ( #15566 )
...
* BAEL-7125: Global Exception Handling with Spring Cloud Gateway
* Fix name
* Fix condition
2024-01-09 14:28:17 -08:00
DiegoMarti2
a94bf971f5
baeldung-articles : BAEL-7403 ( #15573 )
...
* baeldung-articles : BAEL-7403
Convert Joda-Time DateTime to Date and Vice Versa
* (Move) baeldung-articles : BAEL-7403
Move the code to this module.
2024-01-09 14:13:10 -08:00
Constantin
b51e01e69f
BAEL-7199: Fix CI pipeline
2024-01-09 11:33:44 +02:00
Harry9656
5136e7349b
JAVA-27804: Remove explicit logging dependency ( #15448 )
2024-01-09 09:48:12 +02:00
vaibhav007jain
40dc851047
Bael 7163 ( #15532 )
...
* Create StreamFromEmptyList.java
Initial Commit
* Create StreamFromEmptyListUnitTest.java
Initial commit of StreamFromEmptyListUnitTest.
* Create README.md
Adding README file.
* Create pom.xml
* Create pom.xml
* Create REAME.md
* Delete core-java-modules/core-java-streams-6/src/README.md
* Delete core-java-modules/core-java-streams-6/src/pom.xml
* Update pom.xml
* Update pom.xml
2024-01-09 10:11:00 +05:30
Wynn Teo
c23c21e38e
First draft of future vs promise ( #15547 )
2024-01-08 21:45:45 -06:00
Mikhail Polivakha
7a14fcdb32
BAEL-7340 Using Custom TrustStore in Java ( #15562 )
...
* BAEL-6953 implemented
* BAEL-6953 added live test
* Fixed test
* BAEL-7340 Using Custom TrustStore in Java
* BAEL-7340 Added explicit --add-exports statement for core-java-security-4
2024-01-08 19:08:14 -08:00
Amit Pandey
b467eb65f6
[JAVA-29178] Upgrade Spring AOP 2 module to Spring Boot 3 ( #15561 )
2024-01-08 23:22:19 +01:00
Amit Pandey
0d48dd5439
[JAVA-29177 ] - Update Spring-AOP from Boot 2 to Boot 3 ( #15560 )
2024-01-08 21:27:42 +01:00
Neetika23
13c2b756d3
Update pom.xml
2024-01-08 23:54:15 +05:30
Ana Peterlić
76c9cb1c31
BAEL-6230 - Get Specific Part from SOAP Message in Java ( #15548 )
2024-01-08 22:28:00 +05:30
Eugene Kovko
0e38c09d04
BAEL-7448: BigDecimal to Integer ( #15569 )
2024-01-07 19:07:28 -08:00
Mo Helmy
b41a78fb39
This commit is related to BAEL-7024 ( #15564 )
...
This commit aims to add a new test class "ReplaceNonPrintableCharsUnitTest".
2024-01-07 19:01:27 -08:00
Eugene Kovko
36edee6be7
BAEL-7447: Integer to BigDecimal ( #15563 )
2024-01-07 18:50:22 -08:00
Harry9656
bf3b5a42f8
JAVA-29070: Upgrade Spring-Jooq module to Spring Boot 3 ( #15387 )
2024-01-07 23:44:45 +02:00
Neetika23
b57ecaab79
Update Print2DArraysUnitTest.java
2024-01-08 00:18:33 +05:30
Maiklins
bf51459461
Merge pull request #15517 from Michaelin007/camel
...
https://jira.baeldung.com/browse/BAEL-7401
2024-01-07 15:40:06 +01:00