Skip to content

Commit 67f5bc7

Browse files
upgrade intellij plugin to 3.60.2
1 parent 01a2294 commit 67f5bc7

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in this file.
44

55
- [Change Log](#change-log)
6+
- [3.60.2](#3601)
67
- [3.60.1](#3601)
78
- [3.60.0](#3600)
89
- [3.59.0](#3590)
@@ -77,6 +78,10 @@ All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in t
7778
- [3.0.7](#307)
7879
- [3.0.6](#306)
7980

81+
## 3.60.2
82+
### Changed
83+
- Upgrade log4j to the latest 2.17.1
84+
8085
## 3.60.1
8186
### Fixed
8287
- [#6294](https://github.com/microsoft/azure-tools-for-java/issues/6294): Uncaught Exception cannot create configurable component java.lang.NullPointerException

PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-lib/src/main/resources/whatsnew.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
<!-- Version: 3.58.0 -->
22
# What's new in Azure Toolkit for IntelliJ
33

4+
## 3.60.2
5+
### Changed
6+
- upgrade log4j to the latest v2.17.1
7+
48
## 3.60.1
59
### Fixed
610
- [#6294](https://github.com/microsoft/azure-tools-for-java/issues/6294): Uncaught Exception cannot create configurable component java.lang.NullPointerException
711
- Signin status will not keep after restarting if user signed in with Service Principal
812

9-
## 3.60.0
13+
## 3.60.1
1014
### Added
1115
- Add dependency support for Azure Functions related libs, so that our plugin can be recommended.
1216
- Add actions on some error notifications, so that user knows what to do next.

PluginsAndFeatures/azure-toolkit-for-intellij/src/main/resources/META-INF/plugin.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
xmlns:xi="http://www.w3.org/2001/XInclude">
33
<id>com.microsoft.tooling.msservices.intellij.azure</id>
44
<name>Azure Toolkit for IntelliJ</name>
5-
<version>3.60.1</version>
5+
<version>3.60.2</version>
66
<vendor email="[email protected]" url="http://www.microsoft.com">Microsoft</vendor>
77

88
<description><![CDATA[
@@ -25,11 +25,10 @@
2525
<change-notes>
2626
<![CDATA[
2727
<html>
28-
<h3>3.60.1</h3>
29-
<h4>Fixed</h4>
28+
<h3>3.60.2</h3>
29+
<h4>Changed</h4>
3030
<ul>
31-
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/6294">#6294</a>: Uncaught Exception cannot create configurable component java.lang.NullPointerException.</li>
32-
<li>Signin status will not keep after restarting if user signed in with Service Principal.</li>
31+
<li>upgrade log4j to the latest 2.17.1</li>
3332
<ul>
3433
<p>You may get the full change log <a href="https://github.com/Microsoft/azure-tools-for-java/blob/develop/CHANGELOG.md">here</a></p>
3534
</html>

0 commit comments

Comments
 (0)