Commit Graph

1391 Commits

Author SHA1 Message Date
anuragkumawat 250500d120
JAVA-31108 Upgrade parent-boot-3 to latest version - Fix modules v1 (#15824) 2024-02-16 11:04:05 +02:00
Bipin kumar c150165e03
JAVA-30449: Changes made for formatting pom files modules S to Z (#15722) 2024-02-06 12:58:33 +02:00
anuragkumawat 0f31669c34
JAVA-27508 Upgrade spring-boot-logging-log4j2 to Spring Boot 3 (#15768) 2024-02-05 20:39:30 +01:00
Amit Pandey ab7bcbd6d3
JAVA-30981 :- Upgrade Spring Boot Environment to the latest Spring Cloud (#15794) 2024-02-04 22:26:22 +02:00
Loredana Crusoveanu cd5fb33832 JAVA-31022 add back large files removed after history truncation 2024-02-02 15:06:51 +02:00
panos-kakos d3ed1933ee
[JAVA-29168] Upgrade spring-boot-basic-customization module to Spring Boot 3 (#15767) 2024-01-31 23:10:01 +01:00
Amit Pandey 1bb6e135d0
JAVA-30677 :- Upgrade Spring-Boot-Bootstrap to the latest cloud versions. (#15751) 2024-01-30 14:48:15 +02:00
rcalago 52f1d4d93d
Create README.md 2024-01-27 21:34:28 +08:00
rcalago 209c65ebf2
Update README.md 2024-01-27 21:33:21 +08:00
rcalago 955b941190
Update README.md 2024-01-27 21:04:02 +08:00
collaboratewithakash 8a18afd05a
backlink updated 2024-01-27 13:19:28 +05:30
Amit Pandey d1009f0f91
JAVA-27509 :- Update Spring Boot validation to Spring Boot 3. (#15694) 2024-01-24 15:40:42 +02:00
davidmartinezbarua 6e9091f686
Merge pull request #15695 from etrandafir93/features/BAEL-7140-spring_modulith_evt_externalization
BAEL-7140: spring modulith evt externalization
2024-01-23 12:48:13 -03:00
Amit Pandey 790334d094
[JAVA-28961] Upgrade to spring-boot-data-2 module to Spring Boot 3 (#15620) 2024-01-22 23:11:26 +01:00
Loredana Crusoveanu bcab98e9c1
Merge pull request #15686 from rcalago/master
Updated README.md
2024-01-22 12:10:27 +02:00
Amit Pandey 22a1ca2978
[JAVA-27759] Fix Spring 3.1.x and Keycloak 22.x OAuth2 Tutorial (#15618) 2024-01-22 08:12:00 +01:00
emanueltrandafir1993 4021e9861e BAEL-7140: spring modulith evt externalization 2024-01-20 19:23:38 +01:00
rcalago 11f5e0e768
Update README.md 2024-01-19 09:53:03 +08:00
rcalago 30b1f2cc0c
Update README.md 2024-01-19 09:40:56 +08:00
luca b07acc0151 add test logging 2024-01-16 15:35:40 +01:00
luca 83d4c400f1 fix: warning 2024-01-16 11:14:42 +01:00
luca 8e3857655d gradle setup 2024-01-16 10:46:10 +01:00
Thibault Faure dd452722ca BAEL-7318 Updating dependencies for testing with Spring and Spock article 2024-01-10 22:56:16 +01:00
Harry9656 5136e7349b JAVA-27804: Remove explicit logging dependency (#15448) 2024-01-09 09:48:12 +02:00
Bipin kumar 0a18e140e3 JAVA-26758: Upgrade openapi-generator-maven-plugin (#15257) 2024-01-06 13:21:26 +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
Bipin kumar 581e34a278 JAVA-28508: Fix formatting of POMs Modules R to Z (#15361) 2024-01-04 20:53:15 +02:00
panos-kakos 88786dc076 [JAVA-29474] Replace commons-lang with commons-lang3 (#15514) 2024-01-03 22:21:49 +01:00
Eugene Kovko c606fc82f4 Bael 7066 (#15515)
* BAEL-7066: Happy path test

* BAEL-7066: Fix the test

* BAEL-7066: Change assume to assert

* BAEL-7066: Ignore Nulls test

* BAEL-7066: Combined tests

* BAEL-7066: Fix a typo and removed smoke tests

* BAEL-7066: Fix formatting

* BAEL-7066: Renamed to Employees

* BAEL-7066: Extract a base test class

* BAEL-7066: Added a skeleton for non absent test

* BAEL-7066: Added absent employee tests

* BAEL-7066: Fix formatting

* BAEL-7066: Empty values test

* BAEL-7066: Moved controllers

* BAEL-7066: Renamed methods

* BAEL-7066: Refactor nonNull tests

* BAEL-7066: Refactor nonEmpty tests

* BAEL-7066: Refactor nonAbsent tests

* BAEL-7066: Renamed the base test

* BAEL-7066: cleanup

* BAEL-7066: Fixed indents
2024-01-01 14:00:36 -08:00
Eugene Kovko 62f7a1911f Bael 7212 (#15499)
* BAEL-7212: Lenient converter tests

* BAEL-7212: Extracted provider

* BAEL-7212: Include only one holder

* BAEL-7212: Custom strict converter

* BAEL-7212: Renamed converter

* BAEL-7212: Renamed WeekDays

* BAEL-7212: Added tests for non-conventional weekdays

* BAEL-7212: Added tests for case insensitive converter

* BAEL-7212: Removed strict prefix

* BAEL-7212: Removed lenient prefix

* BAEL-7212: Removed non-conventional prefix

* BAEL-7212: Removed strict prefix

* BAEL-7212: Removed lenient holder

* BAEL-7212: Moved to packages

* BAEL-7212: Removed Application class

* BAEL-7212: Removed interface

* BAEL-7212: Renamed test classes

* BAEL-7212: Renamed WeekDays

* BAEL-7212: Added negative tests

* BAEL-7212: Added other test

* BAEL-7212: Move providers

* BAEL-7212: SpEL conversion

* BAEL-7212: Rename holders
2023-12-29 10:18:06 -08:00
Maiklins 3eb54511ed Merge pull request #15465 from Michaelin007/springconfig
https://jira.baeldung.com/browse/BAEL-7376
2023-12-28 21:55:22 +01:00
timis1 05aa00c4c8 JAVA-26077 Update the lombok version (#15493)
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-12-27 21:04:34 +01:00
michaelin007 922b77106c The SpringJUnitConfig and SpringJUnitWebConfig Annotations in Spring 2023-12-26 15:22:55 +00:00
michaelin007 f36e38d1f1 The SpringJUnitConfig and SpringJUnitWebConfig Annotations in Spring 2023-12-21 13:46:27 +00:00
michaelin007 b689e22bcf https://jira.baeldung.com/browse/BAEL-7376 2023-12-21 09:48:02 +00:00
michaelin007 e8b2ea9a92 https://jira.baeldung.com/browse/BAEL-7376 2023-12-21 09:36:40 +00:00
edizor 4bf82e88ea Update README.md
[skip ci]
2023-12-17 08:27:59 +08:00
panos-kakos cd85eb8b0b [JAVA-27620] (#15396)
* [JAVA-27620]

* [JAVA-27620]

* [JAVA-27620] Comment spring-boot-3-2 module
2023-12-13 21:04:35 +01:00
panos-kakos 62c172f814 [JAVA-27376] Moved article "Programmatically Restarting a Spring Boot… (#15412)
* [JAVA-27376] Moved article "Programmatically Restarting a Spring Boot Application" to spring-boot-runtime-2 module

* [JAVA-27367]
2023-12-13 20:58:43 +01:00
panos-kakos d8c3be530b [JAVA-26730] Upgraded io.projectreactor to latest version (#15234) 2023-12-11 08:58:51 +01:00
panos-kakos bb989a8fe3 [JAVA-27235] Moved article "Spring Custom Property Editor" to spring-boot-data-2 (#15381) 2023-12-09 19:40:53 +01:00
Liam Williams 93ebe9cda7 Merge pull request #15225 from ovidiumihaitacu/master
[BAEL-7067] Difference Between Entity and DTO
2023-12-07 21:51:40 +00:00
parthiv39731 b6f45db73d BAEL-6910, Renamed to LiveTest 2023-12-06 18:55:46 +05:30
panos-kakos cf858a1493 Java 27490 (#15217)
* [JAVA-27490] Set java.version of JDK 9+ profile to JDK 17

* [JAVA-27490] Removed java.version from modules

* [JAVA-27490] Commented modules that are failing

* [JAVA-27490] Clean up

* [JAVA-27490] Clean up
2023-12-05 10:43:20 +05:30
Kasra Madadipouya c6307d20ae Merge pull request #15321 from panos-kakos/JAVA-26711
[JAVA-26711] Upgraded shedlock to latest version(5.10.0)
2023-12-04 08:24:54 +01:00
timis1 e6501ada07 JAVA-26705 Upgrade lombok to latest version (#15305)
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-12-03 21:19:12 +02:00
Alvin Austria 641ae1e973 Merge pull request #15335 from anuragkumawat/JAVA-26736
JAVA-26736 Upgrade jackson to latest version
2023-12-03 18:13:29 +01:00
edizor cf341070d7 Update README.md
[skip ci]
2023-12-03 13:59:00 +08:00
panos-kakos 9b744641be [JAVA-26711] 2023-12-02 11:16:12 +02:00
ovidiu-mihai98 a58783707c [BAEL-7067] Difference Between Entity and DTO 2023-12-01 11:06:12 +02:00