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
4204652a27
Merge pull request #15653 from Michaelin007/gradleissues
...
https://jira.baeldung.com/browse/BAEL-3205
2024-01-18 22:24:12 +01:00
Maiklins
874178ac2d
Merge pull request #15685 from Maiklins/BAEL-7462-update-readme
...
Update README.md
2024-01-18 22:23:51 +01: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
Eugene Kovko
9aa37e2746
BAEL-6887: List vs Set in @OneToMany JPA ( #15677 )
2024-01-18 11:43:05 -08:00
Amit Pandey
9801f1eb7d
JAVA-29068 - Fixed Spring Boot Mysql and added it back to module POM ( #15670 )
2024-01-18 14:55:38 +02:00
Loredana Crusoveanu
366395f537
Merge pull request #15672 from rcalago/master
...
Update README.md
2024-01-18 09:45:00 +02:00
rcalago
ed18f58d12
Update README.md
2024-01-18 10:30:54 +08:00
Liam Williams
75951a207f
Merge pull request #15663 from f0rb/BAEL-6080
...
BAEL-6080: Getting Query String Parameters from HttpServletRequest
2024-01-17 15:25:02 +00:00
michaelin007
b9c8a43ff0
https://jira.baeldung.com/browse/BAEL-3205
2024-01-17 02:34:51 +00:00
Forb Yuan
69eddf18d3
BAEL-6080: Getting Query String Parameters from HttpServletRequest
2024-01-17 10:16:00 +08:00
Forb Yuan
cd654c9e20
BAEL-6080: Getting Query String Parameters from HttpServletRequest
2024-01-17 10:16:00 +08:00
Maiklins
8746cae8c0
Merge pull request #15662 from Maiklins/BAEL-5833-update-readme
...
Update README.md
2024-01-16 22:21:59 +01:00
Maiklins
f252509db8
Update README.md
2024-01-16 22:15:43 +01:00
Maiklins
f9a0b4369e
Merge pull request #15641 from Michaelin007/master
...
Upload Multiple Files using WebFlux
2024-01-16 22:05:48 +01:00
Liam Williams
8cbcfd8287
Merge pull request #15655 from tomazfernandes/BAEL-7349
...
BAEL-7349 - Spring Cloud AWS 3.0 SQS - Introduction
2024-01-16 15:46:35 +00:00
Loredana Crusoveanu
fe5fd5004c
Merge pull request #15657 from eugenp/missing-images
...
add missing files
2024-01-16 15:49:21 +02:00
Loredana Crusoveanu
d5fd32b955
add missing files
2024-01-16 15:47:17 +02:00
michaelin007
0b55315e8e
https://jira.baeldung.com/browse/BAEL-3205
2024-01-16 10:59:00 +00:00
Tomaz Fernandes
0a3344913f
BAEL-7349 - Spring Cloud AWS 3.0 SQS - Introduction
2024-01-15 22:14:47 -03:00
timis1
9dd807367b
JAVA-30302 Review log statements for projects - Week 52 - 2023 (conti-2) ( #15623 )
2024-01-15 23:40:59 +02:00
timis1
4e46f6626a
JAVA-29307 Upgrade spring-security-web-boot-4 ( #15631 )
...
* JAVA-29307 Upgrade spring-security-web-boot-4
* JAVA-29307 Changes after review
---------
Co-authored-by: timis1 <noreplay@yahoo.com>
2024-01-15 21:13:28 +01:00
Loredana Crusoveanu
75422c4bb8
Merge pull request #15654 from eugenp/missing-images
...
add missing resources
2024-01-15 21:59:19 +02:00
Loredana Crusoveanu
e876cf4db0
add missing resources
2024-01-15 21:58:50 +02:00
Andrea Giulio Cerasoni
9c51620159
Merge pull request #15627 from wynnteo/BAEL-7354
...
Migrated from old fork
2024-01-15 19:23:05 +00:00
davidmartinezbarua
a4f8be9d51
Merge pull request #15629 from parthiv39731/PR-7319
...
BAEL-7319, Introduction to Apache Calcite
2024-01-15 16:18:13 -03:00
michaelin007
7a1158484a
https://jira.baeldung.com/browse/BAEL-3205
2024-01-15 19:01:35 +00:00
Wynn Teo
a662e499b9
Migrated from old fork ( #15626 )
2024-01-15 12:46:46 -06:00
anujgaud
444d747468
Add tests for byte to int conversion
2024-01-15 22:32:26 +05:30
anujgaud
84530dd8bb
Add byte to int conversion code
2024-01-15 22:31:09 +05:30
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