1081 Commits

Author SHA1 Message Date
Adrian Bob
ee5f5b2015 BAEL-6071: Resilience4j events endpoints (#13697)
* Add project for Resilience4j Events Endpoints article

* Update README

* Add spring-boot-resilience4j module

* Renamed test class to meet constraints

* Update package structure

* Added formatting

* Replaces .parallel() with Executor

* Updated concurrent calls for bulkhead test
2023-04-04 15:49:54 +02:00
Viktor Ardelean
38fa542b6e BAEL-6093 add spring boot 3 url matching code sample (#13744) 2023-04-02 14:00:58 -07:00
AttilaUhrin
00f1479681 [BAEL-6161] Add example code for article. (#13651)
Co-authored-by: Uhrin Attila <attila.uhrin@frontendart.com>
2023-03-31 07:53:12 +05:30
anuragkumawat
1e042cc6fe JAVA-19547 Move articles from spring-core-2 module to spring-boot modules (#13730) 2023-03-30 22:00:57 +05:30
anuragkumawat
76c20e61e5 Move articles from spring-core-6 module to other spring-boot modules (#13722)
* Move articles from spring-core-6 module to other spring-boot modules

* JAVA-19559 Move articles from spring-core-6 module to other spring-boot-3 modules

* JAVA-19559 Minor spacing change

* JAVA-19559 Revert  Minor spacing change
2023-03-30 21:53:07 +05:30
anuragkumawat
c1f768e162 JAVA-19555 Move articles from spring-core-5 module to spring-boot-annotations-2 module (#13711)
* JAVA-19555 Move articles from spring-core-5 module to spring-boot-annotations-2 module

* JAVA-19555 Move articles from spring-core module to spring-boot-annotations-2 module
2023-03-26 23:55:47 +05:30
edizor
a6f6fa3589 Update README.md
[skip ci]
2023-03-24 16:51:52 +08:00
edizor
ba3231c539 Update README.md
[skip ci]
2023-03-24 16:21:36 +08:00
edizor
1051daf7c3 Update README.md
[skip ci]
2023-03-24 16:18:21 +08:00
cesarevalenti90
2fbe46bc19 BAEL-6255 - Run a Spring Boot application in AWS Lambda (#13629)
* BAEL-6255 - Run a Spring Boot application in AWS Lambda

* BAEL-6255 - Run a Spring Boot application in AWS Lambda

* fix on template.yaml

* fix on template.yaml

* removed log from test

* resolved issues reported on PR

---------

Co-authored-by: Cesare <cesare.valenti@hotmail.com>
2023-03-23 20:43:34 +00:00
panos-kakos
67638332fd [JAVA-18185] Moved spring-boot-modules to jdk9-and-above profile (#13678)
Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com>
2023-03-23 09:08:51 +05:30
anuragkumawat
0dcb9529a7 JAVA-19544 Move Spring @Primary Annotation article from spring-core-2 module to spring-boot-annotations-2 module (#13687) 2023-03-22 21:28:27 +05:30
Eugen
e7ae5f4ece Merge pull request #13675 from edizor/master
Update README
2023-03-21 21:17:45 +02:00
sdhiray7
a21ccc585f BAEL-5321: Change Swagger UI URL prefix (#13288)
* Initial commit for Object copy in Java

* review comments commit for Object copy in Java

* Initial commit for parseInt vs valueOf java

* Review comments commit for parseInt vs valueOf java

* Modify readme

* review comments

* build failure

* build failure retry

* build failure retry remove parseInt(java.lang.String,int,int,int)

* build failure add comment

* change examples

* review comments

* review comments 2

* review comments 3

* Initial commit for get current stacktrace

* Remove old files

* Name updates

* Jenkins error

* changes to file name

* Review comments

* Create unit test file

* Remove unnecessary files

* Update package name

* BAEL-5321 Initial commit

* BAEL-5321 Initial commit 2

* [BAEL-5321] review comments

* [BAEL-5321] constructor

* [BAEL-5321] inline
2023-03-19 11:20:37 +01:00
edizor
2f1478a758 Merge branch 'eugenp:master' into master 2023-03-19 02:04:52 +08:00
Abhinav Pandey
d54253f9b0 BAEL-6157 - Using records with JPA (#13626)
* BAEL-6157 - Using records with JPA

* BAEL-6157 - Changing test class name

* BAEL-6157 - Changing test class name

* BAEL-6157 - Adding start-class to module
2023-03-17 09:36:56 -07:00
edizor
9255b01e28 Create README.md
[skip ci]
2023-03-17 00:53:24 +08:00
edizor
9252f50101 Update README.md
[skip ci]
2023-03-17 00:29:23 +08:00
Sameer
953db7df6c Bael 4779 (#13465)
* first commit for Spring Data Redis TTL

* BAEL-4779: Removed incorrect module

* removed mvn wrapper

* Reduced wait time to check expiration

* J17 -> J11

* spring boot redis added to JDK 9 and above profile

* pulled latest from master

* restored from master

* resolved from master

* Update pom.xml

* Update pom.xml

* using Collections api available in J15

* updated Integration test class name

---------

Co-authored-by: s9m33r <no-reply>
Co-authored-by: Loredana Crusoveanu <lore.crusoveanu@gmail.com>
2023-03-14 16:44:31 -07:00
davidmartinezbarua
2694c6cd99 Merge pull request #13558 from pedrolopes9-7/BAEL-6224
BAEL-6224: API First-Development in Spring Boot
2023-03-10 15:18:53 -03:00
Tapan Avasthi
c38231829f BAEL-5721: Configure Redis Container Using DynamicPropertySource Annotation (#13585)
Co-authored-by: Tapan Avasthi <tavasthi@Tapans-MacBook-Air.local>
2023-03-09 21:07:31 -06:00
edizor
42201e2332 Update README.md
[skip ci]
2023-03-04 11:13:57 +08:00
edizor
742fcb1abe Create README.md
[skip ci]
2023-03-04 10:56:06 +08:00
pedrolopes9-7
473eb166d7 fix file location 2023-02-28 20:19:00 -03:00
pedrolopes9-7
4d0305a5f4 adding yml file and generator 2023-02-28 20:02:41 -03:00
anuragkumawat
e8e1e4765c JAVA-18103 Revert properties file name to fix integration test (#13555) 2023-02-28 23:38:13 +05:30
Cesare
a99b1c73e1 reformat TodosController 2023-02-28 10:09:51 +01:00
cesarevalenti90
81ab2ad567 Merge branch 'eugenp:master' into master 2023-02-28 10:06:11 +01:00
Loredana Crusoveanu
383725e2f4 Merge pull request #13483 from anuragkumawat/JAVA-18103
JAVA-18103 Update spring-boot-keycloak-2 module
2023-02-27 09:45:56 +02:00
timis1
6c2072e9e8 JAVA-13870 Move spring-caching,spring-caching-2 to spring-boot-module… (#13457)
* JAVA-13870 Move spring-caching,spring-caching-2 to spring-boot-modules (conti-1)

* JAVA-13870 Making spring boot as the parent for spring-caching and spring caching-2

---------

Co-authored-by: timis1 <noreplay@yahoo.com>
2023-02-26 21:31:26 +05:30
anuragkumawat
23a1f5922f JAVA-17766 Fix references to parents - Week 6 - 2023 (moved-2) (#13536) 2023-02-26 16:49:13 +05:30
edizor
4b95c0fde1 Update README.md
[skip ci]
2023-02-24 19:37:14 +08:00
timis1
7fc3b9f834 JAVA-2420 Merge spring-apache-camel and spring-boot-camel modules (#13409)
* JAVA-2420 Merge spring-apache-camel and spring-boot-camel modules

* JAVA-2420 Migrate spring-boot-camel to spring-apache camel

* JAVA-2420 Update README.md file

* JAVA-2420 Remove spring-boot-camel

---------

Co-authored-by: timis1 <noreplay@yahoo.com>
2023-02-20 23:36:57 +05:30
anuragkumawat
61d83c215e JAVA-18103 Rename method name 2023-02-20 23:13:48 +05:30
anuragkumawat
934f02bb1b JAVA-18103 Update Code as per review comments 2023-02-20 22:33:43 +05:30
Cesare
d83fa7ca29 BAEL-6125 Migrate Application from Spring Boot 2 to Spring Boot 3 -fix test naming 2023-02-19 16:19:46 +01:00
cesarevalenti90
fd255cc097 Merge branch 'eugenp:master' into master 2023-02-19 16:06:45 +01:00
Anastasios Ioannidis
a3ff046a72 JAVA-17429 Upgrade to latest spring-boot-2 (#13480) 2023-02-17 22:17:01 +05:30
edizor
f8fe4da66d Update README.md
[skip ci]
2023-02-17 18:52:43 +08:00
thibaultfaure
a3809635ff BAEL-5288 Code for the Map Date Types With openapi generator article (#13467)
Co-authored-by: thibault.faure <thibault.faure@mimacom.com>
2023-02-16 19:16:55 -06:00
anuragkumawat
51f828afe8 JAVA-18103 Update spring-boot-keycloak-2 module 2023-02-15 23:00:12 +05:30
Ralf Ueberfuhr
99b634f0cf BAEL-6097: Pitfalls on Testing with Spring Boot (#13441)
* BAEL-6097: Create project

* BAEL-6097: Implement sample code and tests with custom test slices

* BAEL-6097: Fix application-test.yml

* BAEL-6097: Rename tests to match BDD naming strategy, add test for Mapper Integration Test
2023-02-13 22:28:13 -08:00
Daniel Strmecki
cfe203b69d Feature/bael 6101 singleton (#13325)
* BAEL-6101: singleton bean and pattern example

* BAEL-6101: change package

* BAEL-6101: refactor

* BAEL-6101: refactor

* BAEL-6101: PR comment fix
2023-02-13 19:41:29 +00:00
anuragkumawat
4a1e20c4a8 JAVA-17200 Fix references to parents - Week 50 - 2022 (moved-3) (#13322) 2023-02-03 23:20:38 +05:30
Loredana Crusoveanu
f8b6642c12 Merge pull request #13416 from edizor/master
Update README
2023-02-03 17:32:16 +02:00
timis1
629dbc1401 JAVA-17281 GitHub Issue: Read only Spring Boot App- NoUniqueBeanDefinitionException: No qualifying bean of type available: expected single matching bean but found 2 (#13394)
Co-authored-by: n <noreplay@yahoo.com>
2023-02-02 23:15:55 +05:30
edizor
588591d05b Update README.md
[skip ci]
2023-02-02 23:10:18 +08:00
edizor
a33b690d0d Update README.md
[skip ci]
2023-02-02 22:34:44 +08:00
Loredana Crusoveanu
3809f71a49 downgrade jaxb plugin 2023-02-02 16:20:16 +02:00
Loredana Crusoveanu
adb277c07e match boot version, update path 2023-02-02 14:25:53 +02:00