Skip to content

[go-migration] deps/<index>/env/CLASSPATH is overwritten and further unused on actual startup #1179

@kiril-keranov

Description

@kiril-keranov

Multiple frameworks currently in the go-based buildpack overwrite instead of append to the deps/<index>/env/CLASSPATH which is to be used for adding to the classpath on startup. For example having both client-certificate-mapper and java_cfenv frameworks participate on staging, they will both write to CLASSPATH here and here and only whoever framework writes last entry will be left in the final CLASSPATH.
Moreover seems deps/<index>/env/CLASSPATH is currently not taken into concern at all in Release phase where the actual startup command is being built.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions