ballerina-central icon indicating copy to clipboard operation
ballerina-central copied to clipboard

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

Open dilanSachi opened this issue 1 year ago • 0 comments

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.

dilanSachi avatar May 07 '24 11:05 dilanSachi