Tagged articles
26 articles
Page 1 of 1
JavaScript
JavaScript
Dec 30, 2025 · Frontend Development

Why document.domain Is Being Deprecated and How to Migrate Your Web Apps

This article explains the background and security concerns behind the deprecation of the JavaScript document.domain API, details browser warnings, and provides a step‑by‑step migration guide using postMessage, Channel Messaging, and proper CORS configuration to keep web applications functional.

Cross-OriginWeb Securitydeprecation
0 likes · 5 min read
Why document.domain Is Being Deprecated and How to Migrate Your Web Apps
DevOps Operations Practice
DevOps Operations Practice
Dec 12, 2025 · Cloud Native

What’s Changing in Kubernetes v1.35? Key Deprecations and New Features Explained

The upcoming Kubernetes v1.35 release will drop cgroup v1, deprecate kube-proxy ipvs mode, end support for containerd v1.x, and introduce alpha node‑declared features, in‑place pod resource updates, native pod certificates, numeric taint comparisons, user‑namespace support, and OCI‑based volumes, all aimed at improving stability and security.

Kubernetescgroup v2deprecation
0 likes · 10 min read
What’s Changing in Kubernetes v1.35? Key Deprecations and New Features Explained
JakartaEE China Community
JakartaEE China Community
Oct 14, 2025 · Fundamentals

What Changed in Java 21? A Complete API Comparison for Upgrading from Java 17

This article provides a detailed comparison of Java 17 and Java 21 APIs, listing deprecated and removed features, suggested replacements, new I/O and serialization capabilities, enhanced reflection, Unicode emoji support, the preview foreign memory API, and the Generational ZGC, illustrated with real‑world code examples and usage scenarios.

Garbage CollectionJavaJava 21
0 likes · 15 min read
What Changed in Java 21? A Complete API Comparison for Upgrading from Java 17
JavaScript
JavaScript
Oct 4, 2025 · Frontend Development

Why is the document.domain API Being Deprecated and What to Use Instead?

The article explains the purpose and historical popularity of the document.domain property for cross‑subdomain communication, details its deprecation across major browsers due to security and maintenance concerns, and provides practical migration strategies using postMessage, Channel Messaging API, and proper CORS configuration.

Cross-OriginWeb Securitydeprecation
0 likes · 6 min read
Why is the document.domain API Being Deprecated and What to Use Instead?
Laravel Tech Community
Laravel Tech Community
Dec 12, 2024 · Backend Development

New Features in PHP 8.4.1: Property Hooks, Asymmetric Visibility, Deprecation Attributes, Ext‑DOM Enhancements, BCMath Object API, and New array_* Functions

PHP 8.4.1 introduces a suite of backend improvements—including property hooks, asymmetric visibility, deprecation attributes, a spec‑compliant DOM API, an object‑oriented BCMath API, and several new array_* functions—each illustrated with concise code examples and usage notes.

Asymmetric VisibilityBackendNew Features
0 likes · 5 min read
New Features in PHP 8.4.1: Property Hooks, Asymmetric Visibility, Deprecation Attributes, Ext‑DOM Enhancements, BCMath Object API, and New array_* Functions
Architect's Tech Stack
Architect's Tech Stack
Nov 23, 2023 · Backend Development

Java 21 Deprecates Windows 32‑bit x86 Port and Dynamic Agent Loading

The article explains why Java 21 deprecates the Windows 32‑bit x86 port and dynamic agent loading, describes the technical reasons, shows the new configuration options and related warnings, and discusses the impact on virtual threads and best practices for avoiding deprecated APIs.

Backend DevelopmentDynamic AgentsJDK
0 likes · 11 min read
Java 21 Deprecates Windows 32‑bit x86 Port and Dynamic Agent Loading
dbaplus Community
dbaplus Community
Nov 1, 2023 · Databases

What’s New in MySQL 8.2.0? Features, Deprecations, and Firewall Updates

MySQL 8.2.0, released on October 25, 2023, introduces audit‑log cleanup scripts, FIDO‑based authentication, named‑parameter support, numerous deprecations, firewall reload scheduling, expanded SQL syntax options, and new client and server features while dropping outdated functions and variables.

Database FeaturesRelease NotesSQL
0 likes · 9 min read
What’s New in MySQL 8.2.0? Features, Deprecations, and Firewall Updates
21CTO
21CTO
Oct 15, 2023 · Fundamentals

Why Is Microsoft Retiring VBScript After 30 Years?

Microsoft announced the deprecation of VBScript, a Windows scripting language that has been in use for nearly three decades, highlighting its historical role, decline after PowerShell's rise, security concerns, and the broader impact on legacy tools and administrators.

MicrosoftScriptingVBScript
0 likes · 5 min read
Why Is Microsoft Retiring VBScript After 30 Years?
Laravel Tech Community
Laravel Tech Community
May 23, 2023 · Fundamentals

Python 3.12 Beta 1 Released: New Type Annotation Syntax, Enhanced F‑Strings, Performance Boosts, and Major Deprecations

The first beta of Python 3.12 has been released, introducing new generic class type‑annotation syntax, more flexible f‑string parsing, improved error messages, performance enhancements, Linux profiler support, several new PEPs for typing, and the removal of deprecated features such as distutils, with the final release slated for October 2 2024.

Betadeprecationf-strings
0 likes · 2 min read
Python 3.12 Beta 1 Released: New Type Annotation Syntax, Enhanced F‑Strings, Performance Boosts, and Major Deprecations
Cloud Native Technology Community
Cloud Native Technology Community
Mar 29, 2023 · Cloud Native

Kubernetes v1.27 Deprecations, API Removals, and Feature Gate Changes

Version 1.27 of Kubernetes introduces numerous deprecations and removals, including the migration of k8s.gcr.io to registry.k8s.io, the elimination of several API versions and feature gates such as CSIStorageCapacity, seccomp annotations, and various volume expansion options, with guidance for maintainers on required updates.

API RemovalFeature GatesKubernetes
0 likes · 12 min read
Kubernetes v1.27 Deprecations, API Removals, and Feature Gate Changes
Python Programming Learning Circle
Python Programming Learning Circle
Mar 18, 2023 · Fundamentals

PEP‑594: Removing Dead Batteries from the Python Standard Library

PEP‑594, approved for Python 3.11‑3.13, removes over‑aged and unmaintained modules from the standard library, revitalizing the language’s “batteries‑included” philosophy by reducing maintenance costs, improving security, and benefiting resource‑constrained platforms while also streamlining future development.

PEP-594Standard Librarybatteries-included
0 likes · 6 min read
PEP‑594: Removing Dead Batteries from the Python Standard Library
21CTO
21CTO
Oct 25, 2022 · Fundamentals

Should Linux Drop i486 Support? Linus Torvalds Explains the Rationale

The article discusses Linus Torvalds' push to remove i486 CPU support from the Linux kernel, outlining historical context, technical reasons like the need for the cmpxchg8b instruction, and the diminishing relevance of 32‑bit x86 hardware in modern development.

CPU architectureKernelcmpxchg8b
0 likes · 4 min read
Should Linux Drop i486 Support? Linus Torvalds Explains the Rationale
Programmer DD
Programmer DD
May 31, 2022 · Backend Development

How to Seamlessly Migrate to Spring Boot 3.0 and Java 17

This guide explains the upcoming Spring Boot 3.0 release, the need for Java 17, step‑by‑step upgrade to Spring Boot 2.7, removal of deprecated APIs, configuration file changes, new path‑parsing strategy, Jakarta EE 9 compatibility, and tips for trying Spring 6.

Configurationdeprecationjava-17
0 likes · 9 min read
How to Seamlessly Migrate to Spring Boot 3.0 and Java 17
Programmer DD
Programmer DD
Feb 15, 2022 · Information Security

Keycloak Deprecates Most Adapters – Impact on Spring Security and Boot

On February 14, the Keycloak team announced the deprecation of most adapters—including Spring Security and Spring Boot integrations—detailing which adapters will be discontinued, which will remain, and a timeline for the phase‑out, while noting the rise of Spring Authorization Server as a replacement.

KeycloakOIDCadapters
0 likes · 4 min read
Keycloak Deprecates Most Adapters – Impact on Spring Security and Boot
Node Underground
Node Underground
Jul 25, 2021 · Backend Development

Node.js Debugging Essentials: Env Vars, Exit Codes, Deprecations & Sync I/O

Learn how to effectively debug Node.js applications by leveraging environment variables like DEBUG and NODE_DEBUG, interpreting process exit codes, handling deprecated APIs, detecting synchronous I/O, and managing unhandled promise rejections, with practical code examples and command-line flags to streamline troubleshooting.

DebuggingEnvironment VariablesNode.js
0 likes · 12 min read
Node.js Debugging Essentials: Env Vars, Exit Codes, Deprecations & Sync I/O
21CTO
21CTO
Jul 24, 2019 · Backend Development

Which PHP 7.4 Features Were Deprecated? Vote Results & What’s Next

The PHP core team voted on 14 functions to deprecate in PHP 7.4, outlining which will be removed in PHP 8.0, and the article also previews the upcoming PHP 7.4 release schedule and where to find more details on the PHP Wiki.

7.4Backenddeprecation
0 likes · 3 min read
Which PHP 7.4 Features Were Deprecated? Vote Results & What’s Next