Commit Graph

78 Commits

Author SHA1 Message Date
Loredana Crusoveanu
0693da4453 Merge pull request #13220 from eugenp/feature/move-rate-limit-in-gateway
BAEL-5958 Move rate limiting examples
2023-01-09 11:43:14 +02:00
Dhawal Kapil
5b840252a0 JAVA-14987 Added missing code and split the code in packages (#13238)
- Split the code in respective packages
- Added missing codes
2023-01-04 23:10:33 +05:30
Dhawal Kapil
b5e37e8666 Revert "Java 16013 Add suffix legacy to spring-cloud-bootstrap module (#13218)" (#13231)
This reverts commit d1bac7cce3.
2023-01-03 00:02:26 +05:30
anuragkumawat
d1bac7cce3 Java 16013 Add suffix legacy to spring-cloud-bootstrap module (#13218)
* JAVA-16013 Add suffix legacy spring-cloud-bootstrap to module

* JAVA-16013 Revert local change done to run test
2023-01-02 23:40:25 +05:30
Brandon Ward
f67760085f Move rate limiting examples 2022-12-28 20:32:13 -07:00
Dhawal Kapil
bcea8970e9 Task/java 16779 (#13211)
* JAVA-16779 Removed kubernetes-spring from the kubernetes-modules

- Removed kubernete-spring from the parent pom of kubernetes-modules
since it is a JDK11 module

* JAVA-16779 Converted KinesisApplicationIntegrationTest to ManualTest

- Converted KinesisApplicationIntegrationTest to ManualTest since it
needs working AWS credentials to work
- Added missing properties
2022-12-28 00:27:48 +05:30
freelansam
55810387b4 JAVA-16563: Fix formatting of POMs (#13175) 2022-12-20 22:37:54 +05:30
edizor
fc09d36424 Merge branch 'eugenp:master' into master 2022-12-15 15:42:03 +08:00
edizor
b1f2e84ec7 Update README.md
[skip ci]
2022-12-15 15:36:54 +08:00
freelansam
74bad6447e JAVA-16264: review module names (#13136) 2022-12-08 18:58:09 +05:30
Harry9656
54f0778e16 JAVA-5958: Ratelimit with client ip address (#13067)
* JAVA-5958: Ratelimit with client ip address

Co-authored-by: Harpal Singh <harpal.singh@kaleyra.com>
2022-12-08 01:09:03 -07:00
Dhawal Kapil
469cc59d95 JAVA-14987 Minor cleanup (#13113) 2022-11-30 20:39:24 +05:30
panos-kakos
49aa987745 [JAVA-14987] Added missing code (#12983)
* [JAVA-14987] Added missing code

* [JAVA-14987] Added missing code

Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2022-11-30 20:08:24 +05:30
edizor
597af109a8 Update README.md
[skip ci]
2022-11-30 07:36:04 +08:00
Christian German
6a9a375ee2 BAEL-5285-spring-cloud-overriding-remote-properties (#13000)
* BAEL-5285-spring-cloud-overriding-remote-properties
* BAEL-5285- Adding missing endpoint for the shared property.
https://jira.baeldung.com/browse/BAEL-5285
2022-11-23 17:55:45 +00:00
freelansam
188201d324 JAVA-15409: Fix formatting of POMs (#12992) 2022-11-18 00:26:06 +05:30
anuragkumawat
7fc3ee95e4 JAVA-15686 Update spring-cloud-security module under spring-cloud-modules to remove usage of deprecated WebSecurityConfigurerAdapter (#12987) 2022-11-17 23:43:42 +05:30
Loredana Crusoveanu
6be9cc1151 Merge pull request #13043 from collaboratewithakash/master
back links fixed
2022-11-16 13:16:59 +02:00
collaboratewithakash
792a3196f9 backlink added 2022-11-16 15:24:54 +05:30
collaboratewithakash
51d68daf35 backlink removed 2022-11-16 15:24:35 +05:30
Loredana Crusoveanu
4bdf87e471 fix hystrix module name 2022-11-11 09:36:46 +02:00
Loredana Crusoveanu
6edac209c4 JAVA-15245 use dynamic port (#12910) 2022-11-04 22:05:10 +05:30
anuragkumawat
7adb4e9b53 JAVA-15687 Update spring-cloud-config module under spring-cloud-modules to remove usage of deprecated WebSecurityConfigurerAdapter (#12940) 2022-10-29 01:45:47 +05:30
anuragkumawat
c14a605670 AVA-12458 Potential issue in Spring Cloud OpenFeign article (#12821)
* AVA-12458 Potential issue in Spring Cloud OpenFeign article

* AVA-12458 Commit to re-run he Jenkins build

* JAVA-12458 Revert formatting changes as Jenkins build has passed
2022-10-05 19:15:35 +05:30
Loredana Crusoveanu
7f3d367d19 change port to avoid conflict 2022-10-03 17:24:21 +03:00
collaboratewithakash
70780f7f2d Update README.md 2022-09-23 15:12:27 +05:30
collaboratewithakash
7e02158d9c Update README.md 2022-09-23 14:11:27 +05:30
freelansam
0583091fa2 JAVA-14673 - Fix formatting of POMs (#12722)
* JAVA-14673 - Fix formatting of POMs

* cleanup
2022-09-13 21:22:49 +05:30
Loredana Crusoveanu
a8f0c6d6cc Merge pull request #12709 from Asjad-J/master
Updated README.md
2022-09-12 12:53:45 +03:00
anuragkumawat
d8503b175b JAVA-5849 Fix parent of twitterhdfs (#12712) 2022-09-11 18:51:51 +05:30
Asjad J
7e57944250 Updated README.md
added link back to the article: https://www.baeldung.com/ops/docker-compose-restart-container
2022-09-11 10:18:09 +05:00
freelansam
bd4763487f JAVA-14446: which submodules arent being built (#12679) 2022-09-02 20:19:15 +05:30
Asjad J
a881b3b321 Updated README.md
added link back to the article: https://www.baeldung.com/java-feign-client-exception-handling
2022-09-02 08:48:48 +05:00
Haroon Khan
ccdbfdaa26 [JAVA-13976] Fix unit test after Spring Boot upgrade to 2.7.2 (#12664) 2022-08-31 21:08:29 +05:30
Saikat Chakraborty
37341150f9 Bael 5265: OpenFeign and Spring Exception handler (#12468)
* Implemented cassandra batch query

* Added netty version param

* Reformatted correctly

* Reformatted correctly

* Reformatted correctly

* Formatting fix resolved

* Formatting fix resolved

* Removed unused method

* Refactored method for better readability

* tab spaces corrected

* Added http headers in feign

* Updated code

* Updated code

* Removed unused code

* Removed unused logger code

* Implemented Interceptor and logging related code review

* Added AuthService Code

* Removed toString method

* Removed unnecessary declaration

* Removed new line

* Added feign headers log as well

* Moved to Authorisation package for better naming

* spaces removed

* @Override included

* [Saikat]| Adding the OpenFeign exception default and customizable exception handler and test cases

* [Saikat]| Test name updated

* [Saikat]| Test name updated

* [Saikat]| Removed unused import

* [Saikat]| Refactored code

* [Saikat]| Reformatted the test codes

* [Saikat]| Removed unnecessary code

* [Saikat]| Controller test fixed for data error

* [Saikat]| Code review fixes

* [Saikat]| Code review fixes

* [Saikat]| Removed unnecessary annotation

* [Saikat]| Added extends ResponseEntityExceptionHandler

* [Saikat]| Code review implemented

* [Saikat]| Indentation added

* Removed empty line before method start

Co-authored-by: saikat chakraborty <saikat.chakraborty@tesco.com>
2022-08-31 09:38:40 +01:00
Loredana Crusoveanu
5c4c13eb01 Merge pull request #12474 from amitiw4u/BAEL-5297_ExceptionHandling
Bael 5297 exception handling
2022-08-27 21:10:14 +03:00
freelansam
633c190e05 JAVA-13823: Review module names (#12628)
* JAVA-13823: rename struts-2 to struts

* JAVA-13823: rename spring-cloud-bus submodules

* JAVA-13823: rename spring-cloud-config submodules

* JAVA-13823: rename spring-cloud-data-flow submodules

* JAVA-13823: rename spring-cloud-hystrix submodules

* JAVA-13823: rename spring-cloud-netflix-sidecar submodules

* JAVA-13823: rename spring-cloud-zookeeper submodules

* JAVA-13823: rename spring-cloud-zuul-fallback submodules

* JAVA-13823: rename spring-security-web-angular submodules

Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com>
2022-08-26 16:20:12 +05:30
Haroon Khan
bea0209f39 [JAVA-13976] Upgrade Spring Boot to 2.7.2 (#12603)
* [JAVA-13976] Upgrade Spring Boot to 2.7.2

* [JAVA-13976] Fix failing test due to incorrect Jackson version
2022-08-22 22:47:32 +05:30
Amitabh Tiwari
af7ea83488 Update pom.xml 2022-08-21 17:52:10 +05:30
Asjad J
1926bc4938 Updated README.md
added link back to the article: https://www.baeldung.com/spring-openfeign-propagate-exception
2022-08-17 16:34:32 +05:00
Amitabh Tiwari
2d411178e1 Delete FileController.java 2022-08-12 11:18:29 +05:30
Amitabh Tiwari
7b01b65254 Delete ClientConfiguration.java 2022-08-12 11:14:38 +05:30
Amitabh Tiwari
cb73c7905a Update pom.xml 2022-08-05 22:15:12 +05:30
Amitabh Tiwari
d2a61267a8 Update README.md 2022-07-27 17:42:41 +05:30
Amitabh Tiwari
abb1af8690 Update pom.xml 2022-07-27 17:42:04 +05:30
sampadawagde
7a7274fa7f JAVA-13134 2022-07-27 10:23:01 +05:30
sampadawagde
1e623e4461 JAVA-13134: Fix references to parents 2022-07-26 20:01:43 +05:30
Amitabh Tiwari
c30e9527e5 Changes adding Live tests 2022-07-25 17:16:48 +05:30
Amitabh Tiwari
b79cee7a45 Changes for fallback option 2022-07-25 07:15:20 +05:30
Amitabh Tiwari
dbe94624fd Changes to add fallback option. 2022-07-25 07:12:06 +05:30