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.

相关推荐
云恒要逆袭几秒前
Hello World背后的秘密:Java程序是这样运行的
java·后端·程序员
JAVA9652 分钟前
JAVA面试-并发篇 09-LockSupport 和 waitnotify 的区别
java·开发语言·面试
蝎子莱莱爱打怪4 分钟前
XZLL-IM干货系列 01|万字拆解分布式 IM 架构:7 个微服务 + 自研 Flutter SDK
java·后端·面试
程序员小羊!12 分钟前
07Java IO 流
java·开发语言
ZC跨境爬虫12 分钟前
跟着 MDN 学JavaScript day_10:数组——数据的有序集合
android·java·开发语言·前端·javascript
亦暖筑序16 分钟前
Java 8老系统旁路接入AI Gateway:不升级JDK也能用AI
java·spring boot·aigc·企业架构·ai gateway
IT龟苓膏18 分钟前
Java 集合进阶:ConcurrentHashMap、HashSet、LinkedHashMap、TreeMap 和 fail-fast 一篇讲清
java·开发语言·jvm
terry60029 分钟前
2026企业级携号转网查询标准:论实时数据同步与高并发承载设计
java·大数据·人工智能·json·信息与通信·数据库架构
Volunteer Technology34 分钟前
SpringSecurity中的权限管理
java·数据库·servlet
ch.ju36 分钟前
Java程序设计(第3版)第四章——继承的调用
java·开发语言