Commit Graph

964 Commits

Author SHA1 Message Date
anuragkumawat e506e68202 JAVA-14682 Update spring-boot-keycloak-2 module under spring-boot-modules to remove usage of deprecated WebSecurityConfigurerAdapter (#12927) 2022-10-29 02:21:56 +05:30
Maciej Główka e0ff03f828 BAEL-5691: Log properties in Spring Boot application (#12663)
* BAEL-5691: Log properties in Spring Boot application

* removed lombok

* merged 2 streams into one

* removed unnecessary exception handling
2022-10-27 19:53:05 +01:00
Loredana Crusoveanu 0da831a483 Merge pull request #12873 from edizor/master
Update README.md
2022-10-19 17:01:21 +03:00
Loredana Crusoveanu c192ba162a BAEL-5798 rename test to manual 2022-10-19 16:52:31 +03:00
edizor 28cf4bde77 Update README.md
[skip ci]
2022-10-19 11:04:04 +08:00
edizor c705475701 Update README.md
[skip ci]
2022-10-19 10:53:17 +08:00
Tapan Avasthi 58b522ec56 BAEL-5798: Guide to Resilience4j with Spring Boot (#12854)
Co-authored-by: Tapan Avasthi <tavasthi@Tapans-MacBook-Air.local>
2022-10-16 21:33:41 -05:00
Haroon Khan bf719b41aa [JAVA-15376] Update for Graphql Postman article (#12853)
Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com>
2022-10-12 21:17:10 +05:30
Haroon Khan f4be8916b8 [JAVA-15353] Update code for GraphQL vs REST article (#12849) 2022-10-12 21:08:39 +05:30
Haroon Khan 4897b0afa0 [JAVA-14660] Update code for Graphql error handling (#12839) 2022-10-11 00:46:12 +05:30
anuragkumawat 02f8f60d53 JAVA-14677 Update spring-boot-keycloak module under spring-boot-modules to remove usage of deprecated WebSecurityConfigurerAdapter (#12842) 2022-10-10 23:24:23 +05:30
Haroon Khan c18ce8a0cf [JAVA-14663] Update Graphql code for Boot 2.7.x changes and move to new module (#12729) 2022-10-07 22:51:41 +05:30
Loredana Crusoveanu e8ffc2b71a BAEL-4639 add start class, exclude jobrunr autoconfig 2022-10-03 17:03:53 +03:00
Loredana Crusoveanu 2d40c9c71d Merge pull request #12789 from panos-kakos/JAVA-14985
[JAVA-14985] Moved code related to articles from spring-boot-mvc-2 to…
2022-09-30 11:09:02 +03:00
panagiotiskakos 29cb486075 [JAVA-14985] Clean up 2022-09-29 21:16:16 +03:00
Loredana Crusoveanu dd4dff2e13 change keycloak test to live test 2022-09-29 16:15:46 +03:00
panagiotiskakos 8727f678d0 [JAVA-14985] Moved code related to articles from spring-boot-mvc-2 to spring-boot-swagger-2 2022-09-29 08:10:58 +03:00
Christian German efb70f280c BAEL-5717 - Fix spring-oauth2-resource-server Autoconfiguration failure (#12740)
* BAEL-5717 - Fix spring-oauth2-resource-server Autoconfiguration failure

* BAEL-5717 - Updating imports order.
2022-09-25 19:09:14 +02:00
collaboratewithakash 85d6618c15 Update README.md 2022-09-23 16:11:33 +05:30
collaboratewithakash 1a710ec0e9 Update README.md 2022-09-23 14:14:49 +05:30
Loredana Crusoveanu be5b79756b Merge pull request #12736 from anuragkumawat/JAVA-14676
JAVA-14676 Update spring-boot-security module under spring-boot-modules to remove usage of deprecated WebSecurityConfigurerAdapter
2022-09-22 18:40:41 +03:00
anuragkumawat db79faf569 JAVA-14679 Update spring-boot-bootstrap module under spring-boot-modules to remove usage of deprecated WebSecurityConfigurerAdapter 2022-09-20 20:00:27 +05:30
davidmartinezbarua 814b637849 Merge pull request #12724 from hmdrzsharifi/BAEL-5443
Bael 5443: Making improvement to this article: "A Quick Guide to Using Keycloak with Spring Boot"
2022-09-19 20:49:03 -03:00
h_sharifi 7b82660b2e #BAEL-5443: Remove the test 2022-09-19 09:03:20 +04:30
h_sharifi 1a24c7dccb #BAEL-5443: Fix the keycloak url 2022-09-18 11:40:59 +04:30
anuragkumawat 919da4dfe6 JAVA-14680 Update spring-boot-admin module under spring-boot-modules to remove usage of deprecated WebSecurityConfigurerAdapter (#12732) 2022-09-18 10:32:09 +05:30
anuragkumawat 3a3021fe53 JAVA-14681 Update spring-boot-libraries module under spring-boot-modules to remove usage of deprecated WebSecurityConfigurerAdapter (#12725)
* JAVA-14681 Update spring-boot-libraries module under spring-boot-modules to remove usage of deprecated WebSecurityConfigurerAdapter

* JAVA-14681 Correct Java Formatting
2022-09-18 10:19:53 +05:30
anuragkumawat a22e548364 JAVA-14676 Update remaining code 2022-09-17 23:50:10 +05:30
anuragkumawat 2901f17a2e JAVA-14676 Update spring-boot-security module under spring-boot-modules to remove usage of deprecated WebSecurityConfigurerAdapter 2022-09-17 20:38:19 +05:30
Loredana Crusoveanu 30f56aede0 Merge pull request #12703 from panos-kakos/JAVA-14014
[JAVA-14014] Added matching strategy
2022-09-14 16:09:43 +03:00
h_sharifi 886d7c1fbf #BAEL-5443: add logout handler 2022-09-14 11:03:04 +04:30
h_sharifi 61073210ea #BAEL-5443: add resttemplate for logout 2022-09-14 11:02:44 +04:30
h_sharifi 898661f142 #BAEL-5443: add logout config 2022-09-14 11:02:02 +04:30
h_sharifi bca12a0764 #BAEL-5443: add scope to properties 2022-09-14 11:00:25 +04:30
freelansam dc1815c10c JAVA-14673 - Fix formatting of POMs (#12722)
* JAVA-14673 - Fix formatting of POMs

* cleanup
2022-09-13 21:22:49 +05:30
h_sharifi 359a33a2ba #BAEL-5443: add spring.security.oauth2.client properties 2022-09-12 15:39:41 +04:30
h_sharifi 326ce93f67 #BAEL-5443: add oauth2-client dependency 2022-09-12 15:36:30 +04:30
h_sharifi 9ffebf472a #BAEL-5443:
1- add http.oauth2Login()
2- remove KeycloakAdpter Beans
2022-09-12 15:35:56 +04:30
Haroon Khan 66944937b5 [JAVA-14659] Downgrade Boot to 2.6.x and temporarily ignore integration tests for incompatible modules (#12708) 2022-09-11 12:01:35 +05:30
panagiotiskakos 9744e121ab [JAVA-14014] Added matching strategy 2022-09-09 11:10:49 +03:00
Christian German 39acb99790 BAEL-5717 - Removing deprecated Keycloak Adapter and use Spring OAuth2 resource server instead (#12665) 2022-09-05 08:27:12 +02:00
freelansam 13d3bd0b57 JAVA-14446: which submodules arent being built (#12679) 2022-09-02 20:19:15 +05:30
Asjad J b54aa0d423 Updated README.md
added link back to the article: https://www.baeldung.com/spring-apache-camel-conditional-routing
2022-09-02 09:03:18 +05:00
Jonathan Cook cd9f1cce2e BAEL-5237 - Apache Camel Conditional Routing (#12675)
* BAEL-4706 - Spring Boot with Spring Batch

* BAEL-3948 - Fix test(s) in spring-batch which leaves repository.sqlite
changed

* BAEL-4736 - Convert JSONArray to List of Object using camel-jackson

* BAEL-4756 - Mockito MockSettings

* BAEL-4756 - Mockito MockSettings - fix spelling

* BAEL-2674 - Upgrade the Okhttp article

* BAEL-4204 - Adding Interceptors in OkHTTP

* BAEL-4836 - Mocking Static Methods with Mockito

* BAEL-4205 - A Guide to Events in OkHTTP

* BAEL-5408 - Update Camel version in spring-boot-camel module

* BAEL-5234 - Apache Camel Routes Testing in Spring Boot

* BAEL-5234 - Apache Camel Routes Testing in Spring Boot

* BAEL-5237 - Apache Camel Conditional Routing

Co-authored-by: Jonathan Cook <jcook@sciops.esa.int>
2022-08-31 07:39:29 -07:00
Asjad J 9d308ba331 Merge branch 'eugenp:master' into master 2022-08-25 22:06:22 +05:00
Asjad J 966a49f0b6 Updated README.md
added link back to the article: https://www.baeldung.com/swagger-two-responses-one-response-code
2022-08-25 21:37:45 +05:00
Haroon Khan 7f6b12abcb [JAVA-13976] Fix integration tests after Spring Boot upgrade to 2.7.2 (#12647) 2022-08-25 21:30:13 +05:30
panos-kakos e151d4d1d0 [JAVA-13220] Added comment about failing test (#12644)
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2022-08-25 21:24:56 +05:30
Asjad J afc57731b4 Updated README.md
added link back to the article: https://www.baeldung.com/swagger-apioperation-vs-apiresponse
2022-08-25 16:42:01 +05:00
davidmartinezbarua 923ab8e513 Merge pull request #12634 from thibaultfaure/article/BAEL-4345-swagger-specify-two-response-with-same-code
BAEL-4345 add code for the swagger specify two responses with the sam…
2022-08-24 00:34:19 -03:00