Skip to content

Commit 9132a47

Browse files
committed
Rename example class, and improve test
1 parent 01d08e1 commit 9132a47

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

integrations/microprofile-config/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ import jakarta.inject.Inject;
104104
@ApplicationScoped
105105
@Alternative
106106
@Priority(100) // Higher than MicroProfileConfigProvider's priority of 50
107-
public class SpringConfigProvider implements A2AConfigProvider {
107+
public class OtherEnvironmentConfigProvider implements A2AConfigProvider {
108108

109109
@Inject
110110
Environment env;

integrations/microprofile-config/src/test/resources/application.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ a2a.executor.core-pool-size=15
99

1010
# Exclude beans that aren't needed for config testing
1111
quarkus.arc.exclude-types=io.a2a.server.requesthandlers.*,io.a2a.server.agentexecution.*,io.a2a.server.tasks.*,io.a2a.server.events.*,io.a2a.server.util.*
12+
13+
# Property that will be overridden by a system property
14+
a2a.test.system.property=from-application-properties

0 commit comments

Comments
 (0)