Tag

Upgrade

0 views collected around this technical thread.

Java Architecture Diary
Java Architecture Diary
May 30, 2025 · Backend Development

What’s New in Spring Cloud 2025.0.0? Major Updates and Migration Guide

Spring Cloud 2025.0.0 "Northfields" was released on May 29, 2025, fully compatible with Spring Boot 3.5.0, bringing major enhancements to core microservice components, new Gateway features, Config AWS‑S3 support, Kubernetes config source integration, CircuitBreaker reactive isolation, Eureka client upgrades, and a detailed upgrade guide for developers.

BackendSpring BootSpring Cloud
0 likes · 10 min read
What’s New in Spring Cloud 2025.0.0? Major Updates and Migration Guide
Python Programming Learning Circle
Python Programming Learning Circle
May 17, 2025 · Fundamentals

10 Practical Tips for Using pip in Python

This guide introduces ten useful pip techniques—including installation, basic commands, upgrading, version-specific installs, uninstalling, inspecting package details, checking for conflicts, using domestic mirrors, downloading without installing, and batch installing from requirements files—to help Python developers manage packages more efficiently.

InstallationPackage ManagementPython
0 likes · 6 min read
10 Practical Tips for Using pip in Python
php中文网 Courses
php中文网 Courses
Apr 25, 2025 · Backend Development

PHP 8.5 Release Overview: New Features, Compatibility, and Upgrade Guidance

The article outlines PHP 8.5’s expected November 2025 release, highlights the new curl_multi_get_handles function, discusses backward‑compatibility and support timelines, and provides practical upgrade recommendations for developers.

BackendPHPUpgrade
0 likes · 6 min read
PHP 8.5 Release Overview: New Features, Compatibility, and Upgrade Guidance
php中文网 Courses
php中文网 Courses
Apr 3, 2025 · Backend Development

Why Upgrading to the Latest PHP Version Is Essential

Upgrading to the newest PHP release brings major performance gains, stronger security, modern language features, better compatibility with frameworks and libraries, and prepares applications for future changes, making it a critical practice for any serious PHP project.

PHPUpgradeWeb Development
0 likes · 4 min read
Why Upgrading to the Latest PHP Version Is Essential
Xiaolei Talks DB
Xiaolei Talks DB
Nov 22, 2024 · Databases

Master OceanBase and OBproxy Upgrades on Kubernetes and Bare Metal

This guide details the upgrade procedures, prerequisites, and impact considerations for OceanBase, OBproxy, OCP, and OB‑DashBoard across Kubernetes and bare‑metal environments, providing step‑by‑step commands, dashboard actions, and DBA precautions to ensure a smooth transition.

DatabaseKubernetesOBproxy
0 likes · 10 min read
Master OceanBase and OBproxy Upgrades on Kubernetes and Bare Metal
Java Tech Enthusiast
Java Tech Enthusiast
Sep 19, 2024 · Backend Development

JDK 23 Release Highlights and Upgrade Considerations

JDK 23, released on 2024‑09‑17 as a non‑LTS version preceding the upcoming JDK 25 LTS, introduces numerous preview APIs such as primitive pattern matching, a second class‑file API, Markdown doc comments, enhanced Vector and stream collectors, plus standardised features like ZGC generational mode, while upgrade decisions hinge on project stability needs and ecosystem support like Spring Boot compatibility.

BackendFeaturesJDK23
0 likes · 4 min read
JDK 23 Release Highlights and Upgrade Considerations
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Sep 15, 2024 · Mobile Development

Flutter Upgrade Process to Version 3.24

This article explains the step-by-step process for upgrading Flutter to version 3.24, covering preparation, environment configuration, known pitfalls, API changes, new features, and code adjustments to ensure a smooth migration for mobile developers.

DartFlutterFlutter 3.24
0 likes · 11 min read
Flutter Upgrade Process to Version 3.24
360 Smart Cloud
360 Smart Cloud
Jul 3, 2024 · Operations

Practical Practices for Enhancing Kafka Cluster Stability at 360

This article details 360's comprehensive approach to improving Apache Kafka cluster stability through proactive operations, capacity assessment, parameter tuning, monitoring, version upgrades, and traffic control, offering concrete guidelines and best‑practice recommendations for large‑scale message‑queue deployments.

ClusterKafkaUpgrade
0 likes · 33 min read
Practical Practices for Enhancing Kafka Cluster Stability at 360
Aikesheng Open Source Community
Aikesheng Open Source Community
Jun 24, 2024 · Databases

Resolving Illegal Mix of Collations Error After Upgrading MySQL 5.7 to 8.0

This article explains why upgrading MySQL from 5.7 to 8.0 can cause an "Illegal mix of collations" error in FIND_IN_SET queries, analyzes the root cause, and presents three practical solutions—adjusting server parameters, altering table collations, or rewriting the SQL—to restore correct operation.

CollationDatabaseMySQL
0 likes · 10 min read
Resolving Illegal Mix of Collations Error After Upgrading MySQL 5.7 to 8.0
Code Mala Tang
Code Mala Tang
Jun 19, 2024 · Frontend Development

How to Upgrade to React 19 RC: Installation, JSX Changes, and Breaking Updates

React 19 RC introduces exciting new features, a revamped JSX transform, and several breaking changes, and this guide walks you through installing the RC, updating TypeScript definitions, using codemods, handling deprecated APIs, and adapting to strict mode and UMD build removals.

CodemodsJavaScriptReact
0 likes · 5 min read
How to Upgrade to React 19 RC: Installation, JSX Changes, and Breaking Updates
360 Smart Cloud
360 Smart Cloud
May 28, 2024 · Big Data

HDFS Upgrade from 2.6.0‑cdh to 3.1.2 with DataNode Federation and Mixed Deployment

This article details the background, planning, step‑by‑step procedures, encountered issues, and rollback strategies for upgrading a Hadoop HDFS cluster from version 2.6.0‑cdh to 3.1.2, including mixed‑deployment of DataNodes across different federations and necessary configuration changes.

BigDataClusterDataNode
0 likes · 16 min read
HDFS Upgrade from 2.6.0‑cdh to 3.1.2 with DataNode Federation and Mixed Deployment
Java Captain
Java Captain
Mar 14, 2024 · Fundamentals

Why and How to Upgrade from JDK 8 to JDK 19: Benefits, Considerations, and New Features

Upgrading from JDK 8 to JDK 19 brings significant performance, security, and modularity improvements, but requires careful compatibility testing, performance evaluation, and security checks, while offering new features such as Text Blocks, Virtual Threads, Record Patterns, and enhanced APIs, positioning Java for future cloud, big data, and AI workloads.

JDKJavaNewFeatures
0 likes · 6 min read
Why and How to Upgrade from JDK 8 to JDK 19: Benefits, Considerations, and New Features
Python Programming Learning Circle
Python Programming Learning Circle
Jan 6, 2024 · Fundamentals

10 Practical pip Tips for Managing Python Packages

This article introduces ten essential pip techniques—including installation, upgrading, version-specific installs, uninstalling, checking dependencies, using domestic mirrors, downloading without installing, and batch installing from requirements files—to help Python developers efficiently manage their packages.

InstallationPackage ManagementPython
0 likes · 6 min read
10 Practical pip Tips for Managing Python Packages
JD Tech
JD Tech
Dec 5, 2023 · Backend Development

Comprehensive Guide to Upgrading from JDK8/11 to JDK17: Performance Benefits, New Language Features, and Migration Steps

This article explains why upgrading to JDK 17 is essential, outlines the long‑term support, performance gains from modern garbage collectors like ZGC, new language features such as switch expressions and records, and provides detailed migration steps, Maven and Spring Boot configuration, and troubleshooting tips for a smooth transition.

JDKJavaMaven
0 likes · 18 min read
Comprehensive Guide to Upgrading from JDK8/11 to JDK17: Performance Benefits, New Language Features, and Migration Steps
Aikesheng Open Source Community
Aikesheng Open Source Community
Nov 30, 2023 · Databases

Step‑by‑Step In‑Place Upgrade Guide for MySQL 8.0 (MGR Cluster)

This article provides a comprehensive, step‑by‑step guide for performing an in‑place upgrade of MySQL 8.0 (including MGR clusters) from earlier versions, covering pre‑upgrade checks, backup procedures, configuration changes, data dictionary upgrade, server upgrade, verification, rollback, and common pitfalls.

Database AdministrationIn-Place UpgradeMGR
0 likes · 15 min read
Step‑by‑Step In‑Place Upgrade Guide for MySQL 8.0 (MGR Cluster)
Top Architect
Top Architect
Nov 24, 2023 · Databases

Introducing MySQL Innovation and Long‑Term Support (LTS) Versions

The article explains MySQL’s new versioning model, introducing Innovation and Long‑Term Support (LTS) releases, detailing transition timelines, feature deprecation, upgrade and downgrade strategies, and the role of MySQL HeatWave, while also providing links to download and community resources.

Database VersioningHeatWaveMySQL
0 likes · 17 min read
Introducing MySQL Innovation and Long‑Term Support (LTS) Versions
php中文网 Courses
php中文网 Courses
Nov 4, 2023 · Databases

Common Causes of MySQL Database Crashes and Their Solutions

This article outlines the typical reasons MySQL databases crash—such as hardware failures, software issues, external attacks, and poor design—and provides practical remedies including regular backups, using myisamchk for repair, leveraging binary logs, optimizing schemas, and upgrading to newer MySQL versions.

BackupDatabase CrashMySQL
0 likes · 4 min read
Common Causes of MySQL Database Crashes and Their Solutions
Zhuanzhuan Tech
Zhuanzhuan Tech
Sep 27, 2023 · Backend Development

JDK17 Upgrade for Search Recommendation Service: Process, Issues, and Performance Improvements

This article details the motivation, steps, encountered challenges, and measurable performance gains of upgrading a high‑traffic search recommendation service from JDK 8 to JDK 17, highlighting new Java syntax, modern GC algorithms, deployment procedures, and the resulting reductions in latency, GC pause times, and heap usage.

BackendGarbage CollectionJava
0 likes · 19 min read
JDK17 Upgrade for Search Recommendation Service: Process, Issues, and Performance Improvements
Top Architect
Top Architect
Aug 21, 2023 · Databases

Introducing MySQL Innovation and Long-Term Support (LTS) Versions

Oracle announces a new MySQL version model that separates Innovation releases, which deliver new features and frequent updates, from Long‑Term Support (LTS) releases that provide stable, minimal‑change versions with extended support, outlining upgrade paths, deprecation policies, and detailed release schedules.

DatabaseMySQLUpgrade
0 likes · 17 min read
Introducing MySQL Innovation and Long-Term Support (LTS) Versions