Commit Graph

1098 Commits

Author SHA1 Message Date
edizor 804ec426d1 Update README.md
[skip ci]
2023-04-20 17:43:02 +08:00
edizor a9e15abf6b Update README.md
[skip ci]
2023-04-20 17:34:22 +08:00
edizor 28afd5133a Update README.md
[skip ci]
2023-04-20 17:24:21 +08:00
Loredana Crusoveanu b01a849724 Merge pull request #13842 from edizor/master
Update README
2023-04-18 13:31:26 +03:00
Azhwani 737430655c BAEL-6110: Fix Spring Data JPA Exception: No Property Found for Type (#13753) 2023-04-16 18:32:18 +02:00
anuragkumawat 3d278ff7a9 Java 19533 fix failing integration test (#13835)
* JAVA-19533 Fix references to parents - Week 14 - 2023 (moved-1)

* JAVA-19533 Fix references to parents - Week 14 - 2023 (moved-1)

* JAVA-19533 Fix failing integration test
2023-04-14 19:12:08 +05:30
edizor d49b588e04 Update README.md
[skip ci]
2023-04-14 17:10:41 +08:00
edizor 3bcae7f37a Update README.md
[skip ci]
2023-04-14 16:47:31 +08:00
Adrian Bob 7a426829cb Add logging for bulkhead test (#13834) 2023-04-13 18:25:49 +02:00
timis1 fae3e80186 JAVA-18600 Update "Guide to @ConfigurationProperties in Spring Boot" … (#13670)
* JAVA-18600 Update "Guide to @ConfigurationProperties in Spring Boot" article

---------

Co-authored-by: timis1 <noreplay@yahoo.com>
2023-04-13 16:18:11 +03:00
anuragkumawat 0d360a264b Java 19533 Fix references to parents - Week 14 - 2023 (moved-1) (#13824)
* JAVA-19533 Fix references to parents - Week 14 - 2023 (moved-1)

* JAVA-19533 Fix references to parents - Week 14 - 2023 (moved-1)
2023-04-12 07:24:52 +05:30
Łukasz Włodkowski 2765db78ae [BAEL-6165] AWS Secrets Manager integration with Spring Boot for DB. (#13632)
* [BAEL-6165] AWS Secrets Manager integration with Spring Boot for DB.

* [BAEL-6165] Add other types of secrets as example

* [BAEL-6165] externalize version to properties

* [BTL-6165] create UserController

---------

Co-authored-by: Lukasz Wlodkowski <lukasz.w@bluestonepim.com>
2023-04-11 20:08:05 +01:00
Alex Tighe 0ac00ad389 BAEL-6229: loading multiple yaml files in spring boot (#13724)
* BAEL-6229: committing new example for loading multiple yaml configuration files

* BAEL-6229: updating README.md

* BAEL-6229: adding example one code, commented out

* Revert "BAEL-6229: updating README.md"

This reverts commit 51cd2dcf97f797aa6a723888fd246ef0142242a3.

* BAEL-6229: adding comments around commented out code for first example.
2023-04-11 19:15:40 +01:00
Tapan Avasthi e8d8611e6e BAEL-5027: Use BuildProperties bean for getting build information (#13794)
Co-authored-by: Tapan Avasthi <tavasthi@Tapans-MacBook-Air.local>
2023-04-10 17:56:04 -05:00
Loredana Crusoveanu 44b59b1ace Merge pull request #13788 from edizor/master
Update README
2023-04-09 10:29:33 +03:00
panos-kakos 43b744f7cb [JAVA-18185] Downgrade to groovy 3 for spock (#13783) 2023-04-09 08:31:05 +05:30
edizor 7c5ceb42b6 Update README.md
[skip ci]
2023-04-07 23:53:48 +08:00
Adrian Bob 745e372844 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 d21e03938e BAEL-6093 add spring boot 3 url matching code sample (#13744) 2023-04-02 14:00:58 -07:00
AttilaUhrin ecad53efac [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 6212b272fc JAVA-19547 Move articles from spring-core-2 module to spring-boot modules (#13730) 2023-03-30 22:00:57 +05:30
anuragkumawat e310fe84da 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 a50d41a8ce 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 41f28aee20 Update README.md
[skip ci]
2023-03-24 16:51:52 +08:00
edizor 9bd65c88cf Update README.md
[skip ci]
2023-03-24 16:21:36 +08:00
edizor 17c13fb484 Update README.md
[skip ci]
2023-03-24 16:18:21 +08:00
cesarevalenti90 6a2d723155 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 78cb526cf0 [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 1bca2d5d68 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 b2accf8773 Merge pull request #13675 from edizor/master
Update README
2023-03-21 21:17:45 +02:00
sdhiray7 d40d696e99 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 b16e7bfc2a Merge branch 'eugenp:master' into master 2023-03-19 02:04:52 +08:00
Abhinav Pandey 22bd0db1bf 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 3eb2ffef4e Create README.md
[skip ci]
2023-03-17 00:53:24 +08:00
edizor 7fb86be223 Update README.md
[skip ci]
2023-03-17 00:29:23 +08:00
Sameer 350a3c3575 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 768a7800ba 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 99bdd0c2fe 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 56a30aea2a Update README.md
[skip ci]
2023-03-04 11:13:57 +08:00
edizor 762ce81aaf Create README.md
[skip ci]
2023-03-04 10:56:06 +08:00
pedrolopes9-7 99951e3dc2 fix file location 2023-02-28 20:19:00 -03:00
pedrolopes9-7 1af21053f1 adding yml file and generator 2023-02-28 20:02:41 -03:00
anuragkumawat da08a21266 JAVA-18103 Revert properties file name to fix integration test (#13555) 2023-02-28 23:38:13 +05:30
Cesare 31ab20f33e reformat TodosController 2023-02-28 10:09:51 +01:00
cesarevalenti90 1a60cdbf0d Merge branch 'eugenp:master' into master 2023-02-28 10:06:11 +01:00
Loredana Crusoveanu b0d37999dd 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 45790055ba 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 f3a236c77c JAVA-17766 Fix references to parents - Week 6 - 2023 (moved-2) (#13536) 2023-02-26 16:49:13 +05:30
edizor c7bba3900e Update README.md
[skip ci]
2023-02-24 19:37:14 +08:00
timis1 a04d35a6d8 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