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.
Update Jakarta EE annotations (@Entity, @Valid, @PostConstruct, etc.) to use jakarta.* packages.
Systematically refactor all javax.* imports to jakarta.* across your Spring Boot codebase.
Convert ad-hoc shell scripts into structured Terraform infrastructure-as-code.
Safely migrate from one ORM to another in production.
Convert a large CSS codebase into a utility-first Tailwind design system.
Incrementally modernize an entire React codebase from class components to hooks.
Transform raw SQL queries across a codebase into ORM equivalents.
Systematically migrate a Next.js application from the pages router to the app router.
Migrate a React application to v18 with the new root API and concurrency behavior.
Incrementally migrate a JavaScript repo to TypeScript with strict type checking.
Gradually transition an existing REST API surface to GraphQL without breaking clients.
A safe, step-by-step Node version upgrade workflow for production services.