Asjad J
3a434fa9e1
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
51ee475a78
[JAVA-13976] Fix unit test after Spring Boot upgrade to 2.7.2 ( #12664 )
2022-08-31 21:08:29 +05:30
Saikat Chakraborty
8a79e04d39
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
e17700100f
Merge pull request #12474 from amitiw4u/BAEL-5297_ExceptionHandling
...
Bael 5297 exception handling
2022-08-27 21:10:14 +03:00
freelansam
46499a2419
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
b9789c23f0
[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
9ab0fc1fc5
Update pom.xml
2022-08-21 17:52:10 +05:30
Asjad J
b8dfb5701f
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
5c14183ac9
Delete FileController.java
2022-08-12 11:18:29 +05:30
Amitabh Tiwari
d8a58d8e0f
Delete ClientConfiguration.java
2022-08-12 11:14:38 +05:30
Amitabh Tiwari
d7d78df6f6
Update pom.xml
2022-08-05 22:15:12 +05:30
Amitabh Tiwari
712c96c8b0
Update README.md
2022-07-27 17:42:41 +05:30
Amitabh Tiwari
0a31d589e4
Update pom.xml
2022-07-27 17:42:04 +05:30
sampadawagde
ad61eaa45a
JAVA-13134
2022-07-27 10:23:01 +05:30
sampadawagde
2268d19caa
JAVA-13134: Fix references to parents
2022-07-26 20:01:43 +05:30
Amitabh Tiwari
4bae437bd6
Changes adding Live tests
2022-07-25 17:16:48 +05:30
Amitabh Tiwari
07b65a6d33
Changes for fallback option
2022-07-25 07:15:20 +05:30
Amitabh Tiwari
200f802277
Changes to add fallback option.
2022-07-25 07:12:06 +05:30
Amitabh Tiwari
896ab2d7da
Update RetreiveMessageErrorDecoder.java
2022-07-23 07:25:28 +05:30
Amitabh Tiwari
24a8399b6b
Remove unwanted changes from Old Module
2022-07-22 16:52:08 +05:30
Amitabh Tiwari
717afd3f5e
Update README.md
2022-07-22 16:48:26 +05:30
Amitabh Tiwari
df300eb6b3
Update README.md
2022-07-22 16:47:48 +05:30
Amitabh Tiwari
3999f0f9a4
Update README.md
2022-07-22 16:47:09 +05:30
Amitabh Tiwari
f9b412ebb1
Removed changes for FallbackFactory
2022-07-22 16:43:08 +05:30
Amitabh Tiwari
911620c676
Initial Changes for Creating new Module-2
2022-07-22 16:38:10 +05:30
Amitabh Tiwari
3574fa6fa2
Update CustomErrorDecoder.java
2022-07-18 07:26:21 +05:30
Amitabh Tiwari
7f4cae20b0
Update NotFoundException.java
2022-07-18 07:25:37 +05:30
sampadawagde
2b5179baba
JAVA-13136: Fix formatting of POMs
2022-07-15 09:59:54 +05:30
Amitabh Tiwari
9b7f11418e
Update FileUploadClientFallbackFactory.java
...
Changes for creating FallbackFactory
2022-07-10 05:09:50 +05:30
Asjad J
bb930ee563
Updated README.md
...
added link back to article: https://www.baeldung.com/spring-cloud-gateway-response-body
2022-07-05 15:32:11 +05:00
Loredana Crusoveanu
d5edb43b8b
Merge pull request #12400 from eugenp/lor6-patch-3
...
Update application.properties
2022-06-30 16:53:01 +03:00
Amitabh Tiwari
8bd7b32499
Initial Changes for BAEL-5297
2022-06-30 15:11:18 +05:30
psevestre
676535b04d
[BAEL-5258] Processing the Response Body in Spring Cloud Gateway ( #12414 )
...
* [BAEL-4849] Article code
* [BAEL-4968] Article code
* [BAEL-4968] Article code
* [BAEL-4968] Article code
* [BAEL-4968] Remove extra comments
* [BAEL-5258] Article Code
2022-06-26 15:06:04 -07:00
freelansam
77c668f340
JAVA-12465: Look into spring-cloud-rest module ( #12406 )
...
* JAVA-12465: Look into spring-cloud-rest module
* JAVA-12465: updated README to include ebook reference
2022-06-26 21:12:01 +05:30
Loredana Crusoveanu
d58fe693b9
Update application.properties
2022-06-23 10:35:35 +03:00
kwoyke
d6dd1e2165
Merge pull request #12350 from dkapil/task/JAVA-11241
...
JAVA-11241 Added missing pom.xml for container modules and other cleanup
2022-06-17 09:02:21 +02:00
Dhawal Kapil
4206dfd9e6
JAVA-11493 Renamed spring-sleuth to spring-cloud-sleuth ( #12365 )
2022-06-16 23:57:01 +05:30
panos-kakos
9be62e0311
Java 11493 ( #12349 )
...
* moved spring-cloud-bus (submodule) to spring-cloud-modules (parent)
* moved spring-cloud-cli (submodule) to spring-cloud-modules (parent)
* moved spring-cloud-data-flow (submodule) to spring-cloud-modules (parent)
* moved spring-sleuth (submodule) to spring-cloud-modules (parent)
* Deleted submodules that we moved to spring-cloud-modules
* deleted old modules from parent pom
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2022-06-15 23:30:49 +05:30
Dhawal Kapil
a3a0fdfd96
JAVA-11241 Added missing pom.xml for container modules and other cleanup
2022-06-14 22:47:10 +05:30
Asjad J
be9d239af2
Updated README.md
...
added link back to the article: https://www.baeldung.com/ops/docker-compose-restart-policies
2022-06-06 11:30:14 +05:00
Dhawal Kapil
5e168afb69
Update README.md
2022-06-02 17:12:33 +05:30
Dhawal Kapil
d2e0739539
Added missing articles
2022-06-02 17:11:50 +05:30
Dhawal Kapil
82b0125fa4
JAVA-12418 Moved pending files to spring-cloud-modules
2022-06-02 17:08:37 +05:30
Dhawal Kapil
23fab8f361
JAVA-12418 Moved pending files from spring-cloud to spring-cloud-modules ( #12286 )
2022-06-02 17:00:07 +05:30
ACHRAF TAITAI
97b2c4d6ea
Update spring-cloud-consul module and article ( #12279 )
2022-05-31 08:21:51 +02:00
Dhawal Kapil
85d134952e
JAVA-11240 Moved spring-cloud to spring-cloud-modules
2022-05-29 19:32:17 +05:30