Commit Graph

14383 Commits

Author SHA1 Message Date
Thiago dos Santos Hora 99832d0d4d BAEL-7125: Global Exception Handling with Spring Cloud Gateway (#15566)
* BAEL-7125: Global Exception Handling with Spring Cloud Gateway

* Fix name

* Fix condition
2024-01-09 14:28:17 -08:00
DiegoMarti2 a94bf971f5 baeldung-articles : BAEL-7403 (#15573)
* baeldung-articles : BAEL-7403

Convert Joda-Time DateTime to Date and Vice Versa

* (Move) baeldung-articles : BAEL-7403

Move the code to this module.
2024-01-09 14:13:10 -08:00
Constantin b51e01e69f BAEL-7199: Fix CI pipeline 2024-01-09 11:33:44 +02:00
Harry9656 5136e7349b JAVA-27804: Remove explicit logging dependency (#15448) 2024-01-09 09:48:12 +02:00
vaibhav007jain 40dc851047 Bael 7163 (#15532)
* Create StreamFromEmptyList.java

Initial Commit

* Create StreamFromEmptyListUnitTest.java

Initial commit of StreamFromEmptyListUnitTest.

* Create README.md

Adding README file.

* Create pom.xml

* Create pom.xml

* Create REAME.md

* Delete core-java-modules/core-java-streams-6/src/README.md

* Delete core-java-modules/core-java-streams-6/src/pom.xml

* Update pom.xml

* Update pom.xml
2024-01-09 10:11:00 +05:30
Wynn Teo c23c21e38e First draft of future vs promise (#15547) 2024-01-08 21:45:45 -06:00
Mikhail Polivakha 7a14fcdb32 BAEL-7340 Using Custom TrustStore in Java (#15562)
* BAEL-6953 implemented

* BAEL-6953 added live test

* Fixed test

* BAEL-7340 Using Custom TrustStore in Java

* BAEL-7340 Added explicit --add-exports statement for core-java-security-4
2024-01-08 19:08:14 -08:00
Amit Pandey b467eb65f6 [JAVA-29178] Upgrade Spring AOP 2 module to Spring Boot 3 (#15561) 2024-01-08 23:22:19 +01:00
Amit Pandey 0d48dd5439 [JAVA-29177 ] - Update Spring-AOP from Boot 2 to Boot 3 (#15560) 2024-01-08 21:27:42 +01:00
Neetika23 13c2b756d3 Update pom.xml 2024-01-08 23:54:15 +05:30
Ana Peterlić 76c9cb1c31 BAEL-6230 - Get Specific Part from SOAP Message in Java (#15548) 2024-01-08 22:28:00 +05:30
Eugene Kovko 0e38c09d04 BAEL-7448: BigDecimal to Integer (#15569) 2024-01-07 19:07:28 -08:00
Mo Helmy b41a78fb39 This commit is related to BAEL-7024 (#15564)
This commit aims to add a new test class "ReplaceNonPrintableCharsUnitTest".
2024-01-07 19:01:27 -08:00
Eugene Kovko 36edee6be7 BAEL-7447: Integer to BigDecimal (#15563) 2024-01-07 18:50:22 -08:00
Harry9656 bf3b5a42f8 JAVA-29070: Upgrade Spring-Jooq module to Spring Boot 3 (#15387) 2024-01-07 23:44:45 +02:00
Neetika23 b57ecaab79 Update Print2DArraysUnitTest.java 2024-01-08 00:18:33 +05:30
Maiklins bf51459461 Merge pull request #15517 from Michaelin007/camel
https://jira.baeldung.com/browse/BAEL-7401
2024-01-07 15:40:06 +01:00
Constantin 6d7c9dc79e BAEL-7199: Use different port for embedded Kafka 2024-01-07 16:31:44 +02:00
Loredana Crusoveanu c2e413d157 Merge pull request #15565 from rcalago/master
Update README.md
2024-01-07 14:52:28 +02:00
timis1 81c7737d92 JAVA-27740 Fix failing module jhipster-6 - upgrade to JDK 17 (#15474) 2024-01-07 13:09:50 +02:00
rcalago a3c39aa983 Update README.md
Added link to relevant articles
2024-01-07 10:46:40 +08:00
rcalago 6453003f3f Update README.md
Added link to relevant articles
2024-01-07 10:44:26 +08:00
Amit Pandey 3253f44784 Java-29290 :- Upgrade spring-security-core-2 to use Spring Boot 3 (#15491)
* Made changes to upgrade to Spring Boot 3 from Boot 2

* JAVA-29290 :- Changed to use @Import for initializing the config.

* JAVA-29290 :- Made changes to use authorizeHttpRequests as authorizeRequests is deprecated

* Minor formatting fixes

* JAVA-29290 : Formatting changes
2024-01-06 17:12:08 +01:00
Bipin kumar 0a18e140e3 JAVA-26758: Upgrade openapi-generator-maven-plugin (#15257) 2024-01-06 13:21:26 +02:00
timis1 a2e4f08f8f JAVA-21748 Move jenkins-modules to another profile (#15525)
Co-authored-by: timis1 <noreplay@yahoo.com>
2024-01-06 11:49:43 +05:30
Kai Yuan ec3fcc078d [rm-char-in-other-str] BAEL-7355 Remove characters from a string that… (#15531)
* [rm-char-in-other-str] BAEL-7355 Remove characters from a string that are present in a second string

* [rm-char-in-other-str] shorten the package name
2024-01-05 20:20:08 -06:00
Eugene Kovko e2b376516e Bael 6447 (#15556)
* BAEL-6447: Persistable examples

* BAEL-6447: Explicit Repository Check Example

* BAEL-6447: Reformatting

* BAEL-6447: Renamed the method

* BAEL-6447: Parametrize the repository

* BAEL-6447: Added Author example for UnapdatableBook

* BAEL-6447: Remove findByTitleMethod

* BAEL-6447: Reformatting

* BAEL-6447: Service Test
2024-01-05 14:38:36 -08:00
Rajat Garg d3e944a159 Check if a point lies between 2 points (#15554)
Co-authored-by: rajatgarg <rajatgarg@adobe.com>
2024-01-05 14:29:56 -08:00
Vini 20c3c8e7cc Merge pull request #15557 from DiegoMarti2/master
Update CheckIfListContainsEnumUnitTest.java
2024-01-05 21:52:04 +01:00
davidmartinezbarua ac43a540b8 Merge pull request #15498 from etrandafir93/features/BAEL-6552-kafka_read_multiple_messages
Features/bael 6552 kafka read multiple messages
2024-01-05 16:56:43 -03:00
DiegoMarti2 53e1229492 Update CheckIfListContainsEnumUnitTest.java 2024-01-05 20:13:06 +02:00
Ralf Ueberfuhr b4bbc940ad BAEL-7141: Create project structure with API stubs, service provider and service consumer. (#15478) 2024-01-05 10:37:23 +01:00
Amit Pandey ff11a92e8a [JAVA-29171] Upgrade spring-security-core module to Spring Boot 3 (#15487) 2024-01-05 09:10:00 +01:00
Amit Pandey 67c4875aff Java 28923 :- Upgrade JIB module to use Boot 3 (#15549)
* Initial Commit

* Set correct base image for JIB 3.X
2024-01-05 09:08:18 +01:00
Amit Pandey f91f92b08e [JAVA-28929] - Upgrade to mustache to Spring boot 3 (#15551) 2024-01-04 22:32:34 +01:00
Bipin kumar 581e34a278 JAVA-28508: Fix formatting of POMs Modules R to Z (#15361) 2024-01-04 20:53:15 +02:00
Bipin kumar 0b27ba93ff JAVA-27737: Adding spring-hibernate-3 module (#15542) 2024-01-04 20:49:53 +02:00
panos-kakos 9b299f01ae [JAVA-27683] Fix failing module core-java-modules - upgrade to JDK 17 (#15495) 2024-01-04 20:08:03 +02:00
Eugene Kovko 61e5d8cd76 Bael 7436 (#15550)
* BAEL-7436: Initial Unit Tests

* BAEL-7436: Added an Example with Service

* BAEL-7436: Cleanup and test fixes

* BAEL-7436: Test rename

* BAEL-7436: Cleanup

* BAEL-7436: Fix pom

* BAEL-7436: Test rename
2024-01-04 09:50:50 -08:00
Eugene Kovko 6114e0534f BAEL-7408: Added braces (#15552) 2024-01-04 09:46:35 -08:00
timis1 906faa4fa6 JAVA-29305 Upgrade spring-security-web-boot-2 (#15510)
* JAVA-29305 Upgrade spring-security-web-boot-2

* JAVA-29305 Formatting code

---------

Co-authored-by: timis1 <noreplay@yahoo.com>
2024-01-04 16:43:24 +01:00
Loredana Crusoveanu c159de77db Merge pull request #15475 from wynnteo/BAEL-7372
First version
2024-01-04 17:24:13 +02:00
michaelin007 2611e8eac6 https://jira.baeldung.com/browse/BAEL-7375 2024-01-04 15:06:38 +00:00
Abhinav Pandey 39974e2d6d BAEL-6751 - reactive apis with micronaut (#14824)
* BAEL-6751 - reactive apis with micronaut

* BAEL-6751 - reactive apis with micronaut

* BAEL-6751 - added error handling

* BAEL-6751 - removed unused property

* BAEL-6751 - formatting changes

* BAEL-6751 - added missing class

* BAEL-6751 - moving module to parent pom

* BAEL-6751 - moving version number to property
2024-01-04 11:05:39 +01:00
Eugene Kovko 506c2cedc1 Bael 7408 (#15541)
* BAEL-7408: SinglyLinkedList Example

* BAEL-7408: Extract Node interface

* BAEL-7408: Setup for WrappedNode LinkedList

* BAEL-7408: Removed WrappedNode and cleaned the example

* BAEL-7408: Removed Node interface

* BAEL-7408: Additional test for removeLast
2024-01-03 19:17:12 -08:00
Tapan Avasthi 7f9d025510 BAEL-7328: Find All Missing Numbers From a Given Array in Java (#15443)
Co-authored-by: Tapan Avasthi <tavasthi@Tapans-MacBook-Air.local>
2024-01-03 20:32:15 -06:00
panos-kakos 88786dc076 [JAVA-29474] Replace commons-lang with commons-lang3 (#15514) 2024-01-03 22:21:49 +01:00
Kasra Madadipouya c8f12b9387 JAVA-28922 add Hystrix deprecation note (#15545) 2024-01-03 20:08:02 +01:00
panos-kakos 21d3e16584 [JAVA-29427] Consolidate libraries modules (#15536) 2024-01-03 19:39:23 +01:00
Vini 5c6e53c15a Merge pull request #15537 from DiegoMarti2/master
BAEL-7041
2024-01-03 08:36:29 +01:00