Commit Graph

179 Commits

Author SHA1 Message Date
panos-kakos 949572f93b [JAVA-24600] 2023-09-11 12:23:34 +03:00
kasramp ef2de84e4e JAVA-23096 revert slf4j and logback upgrades 2023-08-30 15:54:25 +02:00
Kasra Madadipouya 00033ecc3d Merge branch 'master' into JAVA-23096 2023-08-28 17:17:52 +02:00
panos-kakos cff743d86d [JAVA-23099] Upgraded maven-jar-plugin to latest version 2023-08-28 09:11:25 +03:00
panos-kakos e48e459c7b Merge pull request #26 from panos-kakos/master
Update from master
2023-08-27 10:03:44 +03:00
panos-kakos b23e156929 [JAVA-23096] Defined logback & slf4j version for jdk8 modules 2023-08-24 11:56:13 +03:00
panos-kakos fdf58ba3ca [JAVA-23096] Defined logback & slf4j version for jdk8 modules 2023-08-24 08:16:46 +03:00
Kasra Madadipouya 023d73ef61 Merge pull request #14624 from timis1/JAVA-24160
JAVA-24160 Review log statements for projects - Week 33 - 2023
2023-08-20 23:33:04 +02:00
timis1 ebe666c403 JAVA-24160 Review log statements for projects - Week 33 - 2023 2023-08-21 00:04:10 +03:00
panos-kakos 2de6e4e70f [JAVA-23098] Upgraded byte-buddy library version to latest available 2023-08-20 12:27:12 +03:00
timis1 814604f2f4 JAVA-24160 Review log statements for projects - Week 33 - 2023 2023-08-20 09:31:39 +03:00
Anastasios Ioannidis f1b3f233dc JAVA-13321 Removed code unrelated to spring-cloud-gateway article topics 2023-08-18 11:30:56 +03:00
Anastasios Ioannidis 2c75cd99ce JAVA-13321 Added new gateway module to existing microservices e-book 2023-08-10 14:55:38 +03:00
timis1 4215e52c4d JAVA-20287 Update article "Spring Cloud Azure Key Vault" (#14488)
* JAVA-20287 Update article "Spring Cloud Azure Key Vault"

* Comment the spring-cloud-azure

---------

Co-authored-by: timis1 <noreplay@yahoo.com>
2023-07-27 21:20:14 +05:30
Dhawal Kapil 6443fc6509 Update README.md (#14461) 2023-07-23 00:03:33 +05:30
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
edizor b6ef18c441 Create README.md
[skip ci]
2023-07-13 21:34:04 +08:00
timis1 14e5ed0897 JAVA-23082 Review log statements for projects - Week 16 - 2023 (moved-13) (conti-1) 2023-07-10 11:23:04 +03:00
Saikat Chakraborty b19e44baef Setup PATCH method in the OpenFeign (#14304)
* Fix the integration tests which failed due to defined port

* Add open feign patch example

* refactor the feign code

* refactor the feign code

* refactor the feign code

* refactor the code

* remove space

* refactor code

* refactor code and set the user id for testing

* refactor code
2023-07-09 14:07:52 +01:00
Bipin kumar c6a6279724 JAVA-22625: Changes made for module Q to S formatting the pom.xml (#14330) 2023-06-30 16:37:55 +05:30
panos-kakos 91b0d6478b [JAVA-22159] Upgraded circuitbreaker-resilience4j and spring boot version (#14316) 2023-06-28 19:16:12 +03:00
Anastasios Ioannidis c0171ff7ce Upgrade spring-cloud-contract, spring-cloud-data-flow to JDK 17 (#14263)
* Upgrade spring-cloud-contract, spring-cloud-data-flow to JDK 17

* JAVA-22207 Refactored groovy version
2023-06-20 22:58:00 +05:30
Kasra Madadipouya 920214f38d JAVA-17164 update config and discovery services to use Spring Boot 2.7.X (#13967) 2023-05-31 14:40:49 +03:00
Bipin kumar 74686f60a0 JAVA-21189: changes made for formatting modules starting from S (#14106) 2023-05-24 19:37:51 +05:30
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
anuragkumawat 761eecbcd6 JAVA-18648 Review the time of the build - Week 9 - 2023 (#13954) 2023-05-10 22:56:59 +05:30
edizor c398dd0591 Update README.md
[skip ci]
2023-04-07 23:59:05 +08:00
cesarevalenti90 51caf72619 BAEL-6277 - A Guide To Spring Cloud Azure (#13704)
* 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

* BAEL-6277 - A Guide To Spring Cloud Azure

First commit

* BAEL-6277 - A Guide To Spring Cloud Azure

Added to README.md the steps to create the secrets

* BAEL-6277 - A Guide To Spring Cloud Azure

Added the integration Azure Key Vault Properties

* BAEL-6277 - A Guide To Spring Cloud Azure

Added the integration Azure Key Vault Properties

* BAEL-6277 - A Guide To Spring Cloud Azure Key Vault

Added one level package keyvault

* BAEL-6277 - A Guide To Spring Cloud Azure Key Vault

removed target release version

* BAEL-6277 - A Guide To Spring Cloud Azure Key Vault

fix compilation of NoSuchElementException

* BAEL-6277 - A Guide To Spring Cloud Azure Key Vault

fix pom.xml

* Revert "BAEL-6277 - A Guide To Spring Cloud Azure Key Vault"

This reverts commit 1cca1d0d692646001a6d7de106f3a37fb22839ce.

* BAEL-6277 - A Guide To Spring Cloud Azure Key Vault

fix pom.xml

* BAEL-6277 - A Guide To Spring Cloud Azure Key Vault

downgrade version to fix jenkins pipeline error

* BAEL-6277 - A Guide To Spring Cloud Azure Key Vault

comment run on main class

---------

Co-authored-by: Cesare <cesare.valenti@hotmail.com>
2023-04-02 10:57:11 -05:00
Loredana Crusoveanu b3f7a61be9 Merge pull request #13520 from Daiven75/patch-1
[FIX] rename class according to the entity
2023-03-28 13:59:37 +03:00
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
Rubén 41ec25602f JAVA-13609: fix jar version 2023-03-09 13:20:04 +01:00
Hamid Reza Sharifi 101f848d99 #BAEL-3027:fix bug (#13553)
Co-authored-by: h_sharifi <h_sharifi@modernisc.com>
2023-03-05 13:41:44 +01:00
Loredana Crusoveanu 7d99684471 Merge pull request #13540 from saikatcse03/master
Dependencies version update
2023-03-02 18:16:17 +02: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
Saikat db1e483c24 Port number corrected 2023-02-26 13:04:08 +05:30
Saikat ce4b70f967 OpenTelemetry docker version upgrade 2023-02-25 18:41:35 +05:30
Saikat c015e438cb Dependencies Version update 2023-02-25 18:24:10 +05:30
Saikat 3a18a59e6d Dependencies Version update 2023-02-25 18:21:59 +05:30
Lucas Silva 7643d4d81d Rename ProductControllerAdvice.java to PriceControllerAdvice.java 2023-02-22 00:48:27 -03:00
Lucas Silva 675c24e166 rename class according to the entity 2023-02-22 00:31:50 -03:00
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
edizor a9a80b292a Create README.md
[skip ci]
2023-02-09 07:54:56 +08:00
Saikat Chakraborty 382e9255fc Bael 5961: OpenTelemetry integration with Spring Boot application (#13252)
* Open telemetry in spring boot

* Removed unused field

* Test add and seperate packages

* Refactored code

* Version moved to property

* Removed unused logback files

* update version in docker file

* corrected spacing

* COde review refactoring

* COde review refactoring

* COde review refactoring

* corrected property

* PostContruct add on repo setup

* corrected var names

* change to junit 5 and other improvements

* Port reverted back

* Code review implement

* Logger update

* Logger var update

---------

Co-authored-by: Saikat <saikatcse03y@gmail.com>
2023-02-06 19:01:12 +00:00
Anastasios Ioannidis 456ff7d029 JAVA-15980 Upgrade AWS Kinesis (#13294)
* JAVA-15980 Upgrade AWS Kinesis

* JAVA-15980 Minor readability improvement
2023-02-03 23:17:48 +05:30
timis1 bf69ecf4bd JAVA-17762 Align module names, folder names and artifact id - Week 6 - 2023 (#13411)
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-02-03 21:52:38 +05:30
Loredana Crusoveanu 51aadfd28e 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 f28c9a79b8 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 111532dc4a Revert "Java 16013 Add suffix legacy to spring-cloud-bootstrap module (#13218)" (#13231)
This reverts commit 4c153707aa.
2023-01-03 00:02:26 +05:30
anuragkumawat 4c153707aa 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 987e733edd Move rate limiting examples 2022-12-28 20:32:13 -07:00
Dhawal Kapil 2850dd5de1 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 456652e02b JAVA-16563: Fix formatting of POMs (#13175) 2022-12-20 22:37:54 +05:30
edizor 974b27305a Merge branch 'eugenp:master' into master 2022-12-15 15:42:03 +08:00
edizor f0ea7edab1 Update README.md
[skip ci]
2022-12-15 15:36:54 +08:00
freelansam 7b9ab06c14 JAVA-16264: review module names (#13136) 2022-12-08 18:58:09 +05:30
Harry9656 3b31ba4f99 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 f1dfbf1f46 JAVA-14987 Minor cleanup (#13113) 2022-11-30 20:39:24 +05:30
panos-kakos c5d0dbfc10 [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 5e7e690dbe Update README.md
[skip ci]
2022-11-30 07:36:04 +08:00
Christian German ee19bc0f34 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 5bfbf38f59 JAVA-15409: Fix formatting of POMs (#12992) 2022-11-18 00:26:06 +05:30
anuragkumawat 8339687190 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 1c3569f2f3 Merge pull request #13043 from collaboratewithakash/master
back links fixed
2022-11-16 13:16:59 +02:00
collaboratewithakash bc06ad856a backlink added 2022-11-16 15:24:54 +05:30
collaboratewithakash b8d50485ed backlink removed 2022-11-16 15:24:35 +05:30
Loredana Crusoveanu d3f2070e59 fix hystrix module name 2022-11-11 09:36:46 +02:00
Loredana Crusoveanu f0686dd5bd JAVA-15245 use dynamic port (#12910) 2022-11-04 22:05:10 +05:30
anuragkumawat 38fba9ca9b 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 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
collaboratewithakash 1ed0637444 Update README.md 2022-09-23 15:12:27 +05:30
collaboratewithakash b38ededf83 Update README.md 2022-09-23 14:11:27 +05: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
Loredana Crusoveanu a05517302d Merge pull request #12709 from Asjad-J/master
Updated README.md
2022-09-12 12:53:45 +03:00
anuragkumawat f9bd9e372c JAVA-5849 Fix parent of twitterhdfs (#12712) 2022-09-11 18:51:51 +05:30
Asjad J 5d0aca0b52 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 13d3bd0b57 JAVA-14446: which submodules arent being built (#12679) 2022-09-02 20:19:15 +05:30
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