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: align supply/finalize with CF buildpack patterns
- add hooks import to supply/cli so Dynatrace BeforeCompile fires in supply phase
- make WriteConfigYml failure fatal (Error + return err) instead of silent warning
- add WriteEnvFile(JAVA_HOME) for multi-buildpack env propagation
- add AddBinDependencyLink(java) so java binary is on PATH for subsequent buildpacks
- add LinkDirectoryInDepDir(lib) so JRE native libs are on LD_LIBRARY_PATH
- fix bin/finalize PROFILE_DIR=${5:-} to avoid nounset crash without 5th arg
- propagate JRE finalization errors instead of swallowing as warning
0 commit comments