Commit Graph

36 Commits

Author SHA1 Message Date
gaepi 4151b9ce70 JAVA-27656 | removing WebSecurityConfigurerAdapter 2023-11-27 12:00:26 +01:00
Dhawal Kapil dd009f7c25 Update README.md (#14460)
* Update README.md

* Update README.md
2023-07-22 23:53:49 +05:30
timis1 817170a1bf JAVA-23235 Split or move spring-cloud-openfeign module (conti-4) (moved-8) (#14450)
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-07-22 23:35:37 +05:30
Loredana Crusoveanu 0c9a09d705 Merge pull request #14383 from timis1/JAVA-23082
JAVA-23082 Review log statements for projects - Week 16 - 2023 (moved…
2023-07-18 19:25:35 +03:00
anuragkumawat 3e0164ef0a JAVA-22316 Review the time of the build - Week 26 - 2023 (#14426) 2023-07-17 20:49:43 +05:30
timis1 14e5ed0897 JAVA-23082 Review log statements for projects - Week 16 - 2023 (moved-13) (conti-1) 2023-07-10 11:23:04 +03:00
timis1 09e421c3cd JAVA-20166 Migrating spring-date-eclipselink (#13959)
* JAVA-20166 Migrating spring-date-eclipselink

* JAVA-20166 Fix failed tests address already bind

* JAVA-20166 Migrating spring-date-couchbase-2

* JAVA-20166 Replace with optional instead of returning null

---------

Co-authored-by: timis1 <noreplay@yahoo.com>
2023-05-19 12:23:28 +05:30
timis1 e7d1d56c47 JAVA-20163 Upgrade hibernate specific modules to JDK 11 (#13817)
* JAVA-20163 Migration hibernate-annotations

* JAVA-20163 Migrate hibernate-queries

* JAVA-20163 Migrating hibernate-mapping

* JAVA-20163 rename reserved keywords, update inheritance example

* JAVA-20163 Migrate hibernate-ogm module to the jdk 8 because hibernate-ogm doesn't support jakarta API

* JAVA-20163 Migrate hibernate-enterprise module

* JAVA-20163 Add update to HibernateExceptionUnitTest#whenQueryExecutedWithUnmappedEntity_thenMappingException

* JAVA-20163 Set explicit version for hibernate 6.1.7.Final in the hibernate-queries module

* JAVA-20163 Fix failed test with port that already exists (giving another port 8088)

* JAVA-20163 Fix other location after changing the port

* JAVA-20163 Remove duplicate Unit Test

---------

Co-authored-by: n <noreplay@yahoo.com>
Co-authored-by: Loredana Crusoveanu <lore.crusoveanu@gmail.com>
2023-05-12 19:06:06 +05:30
timis1 9c571d3424 JAVA-17818 Split or move spring-cloud-openfeign module (conti-2) (#13621)
* JAVA-17818 Split or move spring-cloud-openfeign module (conti-2)

* JAVA-17818 Some adjustments in the README.md file

---------

Co-authored-by: timis1 <noreplay@yahoo.com>
2023-03-28 13:31:39 +05:30
edizor e121bb9895 Update README.md
[skip ci]
2023-03-17 00:57:32 +08:00
neha298 22d3cc8ffc Openfeign URL options (#13365)
* Configure feign client URL

* Spacing modifications
2023-03-15 09:35:44 +01:00
timis1 62ba63db7f JAVA-17818 Merge spring-cloud-modules/open-feign and spring-cloud-modules/open-feign-2 (#13530)
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-02-26 21:37:17 +05:30
timis1 09382f545e JAVA-17818 Split or move spring-cloud-openfeign module (conti-2) (#13485)
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-02-20 21:48:26 +05:30
Loredana Crusoveanu f0686dd5bd JAVA-15245 use dynamic port (#12910) 2022-11-04 22:05:10 +05:30
anuragkumawat da42c4af4f 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 eb9cd1d318 change port to avoid conflict 2022-10-03 17:24:21 +03:00
freelansam dc1815c10c JAVA-14673 - Fix formatting of POMs (#12722)
* JAVA-14673 - Fix formatting of POMs

* cleanup
2022-09-13 21:22:49 +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
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
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
sampadawagde 2268d19caa JAVA-13134: Fix references to parents 2022-07-26 20:01:43 +05:30
Amitabh Tiwari 24a8399b6b Remove unwanted changes from Old Module 2022-07-22 16:52:08 +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 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
Amitabh Tiwari 9b7f11418e Update FileUploadClientFallbackFactory.java
Changes for creating FallbackFactory
2022-07-10 05:09:50 +05:30
Amitabh Tiwari 8bd7b32499 Initial Changes for BAEL-5297 2022-06-30 15:11:18 +05:30
Loredana Crusoveanu d58fe693b9 Update application.properties 2022-06-23 10:35:35 +03: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
Dhawal Kapil 85d134952e JAVA-11240 Moved spring-cloud to spring-cloud-modules 2022-05-29 19:32:17 +05:30