ballerina-platform / ballerina-central

Ballerina Central Website
Apache License 2.0
106 stars 1 forks source link

Need to have a proper way to handle releases which contain deprecated dependencies #149

Open dilanSachi opened 5 months ago

dilanSachi commented 5 months ago

Description: I have a scenario where when trying to release a patch for http on 2201.5.x, the package publish is rejected by BCentral as the http module has a dependency on regex:1.4.0 which is deprecated. However, I cannot use lang.regexp as it is not available in 2201.5.x. Therefore we need to have a way to override these cases as there are valid cases for this. Maybe we can stop rejecting the package push and just give a warning to the user or have somekind of a force publish command.