← All recipes
Moderne licensed

Upgrade Python version in Mend .whitesource files

Recipe IDorg.openrewrite.python.migrate.UpgradePythonWhitesourceConfig
Artifactorg.openrewrite.recipe:rewrite-migrate-python

Update Python version references in Mend (formerly WhiteSource) .whitesource repository configuration files to a target version. Bumps python<MAJOR><MINOR> and python<MAJOR>.<MINOR> tokens in the settingsInheritedFrom value (e.g. "org/whitesource-config@python310" -> ...@python312) and in the python.path scan setting (a Unified Agent parameter, so both bare executable names such as python3.9 and full paths such as /usr/bin/python3.9 are covered). Only versions older than the target are changed; a version already newer is left as-is.

Single recipeProprietary

Usage

You’ll need the Moderne CLI configured before running the command below.

mod run . --recipe org.openrewrite.python.migrate.UpgradePythonWhitesourceConfig --recipe-option "version=3.12"

If the recipe isn’t available locally, install it with:

mod config recipes jar install org.openrewrite.recipe:rewrite-migrate-python:0.11.0

Options

NameTypeDescription
versionrequiredStringThe target Python version as MAJOR.MINOR (for example 3.12). Any patch component is dropped; the minor release is the upgrade target.
e.g. 3.12

Data tables

Structured output this recipe can produce.

  • Source files that had resultsSource files that were modified by the recipe run.org.openrewrite.table.SourcesFileResults
  • Source files that had search resultsSearch results that were found during the recipe run.org.openrewrite.table.SearchResults
  • Source files that errored on a recipeThe details of all errors produced by a recipe run.org.openrewrite.table.SourcesFileErrors
  • Recipe performanceStatistics used in analyzing the performance of recipes.org.openrewrite.table.RecipeRunStats