Commit Graph

31824 Commits

Author SHA1 Message Date
Vini 560a71d47c
Merge pull request #16274 from thibaultfaure/articles/BAEL-7657-Date-of-Easter-Sunday
BAEL-7657 Code for the Find the date of Easter Sunday for the given y…
2024-04-16 15:34:56 +02:00
timis1 960af85d50
JAVA-33620 Split or move hibernate-jpa module (#16362) 2024-04-16 11:09:12 +03:00
timis1 ebd95b4840
JAVA-32815 Split or move spring-data-jpa-simple (#16322)
Co-authored-by: timis1 <noreplay@yahoo.com>
2024-04-16 09:59:28 +03:00
Harry9656 b97a573c15
[JAVA-33842] Fix spring-kafka-2 integration test (#16415) 2024-04-16 08:33:48 +02:00
Dragomir Alin 754fa52b6c update scope for test dependencies 2024-04-16 09:30:38 +03:00
vunamtien a4ecc1ca29
[JAVA-31657] Upgrade-spring-aspects-to-latest-version (#16338) 2024-04-16 09:26:58 +03:00
ICKostiantyn.Ivanov c8f82ab48e BAEL-6346 - Fixes according to editor comments 2024-04-16 08:15:49 +02:00
Wynn 25638c9c78 improvement 2024-04-16 08:30:45 +08:00
Wynn Teo 75cc5fbb2f
Merge branch 'eugenp:master' into master 2024-04-16 08:28:49 +08:00
MohamedHelmyKassab 7223f8b498
This commit is related to 6437 (#16412)
This commit aims to add a test class "StringToOffsetDateTimeUnitTest".
2024-04-15 11:50:12 -07:00
Mo Helmy f3548a3c44
Update SymmetricSubstringMaxLengthUnitTest.java (#16411) 2024-04-15 11:47:38 -07:00
Ulisses Lima 2ea4c541bd
Merge pull request #16393 from sk1418/ISSUE-16300_maven
[ISSUE-16300_maven] fix
2024-04-15 14:12:37 -03:00
sam-gardner 5a2b41233c
JAVA-26740 Upgrade spring cloud dapr gateway (#16354) 2024-04-15 15:26:46 +03:00
anuragkumawat af6d810f48
JAVA-31275 Upgrade spring-cloud-data-flow-stream-processing module (#16249) 2024-04-15 15:22:27 +03:00
Liam Williams 394b88c019
Merge pull request #16386 from f0rb/BAEL-7741
BAEL-6276: Move code for "Getting Query String Parameters from HttpServletRequest"
2024-04-15 13:01:21 +01:00
ICKostiantyn.Ivanov 55769583dd BAEL-6346 - Fixes according to editor comments 2024-04-15 07:54:29 +02:00
Wynn Teo 4a787e8342
Bael 5911 hf (#16417)
* BAEL-7490 read write file in separate thread

* Change the to try resources

* Update the code to sync with article

* update class name to LiveTest
2024-04-14 21:07:04 -05:00
Wynn Teo 2fcd34c0a9
Merge branch 'eugenp:master' into master 2024-04-15 08:12:34 +08:00
Dominique Plante e3a87148d9
Merge pull request #16337 from yadavan88/complex-number-ops
Complex number operations
2024-04-14 10:56:44 -07:00
ACHRAF TAITAI a7ad916d27
BAEL-7839: Converting Image to BufferedImage in Java (#16403)
* BAEL-7765: How to fix JsonParseException: Unexpected character (code 115) when parsing unquoted JSON in Jackson

* BAEL-7839: Converting Image to BufferedImage in Java
2024-04-14 19:39:25 +02:00
sIvanovKonstantyn b1ae6680d8
Merge branch 'eugenp:master' into master 2024-04-14 18:18:06 +02:00
ICKostiantyn.Ivanov 4602f3a150 Merge branch 'master' of https://github.com/sIvanovKonstantyn/tutorials 2024-04-14 18:14:42 +02:00
ICKostiantyn.Ivanov 60751b2a06 BAEL-6346 - "Not a managed type" exception in Spring Data JPA 2024-04-14 18:14:19 +02:00
vunamtien 684ee81ed1
[JAVA-32759] Split-or-move-spring-boot-persistence-mongodb (#16392) 2024-04-14 17:04:50 +02:00
vunamtien 2685d31fd1
[JAVA-31561] Upgrade-springdoc-openapi-starter-webmvc-ui-&-springdoc-openapi-starter-webflux-ui (#16377) 2024-04-14 16:51:03 +02:00
Kai.Yuan a25ad3d064 [ISSUE-16300_maven] add comment 2024-04-14 16:33:02 +02:00
Amit Pandey 5201ee6ab5
[JAVA-29009] Upgrade to spring-reactive-oauth module to Spring Boot 3 (#16328) 2024-04-14 15:07:36 +02:00
Grzegorz Piwowarek dde9779c83
Parallel Collectors with Virtual Threads (#16313) 2024-04-14 14:29:34 +02:00
Harry9656 6a81307724
Fix zuul-server. (#16408) 2024-04-14 14:27:11 +02:00
Harry9656 d50de8f6bd
JAVA-31405: Removed the repo.spring.io from tutorials repo (#16358) 2024-04-14 13:34:57 +03:00
Yadukrishnan 86fa1a3a5f rename test to follow coding standard 2024-04-14 08:22:03 +02:00
Ruchira Madhushan Rajapaksha 9219e0216e
[BAEL-7546] - How to intercept a request and add headers in WebFlux (#16291)
* [BAEL-7546] - How to intercept a request and add headers in WebFlux
* Added the Implementation Code.

* [BAEL-7546] - How to intercept a request and add headers in WebFlux
* Added the JUnit Tests.

* [BAEL-7546] - How to intercept a request and add headers in WebFlux
* Updated parent module with the new module reference.

* [BAEL-7546] - How to intercept a request and add headers in WebFlux
* CICD Build Fix for PMD Violation

* [BAEL-7546] - How to intercept a request and add headers in WebFlux
* CICD Build Fix for PMD Violation

* [BAEL-7546] - How to intercept a request and add headers in WebFlux
* Use four space indents in the pom file.

* [BAEL-7546] - How to intercept a request and add headers in WebFlux
* Use 2 space indents line continuation.

* [BAEL-7546] - How to intercept a request and add headers in WebFlux
* Add test case for Unmodifiable Header map scenario.

* [BAEL-7546] - How to intercept a request and add headers in WebFlux
* Indentation fixes.
2024-04-13 21:01:07 -05:00
Harry9656 f18a5c4472
JAVA-33535: Fix errors after mockito upgrade. (#16389)
* Fix eureka-client

* Fix eureka-server

* Fix spring-cloud-zuul

* Fix spring-reactive-data-couchbase

* Fix and cleanup apache-poi
2024-04-13 23:54:45 +02:00
Usman Mohyuddin 4d6b46699c
Feature/spring data mongodb skip and limit (#16285)
* mongo repo with @Aggregation in skip & limit

* add tests for skip & limit in MongoRepository

* cleanup

* fix spaces

* use BDD naming conventions
2024-04-13 13:58:24 -07:00
DiegoMarti2 eaf222dfa0
baeldung-articles : BAEL-6484 (#16398)
* updating the pom.xml file

Here i add a new module networking-5

* baeldung-articles : BAEL-6484

Finding the Redirected URL of a URL in Java.
2024-04-13 13:53:03 -07:00
Alexandru Borza 977071357e
BAEL-7615 - Implement the Builder Pattern in Java 8 (#16399)
* BAEL-7255 - Implementing GraphQL Mutation without Returning Data

* BAEL-7615 - Implement the Builder Pattern in Java 8

* BAEL-7615 - Implement the Builder Pattern in Java 8
2024-04-13 13:50:11 -07:00
MohamedHelmyKassab e975895695
This PR is related to BAEL-5998 (#16384)
* This commit is related to BAEL-5998

This commit aims to add a class named "Employee".

* This commit is related to BAEL-5998

This commit aims to add a test class titled "PrintingNullValuesUnitTest".

* Update PrintingNullValuesUnitTest.java
2024-04-13 13:48:50 -07:00
Liam Williams 6b4f48eb8f
Merge pull request #16360 from sk1418/fix-merging-overlapping
[fix-merging-overlapping] fix
2024-04-13 15:32:16 +01:00
Maiklins ab3c8d2986
Merge pull request #16401 from eugenp/BAEL-7630-update-readme
Update README.md
2024-04-13 12:37:43 +02:00
Maiklins de1f1c50b8
Update README.md 2024-04-13 12:32:13 +02:00
Maiklins c69d295766
Merge pull request #16151 from anujgaud/ag/set-matrix-to-zeroes
Ag/set matrix to zeroes
2024-04-13 12:23:24 +02:00
sIvanovKonstantyn 0dffde16a4
Merge branch 'eugenp:master' into master 2024-04-13 07:13:04 +02:00
Ulisses Lima 38bb8c3e91
Merge pull request #16388 from eugenp/fix-autowired
Remove Autowired annotation
2024-04-13 01:38:10 -03:00
Bipin kumar 78ab59a8c3
JAVA-30182: Changes made for Upgrade maven-failsafe-plugin library in… (#16247)
* JAVA-30182: Changes made for Upgrade maven-failsafe-plugin library in the main pom.xml

* JAVA-30182: Changes made for Upgrade exec-maven-plugin library in the main pom.xml

* JAVA-30182: Changes made for Upgrade maven-compiler-plugin, maven-surefire-plugin library in the main pom.xml

* JAVA-30182: Changes made for Upgrade maven-compiler-plugin, maven-surefire-plugin library in the main pom.xml

* JAVA-30182: maven-surefire-plugin update to latest

* JAVA-30182: Changes made for Upgrade maven-failsafe-plugin library

* JAVA-30182: rever the maven surefire upgrade due to issues

* JAVA-30182: Changes made for uncomment apache-kafka module
2024-04-13 00:42:08 +02:00
Maiklins 29a8d8d319
Merge pull request #16385 from Maiklins/BAEL-7302-update-readme
Update README.md
2024-04-12 21:34:40 +02:00
Harry9656 9349afc24a
BAEL-7625: Upadate Liquibase to version 4.27.0 (#16361) 2024-04-12 18:01:32 +02:00
Kasra Madadipouya abdddad3b6
[JAVA-25150] Logback upgrade (#16288) 2024-04-12 17:41:02 +02:00
vunamtien b98194040b
[JAVA-33628] Remove-spring-version-in-spring-core-x (#16363) 2024-04-12 16:27:15 +03:00
davidmartinezbarua 66be0dda2b
Merge pull request #16251 from AndreiBranza/BAEL-6421-PrintWriter-write-vs-print
Bael 6421 print writer write vs print
2024-04-12 10:02:47 -03:00
Kai.Yuan db732c7c94 [ISSUE-16300_maven] fix 2024-04-12 12:48:40 +02:00