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.

相关推荐
Themberfue12 分钟前
基础算法之双指针--Java实现(下)--LeetCode题解:有效三角形的个数-查找总价格为目标值的两个商品-三数之和-四数之和
java·开发语言·学习·算法·leetcode·双指针
深山夕照深秋雨mo21 分钟前
在Java中操作Redis
java·开发语言·redis
努力的布布26 分钟前
SpringMVC源码-AbstractHandlerMethodMapping处理器映射器将@Controller修饰类方法存储到处理器映射器
java·后端·spring
xujinwei_gingko27 分钟前
Spring MVC 常用注解
java·spring·mvc
PacosonSWJTU31 分钟前
spring揭秘25-springmvc03-其他组件(文件上传+拦截器+处理器适配器+异常统一处理)
java·后端·springmvc
PacosonSWJTU33 分钟前
spring揭秘26-springmvc06-springmvc注解驱动的web应用
java·spring·springmvc
原野心存1 小时前
java基础进阶——继承、多态、异常捕获(2)
java·java基础知识·java代码审计
进阶的架构师1 小时前
互联网Java工程师面试题及答案整理(2024年最新版)
java·开发语言
黄俊懿1 小时前
【深入理解SpringCloud微服务】手写实现各种限流算法——固定时间窗、滑动时间窗、令牌桶算法、漏桶算法
java·后端·算法·spring cloud·微服务·架构
木子02041 小时前
java高并发场景RabbitMQ的使用
java·开发语言