Skip to content

Commit 9a35623

Browse files
committed
Add comment
1 parent 242b676 commit 9a35623

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/java/frameworks/framework.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ func (r *Registry) RegisterStandardFrameworks() {
5151
r.Register(NewElasticApmAgentFramework(r.context))
5252

5353
// Spring Service Bindings (Priority 1)
54+
// Note: order matters, Java Cf Env should be registered before StringAutoReconfiguration
5455
r.Register(NewJavaCfEnvFramework(r.context))
5556
r.Register(NewSpringAutoReconfigurationFramework(r.context))
5657

0 commit comments

Comments
 (0)