<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Jdeps on Devops Monk</title><link>https://devops-monk.com/tags/jdeps/</link><description>Recent content in Jdeps on Devops Monk</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Mon, 04 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://devops-monk.com/tags/jdeps/index.xml" rel="self" type="application/rss+xml"/><item><title>Migrating to Java 11: From Java 8 — Step by Step</title><link>https://devops-monk.com/tutorials/java11/migration-guide/</link><pubDate>Mon, 04 May 2026 00:00:00 +0000</pubDate><guid>https://devops-monk.com/tutorials/java11/migration-guide/</guid><description>Migration Overview Migrating from Java 8 to Java 11 is the most common Java upgrade scenario. The migration has two distinct phases:
Make it compile and run — fix incompatibilities introduced by Java 9–11 Modernise the code — adopt var, List.of(), String.isBlank(), and other new APIs Phase 1 is mandatory and blocks the upgrade. Phase 2 is optional and can happen incrementally.
This guide focuses entirely on Phase 1.
The 10-Step Migration Checklist [ ] 1.</description></item></channel></rss>