转载

IntelliJ IDEA 2018.1.2 发布,改进对 Spring Boot 的支持

IntelliJ IDEA 2018.1.2 已发布,这是 IntelliJ IDEA 2018.1 系列的第二次小更新。

针对 IntelliJ IDEA 2018.1 推出的新功能 partial Git commits ,新版本做了几个修复和完善:

  • Fix for wrong diff preview for the partial Git commit: IDEA-188650

  • The IDE supports the partial Git commit feature with old Git versions (1.x): IDEA-188681

  • The ability to deselect files with the line-ending changes in the Commit Changes dialog:  IDEA-189369

IntelliJ IDEA 对 Spring Boot 的支持也有一些改进:

  • Access HTTP request mappings from the editor via the new REST client doesn’t require a configured web facet: IDEA-189086 .

  • The IDE now supports several new Spring Boot annotations: @ConditionalOnManagementPort@ConditionalOnEnabledInfoContributor@ConditionalOnEnabledHealthIndicator .

  • The IDE finds @ConfigurationProperties bean properties usages in the dependent modules.

并修复了几个重要的 issues,包括:

  • Fix for the high memory consumption of Git indexing for shallow clones: IDEA-178016 .

  • Fix for the extremely wide, not-resizable Commit Changes dialog in case of a long error message:  IDEA-141136.

  • The Commit Changes dialog doesn’t automatically scroll back and forth while clicking:  IDEA-188502 .

  • The  debugger now evaluates complex expressions with JDK 9.

  • The stream debugger now works with JDK 9.

此外,还将 JDK 升级至 1.8.0_152-release-1136-b29 版本:

  • Performance has been improved for Version Control Log  scrolling:  JRE-690

  • Horizontal grey lines in every window in IntelliJ IDEA were eliminated: JRE-711

完整的 IntelliJ IDEA 更新日志:

  • https://confluence.jetbrains.com/display/JRE/1.8.0_152-release-1136-b29+x86_64

下载地址:

  • https://www.jetbrains.com/idea/download/

原文  https://www.oschina.net/news/95495/intellij-idea-2018-1-2-released
正文到此结束
Loading...