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.

相关推荐
渣哥7 分钟前
原来公平锁和非公平锁差别这么大
java
渣哥16 分钟前
99% 的人没搞懂:Semaphore 到底是干啥的?
java
J2K26 分钟前
JDK都25了,你还没用过ZGC?那真得补补课了
java·jvm·后端
kfyty72528 分钟前
不依赖第三方,不销毁重建,loveqq 框架如何原生实现动态线程池?
java·架构
isysc12 小时前
面了一个校招生,竟然说我是老古董
java·后端·面试
道可到5 小时前
Java 反射现代实践速查表(JDK 11+/17+)
java
道可到5 小时前
Java 反射现代实践指南(JDK 11+ / 17+ 适用)
java
玉衡子6 小时前
九、MySQL配置参数优化总结
java·mysql
叽哥6 小时前
Kotlin学习第 8 课:Kotlin 进阶特性:简化代码与提升效率
android·java·kotlin
麦兜*6 小时前
MongoDB Atlas 云数据库实战:从零搭建全球多节点集群
java·数据库·spring boot·mongodb·spring·spring cloud