---
title: "Timefold Solver 2.0 upgrade: 15 projects, under 10 minutes"
url: https://daily.dev/posts/timefold-solver-2-0-upgrade-15-projects-under-10-minutes-a9j2czvti
source_url: https://timefold.ai/blog/timefold-solver-2-0-upgrade-in-minutes
type: article
source: "Timefold"
published: 2026-05-16T10:50:01.857Z
updated: 2026-08-24T07:02:30.687Z
tags: ["java"]
reading_time: 4
upvotes: 3
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.

# Timefold Solver 2.0 upgrade: 15 projects, under 10 minutes

**[Timefold](https://daily.dev/sources/timefold-blog)** · 4 min read · 3 upvotes · 0 comments

## Summary

Timefold Solver 2.0 is now available, and the team demonstrates the upgrade process by migrating 15 quickstart projects in under 10 minutes. The migration is largely automated via an OpenRewrite recipe that handles package restructuring and deprecated API changes with a single Maven command. The main manual steps are updating the Java baseline from 17 to 21 and fixing downstream code affected by ConstraintCollectors type changes (Integer to Long). Only 2 of 15 projects required manual intervention. The post also outlines a 5-step upgrade plan for existing 1.x users and promotes free trials of the Plus and Enterprise editions.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://timefold.ai/blog/timefold-solver-2-0-upgrade-in-minutes>

## Similar posts on daily.dev

- [Timefold Solver 2.0: Neighborhoods API and faster solving](https://daily.dev/posts/timefold-solver-2-0-neighborhoods-api-and-faster-solving-3rokj3344) · Timefold · 1 upvotes · 0 comments
- [Java News Roundup: Spring Tools 5, TornadoVM, Payara Platform, Hibernate ORM, Spock Framework](https://daily.dev/posts/java-news-roundup-spring-tools-5-tornadovm-payara-platform-hibernate-orm-spock-framework-13nslxxje) · InfoQ · 17 upvotes · 0 comments

---

Tags: [#java](https://daily.dev/tags/java)

[View this post on daily.dev](https://daily.dev/posts/timefold-solver-2-0-upgrade-15-projects-under-10-minutes-a9j2czvti)
