IntelliJ IDEA 2023.3.2

IntelliJ IDEA 2023.3.2

The IDE no longer loses file names in file templates.

It's once again possible to build Groovy projects using the JetBrains build system on Java 8.

Fixed several issues that were cropping up when working with the HTTP Client.

Fixed the issue causing the IDE to display a blank window when opening a second project in full-screen mode on macOS.

When using borderless mode on Windows, the IDE once again correctly restores the position of a window that had previously been snapped to one side of the screen.

The IDEA correctly recognizes configuration properties in Spring Boot projects when the builder pattern is used as a setter in the @ConfigurationProperties classes.

Fixed the issue causing the IDE to crash on startup due to errors appearing when parsing the UI theme.

The IDE once again properly displays Android project structures.

The main menu is displayed for all open projects on the tiling desktop when working on Linux.

The configurations list is no longer disabled in the Run/Debug widget after the configuration starts.

The IDE no longer mistakenly provides the Project Error report when using Jakarta's @Nonnull annotation in combination with Lombok's @RequiredArgsConstructor.

The IDE no longer erroneously resets namespaces during actions like Apply, Refresh, and others when working with Kubernetes.

The branch checkout from the Pull Request pane has been fixed.

The New context menu once again appears correctly on a right-click when the Grails plugin is installed.

When you work on Linux without a window manager, the main menu is now displayed for all open projects.

The IDE now accurately provides the Constant values inspection for Stream expressions with nested Optional chains, eliminating the occurrence of false positives.

相关推荐
毕设源码-赖学姐1 小时前
【开题答辩全过程】以 基于javaweb的外卖点餐系统的设计与实现为例,包含答辩的问题和答案
java
沛沛老爹1 小时前
从Web到AI:行业专属Agent Skills生态系统技术演进实战
java·开发语言·前端·vue.js·人工智能·rag·企业转型
程农2 小时前
基于Java的报名系统
java·开发语言
Jackson@ML3 小时前
2026最新版Sublime Text 4安装使用指南
java·python·编辑器·sublime text
毕设源码-朱学姐3 小时前
【开题答辩全过程】以 校园闲置物品交易平台的设计与实现为例,包含答辩的问题和答案
java·eclipse
chilavert3183 小时前
技术演进中的开发沉思-326 JVM:内存区域与溢出异常(上)
java·jvm
纪莫3 小时前
技术面:如何让你的系统抗住高并发的流量?
java·redis·java面试⑧股
spencer_tseng3 小时前
Unlikely argument type for equals(): JSONObject seems to be unrelated to String
java·equals
爱敲代码的小鱼4 小时前
事务核心概念与隔离级别解析
java·开发语言·数据库
小冷coding4 小时前
【Java】遇到微服务接口报错导致系统部分挂掉时,需要快速响应并恢复,应该怎么做呢?如果支付服务出现异常如何快速处理呢?
java·开发语言·微服务