31799 Commits

Author SHA1 Message Date
Maiklins
edf3b45366
Merge pull request #16405 from Michaelin007/webfluxmono
https://jira.baeldung.com/browse/BAEL-7789
2024-04-28 21:22:37 +02:00
Mikhail Polivakha
bb0116b5d5
Migrated BAEL-7190 to a new module (#16518)
* BAEL-7190 implementation

* Migrated BAEL-7190 to a new module

* Revert "BAEL-7190 implementation"

This reverts commit dd947aefda7b12a0eb06030b5d89f2ada77834a5.
2024-04-28 12:05:04 -07:00
Eugene Kovko
ba73008ee9
BAEL-7885: Simple tests for addAll (#16504)
* BAEL-7885: Simple tests for addAll

* BAEL-7885: Stream test example
2024-04-28 11:20:08 -07:00
brokenhardisk
3240f5b820
BAEL-7617: Intro to Apache Commons Configuration (#16281)
* BAEL-7617: Intro to Apache Commons Configuration

* BAEL-7617: Review Comments

* BAEL-7617: Review Comments

* BAEL-7617: Review Comments
2024-04-28 18:06:40 +01:00
panos-kakos
639614cd65
[JAVA-29392] Set JDK 17 for heavy profiles (#16409) 2024-04-28 16:34:55 +05:30
Eugene Kovko
edf65df452
BAEL-7862: Float conversion tests (#16506)
* BAEL-7862: Float conversion tests

* BAEL-7862: Float Collector
2024-04-27 14:17:49 -07:00
Eugene Kovko
c4b34c1793
Bael 7853 (#16503)
* BAEL-7853: Removed unnecessary dependencies

* BAEL-7853: Simple PriorityQueue tests

* BAEL-7853: Additional example with Meetings
2024-04-27 14:08:02 -07:00
Mo Helmy
eca1d4920a
This commit is related to BAEL-7858 (#16507)
This commit aims to add a test class "RemoveAllCharsBeforeSpecificOneUnitTest".
2024-04-27 14:02:06 -07:00
Dominique Plante
14c41ff72a
Merge pull request #16488 from yadavan88/twos-complement
Added code to calculate twos complement of a number
2024-04-27 11:55:25 -07:00
87a004e47a
更新 UUID 文档内容 2024-04-27 13:34:32 -04:00
d52cd0c1f4 更新标题 2024-04-27 08:28:26 -04:00
30e0d63fe4 更新 Java UUID 中问文章 2024-04-27 08:28:26 -04:00
ec4ccbe6be Update UUID 2024-04-27 08:28:26 -04:00
3d3ab0cd36 Move the link for document 2024-04-27 08:28:26 -04:00
033d0f4150 更新注解文件说明 2024-04-27 08:28:26 -04:00
781e582c96 更新 Java 8 中的设计模式策略 2024-04-27 08:28:26 -04:00
7efaee81ea
更新标题 2024-04-27 08:27:44 -04:00
afe803be48
更新 Java UUID 中问文章 2024-04-27 08:27:10 -04:00
afb622ad78
Update UUID 2024-04-27 08:20:01 -04:00
86ba6dfe74
Move the link for document 2024-04-27 08:02:07 -04:00
203042a696
更新注解文件说明 2024-04-27 07:36:47 -04:00
79eee60239
更新 Java 8 中的设计模式策略 2024-04-27 07:31:50 -04:00
Loredana Crusoveanu
a9717c3eef
Merge pull request #16505 from collaboratewithakash/master
backlink updated
2024-04-27 14:10:37 +03:00
Loredana Crusoveanu
2731096e4d
Merge branch 'master' into master 2024-04-27 14:05:55 +03:00
Azhwani
54aee18a7f
BAEL-7783: Assert properties of custom exceptions with catchThrowableOfType in AssertJ (#16442) 2024-04-27 11:56:24 +02:00
Lucian Snare
267bd54092
BAEL-7735: Add test case demonstrating TestNG SoftAssert (#16443)
* BAEL-7735: Add test case demonstrating TestNG SoftAssert

* Update package

* Move Book and BookService to separate classes
2024-04-27 09:01:20 +05:30
09de9507c3 完成更新 Java 新特性预览内容的翻译和处理 2024-04-26 20:18:59 -04:00
Harry9656
a393395bf1
JAVA-34093: Fix spring-boot-persistance-2 junit-jupiter failures (#16497) 2024-04-27 00:37:22 +02:00
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
michaelin007
7f87e881e8 Spring WebClient retrieve() vs exchange() 2024-04-26 02:45:18 +00:00
5d12fa28c1
完成更新 Java 新特性预览内容的翻译和处理 2024-04-25 18:16:01 -04: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
Yadukrishnan
fb121ee632 Used the correct method in test 2024-04-25 15:12:24 +05:30
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
michaelin007
2f1cd9a53c Spring WebClient retrieve() vs exchange() 2024-04-25 04:18:21 +00:00
Yadukrishnan
6d61ab3761 Added another approach for the calculation 2024-04-25 09:44:27 +05:30