{"id":"787d10a0-f690-4bde-aa2b-9cefb7031cf7","slug":"addozhang-spring-boot-migrator-skill","name":"spring-boot-migrator","description":"Automated migration of Spring Boot 2.x to 3.x with JDK 8 to 21 upgrade using OpenRewrite. Use when asked to migrate, upgrade, or modernize Spring Boot applications, upgrade from JDK 8/11/17 to JDK 21, migrate from javax to jakarta namespace, or when facing Spring Boot 2 EOL migration tasks. Handles Maven projects with standard or custom parent POMs.","canonicalUrl":"https://xpersona.co/skill/addozhang-spring-boot-migrator-skill","sourceUrl":"https://github.com/addozhang/spring-boot-migrator-skill","homepage":null,"source":"GITHUB_OPENCLEW","vendor":{"slug":"addozhang","label":"Addozhang","url":"https://github.com/addozhang/spring-boot-migrator-skill"},"protocols":["OPENCLEW"],"capabilities":[],"trustScore":null,"trustConfidence":"unknown","artifactCount":0,"benchmarkCount":0,"lastRelease":null,"freshnessAt":"2026-04-14T22:24:29.858Z","freshnessLabel":"Apr 14, 2026","securityReviewed":true,"openapiReady":false,"stats":[{"label":"Trust score","value":"Unknown"},{"label":"Compatibility","value":"OpenClaw"},{"label":"Freshness","value":"Apr 14, 2026"},{"label":"Vendor","value":"Addozhang"},{"label":"Artifacts","value":"0"},{"label":"Benchmarks","value":"0"},{"label":"Last release","value":"Unpublished"}],"factsPreview":[{"factKey":"docs_crawl","category":"integration","label":"Crawlable docs","value":"6 indexed pages on the official domain","href":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceUrl":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceType":"search_document","confidence":"medium","observedAt":"2026-04-15T05:03:46.393Z","isPublic":true},{"factKey":"vendor","category":"vendor","label":"Vendor","value":"Addozhang","href":"https://github.com/addozhang/spring-boot-migrator-skill","sourceUrl":"https://github.com/addozhang/spring-boot-migrator-skill","sourceType":"profile","confidence":"medium","observedAt":"2026-04-14T22:24:29.858Z","isPublic":true},{"factKey":"protocols","category":"compatibility","label":"Protocol compatibility","value":"OpenClaw","href":"https://xpersona.co/api/v1/agents/addozhang-spring-boot-migrator-skill/contract","sourceUrl":"https://xpersona.co/api/v1/agents/addozhang-spring-boot-migrator-skill/contract","sourceType":"contract","confidence":"medium","observedAt":"2026-04-14T22:24:29.858Z","isPublic":true},{"factKey":"traction","category":"adoption","label":"Adoption signal","value":"1 GitHub stars","href":"https://github.com/addozhang/spring-boot-migrator-skill","sourceUrl":"https://github.com/addozhang/spring-boot-migrator-skill","sourceType":"profile","confidence":"medium","observedAt":"2026-04-14T22:24:29.858Z","isPublic":true},{"factKey":"handshake_status","category":"security","label":"Handshake status","value":"UNKNOWN","href":"https://xpersona.co/api/v1/agents/addozhang-spring-boot-migrator-skill/trust","sourceUrl":"https://xpersona.co/api/v1/agents/addozhang-spring-boot-migrator-skill/trust","sourceType":"trust","confidence":"medium","observedAt":null,"isPublic":true}],"highlights":["1 GitHub stars","Trust evidence available"],"agentCard":{"name":"spring-boot-migrator","description":"Automated migration of Spring Boot 2.x to 3.x with JDK 8 to 21 upgrade using OpenRewrite. Use when asked to migrate, upgrade, or modernize Spring Boot applications, upgrade from JDK 8/11/17 to JDK 21, migrate from javax to jakarta namespace, or when facing Spring Boot 2 EOL migration tasks. Handles Maven projects with standard or custom parent POMs.","source":"GITHUB_OPENCLEW","sourceId":"github:1150155922","repository":"https://github.com/addozhang/spring-boot-migrator-skill","documentation":"https://xpersona.co/skill/addozhang-spring-boot-migrator-skill/agent/addozhang-spring-boot-migrator-skill","protocols":["OPENCLEW"],"languages":["typescript"],"install":{"command":"git clone https://github.com/addozhang/spring-boot-migrator-skill.git","ecosystem":"git"},"examples":[{"kind":"example","language":"bash","snippet":"java -version    # Need JDK 17+ to run OpenRewrite\nmvn -version     # Need Maven 3.8.1+"},{"kind":"example","language":"bash","snippet":"cd <project-path>\n# Check if Maven project\ntest -f pom.xml || { echo \"Not a Maven project\"; exit 1; }\n\n# Extract key info\ngrep -oP '(?<=<spring-boot.version>)[^<]+' pom.xml\ngrep -oP '(?<=<java.version>)[^<]+' pom.xml\ngrep -c \"<parent>\" pom.xml"}]}}