Registry / config / spring-boot-properties-migrator

spring-boot-properties-migrator

JSON →
library4.1.0javamavenunverified

A Spring Boot tool that helps migrate application properties from older versions to the current format.

<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-properties-migrator</artifactId> <version>4.1.0</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-BOOT-PROPER
S
spring-boot-properties-migrator
configjavav4.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

PropertiesMigrator
org.springframework.boot.properties.migrator.PropertiesMigrator

Migrates Spring Boot properties to the latest format.

import org.springframework.boot.properties.migrator.PropertiesMigrator; PropertiesMigrator migrator = new PropertiesMigrator(); migrator.migrate(properties);
Debug
Known issues
breakingOnly works with Spring Boot 2.x and 3.x; not for 1.x.
fix
Use Spring Boot 2.x or 3.x for compatibility.
affects: >=4.0.0
Upgrade
Version history
4.1.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
37 hits · last 30 days
node
32
Resources
spring-boot-properties-migrator — mvn dependency:get spring-boot-properties-migrator · libregistry