Kasra Madadipouya
4e24430ad2
Merge pull request #15231 from harry9656/JAVA-27338
...
JAVA-27338: Fix VehicleUnitTest
2023-11-17 19:46:57 +01:00
Kasra Madadipouya
58960df6fc
Merge pull request #15224 from timis1/JAVA-27449
...
JAVA-27449 Fix test in libraries-data-io module
2023-11-17 19:33:17 +01:00
timis1
e5215678f3
JAVA-27449 Fix test in libraries-data-io module
2023-11-17 08:56:09 +02:00
Alvin Austria
df1e164270
Merge pull request #15183 from panos-kakos/JAVA-26715
...
[JAVA-26715] Upgraded pdfbox to latest version
2023-11-17 02:26:18 +01:00
Alvin Austria
cf64a8e46f
Merge pull request #15197 from panos-kakos/JAVA-26763
...
[JAVA-26763] Upgraded powermock to latest version
2023-11-17 02:07:33 +01:00
Mo Helmy
9d441e11b8
This commit is related to the article BAEL-7172 ( #15232 )
...
This commit aims to add two classes that provide insights about the time complexity of Collections.sort().
2023-11-16 15:47:49 -08:00
MohamedHelmyKassab
290147ff08
This PR is related to BAEL-7181 ( #15230 )
...
* Update TimestampToLongUnitTest.java
* Update TimestampToLong.java
2023-11-16 14:27:43 -08:00
Ulisses Lima
0b229a9af4
draft 1 ( #15222 )
2023-11-16 13:35:11 -08:00
Harry9656
58db4f7a09
JAVA-27338: Fix VehicleUnitTest
2023-11-16 20:22:43 +01:00
timis1
336ee922eb
JAVA-26692 Go over tutorials - integration builds test results - Week 45 - 2023 ( #15194 )
...
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-11-16 12:21:18 +02:00
Kasra Madadipouya
df734f467b
Merge pull request #15215 from anuragkumawat/JAVA-27197
...
JAVA-27197 Upgrade hibernate-validator version in spring-thymeleaf-5 module
2023-11-15 23:51:43 +01:00
Kasra Madadipouya
ac2a5af316
Merge pull request #15214 from panos-kakos/JAVA-26731
...
[JAVA-26731] Upgraded bucket4j-spring-boot-starter version
2023-11-15 23:40:37 +01:00
ACHRAF TAITAI
0838279c6a
BAEL-7092: How to get the size of a file in MB, KB & GB in java ( #15117 )
...
* BAEL-7092: How to get the size of a file in MB, KB & GB in java
* Update JavaFileSizeUnitTest.java
* BAEL-7092: How to get the size of a file in MB, KB & GB in java
---------
Co-authored-by: Grzegorz Piwowarek <gpiwowarek@gmail.com>
2023-11-15 22:16:28 +01:00
Liam Williams
1a555cd9a7
Merge pull request #14945 from aamolgote/kafka/message-ordering-BAEL-6796
...
Message Ordering - First Draft.
2023-11-15 21:05:52 +00:00
Wynn Teo
5787183a36
BAEL-7109 - added code to demostrate how to get max date in java ( #14944 )
...
* BAEL-7109 - added code to demostrate how to get max date in java
* BAEL-7109 Fix test case typo
* BAEL-7109 Fix test case file name
* Fix the test method
* Fix the test method
* Fix the test method
* Remove public
* add new line
2023-11-15 20:25:03 +05:30
Michael Olayemi
de50130c74
Create Table using ASCII in a Console in Java ( #15158 )
2023-11-15 19:00:00 +05:30
Gaetano Piazzolla
4d9a5ea8b4
JAVA-12712 | intelliJ Module ( #15152 )
2023-11-15 11:55:56 +02:00
Azhwani
2133e9b5db
BAEL-7176: How to avoid NoSuchElementException with Stream ( #15098 )
2023-11-14 22:48:17 +01:00
Alvin Austria
89fe63903f
Merge pull request #15203 from GaetanoPiazzolla/JAVA-27462-deprec
...
JAVA-27462 | removing spring security deprecations.
2023-11-14 22:39:05 +01:00
Alvin Austria
357c89c4f1
Merge pull request #15205 from GaetanoPiazzolla/JAVA-27461-csrf
...
JAVA-27461 | removing deprecations.
2023-11-14 15:59:27 +01:00
vunamtien
c6dbdeaaa5
BAEL-7106-compress-and-uncompress-bytes ( #15216 )
2023-11-14 12:41:43 +01:00
Ehsan Sasanianno
690f6edd51
java-26772: upgrade jedis to 5.0.2 ( #15207 )
2023-11-14 13:39:36 +02:00
anuragkumawat
bf4cc41cb4
JAVA-27199 Upgrade hibernate validator version in vraptor module
2023-11-14 12:24:10 +05:30
anuragkumawat
742515f67b
Merge branch 'eugenp:master' into JAVA-27197
2023-11-14 11:52:29 +05:30
anuragkumawat
68f4c0517c
JAVA-27198 Upgrade hibernate-validator version in spring-thymeleaf module
2023-11-14 11:50:54 +05:30
anuragkumawat
f94f248f5a
JAVA-27196 Upgrade hibernate-validator version in spring-mvc-xml module
2023-11-14 11:25:35 +05:30
MohamedHelmyKassab
c5af2f3f3b
This PR is related to BAEL-7181 ( #15192 )
...
* This commit is related to BAEL-7181
This commit aims to add a class "TimestampToLong.java" that provides several approaches to convert timestamp string into long.
* This commit is related to BAEL-7181
This commit aims to add a test class "TimestampToLongUnitTest.java" that provides several approaches to convert timestamp string into long.
2023-11-13 21:53:16 -08:00
anuragkumawat
122ca1a996
JAVA-27197 Upgrade hibernate-validator version in spring-thymeleaf-5 module
2023-11-14 11:17:53 +05:30
Mikhail Polivakha
8532499dcc
BAEL-7187 implemented ( #15208 )
...
* BAEL-7139 implemented
* BAEL-7187 implemented
2023-11-13 21:40:27 -08:00
panos-kakos
b38b5327fd
[JAVA-26731] Upgraded bucket4j-spring-boot-starter version
2023-11-14 07:30:13 +02:00
Michael Olayemi
f8e9ed2925
Converting a File to a MultipartFile ( #15180 )
...
* Converting a File to a MultipartFile
* Converting a File to a MultipartFile
2023-11-14 10:05:36 +05:30
Kasra Madadipouya
d82447c15a
Merge pull request #15196 from anuragkumawat/JAVA-27189
...
JAVA-27189 Upgrade hibernate validator version in spring-static-resources
2023-11-13 23:32:03 +01:00
Kasra Madadipouya
4447d34bef
Merge pull request #15198 from anuragkumawat/JAVA-27191
...
JAVA-27191 Upgrade hibernate validator version in spring-mvc-basics-2
2023-11-13 23:28:34 +01:00
Kasra Madadipouya
ee84f3c53d
Merge pull request #15199 from anuragkumawat/JAVA-27192
...
JAVA-27192 Upgrade hibernate validator in spring-mvc-crash
2023-11-13 23:23:52 +01:00
Kasra Madadipouya
b629feb606
Merge pull request #15200 from anuragkumawat/JAVA-27193
...
JAVA-27193 Upgrade hibernate validator version in spring-mvc-forms-jsp
2023-11-13 23:20:33 +01:00
Kasra Madadipouya
1004be18c0
Merge pull request #15210 from anuragkumawat/JAVA-27194
...
JAVA-27194 Upgrade hibernate validator version in spring-mvc-java
2023-11-13 23:13:35 +01:00
Kasra Madadipouya
5d4fd5d50b
Merge pull request #15195 from panos-kakos/JAVA-26774
...
[JAVA-26774] Upgraded mapstruct library to latest version
2023-11-13 23:06:51 +01:00
Kasra Madadipouya
cdc1d8001f
Merge pull request #15202 from panos-kakos/JAVA-26739
...
[JAVA-26739] Upgraded json-path to latest version
2023-11-13 22:44:57 +01:00
Kasra Madadipouya
9a46249fdb
Merge pull request #15049 from Bipinkumar27/JAVA-18764
...
Java 18764
2023-11-13 19:50:21 +01:00
Bipinkumar27
8325025cb7
JAVA-18764: Changes made for adding the H2 dependency for removing integration failure
2023-11-13 23:08:31 +05:30
panos-kakos
21eb70547f
[JAVA-26719] Upgraded joda-time to latest version ( #15189 )
2023-11-13 12:00:45 +02:00
anuragkumawat
e82269d206
JAVA-27224 Upgrade parent-boot-3 to latest version of Boot ( #15188 )
2023-11-13 11:32:17 +02:00
panos-kakos
7d0c744c7c
[JAVA-26433] Formatting ( #15179 )
2023-11-13 11:27:36 +02:00
anuragkumawat
72391c6947
JAVA-27194 Upgrade hibernate validator version in spring-mvc-xml-2
2023-11-13 14:52:49 +05:30
anuragkumawat
ffe2c5780e
JAVA-27194 Upgarde hibernate validator version in spring-mvc-java
2023-11-13 12:05:47 +05:30
davidmartinezbarua
5e681a24dd
Merge pull request #15124 from michael-pratt/BAEL-7074
...
BAEL-7074: Static variable synchronization techniques
2023-11-12 18:15:09 -03:00
Michael Pratt
573df300b0
Fix indentation issues
2023-11-12 09:00:56 -07:00
Lucian Snare
c0a9532c64
BAEL-6790: Write and Read file with HashMap ( #15087 )
...
* Add examples for reading and writing a HashMap from a file
* Add test for gson
2023-11-12 07:59:00 -08:00
gaepi
d1675a28f4
JAVA-27461 | removing deprecations.
2023-11-12 16:45:31 +01:00
gaepi
aed73f72f5
JAVA-27461 | removing spring security deprecations.
2023-11-12 16:13:53 +01:00