Browse curated AI prompts for GitHub Copilot.
Update build.gradle with Spring Boot 3 plugin and Jakarta EE compatible dependencies.
Update pom.xml with Spring Boot 3 dependencies and Jakarta EE compatible libraries.
Check and verify all third-party dependencies are compatible with Spring Boot 3.
Generate comprehensive test cases to verify Spring Boot 2→3 migration success.
Update JPA entity mappings and annotations for Hibernate 6 compatibility.
Resolve Hibernate 6 stricter JPQL query parsing errors and update query syntax.
Modernize Spring Security filter chain configuration for Spring Security 6.
Convert deprecated WebSecurityConfigurerAdapter to Spring Security 6 component-based configuration.
Systematically refactor all javax.* imports to jakarta.* across your Spring Boot codebase.
Safely migrate from one ORM to another in production.
Transform raw SQL queries across a codebase into ORM equivalents.
Systematically migrate a Next.js application from the pages router to the app router.
Incrementally migrate a JavaScript repo to TypeScript with strict type checking.
Gradually transition an existing REST API surface to GraphQL without breaking clients.
Replace an existing Webpack setup with faster, modern Vite configuration.
Convert CREATE TABLE SQL into a Prisma schema.prisma file.
Upgrade Python 2 code to Python 3, handling print, unicode, xrange, and integer division.
Rewrite old Java HTTP handlers into modern Spring Boot REST controllers.
Modernize legacy Node.js modules from require/module.exports to ES module syntax.
Migrate React Router v5 code to React Router v6 route and navigation APIs.