From 233ebcd432beecba88c3f30902fbaf726dbb7c92 Mon Sep 17 00:00:00 2001 From: Olga Maciaszek-Sharma Date: Thu, 12 Jun 2025 15:40:35 +0200 Subject: [PATCH] Document removal of support for `javax.inject`. Signed-off-by: Olga Maciaszek-Sharma --- docs/modules/ROOT/pages/index.adoc | 2 ++ docs/modules/ROOT/partials/appProps.adoc | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc index f5a4c8b88e..046348c0ef 100644 --- a/docs/modules/ROOT/pages/index.adoc +++ b/docs/modules/ROOT/pages/index.adoc @@ -4,3 +4,5 @@ Adam Dudczak, Mathias Düsterhöft, Marcin Grzejszczak, Dennis Kieselhorst, Jakub Kubryński, Karol Lassak, Olga Maciaszek-Sharma, Mariusz Smykuła, Dave Syer, Jay Bryant Spring Cloud Contract moves TDD to the level of software architecture. It lets you perform consumer-driven and producer-driven contract testing. + +NOTE: `5.0.0` release breaking changes: in keeping with the changes throughout the entire Spring Portfolio, support for `javax.inject` has been removed - `@Autowired` has to be used for the injection of the auto-configured Spring Cloud Contract components. diff --git a/docs/modules/ROOT/partials/appProps.adoc b/docs/modules/ROOT/partials/appProps.adoc index e8be5b1b43..189a4437dd 100644 --- a/docs/modules/ROOT/partials/appProps.adoc +++ b/docs/modules/ROOT/partials/appProps.adoc @@ -6,8 +6,8 @@ |APPLICATION_USERNAME|Optional username to access the application.| |MESSAGING_TRIGGER_CONNECT_TIMEOUT|Timeout to connect to the application to trigger a message.|5000 |MESSAGING_TRIGGER_READ_TIMEOUT|Timeout to read the response from the application to trigger a message.|5000 -|MESSAGING_TYPE|Type of messaging. Can be either [rabbit] or [kafka].| |MESSAGING_TYPE|Defines the messaging type when dealing with message based contracts.| +|MESSAGING_TYPE|Type of messaging. Can be either [rabbit] or [kafka].| |SPRING_KAFKA_BOOTSTRAP_SERVERS|For Kafka - brokers addresses.| |SPRING_RABBITMQ_ADDRESSES|For RabbitMQ - brokers addresses.| |=== \ No newline at end of file