We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 242b676 commit 9a35623Copy full SHA for 9a35623
1 file changed
src/java/frameworks/framework.go
@@ -51,6 +51,7 @@ func (r *Registry) RegisterStandardFrameworks() {
51
r.Register(NewElasticApmAgentFramework(r.context))
52
53
// Spring Service Bindings (Priority 1)
54
+ // Note: order matters, Java Cf Env should be registered before StringAutoReconfiguration
55
r.Register(NewJavaCfEnvFramework(r.context))
56
r.Register(NewSpringAutoReconfigurationFramework(r.context))
57
0 commit comments