You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Add default values to DaprClientProperties for Spring Boot apps
When starting a Spring Boot application without explicitly setting
DaprClientProperties, fields are now initialized with Dapr's standard
defaults instead of null: httpEndpoint=http://localhost,
grpcEndpoint=localhost, httpPort=3500, grpcPort=50001, apiToken=null.
Fixes#1566
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Siri Varma Vegiraju <svegiraju@Siris-MacBook-Pro.local>
Copy file name to clipboardExpand all lines: dapr-spring/dapr-spring-boot-properties/src/main/java/io/dapr/spring/boot/properties/client/DaprClientProperties.java
Copy file name to clipboardExpand all lines: dapr-spring/dapr-spring-boot-properties/src/test/java/io/dapr/spring/boot/properties/client/DaprClientPropertiesTest.java
+38-8Lines changed: 38 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,21 @@ public class DaprClientPropertiesTest {
0 commit comments