Skip to content

Commit 233ebcd

Browse files
committed
Document removal of support for javax.inject.
Signed-off-by: Olga Maciaszek-Sharma <[email protected]>
1 parent 118024e commit 233ebcd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/modules/ROOT/pages/index.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@
44
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
55

66
Spring Cloud Contract moves TDD to the level of software architecture. It lets you perform consumer-driven and producer-driven contract testing.
7+
8+
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.

docs/modules/ROOT/partials/appProps.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
|APPLICATION_USERNAME|Optional username to access the application.|
77
|MESSAGING_TRIGGER_CONNECT_TIMEOUT|Timeout to connect to the application to trigger a message.|5000
88
|MESSAGING_TRIGGER_READ_TIMEOUT|Timeout to read the response from the application to trigger a message.|5000
9-
|MESSAGING_TYPE|Type of messaging. Can be either [rabbit] or [kafka].|
109
|MESSAGING_TYPE|Defines the messaging type when dealing with message based contracts.|
10+
|MESSAGING_TYPE|Type of messaging. Can be either [rabbit] or [kafka].|
1111
|SPRING_KAFKA_BOOTSTRAP_SERVERS|For Kafka - brokers addresses.|
1212
|SPRING_RABBITMQ_ADDRESSES|For RabbitMQ - brokers addresses.|
1313
|===

0 commit comments

Comments
 (0)