15849 Commits

Author SHA1 Message Date
vunamtien
b17f9029a1
[JAVA-31850] Split-or-move-core-java-lang-6 (#16484)
* [JAVA-31850] Split-or-move-core-java-lang-6

* [JAVA-31850] Split-or-move-core-java-lang-6: Fix missing dependency version of core-java-lang-7
2024-04-26 23:51:19 +02:00
Ulisses Lima
fe759e41e4
Merge pull request #16501 from eugenp/fix-java-stream-integers-median-using-heap
Change int to double
2024-04-26 15:24:27 -03:00
Eugene Kovko
197353bb52
BAEL-7880: Tests for flattening array (#16496)
* BAEL-7880: Tests for flattening array

* BAEL-7880: Additonal tests for flattening array

* BAEL-7880: Fix formatting
2024-04-26 10:23:02 -07:00
Eugene Kovko
55e3ff793e
Bael 7882 (#16500)
* BAEL-7882: Test for finding the index of the smallest number

* BAEL-7882: Added new test cases

* BAEL-7882: Added an example with Apache Commons
2024-04-26 09:42:44 -07:00
Eugene Kovko
2d4598d82d
Bael 7891 (#16494)
* BAEL-7891: Test for equality vs identity

* BAEL-7891: Fixed formatting

* BAEL-7891: Fixed a type and a bug
2024-04-26 09:41:27 -07:00
Eugene Kovko
0522022a08
Bael 7892 (#16491)
* BAEL-7892: Test for comparing numbers

* BAEL-7892: Added a test for floating point numbers

* BAEL-7892: Fix typos
2024-04-26 09:29:33 -07:00
Harry9656
bb22793bd1
JAVA-33989: Migrate k8s-operator to heavy profile (#16477) 2024-04-26 16:57:33 +02:00
Ana Peterlic
4f8c2316bb Change int to double 2024-04-26 16:40:39 +02:00
timis1
4293cfdd97
JAVA-34111 Revert the changes done in spring-data-jpa-simple module (#16493) 2024-04-26 10:15:18 +03:00
Andrea Cerasoni
f39393a900
Merge pull request #16219 from Ekatereana/BAEL-7445-gradle-avro-code-generation
BAEL-7445, gradle avro code generation
2024-04-26 05:27:23 +01:00
vunamtien
0bc686a11e
[JAVA-31848] Split-or-move-core-java-collections-5 (#16482) 2024-04-25 23:40:46 +02:00
vunamtien
3088ff9e3b
[JAVA-31836] Split-or-move-core-java-string-operations-7 (#16481) 2024-04-25 23:13:36 +02:00
ACHRAF TAITAI
c571579a55
Bael 7839 (#16426)
* BAEL-7765: How to fix JsonParseException: Unexpected character (code 115) when parsing unquoted JSON in Jackson

* BAEL-7839: Converting Image to BufferedImage in Java

* BAEL-7839: Converting Image to BufferedImage in Java
2024-04-25 18:36:41 +02:00
Mo Helmy
7a5cbf3971
This commit is related to BAEL-7854 (#16489)
This commit aims to add a test class named "HashMapCharacterCountUnitTest".
2024-04-25 09:20:58 -07:00
vunamtien
211df8196f
[BAEL-7767] Convert-between-ZonedDateTime-and-Date (#16490) 2024-04-25 18:01:54 +02:00
Eugene Kovko
df6b36303a
BAEL-7231: Moved the code to a separate module (#16272) 2024-04-25 08:51:31 -07:00
timis1
611d68f41e
[JAVA-28845] Fix testing-modules/gatling in the context of migration to JDK 21 (#16487) 2024-04-25 08:57:26 +02:00
Maiklins
db34c4b3c3
Merge pull request #16455 from Michaelin007/qrcodegen
Generate QR Code in Java using QR-Code-Generator
2024-04-24 22:26:46 +02:00
Maiklins
08d8efb5b5
Merge pull request #16456 from ch4mpy/BAEL-7704
BAEL-7704 : Update to latest spring-addons-oauth2-test
2024-04-24 22:22:27 +02:00
Maiklins
f73582b17d
Merge pull request #16428 from voidabhi/BAEL-7441
[BAEL-7441] Fixing EOFException in Java
2024-04-24 22:17:26 +02:00
Eugene Kovko
5a12777c4f
BAEL-7894: Basic tests (#16483) 2024-04-24 11:49:05 -07:00
DiegoMarti2
3a0dd5d698
baeldung-articles : BAEL-7649 (#16452)
Unit Test for hashCode() in Java.
2024-04-24 11:48:34 -07:00
ACHRAF TAITAI
5f0a95c784
Bael 7757 (#16485)
* BAEL-7765: How to fix JsonParseException: Unexpected character (code 115) when parsing unquoted JSON in Jackson

* BAEL-7757: How to solve MockitoException: the existing mock registration must be deregistered
2024-04-24 20:07:03 +02:00
Mo Helmy
f94b8d96ca
This commit is related to BAEL-7856 (#16480)
This commit aims to add a test class named "LastOccurrenceFinderUnitTest".
2024-04-24 09:52:21 -07:00
ch4mpy
bcd2fb94a4 spaces instead of tabs in poms & json 2024-04-24 02:33:12 -10:00
Bipin kumar
8193ddf314
JAVA-32170_M_02: Changes made for Fix formatting of POMs (#16117) 2024-04-24 11:55:24 +03:00
Thiago dos Santos Hora
de699e2386
BAEL-6620: RBAC Quarkus (#16416)
* BAEL-6620: RBAC quarkus

* BAEL-6620: fix permissions

* Code fix

* Fix test name
2024-04-23 14:48:51 -07:00
Andrea Cerasoni
0c1e41f3e8
Merge pull request #16283 from thibaultfaure/improvements/BAEL-7745-fix-unit-test-in-core-java-jvm3
BAEL-7745 Fix unit test in core-java-jvm3
2024-04-23 18:50:39 +01:00
Harry9656
6b0c4b9a80
JAVA-26760: Updated and standardized the junit-jupiter-engine library (#16357)
* JAVA-26760: Updated and standardized the junit-jupiter-engine library

* JAVA-26760: Updated and standardized the mockito-junit-jupiter library

* fix mockito-junit-jupiter properties

* fix maven-custom-plugin/usage-example properties

* Fix quarkus-funqy

* JAVA-26760: Fix NamespacedHierarchicalStore error in junit
2024-04-23 18:45:06 +02:00
vunamtien
9177009ab6
[JAVA-33634] Split-or-move-spring-security-core-2-module (#16447) 2024-04-23 18:23:26 +02:00
Loredana Crusoveanu
4a139b7188
Merge pull request #16476 from eugenp/lor6-patch-1
delete duplicate code; it has been moved to core-java-streams-6
2024-04-23 18:32:05 +03:00
Loredana Crusoveanu
823f8c7891
delete duplicate code; it has been moved to core-java-streams-6 2024-04-23 18:02:48 +03:00
Loredana Crusoveanu
21a7f6794a
Merge pull request #16475 from eugenp/lor6-patch-1
remove duplicate code; article already moved to core-java-collections-6
2024-04-23 18:02:13 +03:00
Loredana Crusoveanu
b9b9084286
remove duplicate code; article already moved to core-java-collections-6 2024-04-23 17:29:57 +03:00
anuragkumawat
d14b1e1fb7
JAVA-30667 Move article code to spring-data-jpa-query module (#16445) 2024-04-23 14:08:54 +03:00
Loredana Crusoveanu
8376d72732
Merge pull request #16472 from rcalago/master
Update on README.md
2024-04-23 12:01:20 +03:00
rcalago
51709f6817
Update README.md 2024-04-23 16:13:53 +08:00
rcalago
d2b89b5a91
Update README.md 2024-04-23 16:12:48 +08:00
rcalago
1db60e8eeb
Update README.md 2024-04-23 16:11:47 +08:00
rcalago
804e250a08
Update README.md 2024-04-23 16:10:42 +08:00
rcalago
18b039e054
Update README.md 2024-04-23 16:09:45 +08:00
rcalago
fd0ae27bdc
Update README.md 2024-04-23 16:08:34 +08:00
rcalago
9a513cbe15
Update README.md 2024-04-23 16:07:30 +08:00
timis1
2858eb0844
[JAVA-29516] Fix checker-framework in the context of migration to JDK 21 (#16465)
Co-authored-by: timis1 <noreplay@yahoo.com>
2024-04-23 08:09:57 +02:00
Harry9656
26ce8f7bae
[JAVA-33808] change spring-kafka-2 integration test to live test (#16468) 2024-04-23 07:58:35 +02:00
davidmartinezbarua
b2efaa0112
Merge pull request #16462 from ukhan1980/bael-6760-download-file-from-s3
[bael-6760] add code for download files from s3 article
2024-04-22 19:44:46 -03:00
Vini
378cf78e7a
Merge pull request #16263 from DragomirAlin/master
BAEL-6265: PersistenceUnit vs PersistenceContext
2024-04-22 18:07:40 +02:00
Vini
29b5206cf7
Merge pull request #16436 from jagathkumarks/master
Calculating Moving averages
2024-04-22 18:06:54 +02:00
Bipin kumar
bf4f3eb524
JAVA-33582: Adding modules which are missed (#16450) 2024-04-22 11:41:44 +03:00
ch4mpy
f80faa08c8 BAEL-7704 : (CONFIGURATION)
format resources
2024-04-21 16:38:05 -10:00