Plexus
Composite Recipes
Recipes that include further recipes, often including the individual recipes below.
Recipes
- Migrate from Plexus
AbstractLogEnabledto SLF4J - Replace
FileUtils.deleteDirectory(File)with JDK provided API - Replace
FileUtils.deleteDirectory(String)with JDK provided API - Replace
FileUtils.fileExists(String)with JDK provided API - Replace
FileUtils.getFile(String)with JDK provided API - Replace
StringUtils.abbreviate(String, int)with JDK provided API - Replace
StringUtils.capitalise(String)with JDK provided API - Replace
StringUtils.defaultString(Object)with JDK provided API - Replace
StringUtils.defaultString(Object, String)with JDK provided API - Replace
StringUtils.deleteWhitespace(String)with JDK provided API - Replace
StringUtils.equals(String, String)with JDK provided API - Replace
StringUtils.equalsIgnoreCase(String, String)with JDK provided API - Replace
StringUtils.lowerCase(String)with JDK provided API - Replace
StringUtils.replace(String, String, String)with JDK provided API - Replace
StringUtils.reverse(String)with JDK provided API - Replace
StringUtils.split(String)with JDK provided API - Replace
StringUtils.strip(String)with JDK provided API - Replace
StringUtils.trim(String)with JDK provided API - Replace
StringUtils.upperCase(String)with JDK provided API