---
title: "Customize Copilot Modernization Tasks"
url: https://daily.dev/posts/customize-copilot-modernization-tasks-dn5036qhr
source_url: https://www.youtube.com/watch?v=_uukPcRUssg
type: video:youtube
source: "Microsoft Developer"
published: 2026-05-12T16:18:45.389Z
updated: 2026-05-15T07:39:56.735Z
tags: ["devtools", "github", "java", "spring"]
reading_time: 4
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Customize Copilot Modernization Tasks

**[Microsoft Developer](https://daily.dev/sources/microsoftdeveloper)** · 4 min read · 0 upvotes · 0 comments

## Summary

GitHub Copilot's modernization feature in IntelliJ lets developers customize upgrade tasks for Java applications rather than applying automatic rewrites. Copilot generates a task list as a first draft, which teams can edit to add constraints, exclude specific upgrades (like Java and Spring version bumps), and break changes into smaller reviewable steps. Tasks are applied one at a time with full developer control. In a demo, excluding Java and Spring upgrades resulted in no file changes — the intended outcome — while Copilot still surfaced a pre-existing Mockito test failure and known CVEs in Spring, explaining why they can't be fixed within the current constraints. The key principle: modernization is about developer-controlled, explicit changes, not silent automatic rewrites.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.youtube.com/watch?v=_uukPcRUssg>

---

Tags: [#devtools](https://daily.dev/tags/devtools), [#github](https://daily.dev/tags/github), [#java](https://daily.dev/tags/java), [#spring](https://daily.dev/tags/spring)

[View this post on daily.dev](https://daily.dev/posts/customize-copilot-modernization-tasks-dn5036qhr)
