Commit Graph

143 Commits

Author SHA1 Message Date
Adrian Maghear 0c055b7d31 update indentation 2020-12-14 19:24:02 +01:00
Adrian Maghear b6ff723533 add newlines at end of files 2020-11-28 23:44:06 +01:00
Adrian Maghear e67b1f95a8 solve port conflict during integration tests 2020-11-28 23:38:06 +01:00
Adrian Maghear 86137d30db Merge remote-tracking branch 'baeldung/master' into BAEL-4015 2020-11-28 23:01:02 +01:00
Adrian Maghear f3d390b684 initial commit 2020-11-28 14:14:37 +01:00
Loredana b4ae0bfb63 JAVA-3498 rename test to exclude it from build temporarily 2020-11-07 11:57:38 +02:00
Loredana Crusoveanu dc8fe72bb5 Merge pull request #10140 from kwoyke/BAEL-4657
BAEL-4657: Add BasicAuthRequestInterceptor example
2020-10-16 19:10:39 +03:00
Loredana Crusoveanu 55a452b06b Merge pull request #10147 from eugenp/JAVA-1671-v2
remove explicit version overrides JAVA-1671
2020-10-13 16:45:15 +03:00
Amit Pandey 775f790d1d renamed junit test case to manual test case (#10154) 2020-10-12 23:37:44 +05:30
Loredana e4007b9b98 fix test 2020-10-10 14:18:20 +03:00
Loredana 5792db85bd fix unknown version 2020-10-10 13:56:42 +03:00
Loredana 6f4ec4704f fix unknown version 2020-10-10 13:49:25 +03:00
Loredana 2fb06fdcdd remove explicit version overrides JAVA-1671 2020-10-10 13:38:26 +03:00
Loredana Crusoveanu 7f19907f51 Merge pull request #10067 from dupirefr/team/JAVA-1671-spring_cloud_junit_and_surefire_version_upgrade
[JAVA-1671] Upgraded JUnit and Maven Surefire Plugin versions
2020-10-10 13:09:32 +03:00
johnA1331 c1238eec63 Update README.md 2020-10-07 17:23:20 +08:00
johnA1331 962063264a Create README.md 2020-10-07 17:22:49 +08:00
johnA1331 3ebd90bfd7 Update README.md 2020-10-07 17:21:34 +08:00
Krzysztof Woyke d970484275 BAEL-4657: Add BasicAuthRequestInterceptor example 2020-10-07 10:47:15 +02:00
andrebrowne b9dbeb6c58 BAEL-4012 Add Netflix Feign (#10110)
* BAEL-4012 Add Netflix Feign

* BAEL-4012 Cleanup pom
2020-10-02 10:21:18 -07:00
fdpro ce9356179e [JAVA-1671] Upgraded JUnit and Maven Surefire Plugin versions
* For modules inheriting from spring-cloud directly

* Other modules as well
2020-09-26 14:29:09 +02:00
Loredana 4a7cde7d32 Merge branch 'master' of https://github.com/eugenp/tutorials 2020-09-18 12:04:36 +03:00
Krzysiek 1509fa5ddc JAVA-2904: Fix README.MD files extension 2020-09-16 22:20:32 +02:00
johnA1331 5cc62d43a3 Update README.md 2020-09-16 22:40:09 +08:00
amit.pandey e756edec92 add modules in parent pom build 2020-09-13 21:05:10 +05:30
kwoyke c3cd93fcdb JAVA-2563: Upgrade Spring Boot version to 2.3.3.RELEASE (#9985)
* JAVA-2563: Upgrade Spring Boot version to 2.3.3.RELEASE

* JAVA-2563: Downgrade spring-cloud-connectors-heroku to Spring Boot 2.2.6.RELEASE

* JAVA-2563: Add joda-time version

* JAVA-2563: Add spring-boot-starter-validation dependency

* JAVA-2563: Add spring-boot-starter-validation dependency

* JAVA-2563: Add spring-boot-starter-validation dependency

* JAVA-2563: Add spring-boot-starter-validation dependency

* JAVA-2563: Add spring-boot-starter-validation dependency

* JAVA-2563: Use MongoClients factory instead of MongoClient directly

* JAVA-2563: Downgrade spring-5-data-reactive to Spring Boot 2.2.6.RELEASE

* JAVA-2563: Switch back to default bootstrap mode for JPA

* JAVA-2563: Add spring-boot-starter-validation dependency

* JAVA-2563: Switch from ServerHttpRequest to ServerWebExchange interface

* JAVA-2563: Use OutputCaptureRule instead of OutputCapture

* JAVA-2563: Add spring-boot-starter-validation dependency

* JAVA-2563: Add spring-boot-starter-validation dependency

* JAVA-2563: Add spring-boot-starter-validation dependency

* JAVA-2563: Fix Jackson dependency

* JAVA-2563: Fix ManualEmbeddedMongoDbIntegrationTest

* JAVA-2563: Replace validation-api with spring-boot-starter-validation

* JAVA-2563: Fix usage of deprecated getErrorAttributes method

* JAVA-2563: Downgrade spring-data-cassandra-reactive to Spring Boot 2.2.6.RELEASE

* JAVA-2563: Set spring.datasource.generate-unique-name to false in spring-session-jdbc
2020-09-11 18:19:02 +05:30
Ali Dehghani 026e3c511e Disabling Tomcat URL Stream Factory 2020-09-01 04:27:53 +04:30
Dhawal Kapil 8cf889d27e Merge pull request #9947 from Maiklins/Java-1462-Reduce-logging-api-gateway-spring-boot-springdoc-spring-zuul-rate-limiting-hibernate-ogm-jpa-hibernate-cascade-type
Reduce logging - Modules api-gateway, spring-boot-springdoc, spring-z…
2020-08-31 20:36:37 +05:30
Ali Dehghani 5d7035cb19 Running two tests sequentially. 2020-08-31 01:25:37 +04:30
Ali Dehghani 5bcf243fdb Revert "Fix the integrations tests in ribbon-client-service"
This reverts commit 3e89177d
2020-08-31 01:09:36 +04:30
mikr 87f19ad21a Reduce logging - Modules api-gateway, spring-boot-springdoc, spring-zuul-rate-limiting, hibernate-ogm, jpa-hibernate-cascade-type 2020-08-30 16:54:15 +02:00
Ali Dehghani 3e89177d9b Fix the integrations tests in ribbon-client-service 2020-08-30 15:46:52 +04:30
Dhawal Kapil 7d36aa5b19 Merge pull request #9921 from kwoyke/JAVA-2282
JAVA-2282: Update spring-cloud-stream-binder-kinesis version
2020-08-26 21:22:39 +05:30
Krzysztof Woyke fdd41010f4 JAVA-2282: Update spring-cloud-stream-binder-kinesis version 2020-08-25 16:26:31 +02:00
Krzysztof Woyke ca68c7d56c JAVA-1651: Get rid of the overriden spring-boot.version property 2020-08-20 20:46:12 +02:00
davidmartinezbarua aa98315666 Merge pull request #9755 from carloscaverobarca/BAEL-3217-Leadership-Election-with-Spring-Cloud-Consul
BAEL-3217 Leadership Election with Consul
2020-08-19 10:13:44 -03:00
Amit Pandey 2bad67ff38 added modules in parent (#9842)
* added modules in parent

* commented failed modules in pom
2020-08-17 10:33:20 +05:30
Krzysiek e176cc2d42 JAVA-1652: Get rid of the overriden spring-boot.version property 2020-08-04 23:06:05 +02:00
Josh Cummings a5041d9ca3 Merge pull request #9722 from kwoyke/JAVA-1634
JAVA-1634: Get rid of the overriden spring-boot.version property
2020-07-29 08:23:24 -06:00
Cavero Barca 1441609020 Add Leadership Election example and configuration 2020-07-23 17:04:30 +02:00
Cavero Barca d8d00f117e Include the following changes:
- Upgrade Spring Cloud Consul to latest version
- Deploy the Spring Boot version as web as described in the article
- Add leadership-consul dependendencies
2020-07-23 17:03:16 +02:00
johnA1331 dac0a95ff6 Update README.md 2020-07-21 21:38:50 +08:00
Josh Cummings 8e09ba0735 Merge pull request #9712 from Maiklins/JAVA-38-move-all-spring-cloud-modules-to-boot-2
Java-38 move all spring cloud modules to boot 2
2020-07-18 20:51:17 -06:00
Krzysztof Woyke 2923bae61f JAVA-1634: Get rid of the overriden spring-boot.version property 2020-07-17 13:12:36 +02:00
mikr 7015c66691 JAVA-38 Move all Spring Cloud Modules to Boot 2 2020-07-15 22:12:07 +02:00
Krzysiek d2e386881d JAVA-1636: Get rid of the overriden spring-boot.version property 2020-07-13 20:58:32 +02:00
Josh Cummings c492b1e392 Merge pull request #9684 from amit2103/JAVA-2026
used properties defined in parent pom
2020-07-11 14:39:26 -06:00
amit.pandey 0716abb5e7 used properties defined in parent pom 2020-07-12 00:06:27 +05:30
kwoyke 621301b713 BAEL-4425: Change port numbers (#9679) 2020-07-11 14:56:21 +02:00
Loredana Crusoveanu 5248012a8a Merge pull request #9649 from eugenp/lor6-patch-1
Update README.md
2020-07-07 15:39:41 +03:00
Loredana Crusoveanu 7ab2f437ee Revert "BAEL-4134" 2020-07-07 14:18:10 +03:00