#intellij-idea-20253

[ follow ]
#java
Java
fromInfoQ
1 day ago

Java News Roundup: TornadoVM 4.0, Google ADK for Java 1.0, Grails, Tomcat, Log4j, Gradle

TornadoVM 4.0 and Google ADK for Java 1.0 are released, alongside updates for JDK 27 and Jakarta EE 12.
Java
fromInfoQ
1 week ago

Java News Roundup: GraalVM Build Tools, EclipseLink, Spring Milestones, Open Liberty, Quarkus

Multiple Java frameworks and tools have released updates and new features, enhancing performance and fixing issues.
Java
fromMedium
2 weeks ago

Java vs Kotlin vs Scala: Which to Choose in 2026

Java, Kotlin, and Scala serve different audiences and problems despite running on the JVM.
fromDevOps.com
1 month ago
Java

Survey Surfaces Massive Amount of Java Technical Debt

Dead and unused code and frequent Java CVEs reduce developer productivity; Java remains widely used with growing AI use and many migrating from Oracle Java.
fromMedium
2 months ago
Software development

Kotlin vs Scala vs Java: Which Language Wins? (2026)

Choosing between Java, Kotlin, and Scala directly impacts project outcomes because they differ in stability, market share, developer satisfaction, cost, and specialization.
Java
fromInfoQ
1 day ago

Java News Roundup: TornadoVM 4.0, Google ADK for Java 1.0, Grails, Tomcat, Log4j, Gradle

TornadoVM 4.0 and Google ADK for Java 1.0 are released, alongside updates for JDK 27 and Jakarta EE 12.
Java
fromInfoQ
1 week ago

Java News Roundup: GraalVM Build Tools, EclipseLink, Spring Milestones, Open Liberty, Quarkus

Multiple Java frameworks and tools have released updates and new features, enhancing performance and fixing issues.
Java
fromMedium
2 weeks ago

Java vs Kotlin vs Scala: Which to Choose in 2026

Java, Kotlin, and Scala serve different audiences and problems despite running on the JVM.
Angular
fromInfoQ
1 day ago

A Better Alternative to Reducing CI Regression Test Suite Sizes

Reducing CI regression test suites can hide subtle bugs; a stochastic approach and leveraging redundancies improve test effectiveness and CI lab efficiency.
fromRubyflow
5 days ago
Ruby on Rails

Internator now runs on OpenCode (bye Codex)

Internator is a Ruby CLI that automates code changes and now operates on OpenCode for enhanced flexibility and efficiency.
Privacy professionals
fromInfoQ
5 days ago

GitHub Will Use Copilot Interaction Data from Free, Pro, and Pro+ Users to Train AI Models

GitHub will use interaction data from Copilot users to improve AI models starting April 24, with users opted in by default.
fromMicrosoft for Python Developers Blog
5 days ago
Python

Python in Visual Studio Code - March 2026 Release - Microsoft for Python Developers Blog

The March 2026 release of the Python extension for Visual Studio Code introduces new features for symbol searching and an experimental Rust-based indexer.
UX design
fromAzure DevOps Blog
6 days ago

Improving the Markdown Editor for Work Items - Azure DevOps Blog

Markdown editor usability improved by distinguishing between preview and edit modes to enhance user experience.
#scala
Scala
fromScala-lang
1 week ago

Scala 3.8.3 is now available!

Scala 3.8.3 introduces local coverage exclusions and a safe mode for capability-safe code, enhancing code safety and coverage measurement.
Scala
fromScala-lang
1 week ago

Scala 3.8.3 is now available!

Scala 3.8.3 introduces local coverage exclusions and a safe mode for capability-safe code, enhancing code safety and coverage measurement.
DevOps
fromInfoWorld
1 week ago

New JetBrains platform manages AI coding agents

JetBrains Central connects agents with necessary context and tools, enabling seamless interaction within existing development environments.
Software development
fromZDNET
1 day ago

How I set up Claude Code in iTerm2 to launch all my AI coding projects in one click

One-click iTerm2 setup simplifies Claude project management with auto-loading profiles and color-coded tabs.
Ruby on Rails
fromTheregister
6 days ago

Ruby Central seeks closure with RubyGems fracture report

Ruby Central published a report on the September 2025 RubyGems fracture, detailing governance issues and future steps for community involvement.
fromThe JetBrains Blog
1 week ago

What's New in PyCharm 2026.1 | The PyCharm Blog

PyCharm now offers the option to use debugpy as the default debugger backend, providing the industry-standard Debug Adapter Protocol (DAP) that aligns the IDE with the broader Python ecosystem.
Python
#vs-code
Vue
fromInfoWorld
2 weeks ago

VS Code now updates weekly

VS Code 1.112 enhances agent capabilities by enabling reading of image and binary files, while 1.111 improves agent troubleshooting features.
Vue
fromInfoWorld
2 weeks ago

VS Code now updates weekly

VS Code 1.112 enhances agent capabilities by enabling reading of image and binary files, while 1.111 improves agent troubleshooting features.
Agile
fromInfoQ
2 weeks ago

AI Coding Assistants Haven't Sped up Delivery Because Coding Was Never the Bottleneck

AI coding tools increase individual developer output, but project-level gains are modest due to bottlenecks in specification and verification requiring human judgment.
#jetbrains
Artificial intelligence
fromTheregister
1 week ago

JetBrains intros Central agentic AI, retires Code With Me

JetBrains introduces Central for agentic AI development while retiring the Code With Me feature, facing challenges in balancing AI integration with developer needs.
Artificial intelligence
fromTechzine Global
2 weeks ago

JetBrains Central unveiled, an open platform for agentic software teams

JetBrains Central is an open platform unifying developer tools, AI agents, and infrastructure, enhancing organizational AI use and governance.
Software development
fromDevOps.com
4 days ago

AI Won't Replace Developers-But it is Changing How They Work - DevOps.com

AI-assisted tools enhance software development by improving productivity, code quality, and collaboration without replacing engineers.
Scala
fromMedium
2 weeks ago

Breaking Scala's Nil with Java Reflection

Java reflection in Spring Data MongoDB caused a bug in Scala's Nil singleton, revealing a mismatch between Scala's guarantees and JVM behavior.
#kotlin
Software development
fromDevOps.com
5 days ago

Why Code Validation is the Next Frontier - DevOps.com

Shared staging environments are inadequate for modern development; isolated, on-demand setups are needed for effective validation.
Python
fromThe JetBrains Blog
2 weeks ago

OpenAI Acquires Astral: What It Means for PyCharm Users | The PyCharm Blog

OpenAI's acquisition of Astral enhances Python tooling with popular tools like uv, Ruff, and ty, while ensuring community support through open-source licenses.
fromRubyflow
2 weeks ago

The tool I wish I had 25 apps ago

Every iOS app I've shipped over the last nine years started the same way: a Rails developer with a great web app, users who want it in the App Store, and weeks spent on Xcode, signing certificates, and Swift boilerplate that has nothing to do with the actual product.
fromInfoWorld
3 weeks ago

Microsoft's .NET 11 Preview 2 offers cleaner stack traces

New overloads on TarFile.CreateFromDirectory accept a TarEntryFormat parameter, giving direct control over the archive format. Previously, CreateFromDirectory produced Pax archives. The new overloads support all four tar formats—Pax, Ustar, GNU, and V7—for compatibility with specific tools and environments.
Web frameworks
Java
fromInfoWorld
2 weeks ago

Java future calls for boosts with records, primitives, classes

Java is advancing record creation, primitive boxing, and pattern matching through multiple JEPs to improve code conciseness and type handling capabilities.
Java
fromInfoWorld
2 weeks ago

9 reasons Java is still great

Java maintains prominence through balancing stability with innovation, community-driven governance via the Java Community Process, and continuous evolution incorporating functional programming, concurrency, and cloud computing advances.
Artificial intelligence
fromMedium
4 weeks ago

Top 7 Claude Code Plugins

Claude Plugins extend capabilities by integrating external tools and APIs, while Skills teach Claude to perform tasks through reusable prompt workflows.
#java-26-release
Java
fromInfoQ
2 weeks ago

Java 26 Delivers Language Innovation, Library Improvements, Performance and Security

Java 26 introduces 10 JEPs including improvements to libraries, language innovation, performance, and security, with five features still in preview or incubator stages.
Java
fromDevOps.com
3 weeks ago

Java 26 Arrives With AI Integration and a New Ecosystem Portfolio - What It Means for DevOps Teams - DevOps.com

Java 26 positions Java as the infrastructure layer for AI workloads, with 73 billion active JVMs already running enterprise systems where agentic AI will operate.
Java
fromInfoQ
2 weeks ago

Java 26 Delivers Language Innovation, Library Improvements, Performance and Security

Java 26 introduces 10 JEPs including improvements to libraries, language innovation, performance, and security, with five features still in preview or incubator stages.
Java
fromDevOps.com
3 weeks ago

Java 26 Arrives With AI Integration and a New Ecosystem Portfolio - What It Means for DevOps Teams - DevOps.com

Java 26 positions Java as the infrastructure layer for AI workloads, with 73 billion active JVMs already running enterprise systems where agentic AI will operate.
Python
fromThe JetBrains Blog
1 month ago

Cursor Joined the ACP Registry and Is Now Live in Your JetBrains IDE | The JetBrains AI Blog

Cursor AI agent is now available in JetBrains IDEs through the Agent Client Protocol, providing agentic AI capabilities within professional development environments.
Web frameworks
fromScala-lang
1 month ago

Migrating sbt plugins to sbt 2 with sbt2-compat plugin

The sbt2-compat plugin enables plugin authors to cross-publish for both sbt 1 and sbt 2 using a unified codebase with version-specific compatibility abstractions.
Software development
fromBusiness Insider
3 weeks ago

'A rocket ship.' AI is doubling software output, and code quality is holding up

AI coding tools double weekly pull requests at high-adoption companies while maintaining stable code quality across 700 firms studied.
Java
fromOracle
3 weeks ago

The Arrival of Java 26

JDK 26 introduces ten significant enhancements including language innovations for AI integration, performance improvements through garbage collection optimization, and cryptographic security enhancements for better application security.
Software development
fromDevOps.com
3 weeks ago

JetBrains Launches Air and Junie CLI to Blend Traditional IDE with AI Agents - DevOps.com

JetBrains launched Air, an agentic development environment, and Junie CLI, an LLM-agnostic coding agent, to enable developers to delegate tasks to multiple concurrent AI agents within a unified workspace.
Java
fromInfoQ
3 weeks ago

Java News Roundup: JHipster 9.0, Project Valhalla, Spring, Helidon, OpenXava, Java Operator SDK

JHipster 9.0 GA released alongside updates to JDK 26/27, Project Valhalla, Spring Framework, and multiple Java ecosystem tools and libraries.
#visual-studio-code
Software development
fromInfoWorld
3 weeks ago

Microsoft accelerates pace of VS Code development

Microsoft is accelerating Visual Studio Code updates from monthly to weekly releases starting March 9, introducing more frequent changes and new functionality.
Software development
fromInfoWorld
3 weeks ago

Microsoft accelerates pace of VS Code development

Microsoft is accelerating Visual Studio Code updates from monthly to weekly releases starting March 9, introducing more frequent changes and new functionality.
fromInfoWorld
3 weeks ago

JetBrains unveils AI tracing library for Kotlin and Java

Tracy is compatible with Kotlin from version 2.0.0 and Java from version 17. Integrations can be made with SDKs from OpenAI, Anthropic, and Gemini. The library also works with common Kotlin/LLM stacks including OkHttp and Ktor clients, as well as OpenAI, Anthropic, and Gemini ones.
Java
#ai-agents
Software development
fromTheregister
4 weeks ago

JetBrains Air: agentic IDE built on abandoned Fleet

JetBrains previewed Air, an agentic AI development tool enabling concurrent multi-agent task delegation with support for multiple AI models and vendor-neutral agent-editor communication.
Software development
fromTechzine Global
4 weeks ago

JetBrains Air: agentic development environment in preview

JetBrains Air is an agentic development environment enabling developers to control multiple AI agents simultaneously, now available in Public Preview with support for multiple agent types.
Software development
fromTheregister
4 weeks ago

JetBrains Air: agentic IDE built on abandoned Fleet

JetBrains previewed Air, an agentic AI development tool enabling concurrent multi-agent task delegation with support for multiple AI models and vendor-neutral agent-editor communication.
Software development
fromTechzine Global
4 weeks ago

JetBrains Air: agentic development environment in preview

JetBrains Air is an agentic development environment enabling developers to control multiple AI agents simultaneously, now available in Public Preview with support for multiple agent types.
Software development
fromMedium
3 weeks ago

Claude Code for CLI, Desktop, and IDE

Claude Code operates in three environments—CLI, desktop app, and IDE extension—each with distinct control, flexibility, and convenience levels suited to different workflows.
fromInfoWorld
4 weeks ago

JetBrains launches Air and Junie CLI for AI-assisted development

Air, now free for MacOS with Linux and Windows versions coming soon, is an agentic development environment, or ADE, built on the idea of integrating the essential tools for managing coding agents into a single coherent experience. Serving as a single workspace where Claude Agent, Gemini CLI, Codex, and Junie CLI can work side-by-side, Air helps developers navigate a codebase and easily switch back and forth between different coding agents.
Software development
Apple
fromInfoWorld
2 months ago

Apple's Xcode 26.3 brings integrated support for agentic coding

Xcode 26.3 adds integrated support for coding agents like Anthropic's Claude Agent and OpenAI's Codex, enabling autonomous development workflows.
fromTheregister
3 weeks ago

VS Code goes weekly, gets AI autopilot - what could go wrong

After streamlining our development and delivery process, we'll ship a new Stable release every week. Endgame will now be folded into our weekly activities. This acceleration is enabled by AI automation, including a one-click experience for creating test plans from feature request issues, reducing manual steps previously required.
Software development
Software development
fromTechCrunch
4 weeks ago

Anthropic launches code review tool to check flood of AI-generated code | TechCrunch

Anthropic launched Code Review, an AI tool integrated into Claude Code to automate pull request reviews and address bottlenecks created by increased code generation from AI-assisted development.
Artificial intelligence
fromInfoWorld
2 months ago

JetBrains IDEs integrate OpenAI Codex

GPT-5.2-Codex is integrated into JetBrains IDEs, enabling developers to plan, write, test, review, and deploy code from within supported JetBrains editors.
Java
fromInfoQ
1 month ago

Java News Roundup: Lazy Constants, TornadoVM 3.0, NetBeans 29, Quarkus, JReleaser, Open Liberty

Java ecosystem releases include JEP 531 Lazy Constants advancing to Candidate status, GA releases of TornadoVM 3.0 and NetBeans 29, and multiple point releases across Quarkus, JReleaser, Chicory, RefactorFirst, Micronaut, Jox, and Open Liberty.
Software development
fromTheregister
1 month ago

Android Studio Panda 2 ships with 'create with AI' feature

Android Studio Panda 2 introduces an AI agent powered by Gemini that can generate complete working applications from single prompts, with a free tier available for most developers.
Python
fromInfoWorld
2 months ago

Visual Studio Code previews incoming/outgoing changes graph

Visual Studio Code 1.91 adds an experimental incoming/outgoing changes graph and a Rust-based python-environment-tools for faster Python environment discovery.
Artificial intelligence
fromInfoQ
2 months ago

Working with Code Assistants: The Skeleton Architecture

Combining Vertical Slice architecture with Dependency Inversion and a Skeleton of base classes constrains AI code assistants' context, producing safer, consistent, and maintainable generated code.
Python
fromWingware
2 months ago

Wing Python IDE Version 11.0.7 - January 12, 2026 - Wing Python IDE

Wing Python IDE 11.0.7 improves AI features and multi-provider support, boosts performance, fixes stdout.writelines in unit tests, reduces package-rescan CPU usage, and corrects analysis errors.
fromInfoWorld
2 months ago

AI will not save developer productivity

The software industry is collectively hallucinating a familiar fantasy. We visited versions of it in the 2000s with offshoring and again in the 2010s with microservices. Each time, the dream was identical: a silver bullet for developer productivity, a lever managers can pull to make delivery faster, cheaper, and better. Today, that lever is generative AI, and the pitch is seductively simple: If shipping is bottlenecked by writing code, and large language models can write code instantly, then using an LLM means velocity should explode.
Artificial intelligence
Artificial intelligence
fromTheregister
2 months ago

Microsoft prioritizing 'reliability' for AI in Visual Studio

Microsoft is prioritizing reliability and IntelliSense predictability over Copilot suggestions while refining AI workflows and agent stability in Visual Studio.
Artificial intelligence
fromInfoQ
2 months ago

AI-Powered Code Editor Cursor Introduces Dynamic Context Discovery to Improve Token-Efficiency

Dynamic context discovery reduces LLM token usage by storing and retrieving only necessary information from files, enabling agents to fetch context and tools on demand.
#jdk-26
fromInfoQ
1 month ago
Java

Java News Roundup: JDK 26-RC1, Spring Framework, Open Liberty, EclipseStore, Gradle

fromInfoQ
1 month ago
Java

Java News Roundup: JDK 26-RC1, Spring Framework, Open Liberty, EclipseStore, Gradle

Software development
fromInfoWorld
2 months ago

JetBrains releases Aqua IDE for test automation

JetBrains released Aqua, a polyglot IDE for test automation supporting Selenium, Cypress, Playwright, multiple languages, database tools, HTTP client, Docker, and AI assistance.
Software development
fromInfoWorld
2 months ago

Go developers mixed on AI coding tools - survey

Most Go developers use AI-powered development tools, but satisfaction with those tools is moderate; 91% report satisfaction with the Go language.
fromInfoQ
2 months ago

Java News Roundup: Jakarta EE 12, Spring Shell, Open Liberty, Quarkus, Tomcat, JHipster, Gradle

From the discussions in the Jakarta EE Platform call[s] the last couple of weeks, it looks like we won't see a release of Jakarta EE 12 on this side of summer (on the Northern Hemisphere at least). The reason is that since Jakarta EE 11 was delayed by a year, most of the vendors are currently working on their implementations.
Java
Software development
fromInfoWorld
2 months ago

Visual Studio Code adds support for agent skills

VS Code 1.108 enhances agent and chat session management, reworks terminal IntelliSense defaults, adds terminal shell-history control, breakpoint grouping, Accessible View streaming, drag-and-drop profile import.
Software development
fromInfoWorld
2 months ago

Visual Studio Code update shines on coding agents

Agent Skills are generally available, enabling reusable domain-specific workflows while VS Code 1.109 adds Copilot Memory preview, Claude Agent support, MCP apps, sandboxing, and auto-approval rules.
Software development
fromLogRocket Blog
2 months ago

6 fast (native) alternatives for VSCode - LogRocket Blog

Visual Studio Code's hybrid web-based architecture causes higher resource use and performance limitations on low/mid-range systems, driving emergence of native, compiled editors prioritizing efficiency.
#copilot-studio
#github-copilot
Software development
fromInfoQ
2 months ago

Android Studio Otter Boosts Agent Workflows and Adds LLM Flexibility

Android Studio Otter adds configurable LLM selection, enhanced agent-driven device interaction, and natural-language "journeys" for resilient automated testing.
fromTheregister
2 months ago

VS Code for Linux may be secretly hoarding trashed files

The reason for this is Snap - a Linux application packaging format - creates a local Trash folder for each VS Code version, one that's separate from the system-managed Trash, according to a VS Code bug report dating back to November 11, 2024. Not only that, but Snap keeps older versions of VS Code after updates, potentially multiplying the number of local Trash folders and the trashed-but-not-deleted files therein. Emptying the system Trash folder doesn't affect the local instances.
Software development
fromLogRocket Blog
2 months ago

Why AI coding tools shift the real bottleneck to review - LogRocket Blog

On December 19, 2025, Cursor acquired Graphite for more than $290 million. CEO Michael Truell framed the move simply: code review is taking up a growing share of developer time as the time spent writing code keeps shrinking. The message is clear. AI coding tools have largely solved the generation speed. Now the industry is betting that review is the next constraint to break.
Software development
fromMedium
2 months ago

Two Months of Vibe-Coding: Scala, Constraints, Trust and Shipping

If there's one thing I want you to take away from this article, it's this: testing harness is the most important thing for vibe-coding. Not prompt engineering, not fancy plugins, just constraining your AI outside AI toolchain. I'm calling it harness because it's not only tests. It's tests, types, linters, and any other automated checks you can put in place. The more you rely on AI, the more harness you need.
Software development
[ Load more ]