sampadawagde
aed8f9100b
JAVA-11792: Fix formatting of POMs
2022-05-08 16:36:25 +05:30
Haroon Khan
c1cb62d793
[JAVA-11827] Fix groupId reference in pom files
2022-05-02 22:37:59 +01:00
Krzysiek
e4f84e6aa1
JAVA-11524: Disable failing spring-cloud-security module
2022-05-02 13:47:08 +02:00
Haroon Khan
15323bddf0
[JAVA-10446] Convert Feign-OAuth2 unit test to manual test
2022-04-08 15:11:49 +01:00
Haroon Khan
53421889e3
[JAVA-10431] Use Wiremock to fix intermittent test failures
2022-04-04 20:23:04 +01:00
sampadawagde
2ba43ea76b
JAVA-10132: Align module names, folder names and artifact id
2022-03-17 22:06:38 +05:30
kwoyke
538c845739
JAVA-10130: Add/enable missing modules ( #11887 )
...
* JAVA-10130: Add apache-pot-2 module to the main pom.xml
* JAVA-10130: Add missing core-java-* modules to the main pom.xml
* JAVA-10130: Add maven-generate-war to the maven-modules pom.xml
* JAVA-10130: Add hibernate-mapping-2 to the persistence-modules pom.xml
* JAVA-10130: Add spring-data-jpa-enterprise-2 to the persistence-modules pom.xml
* JAVA-10130: Add spring-5-autowiring-beans module to the main pom.xml
* JAVA-10130: Add spring-cloud-docker module to the spring-cloud pom.xml
* JAVA-10130: Enable spring-cloud-openfeign module
* JAVA-10130: Add spring-data-rest-2 module to the main pom.xml
* JAVA-10130: Add wildfly-mdb module to the wildfly pom.xml
* JAVA-10130: Add aws-app-sync to the integration-lite-first profile
* JAVA-10130: Add core-java-string-algorithms-3
* JAVA-10130: Add graphql/graphql-dgs
* JAVA-10130: Add spring-di-3 and spring-threads
* JAVA-10130: Add spring-5-webflux-2 and cleanup the main pom.xml
* JAVA-10130: Add language-interop and libraries-rpc
* JAVA-10130: Disable spring-cloud-openfeign module
* JAVA-10478: Add docker module to the main pom.xml
* JAVA-10478: Move docker module to jdk9+ profile
* JAVA-10478: Remove spring-5-autowiring-beans from the main pom.xml
2022-03-11 21:39:33 +05:30
kwoyke
92f7844844
JAVA-9511: Fix spring-cloud-dapr module ( #11726 )
2022-01-22 14:30:31 +05:30
Michael Pratt
143346a850
BAEL-5267: Initial demo server and client commit ( #11631 )
...
* Initial demo server and client commit
* Add spring-cloud-load-balancer to JDK9+ profile
* Remove Java 11 dependency from loadbalancer demo
* Address comments from PR
* Fix indentation
2022-01-07 19:17:59 -06:00
Krzysiek
556b3fbc51
JAVA-8794: Update Spring Cloud version
2021-12-15 09:48:48 +01:00
freelansam
fe7d2af8c0
JAVA-7178: Fix formatting of POMs ( #11236 )
...
* JAVA-7178: Fix formatting of POMs
* JAVA-7178: fix failing build
2021-09-20 00:04:26 +05:30
kwoyke
eb1f4e1e90
JAVA-5875: Upgrade Spring Boot to 2.5.1 ( #10956 )
...
* JAVA-5875: Upgrade Spring Boot to 2.5.1
* JAVA-5875: Leave jta module on Spring Boot 2.4.7
* JAVA-5875: Update spring-boot-persistence-mongodb to use embedded Mongo 3.0
* JAVA-5875: Leave spring-data-dynamodb on Spring Boot 2.4.7
* JAVA-5875: ErrorController#getErrorPath has been removed
* JAVA-5875: Fix SQL Script DataSource Initialization
* JAVA-5875: ErrorController#getErrorPath has been removed
* JAVA-5875: Fix RepositoryRestConfigurer
* JAVA-5875: Fix issues caused by rest-assured upgrade
* JAVA-5875: Upgrade spring-cloud-dependencies to 2020.0.3
* JAVA-5875: Leave spring-boot-keycloak on Spring Boot 2.4.7
* JAVA-5875: Fix data.sql script initialization
* JAVA-5875: Leave spring-security-legacy-oidc on Spring Boot 2.4.7
* JAVA-5875: Fix data.sql script initialization
* JAVA-5875: Fix data.sql script initialization
* JAVA-5875: Update de.flapdoodle.embed.mongo dependency
* JAVA-5875: Upgrade spring-cloud-dependencies to 2020.0.3
* JAVA-5875: Update Spring Cloud dependencies
* JAVA-5875: Update cloud dependencies
* JAVA-5875: Defer datasource initialization
* JAVA-5875: Fix rest assured version
* JAVA-5875: Fix Spring Batch serialization issue
* JAVA-5875: Update Spring Cloud Stream version
* JAVA-5875: Update Spring Kafka version
* JAVA-5875: Leave spring-zuul-rate-limiting on Spring Boot 2.4.7
Co-authored-by: Krzysztof Woyke <krzysztof.woyke.sp@lhsystems.com>
2021-06-26 01:20:37 +05:30
sampadawagde
f451361625
JAVA-5409: Fix formatting of POMs (Spring Cloud - Part 2)
2021-05-14 17:43:57 +05:30
Loredana Crusoveanu
f203051ccd
Merge pull request #10604 from Maiklins/JAVA-4341-Upgrade_spring-cloud-_modules
...
Java 4341 upgrade spring cloud modules
2021-04-12 17:43:17 +03:00
mikr
8c4ca7fd8c
JAVA-4341 Upgrade spring-cloud-* modules
2021-03-28 23:09:32 +02:00
Amit Bhave
01f5b186a8
BAEL-3636 - introduction to alibaba sentinel
2021-01-02 14:49:45 +05:30
Loredana
5792db85bd
fix unknown version
2020-10-10 13:56:42 +03:00
Loredana
2fb06fdcdd
remove explicit version overrides JAVA-1671
2020-10-10 13:38:26 +03: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
amit.pandey
e756edec92
add modules in parent pom build
2020-09-13 21:05:10 +05:30
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
mikr
7015c66691
JAVA-38 Move all Spring Cloud Modules to Boot 2
2020-07-15 22:12:07 +02:00
Catalin Burcea
8f20c9cca4
BAEL-1362 - Retry with Spring Cloud Ribbon ( #9237 )
2020-06-10 14:15:57 +01:00
Eduard Ardeleanu
6df3b2b6fb
BAEL-4026: Spring Cloud Open Service Broker ( #9365 )
...
* BAEL-4026: Spring Cloud Open Service Broker
* add unit tests
* fix review comments
2020-06-03 08:04:45 -05:00
François Dupire
107bf079f9
Enabling spring-cloud-security module ( #8783 )
2020-02-28 18:26:22 +11:00
catalin-burcea
153a3923f0
[BAEL-18783] - Fix formatting of POMs
2019-12-06 11:40:56 +02:00
Eric Martin
3225470df5
Merge pull request #8125 from eugenp/revert-8119-BAEL-3275-2
...
Revert "BAEL-3275: Using blocking queue for pub-sub"
2019-10-31 20:43:47 -05:00