Skip to content

Commit

Permalink
Fix Bug #7897
Browse files Browse the repository at this point in the history
  • Loading branch information
Flanker-MSFT authored and wangmingliang-ms committed Oct 8, 2023
1 parent 0f715ec commit 5148c37
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in t
- [3.0.7](#307)
- [3.0.6](#306)

## 3.81.1
### Fixed
- [#7897](https://github.com/microsoft/azure-tools-for-java/issues/7897): Uncaught Exception: Error was received while reading the incoming data. The connection will be closed.

## 3.81.0
### Added
- Bring all new feature to IntelliJ IDEA 2021.3
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
<!-- Version: 3.80.0 -->
# What's new in Azure Toolkit for IntelliJ

## 3.81.1
### Fixed
- [#7897](https://github.com/microsoft/azure-tools-for-java/issues/7897): Uncaught Exception: Error was received while reading the incoming data. The connection will be closed.

## 3.81.0
### Added
- Bring all new feature to IntelliJ IDEA 2021.3
Expand Down
4 changes: 4 additions & 0 deletions PluginsAndFeatures/azure-toolkit-for-intellij/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ allprojects {
implementation.exclude module: 'groovy-xml'
implementation.exclude module: 'groovy-templates'
implementation.exclude module: 'jna'
implementation.exclude module: 'xpp3'
implementation.exclude module: 'pull-parser'
implementation.exclude module: 'xsdlib'
cucumberRuntime {
extendsFrom testImplementation
}
Expand Down Expand Up @@ -243,4 +246,5 @@ prepareSandbox {

runIde {
jvmArgs("-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005")
ideDir = new File("/Applications/IntelliJ IDEA CE 2023.1.app/Contents")
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xmlns:xi="http://www.w3.org/2001/XInclude">
<id>com.microsoft.tooling.msservices.intellij.azure</id>
<name>Azure Toolkit for IntelliJ</name>
<version>3.81.0</version>
<version>3.81.1</version>
<vendor email="[email protected]" url="http://www.microsoft.com">Microsoft</vendor>

<description><![CDATA[
Expand All @@ -27,22 +27,10 @@
<change-notes>
<![CDATA[
<html>
<h2 id="3-81-0">3.81.0</h2>
<h3 id="added">Added</h3>
<ul>
<li>Bring all new feature to IntelliJ IDEA 2021.3</li>
</ul>
<h3 id="changed">Changed</h3>
<ul>
<li>Upgrade Azure SDK to the latest.</li>
<li>More UI actions are tracked (Telemetry).</li>
<li>Resource Connections Explorer is deprecated.</li>
<li>Some minor UI updates.</li>
</ul>
<h2 id="3-81-1">3.81.1</h2>
<h3 id="fixed">Fixed</h3>
<ul>
<li>NPE when creating storage account if region is loading.</li>
<li>other known issues.</li>
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/7897">#7897</a>: Uncaught Exception: Error was received while reading the incoming data. The connection will be closed.</li>
</ul>
<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>
</html>
Expand Down

0 comments on commit 5148c37

Please sign in to comment.