Commit Graph

13129 Commits

Author SHA1 Message Date
Thibault Faure 4cd426bb14 BAEL-7107 Code for the article Arrays mismatch method in Java 2023-10-22 23:40:15 +02:00
Kasra Madadipouya 225f82e50b Merge pull request #14976 from alvin577austria/JAVA-23238
Java 23238 : Upgrade spring-cloud-security to JDK 17
2023-10-22 17:30:27 +02:00
Kasra Madadipouya 03fb4cacf7 Merge pull request #15014 from panos-kakos/JAVA-26119
[JAVA-26119] Merged aws-s3-update-object module with aws-s3
2023-10-22 17:14:01 +02:00
Gaetano Piazzolla 193fa95e8c JAVA-26042 | updated to spring-boot-3 (#14983) 2023-10-22 15:40:23 +03:00
Bipin kumar 6e470ca730 JAVA-25111: Adding missed modules (#14805) 2023-10-22 15:09:12 +03:00
Dhawal Kapil 034f6d8e9a Update README.md (#15033)
* Update README.md

* Update README.md

* Update README.md

* Update README.md
2023-10-22 13:38:41 +05:30
anujgaud 781a1c265a [BAEL-6623] Add code for Convert Object to String (#15000)
* Add Person class

* Add Unit tests for Person class

* Add Person class

* Add PersonWithHashCode class

* Address review comments

* Add PersonUnitTest class

* Add PersonWithHashCodeUnitTest class

* Add missing dependency

* Remove redundant code

* Remove redundant code

* Address review comments

* Address review comments
2023-10-22 09:49:38 +05:30
anuragkumawat b0ed62e8c8 JAVA-24938 Article Code Matches first commit (#14820) 2023-10-21 11:57:49 +03:00
Gaetano Piazzolla adb490c874 JAVA-26048 | upgraded spring-mvc-5 to spring-boot-3 (#15005) 2023-10-21 11:46:20 +03:00
Gaetano Piazzolla 106067388d JAVA-220644 | Upgrade spring-boot-persistence-h2 to Spring Boot 3 (#14998) 2023-10-21 11:36:49 +03:00
Loredana Crusoveanu 835cb8e15c Merge pull request #15022 from eugenp/lor6-patch-2
Delete core-java-modules/core-java-lang-math-3/src/test/java/com/bael…
2023-10-20 19:26:01 +03:00
Loredana Crusoveanu 08c8682406 Merge pull request #15021 from eugenp/lor6-patch-1
Update README.md
2023-10-20 19:25:36 +03:00
timis1 20c2fc3bb5 JAVA-24463 Coalesce spring-reactive-data and spring-reactive-data-2 into a single module (#15026)
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-10-20 20:53:11 +05:30
Liam Williams ab85c88147 Merge pull request #14817 from ashleyfrieze/BAEL-7006-mock-env-variables
BAEL-7006 Create example code for environment variables article
2023-10-20 16:10:20 +01:00
anuragkumawat 41ed71587d JAVA-25998 Fix parent.relativePath warning (#15032) 2023-10-20 19:45:03 +05:30
Bipin kumar e203f430e2 JJAVA-25376: adding missed spring-thymeleaf-attributes in the spring-web-module (#14849) 2023-10-20 14:49:07 +03:00
Jérôme Wacongne 8f3b5ecc2b spring-boot 3.1 and spring-addons 7.1.10 (#14902) 2023-10-20 09:11:41 +05:30
Kai Yuan fdca014527 [impr-list-of-lists] The size of list of lists (#15002) 2023-10-19 19:24:07 -05:00
davidmartinezbarua 0530fb8bca Merge pull request #14797 from thibaultfaure/articles/BAEL-6591-Wrapping-String
BAEL-6591 Code for the Wrapping a String After a Number of Characters…
2023-10-19 15:17:48 -03:00
Eugene Kovko e3e95fbc82 BAEL - 6715 (#15024)
* BAEL-6715: Fixed Indentation

* BAEL-6715: Changed Lists to Streams

* BAEL-6715: Inlined skip methods in the tests
2023-10-19 10:30:55 -07:00
Michael Olayemi 3178d8cb59 Get file size efficiently in Java (#14970)
* Get file size efficiently in Java

* Get file size efficiently in Java

* Get file size efficiently in Java

* Update FileSizeBenchmark.java
2023-10-19 17:45:54 +05:30
panos-kakos ec26c2802c [JAVA-4584] Clean up (#15006) 2023-10-19 13:47:13 +03:00
Loredana Crusoveanu 727e24feda Merge pull request #14980 from timis1/JAVA-25805
JAVA-25805 Review log statements for projects - Week 41 - 2023
2023-10-19 13:10:30 +03:00
Bipin kumar 1cd77cb9ea JAVA-26001_N_P: Fix formatting of POMs for modules N to P (#14959) 2023-10-19 12:56:23 +03:00
Bipin kumar a44a7e4af1 JAVA-26001_A_C: Fix formatting of POMs for modules A to C (#14961) 2023-10-19 12:54:46 +03:00
timis1 9e2e523da7 JAVA-25805 Remove logback-test.xml 2023-10-19 12:42:36 +03:00
Anastasios Ioannidis ab2834ddeb Removed duplicated spring-cloud-contract from integration profile (#15025) 2023-10-19 11:23:55 +03:00
Ana Peterlić 73e58da770 BAEL-7002 - Drawbacks of Singleton Pattern (#14979)
* BAEL-7002 - Drawbacks of Singleton Pattern

* Add mockito-inline dependency
2023-10-18 18:21:58 +05:30
Loredana Crusoveanu 43e4c6d9fe Delete core-java-modules/core-java-lang-math-3/src/test/java/com/baeldung/magicsquare/README.md 2023-10-18 14:12:40 +03:00
Loredana Crusoveanu 0f93942502 Update README.md 2023-10-18 14:11:54 +03:00
Bipin kumar 140974c9bf Java 25299 Fixes made for spring-data-jpa-repo-3 test failures in integration-jdk9-and-above (#14906) 2023-10-18 12:56:35 +03:00
Dhawal Kapil c3c8b1d016 Update README.md (#15016) 2023-10-18 12:29:41 +05:30
MohamedHelmyKassab faddb1d62c Update CenteringTextUnitTest.java (#15011)
This commit aims to add new updates to the class "CenteringTextUnitTest" based on the review process recommendations.
2023-10-17 19:03:31 -07:00
Mo Helmy 3298d5fb96 Updating code related to the article BAEL-7017 (#15009)
* Update pom.xml

Update pom with the apache dependency

* Update WriteHashmaptoCVSFileUnitTest.java

Adding a new test method to solve the problem using Apache Commons CSV.
2023-10-17 18:59:54 -07:00
davidmartinezbarua 7d99ed3d2d Merge pull request #14897 from etrandafir93/features/BAEL-6952-reuse_testcontainers
BAEL-6952: reuse testcontainers
2023-10-17 13:52:23 -03:00
emanueltrandafir1993 88a19c651e BAEL-6952: reuse testcontainers 2023-10-17 18:35:27 +02:00
panos-kakos 573132d239 [JAVA-26119] Merged aws-s3-update-object module with aws-s3 2023-10-17 19:13:25 +03:00
timis1 c30b23a140 JAVA-24463 Cleanup spring-reactive-modules (#14989)
* JAVA-24463 Renaming spring-data-couchbase into spring-reactive-data-couchbase

* JAVA-24463 Moving spring boot actuator from spring reactive security to spring reactive 3

* JAVA-24463 Migrating URL matching and set header on response from spring-5 reactive to spring reactive-2

* JAVA-24463 Migrating reactive websocket and session reactive support to spring-reactive-3

---------

Co-authored-by: timis1 <noreplay@yahoo.com>
2023-10-17 09:00:29 +05:30
Kasra Madadipouya 0eac8610bd Merge pull request #14919 from alvin577austria/JAVA-20429
JAVA-20429 : Used URI() instead of the deprecated URL()
2023-10-17 01:43:16 +02:00
Kasra Madadipouya 1c3d24532d Merge pull request #14921 from panos-kakos/JAVA-25962
[JAVA-25962] Upgraded joda-time version to 2.12.5
2023-10-17 01:20:31 +02:00
Kasra Madadipouya fd3e4cdbaf Merge pull request #14920 from panos-kakos/JAVA-15965
[JAVA-15965] Upgraded json version to 20230618
2023-10-17 01:11:07 +02:00
Kasra Madadipouya 1e4c020526 Merge pull request #14831 from panos-kakos/JAVA-12183
[JAVA-12183] Upgraded restx to latest version(1.0.0-rc3) and moved it…
2023-10-17 00:51:19 +02:00
Kasra Madadipouya be5c6643cc Merge pull request #15003 from GaetanoPiazzolla/java-2548-module-rename
JAVA-25848 | renaming modules
2023-10-17 00:27:01 +02:00
Mikhail Polivakha 5d6e1a21ff BAEL-7022 (#14984)
* BAEL-6706 source code

* BAEL-7022 implemented
2023-10-16 09:38:35 -07:00
gaepi 97403b833c JAVA-25848 | fixed parent include 2023-10-16 17:00:00 +02:00
davidmartinezbarua ec90772372 Merge pull request #14392 from ukhan1980/BAEL-6689-use-zip-when-with-mono
[BAEL-6689] code for zipwhen
2023-10-16 09:36:04 -03:00
panos-kakos f2e1547920 [JAVA-26046] Upgraded spring-scheduling to spring boot 3 (#14939) 2023-10-16 13:22:06 +03:00
panos-kakos 6d7040879b [JAVA-4584] Enabled core-java-12 module (#14926)
Enabled 12,13,15
2023-10-16 12:52:33 +03:00
Bipin kumar b0dc3b228a JAVA-25374: Fixes made for integration test failure in spring-kafka-2… (#14864) 2023-10-16 12:46:22 +03:00
gaepi 825ae48e86 JAVA-25848 | renaming modules 2023-10-16 09:42:13 +02:00