Skip to content

Commit 4c9091e

Browse files
Merge pull request #6963 from microsoft/endgame-202209
sync Endgame 202209 to endgame-202209.next
2 parents 8a32c02 + 20c4fe2 commit 4c9091e

3 files changed

Lines changed: 75 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 26 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.69.0](#3690)
67
- [3.68.1](#3681)
78
- [3.68.0](#3680)
89
- [3.67.0](#3670)
@@ -87,6 +88,31 @@ All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in t
8788
- [3.0.8](#308)
8889
- [3.0.7](#307)
8990
- [3.0.6](#306)
91+
## 3.69.0
92+
### Added
93+
- Users are able to deploy artifacts to Azure Functions Deployment Slot directly.
94+
95+
### Fixed
96+
- [#6939](https://github.com/microsoft/azure-tools-for-java/issues/6939): Uncaught Exception java.lang.NullPointerException: Cannot invoke "com.microsoft.azure.toolkit.lib.common.task.AzureTaskManager.runOnPooledThread(java.lang.Runnable)" because the return value of "com.microsoft.azure.toolkit.lib.common.task.AzureTaskManager.getInstance()" is null
97+
- [#6930](https://github.com/microsoft/azure-tools-for-java/issues/6930): com.microsoft.azure.toolkit.lib.auth.AzureToolkitAuthenticationException: you are not signed-in.
98+
- [#6909](https://github.com/microsoft/azure-tools-for-java/issues/6909): Cannot invoke "org.jetbrains.idea.maven.project.MavenProject.getParentId()" because "result" is null
99+
- [#6897](https://github.com/microsoft/azure-tools-for-java/issues/6897): There is a vulnerability in Postgresql JDBC Driver 42.3.1,upgrade recommended
100+
- [#6894](https://github.com/microsoft/azure-tools-for-java/issues/6894): There is a vulnerability in MySQL Connector/J 8.0.25,upgrade recommended
101+
- [#6893](https://github.com/microsoft/azure-tools-for-java/issues/6893): There is a vulnerability in Spring Framework 4.2.5.RELEASE,upgrade recommended
102+
- [#6869](https://github.com/microsoft/azure-tools-for-java/issues/6869): Error was received while reading the incoming data. The connection will be closed. java.lang.IllegalStateException: block()/blockFirst()/blockLast() are blocking, which is not supported in thread reactor-http-nio-3
103+
- [#6846](https://github.com/microsoft/azure-tools-for-java/issues/6846): java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
104+
- [#6687](https://github.com/microsoft/azure-tools-for-java/issues/6687): Uncaught Exception java.lang.NullPointerException
105+
- [#6672](https://github.com/microsoft/azure-tools-for-java/issues/6672): com.microsoft.azure.toolkit.lib.common.operation.OperationException: load Resource group (*)
106+
- [#6670](https://github.com/microsoft/azure-tools-for-java/issues/6670): com.intellij.util.xmlb.XmlSerializationException: Cannot deserialize class com.microsoft.azure.toolkit.intellij.legacy.function.runner.deploy.FunctionDeployModel
107+
- [#6605](https://github.com/microsoft/azure-tools-for-java/issues/6605): java.lang.NullPointerException
108+
- [#6380](https://github.com/microsoft/azure-tools-for-java/issues/6380): spuriously adding before launch package command
109+
- [#6271](https://github.com/microsoft/azure-tools-for-java/issues/6271): Argument for @NotNull parameter 'virtualFile' of com/microsoft/azure/toolkit/intellij/common/AzureArtifact.createFromFile must not be null
110+
- [#4726](https://github.com/microsoft/azure-tools-for-java/issues/4726): Confusing workflow of "Get Publish Profile"
111+
- [#4725](https://github.com/microsoft/azure-tools-for-java/issues/4725): Misaligned label in Web App property view
112+
- [#301](https://github.com/microsoft/azure-tools-for-java/issues/301): Should validate username when creating a VM
113+
- [#106](https://github.com/microsoft/azure-tools-for-java/issues/106): azureSettings file in WebApps shouldn't be created by default
114+
- Other bugs.
115+
90116

91117
## 3.68.1
92118
### Fixed

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

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
<!-- Version: 3.68.0 -->
22
# What's new in Azure Toolkit for IntelliJ
3+
4+
## 3.69.0
5+
### Added
6+
- Users are able to deploy artifacts to Azure Functions Deployment Slot directly.
7+
8+
### Fixed
9+
- [#6939](https://github.com/microsoft/azure-tools-for-java/issues/6939): Uncaught Exception java.lang.NullPointerException: Cannot invoke "com.microsoft.azure.toolkit.lib.common.task.AzureTaskManager.runOnPooledThread(java.lang.Runnable)" because the return value of "com.microsoft.azure.toolkit.lib.common.task.AzureTaskManager.getInstance()" is null
10+
- [#6930](https://github.com/microsoft/azure-tools-for-java/issues/6930): com.microsoft.azure.toolkit.lib.auth.AzureToolkitAuthenticationException: you are not signed-in.
11+
- [#6909](https://github.com/microsoft/azure-tools-for-java/issues/6909): Cannot invoke "org.jetbrains.idea.maven.project.MavenProject.getParentId()" because "result" is null
12+
- [#6897](https://github.com/microsoft/azure-tools-for-java/issues/6897): There is a vulnerability in Postgresql JDBC Driver 42.3.1,upgrade recommended
13+
- [#6894](https://github.com/microsoft/azure-tools-for-java/issues/6894): There is a vulnerability in MySQL Connector/J 8.0.25,upgrade recommended
14+
- [#6893](https://github.com/microsoft/azure-tools-for-java/issues/6893): There is a vulnerability in Spring Framework 4.2.5.RELEASE,upgrade recommended
15+
- [#6869](https://github.com/microsoft/azure-tools-for-java/issues/6869): Error was received while reading the incoming data. The connection will be closed. java.lang.IllegalStateException: block()/blockFirst()/blockLast() are blocking, which is not supported in thread reactor-http-nio-3
16+
- [#6846](https://github.com/microsoft/azure-tools-for-java/issues/6846): java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
17+
- [#6687](https://github.com/microsoft/azure-tools-for-java/issues/6687): Uncaught Exception java.lang.NullPointerException
18+
- [#6672](https://github.com/microsoft/azure-tools-for-java/issues/6672): com.microsoft.azure.toolkit.lib.common.operation.OperationException: load Resource group (*)
19+
- [#6670](https://github.com/microsoft/azure-tools-for-java/issues/6670): com.intellij.util.xmlb.XmlSerializationException: Cannot deserialize class com.microsoft.azure.toolkit.intellij.legacy.function.runner.deploy.FunctionDeployModel
20+
- [#6605](https://github.com/microsoft/azure-tools-for-java/issues/6605): java.lang.NullPointerException
21+
- [#6380](https://github.com/microsoft/azure-tools-for-java/issues/6380): spuriously adding before launch package command
22+
- [#6271](https://github.com/microsoft/azure-tools-for-java/issues/6271): Argument for @NotNull parameter 'virtualFile' of com/microsoft/azure/toolkit/intellij/common/AzureArtifact.createFromFile must not be null
23+
- [#4726](https://github.com/microsoft/azure-tools-for-java/issues/4726): Confusing workflow of "Get Publish Profile"
24+
- [#4725](https://github.com/microsoft/azure-tools-for-java/issues/4725): Misaligned label in Web App property view
25+
- [#301](https://github.com/microsoft/azure-tools-for-java/issues/301): Should validate username when creating a VM
26+
- [#106](https://github.com/microsoft/azure-tools-for-java/issues/106): azureSettings file in WebApps shouldn't be created by default
27+
- Other bugs.
28+
329
## 3.68.1
430
### Fixed
531
- Fixed the data modification failure issue of `Azure Cosmos DB API for MongoDB` Data Sources.

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

Lines changed: 23 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,32 @@
2525
<change-notes>
2626
<![CDATA[
2727
<html>
28-
<h3>3.68.1</h3>
29-
<h4>Fixed</h4>
28+
<h3>3.69.0</h3>
29+
<h4>Added</h4>
3030
<ul>
31-
<li>Fixed the data modification failure issue of <code>Azure Cosmos DB API for Mongo</code> Data Sources.</li>
31+
<li>Users are able to deploy artifacts to Azure Functions Deployment Slot directly.</li>
3232
</ul>
33-
<h4>Changed</h4>
33+
<h4>Fixed</h4>
3434
<ul>
35-
<li>
36-
Added feature toggle for creating Data Source of <code>Azure Cosmos DB API for Cassandra</code>, the toggle is <b>off</b> in default.
37-
<ul>
38-
<li>Support for opening <code>Azure Cosmos DB API for Cassandra</code> with <code>Database Tools and SQL</code> plugin from <code>Azure Explorer</code> is disabled by default.</li>
39-
<li>Support for creating Data Source of the <code>Azure Cosmos DB API for Cassandra</code> from <code>Database Tools and SQL</code> plugin is disabled by default.</li>
40-
</ul>
41-
</li>
35+
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/6939">#6939</a>: Uncaught Exception java.lang.NullPointerException: Cannot invoke &quot;com.microsoft.azure.toolkit.lib.common.task.AzureTaskManager.runOnPooledThread(java.lang.Runnable)&quot; because the return value of &quot;com.microsoft.azure.toolkit.lib.common.task.AzureTaskManager.getInstance()&quot; is null</li>
36+
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/6930">#6930</a>: com.microsoft.azure.toolkit.lib.auth.AzureToolkitAuthenticationException: you are not signed-in.</li>
37+
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/6909">#6909</a>: Cannot invoke &quot;org.jetbrains.idea.maven.project.MavenProject.getParentId()&quot; because &quot;result&quot; is null</li>
38+
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/6897">#6897</a>: There is a vulnerability in Postgresql JDBC Driver 42.3.1,upgrade recommended</li>
39+
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/6894">#6894</a>: There is a vulnerability in MySQL Connector/J 8.0.25,upgrade recommended</li>
40+
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/6893">#6893</a>: There is a vulnerability in Spring Framework 4.2.5.RELEASE,upgrade recommended</li>
41+
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/6869">#6869</a>: Error was received while reading the incoming data. The connection will be closed. java.lang.IllegalStateException: block()/blockFirst()/blockLast() are blocking, which is not supported in thread reactor-http-nio-3</li>
42+
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/6846">#6846</a>: java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0</li>
43+
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/6687">#6687</a>: Uncaught Exception java.lang.NullPointerException</li>
44+
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/6672">#6672</a>: com.microsoft.azure.toolkit.lib.common.operation.OperationException: load Resource group (*)</li>
45+
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/6670">#6670</a>: com.intellij.util.xmlb.XmlSerializationException: Cannot deserialize class com.microsoft.azure.toolkit.intellij.legacy.function.runner.deploy.FunctionDeployModel</li>
46+
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/6605">#6605</a>: java.lang.NullPointerException</li>
47+
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/6380">#6380</a>: spuriously adding before launch package command</li>
48+
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/6271">#6271</a>: Argument for @NotNull parameter &#39;virtualFile&#39; of com/microsoft/azure/toolkit/intellij/common/AzureArtifact.createFromFile must not be null</li>
49+
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/4726">#4726</a>: Confusing workflow of &quot;Get Publish Profile&quot;</li>
50+
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/4725">#4725</a>: Misaligned label in Web App property view</li>
51+
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/301">#301</a>: Should validate username when creating a VM</li>
52+
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/106">#106</a>: azureSettings file in WebApps shouldn&#39;t be created by default</li>
53+
<li>Other bugs</li>
4254
</ul>
4355
<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>
4456
</html>

0 commit comments

Comments
 (0)